body {
	margin:0px; padding:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-image:url(img/bkg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#body {
	width:900px;
	padding:0px;
	margin:0px auto;	
	position:relative;
}

/******************************************/
/***
/*** KOPF
/***
/******************************************/

#head {
	height:140px;
	border-bottom:1px solid #009900;
	padding:0px; margin:0px;
	position:relative;
	
	background-color:#FFFFFF;
	background-image:url(img/headimage.gif);
	background-repeat:no-repeat;
	background-position:right;
	
	margin-bottom:60px;
}

#head #logo img {
	position:absolute;
	top:15px; left:15px;
}

#head #menu {
	position:absolute;
	bottom:0px; left:210px;
	/*border:1px solid red;*/
}

*+html #head #menu { /* Nur IE7 */
	bottom:-3px;
}

#head #menu a {
	width:110px; /*height:140px;*/
	padding:120px 5px 5px 5px; margin:0px;
	display:block;
	float:left;
	background-image:url(img/menu_button.gif);
	color:#003300;
	text-decoration:none;
	font-weight:bold;
	
	height:15px;
}


#head #menu a.zweizeilig {
	padding:105px 5px 5px 5px;
	height:30px;
}

#head #menu a:hover {
	background-image:url(img/menu_button_akt.gif);
	color:white;
}

#head #schatten {
	height:30px; width:100%;
	background-image:url(img/schatten.gif);
	position:absolute; top:141px;
}

/******************************************/
/***
/*** LEFT
/***
/******************************************/

#left {
	margin-left:70px;
	margin-right:320px;
}

#left #content {
}

#left #content h1 {
	font-size:28px;
	color:#1450A0;
}

#left #content h2 {
	font-size:14px;
	margin-top:36px;
}

#left #content h3 {
	font-size:14px;
}

#left #content p {
	line-height:18px;
	margin-left:10px;
}

#left #content a {
	color:#1450A0;
	text-decoration:none;
}

#left #content a:hover {
	text-decoration:underline;
	background-color:#EFEFFF;
}

.underline {
	border-bottom:1px solid #009900;
}

/******************************************/
/***
/*** RIGHT
/***
/******************************************/

#right {
	position:absolute;
	top:141px; right:0px;
	width:200px;
	padding-top:60px;
	
	background-image:url(img/schattenblau.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
}

#right .verbandbox {
	width:200px; height:95px;
	position:relative;
	padding-top:5px;
	
	background-image:url(img/schattenblauklein.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
	border-top:1px solid #D1DDED;
	
	cursor:pointer;
}

#right .verbandbox:hover {
	background-color:white;
}

#right .verbandbox img {
	position:absolute;
	top:13px;
	left:3px;
}

#right .verbandbox h1 {
	margin:10px 10px 0px 65px;
	font-size:12px;
}

#right .verbandbox p {
	margin:0px;
	margin-left:65px;
	font-size:11px;
}

#right a, #right a img {
	border:0px solid #000000;
	color:black;
}

#right #impressum a {
	color:#999999;
	text-decoration:none;
	font-size:10px;
	background-color:transparent;
}

#right #impressum {
	text-align:center;
}

#right #impressum a:hover {
	color:#000000;
	text-decoration:underline;
}