/*
////////////////////////////////////////////////////////////////////////
///                 Layout ( Seitenlayout, DIV's ... )               ///
////////////////////////////////////////////////////////////////////////
*/
body{
	margin:0; 
	background-color:#E5FFE1;
	} 

#main{
	margin:auto;
	height:768px;
	width:1008px;
	margin-top:30px; 
	}
#banner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:86px;
	background-image:url(../img/site_elements/vmb_head.png);
	background-repeat:no-repeat;
	background-position:top;	
	}
#left{
	width:18%;
	height:665px;
	border:1px solid #009933;
	background-color:#FBFBFB;
	margin-top:4px;
	float:left;
	}
#middle{
	width:62%;
	height:665px;
	float:left;
	border:0px;
	/*Bei absolut und relativ positionierten Elemente sowie bei Elementen mit der Eigenschaft float addieren sich die margins nebeneinander und untereinander liegenden Boxen.*/
	/*top, right, bottom, left*/
	margin:4px 2px 0px 8px;
	}
#middle1{
	width:80%;
	height:665px;
	float:left;
	border:0px;
	/*Bei absolut und relativ positionierten Elemente sowie bei Elementen mit der Eigenschaft float addieren sich die margins nebeneinander und untereinander liegenden Boxen.*/
	/*top, right, bottom, left*/
	margin:4px 2px 0px 8px;
	}
#middle_top{
	width:100%;
	height:70%;
	border:1px solid #009933;
	background-color:#FBFBFB;
	margin-bottom:4px;
	}
#middle_top_100{
	width:100%;
	height:100%;
	border:1px solid #009933;
	background-color:#FBFBFB;
	margin-bottom:4px;
	}
#middle_left{
	width:49%;
	height:29%;
	border:1px solid #009933;
	background-color:#FBFBFB;
	margin-right:4px;
	float:left;
	}
#middle_right{
	width:49%;
	height:29%;
	border:1px solid #009933;
	background-color:#FBFBFB;
	float:right;
	}
#right{
	width:18%;
	height:665px;
	border:1px solid #009933;
	background-color:#FBFBFB;
	margin-top:4px;
	margin-left:0px;
	float:right;
	}
#menueWin {
   border-width:2px;
   border-left-width:6px;
   border-style:solid;
   border-color:#006600;
   border-spacing:6px;
   width:165px;
   padding-bottom:10px;
}
#menueWinright {
   padding:0px;
   margin-left:-2px;
   margin-right:0px;
   border-width:2px;
   border-right-width:6px;
   border-style:solid;
   border-color:#006600;
   border-spacing:6px;
}
/**CLEARING CLASS***/
.clearAll {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
	height: 0px;
	clear: both;
}
.quoteBody{
 font-size:10px;
 padding-top:2px;
 padding-bottom:2px;
 margin:0px;
}
#tableborder {
   border-width:2px;
   border-style:solid;
   border-color:#7DB07D;
   border-spacing:6px;
}
/*
////////////////////////////////////////////////////////////////////////
///  Schriftformatierungen ( Font, Schriftfarbe, Schriftgröße...ect. ///
////////////////////////////////////////////////////////////////////////  
*/
a:link{color: #002752; text-decoration:underline; font-size:12px}
a:visited { color: #002752; text-decoration: none; font-size:12px}
a:active { color: #000000; text-decoration: none; font-size:12px}
a:hover { color: #952E45; text-decoration: underline; font-size:12px}

a.menuep:link{ color:#7D7D7D; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:10px}
a.menuep:visited { color:#7D7D7D; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:10px}
a.menuep:active { color:#7D7D7D; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:10px}
a.menuep:hover { color:#7D7D7D; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:10px}

a.green:link{ color:#006600; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:14px; text-decoration:none; font-weight:bold;}
a.green:visited{ color:#006600; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:14px; text-decoration:none; font-weight:bold;}
a.green:active{ color:#006600; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:14px; text-decoration:none; font-weight:bold;}
a.green:hover{ color:#006600; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:14px; text-decoration:none; font-weight:bold;}

h2 { color:#006600; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:16px; font-weight:bold; line-height:16px; margin-top:10px; margin-bottom:4px;}
h2.small_h2 { color:#505050; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:14px; font-weight:bold; line-height:20px;}
h4 { font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:12px; font-weight:bold; line-height:16px; margin-top:6px; margin-bottom:2px;}

.textgreen { color:#006600; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:14px; text-decoration:none; font-weight:bold;}


.menueLeft{
	color:#505050;
	list-style-type:square;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:2px;
	/* Abstand(margin) oben, rechts, unten und links */
	margin: 0px auto 0px 22px;
	line-height:12px;
}
.menueLeft .bold{
	color:#006600;
	font-weight:bold;
	padding-left:2px;
	margin: 5px auto 3px -2px;
}
.menueLeft .bold2{
	color:#006600;
	font-weight:bold;
	padding-left:2px;
	margin: 5px auto 3px -2px;
	list-style-type:square;
}
.lauftext{
	color:#505050;
	list-style-type:square;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}
.small_lauftxt{
	font-size:9px;
}
