body {
	font-family:Verdana;
 	font-size:12px;
	background-image:url(../images/backKachel.gif);
	text-align:center;
	margin:0px;
	line-height:15px;
}
p {
	margin-top:20px;
}
pre {
	font-family:Verdana;
 	font-size:90%;
}	
a:link, a:visited, a:active { 
	text-decoration:none;
	font-weight:normal;
	color:#0c4a12;
}
a:hover {
	text-decoration:underline;
	color:#0c4a12;
}
.menutitle{
	display:block;
	background-image:url(../images/subMenuHead.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	height:48px;
	color:#0c4a12;
}

a.menu0:link, a.menu0:visited, a.menu0:active { 
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
a.menu0:hover { 
	text-decoration: underline;
	color:#ffffff;
	font-weight:bold;
}
a.menu0 {
	display:block;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/subMenuBack_10.gif);
	background-repeat:repeat-y;
	text-align:left;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a.menu1:link, a.menu1:visited, a.menu1:active { 
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
a.menu1:hover { 
	text-decoration: underline;
	color:#ffffff;
	font-weight:bold;
}
a.menu1 {
	display:block;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.subMenu {
	display:block;
	height:24px;
	background-image:url(../images/subMenuFuss.gif);
}
.grueneSchrift {
	color:#0c4a12;
}
.linkSpalte {
	line-height:25px;
}
/*
///////////////// Überschriften & Aufzählungen
*/
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,sans-serif;
}
h1 {
	font-size: 150%;
	color: #0c4a12;
	font-weight:bold;
}

h2 {
	font-size: 120%;
	color: #0c4a12;
	font-weight:bold;
}

h3 {
	font-size: 100%;
	color: #333333;
	font-weight:bold;
}
h4 {
	font-size: 100%;
	color: #0c4a12;
	font-weight:normal;
}

h5, h6 {
	font-size: 100%;
	color: #333333;
	font-weight:normal;
}

ul{
	list-style-type: square;
	color: #333333;
}

ul ul{
	list-style-type: square;
	color: #333333;
}

ul ul ul{
	list-style-type: none;
	color: #333333;
}


label{
	color:#666666;
	color: #333333;
}

/*
/////////////////////////////////// Container
*/
#content {
	float:left;
	padding-left:10px;
	padding-top:10px;
	padding-right:20px;
	width:631px;
	padding-bottom:20px;
}

#title {
	height:87px;
	padding:0px;
	margin:0px;
}
#left {
	background-color:#e6e4e4;
	width:200px;
	float:left;
	height:370px;

}
#menucontainer {
	width:247px;
/*	background-color:#ccc6be;*/
}
#contentContainer {
	width:661px;
	float:right;
	padding:0px 0px;
	background-color:#e6e4e4;
}
/*
//////////////////////////////// Weisser Rahmen
*/
#whiteBox {
	width:908px;
	margin:20px auto;
	text-align:left;
	border:10px solid #536f98;
	padding:0px;
	background-color:#e6e4e4;
}
/*
///////////////////////////////// Top Navigation
*/
#navBar {
	width:651px;
	color:#ffffff;
	height:58px;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/mainMenu.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
}
#navBar a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#navBar a:hover {
	font-weight:bold;
	text-decoration:underline;
}
