* {
	margin: 0; 
	padding: 0; 
}
body  {
	font: normal 1.0em/1.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003300;
	background: #006600;

}

h1,
h2,
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2,
h3 {
	text-transform: uppercase;
	line-height: 1.6em;

}

h2 {
	font-size: 1.2em;
	font-weight: bold;

}

h3 {
	font-size: 1.0em;
	font-weight: bold;

}

h4 {
	font-size: 11px;
}

p {
	line-height: 1.6em;
	padding-bottom: 8px;
}

.pJustify p {
	text-align: justify;
}

a { 
	color: #990000;
	text-decoration: none;
}

#container a:hover { 
	border-bottom: none;
}

b,
strong {
	color: #003300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;


}

i,
em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}

#col1 ul,
#col2 ul,
#col3 ul,
ol {
	line-height: 1.8em;
	margin: 10px 0 10px 30px;
}

ul {
	list-style: disc url(none);
}

blockquote {
	font: italic 1.0em/1.8em Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 10px 0 20px 50px;
	width: 330px;
	background: #CCFFCC;

}

#nav {
	background: url(../images/navbar.jpg) repeat-x;
	height: 30px;
	text-align: center;
}

#nav li {
	display: inline;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	margin: 0 4px;
	text-transform: uppercase;
}

#nav a {
	font-size: 14px;
	position: relative;
	color: #003300;
	background: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;


}

#nav a:hover {
	color: #FFFFFF;
	background: #006600;

}

#nav li.current a:hover {
	color: #CCCCCC;
}

#nav li.current {
}

#bodyBackground {
	background: #336600;
}

#containerA {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/weg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
} 
#containerB {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/blatt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
} 

#header {
	color: #333333;
	height: 200px;
	padding: 0 10px 0 20px;
	text-align: center;
	background: url(../images/logo.gif) no-repeat;

} 

#header h1 {
	font-size: 1.8em;
	margin-bottom: -20px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 2.2em;
}

#header h1 a {
	color: #333333;
	text-decoration: none;
}

#header h2 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#header h3 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 20px;
	line-height: 2em;
}
#colFull {
	width: 400px;
	padding: 5px;
	margin-left: 260px;
}

body.twoCol #col1, 
body.twoCol #col2,
body.twoCol #col3 {
	float: left;
	width: 345px;
	margin-left: 30px;

}

body.twoCol #col1 {
	padding: 0 15px 0 0;
} 

body.twoCol #col2,
body.twoCol #col3 {
	padding: 0 0 0 15px;
} 

body.oneCol #col1,
body.oneCol #col2,
body.oneCol #col3 { 
	float: none;
	width: 100%;
}

body.oneCol #col1,
body.oneCol #col2,
body.oneCol #col3 {
	padding: 0;
} 

#footer {
	padding: 0 10px 0 20px;
	background: url(../images/footer.jpg) repeat-x;
	height: 30px;
	font-size: 0.8em;
	font-weight: normal;

} 

#footer p {
	padding: 2px 0;
	text-align: center;
	color: #333333;

}

#footer a {
	border-bottom: 1px dotted #666;
	color: #333333;
	text-decoration: none;

}

.clearfloat {
	clear:both;
    height: 4px;
    font-size: 1px;
    line-height: 0px;
}

