/* CSS Document */

/*textformate */

.titel{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style:normal;
font-weight:bold;
line-height:16px;
color: #FFCC66
}

h3{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style:normal;
font-weight:bold;
line-height:16px;
color: #FFCC66
}

.subtitel{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style:normal;
font-weight:bold;
line-height:16px;
color: #381101
}

.fliesstext { 
font-family:  Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style:normal; 
line-height:16px;
color: #CFC5A6
}

.kommentar { 
font-family:  Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style:normal; 
line-height:14px;
color: #CFC5A6
}

.bold { 
font-family:  Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style:normal;
font-weight:bold; 
line-height:16px;
color: #CFC5A6
}
.navitext { 
font-family:  Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style:normal; 
line-height:16px;
color: #507811
}

.textlink { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height:16px;
text-decoration:none; 
color: #381101
}

a.textlink:hover {
text-decoration: underline; 
color: #000000}

.menulink { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height:16px;
text-decoration:none; 
color: #381101;
}

a.menulink:hover {
text-decoration: underline; 
color: #000000;

}

.kommentarlink { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height:12px;
text-decoration:none; 
color: #381101
}

a.kommentarlink:hover {
text-decoration: underline; 
color: #000000
}
.webdesignlink { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height:12px;
text-decoration:none; 
color: #381101
}

a.webdesignlink:hover {
text-decoration: underline; 
color: #000000
}

.subtitellink { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight:bold;
line-height:16px;
text-decoration:none; 
color: #381101
}

a.subtitellink:hover {
text-decoration: underline; 
color: #000000
}

.cursorhand {cursor: pointer;}


body {
	background-color:#507811;
	height:100%;
	width:100%;
	margin:0; /* margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen */
	padding:0;
}

	
#kopf {
	left:0;
	top:0;
	width:100%;
	height:142px;
	background:#507811;
	z-index:4;
	}
	

#rahmen {
	left:0;
	top:142px;
	width:100%;
	min-height:426px;
	background-color:#507811;
	padding-top:142px;
	
	z-index:3;
	}
	
#subnavifeld {
	left:700px;
	top:142px;
	width:200px;
	height:100%;
	background-color:#A18D50;
	z-index:7;
	}

#themenbild {
	left:700px;
	top:230px;
	width:200px;
	height:340px;
	background:#A18D50;
	z-index:8;
	}

#webdesign {
	left:700px;
	top:573px;
	width:200px;
	height:17px;
	
	z-index:9;
	}

#hauptmenu {
	left:0;
	top:116px;
	width:690px;
	height:20px;
	z-index:5;
	padding-top:5px;
	padding-left:10px;
	}
	
#menubilder {
	left:608px;
	top:120px;
	width:80px;
	height:17px;
	z-index:5;
	}
	
#menubilder-02 {
	left:715px;
	top:120px;
	width:80px;
	height:17px;
	z-index:6;
	}
	
#brand {
	float:left;
	width:700px;
	height:142px;
	z-index:5;
	padding-top:10px;
	padding-left:10px;
	}

#submenu {
	float:left;
	width:585px;
	height:15px;
	z-index:5;
	padding-top:152px;
	padding-left:760px;
	}

#h-punktlinie {width:100%; height:4px; background-image:url(/bilder/navi/punkt.gif); background-repeat: repeat-x; margin:0px; padding:0px; }

body>#rahmen {padding-top:142px;}
body>#kopf {position:fixed;}   /* wird von allen Browsern au&szlig;er IE unterst&uuml;tzt */
body>#brand {position:fixed;}   
body>#hauptmenu {position:fixed;}   
body>#menubilder {position:fixed;}   
body>#menubilder-02 {position:fixed;} 
body>#inhalt {position:static;}
body>#subnavifeld {position:fixed;}
body>#themenbild {position:fixed;}
body>#webdesign {position:fixed;}


