/*
Seiten Farben:
	A5D971  hellgrün
	#B2A588  braun
	#A5D971  mittelgrün
	#58791F  dunkelgrün
	#ffffff  rot
	
Linkfarbe:
	#D10000
*/

/* hier alle direkt auf html tags anzuwendende Styles */








body {
	background-color: #F5F3EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image:  url();
	background-repeat: repeat-y;

	
	scrollbar-face-color:#C6DBA0;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#F3F0E3;
scrollbar-arrow-color:#ffffff; }
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	color: #006666;
}

h3 {
	margin-top: 10px;
	font-size: 14px;
	background-color: #99CCCC;
}

h2 {
	margin-top: 10px;
	font-size: 18px;
}

h1 {
	font-size: 19px;
}

a {
	text-decoration: none;
	color: #D10000;
	font-weight: bold;
}

a:hover {
	color: #0F0000;
	text-decoration: underline;
}



td {
	font-size: 13px;
}

img {
	border-width: 0px;
}

/* spezielle Styles */
/*
.center {
	text-align: center;

}

#header {
	background-color: #7BB9B7;
	position: absolute;
	top: 10px;
	left: 50px;
	width: 710px;
	height: 90px;
	z-index: 4;
	background-image:  url(file:///D|/test/webmatze.de/www.webmatze.de/images/head_back.gif);
	background-repeat: repeat-x;
}

#header #pageHeader {
	position: absolute;
	top: 0px;
	left: -50px;
	
	width: 100%;
	height: 90px;
	background-image:  url(file:///D|/test/webmatze.de/www.webmatze.de/images/head.gif);
	background-repeat: no-repeat;
}

#www {
	position: absolute;
	top: 3px;
	left: 15px;
	font-size: 40px;
	color: #618E8D;
}

#de {
	position: absolute;
	top: 3px;
	left: 275px;
	font-size: 40px;
	color: #618E8D;
	z-index: 0;
}

#domain {
	position: absolute;
	top: 3px;
	left: 85px;
	font-size: 40px;
	color: #FFFFFF;
	z-index: 1;
}

#slogan {
	position: absolute;
	top: 25px;
	left: 350px;
	font-size: 14px;
	font-weight: normal;
	color: #F1FFFF;
}
*/


#sideBar {

	background-color: #A5D971;
    top: 0px;
	width: 181px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom:50px;
	z-index: 0;
	
}

#sideBar #hauptLinks ul {
	list-style-type: none;
    margin: 0px;
	padding-left: 0px;
	width: 175px;
	margin-top: 5px;
	
}

#sideBar #hauptLinks ul li {
	width: 140px;

	
}
/* button seiten farbe */

#sideBar #hauptLinks ul li.sub {
	background-color: A5D971 ;
		border-left: 7px solid #B2A588;
		

}

#sideBar #hauptLinks ul li.sub a {
	background-color: A5D971;
	background-image:url(../images/button_leer.jpg);

	color: #527118;
	font-size: 11px;
	font-weight: fett;
	text-decoration: none;
	display: block;
	width: 145px;
	position: relative;
	left: 10px;
	padding: 2px;
			
}

#sideBar #hauptLinks ul li.sub a:hover {
	color:#990000;
	background-color: A5D971;

}

#sideBar #hauptLinks ul li.sub a.active {
	color: #990000;
	background-color: A5D971;

}

#sideBar #hauptLinks a {
	background-color: ;
background-image:url(../images/button.gif);

	color: #3E4237;
	font-size: 12px;
	font-weight: fett;
	text-decoration: none;
	display: block;
	padding: 10px;
	padding-left: 25px;
	width: 158px;
}

#sideBar #hauptLinks a:hover {
	color: #990000;
	background-color: A5D971;
	
}

#sideBar #hauptLinks a.active {
	color: #990000;
	background-color: A5D971;
	
		

}

/* Inhalte der Seite */

#inhalte {
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	min-height: 360px;
	background-color: #cccccc;
	padding-top: 40px;
	padding-left: 70px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	z-index: 1;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	z-index: 0;
	width: 250px;
}
html>body #inhalte {
	z-index: 2;
	width: 250px;
}

#boxen {

	position: relative;
	top: 22px;
	left: 17px;
	font-size: 12px;
	width: 400px;
}

.ueberschrift {
	font-family: Arial, san-serif;
	color: #990000;
	word-spacing: 1px;
	font-weight: bold;
	color: #666666;
	text-transform: none;
	font-size: 14px;
}

.ueberschrift-kl {
	font-family: Arial, san-serif;
	color: #990000;
	word-spacing: 1px;
	font-weight: bold;
	color: #666666;
	text-transform: none;
	font-size: 12px;
}
.rahmen {
	border: 1px solid F3F0E3;
}
.kleine-schrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
