/*== layout */
body {
	background: #fff url(/style/bg2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	padding: 0;
	color: #666;
}

acronym { cursor: help; border-bottom: 1px dotted #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dotted #369; }
a.zoomimg, a:hover.zoomimg { border-bottom: none; }
a:hover { border-bottom-color: #49515C; color: #49515C; }

#container {
	margin: 0 auto 2em auto;
	width: 820px;
	background: #fff url(/style/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px 5px 5px;
	text-align: left; /* Cancel IE Fix */
}

#header {
	background: white url(/style/header.png) no-repeat top left;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
    height: 100px;
}

#header h1, #header h1 a {
	margin: 0;
	color: #313e24;
	font-weight: normal;
	text-shadow: 2px 2px 5px #fff;
}

#header h1 strong {
	display: block;
	font-size: 2.0em;

}

#header h1 {
	font-size: 1.5em;
	margin: 20px 0 0 20px;
}

	#header h1 a {
		border-bottom: none;
	}

#header h2 {
    margin: 0 0 0 20px;
	color: #313e24;
	font-size: 1.7em;
    font-weight: normal;
}

/*== nav */

#nav-main {
    margin-bottom: 25px;
}

#nav-main form {
    top: -2em;
    position: relative;
    float: right;
    margin-right: 0.2em;
}

#nav-main form  input {
    padding-left: 25px;
    background: white url(/style/search-icon-green.gif) 5px center no-repeat;
    border: 2px solid #E0EBD5;
    width: 10em;
}

#nav-main ul {
	background: #79915f;
	margin: 0;
	padding: 0;
	height: 2.2em;
}

	#nav-main li {
		list-style-type: none;
		display: inline;
		line-height: 20px;
	}

		#nav-main li a {
			text-decoration: none;
			color: #E0EBD5;
			background-color: #79915f;
			border-right: 4px solid #fff;
			border-bottom: 0;
			padding: 3px 8px;
			font-size: 1em;
			float: left;
			font-weight: bold;
		}

		#nav-main li a:hover { color: #79915f; background-color: #E0EBD5; border-bottom: 0;}
		#nav-main li a.on {  color: #79915f; background-color: #E0EBD5; }

/*== Side Bar */
#sidebar {
	float: left;
	width: 195px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
}
	#sidebar div { background: #fff url(/style/para_bg.jpg) repeat-x; }

	ul#articlelist {
		margin: 1em 0;
		padding: 0;
		list-style: none;
		font-size: 0.8em;
		line-height: 1.4em;
	}

	ul#articlelist li {
		padding-bottom: 1em;
	}

	ul#articlelist li.section {
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 0;
		margin-top: 2em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

	ul#articlelist li a {
		border: none;
		color: #858F9E;
		font-weight: normal;
	}

	ul#articlelist li.section a {
		border: none;
		color: #858F9E;
		font-weight: bold;
	}

	ul#articlelist li h3 a {
		font-weight: bold;
        color: #49515C;
        font-size: 1.0em;
	}


	#sidebar .adunit {
		text-align: center;
		padding: 3em 0;
	}

		#sidebar .adunit iframe {
			border: 3px solid #E0EBD5;
		}

		#sidebar .adunit a {
			text-decoration: none; border: none;
		}


/*== Side Bar, Content */
#sidebar h3, #content h3 {
	font-size: 1.1em;
	color: #49515C;
	margin: 0 10px 0 0;
}

#content h4 {
	font-size: 1em;
}

#content div, #sidebar div, ul.social {
	padding: 1px 0 10px 0;
	border-top: 1px solid #ddd;
	padding: 10px;
}

/*== Content */
#content {
	float: left;
	width: 610px;
	position: relative;
	margin-left: 15px;
	line-height: 1.7em;
}

	#content div, ul.social { background: #fff url(/style/para_bg.jpg) repeat-x; }

		#content div.adunit {
			background-image: none;
			border: 3px solid #E0EBD5;
			background-color: #E0EBD5;
		}

/*== footer */
#footer {
	background: white url(/style/header.png) no-repeat 0 -35px;
	text-align: left;
	color: #313e24;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}

#footer a { text-decoration: none; color: #313e24; border-bottom: 1px dotted #313e24; }
#footer a:hover { border-bottom: 1px dotted #fff; color: #fff; }

/*== content styling */
.article { clear: both; }

	.article img {
		padding: 5px;
		margin: 10px 0 10px 0;
		border: 1px solid #858F9E;
	}

	.article img.links {
		float: left;
		margin: 0 10px 10px 0;
	}

	.article img.rechts {
		float: right;
		margin: 0 0 10px 10px;
	}

	.article ol {
		list-style-position: inside;
		padding: 0;
	}

ul.social {
    margin: 3em 0 3em;
    list-style-type: none;
}

ul.social li {
    margin-right: 24px;
    display: inline;
}

.related_articles {
    list-style-type: none;
    padding-left: 1px;
}

.related_articles li {
   padding-top: 0.6em;
}

.related_articles a {
    font-weight: bold;
    text-decoration:underline;
    border-bottom: none;
}


a#lbCloseLink, a#lbPrevLink, a#lbNextLink { border: none; }

.plugins-list {
    font-size: 0.85em; line-height: 1.4em
}
.plugins-list dd {
    font-size: 0.9em; padding-bottom: 1em;
}

/*== forms  */
input,
textarea {
width: 66%;
background-color: #fafaf8;
border-color:#f0ebd5;
border-style: solid;
border-width: 2px 1px 1px 1px;
padding: .2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}
	input:focus,
	textarea:focus {
	color: #666;
	background-color: #fff;
	border-top: 2px solid #313e24;
	}

.zemSubmit, .button {
width: 23%;
border: 2px outset #999;
background-color: #f6f6f6;
margin: 1em 0;
}

.zemError {
color: #c00;
border: 2px solid #c00;
background-color: #fff8ff;
}

label {
margin: 1em 0 0em 0;
display: block;
}

fieldset {
border: none;
padding: 0;
}

legend {
display: none;
}
