/*(c) TN com2 GmbH 2004*/

/*
Allgemeine Tag-Definitionen  */

*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #301502;
}
html {
	height: 100%;
}
body {
	background-color: #F8F5E6;
	margin: 0px;
	padding:0px;
	height:100%;
	scrollbar-arrow-color : white;
	scrollbar-face-color : #08a105;
	scrollbar-base-color : #08a105;
	scrollbar-darkshadow-color : #0AA207;
	scrollbar-highlight-color : #26B722;
	scrollbar-shadow-color : #09A705;
	scrollbar-3dlight-color : #54C452;
	scrollbar-track-color : #B2D1B1;
}

td, th, caption{
	 font-size:70%; 
}
th{ text-align: left; font-weight: 700; }
td td, td caption{
	 font-size:100%; 
}


/*
Allgemeine HEADLINE-Styles */
h1 {font-size: 180%; font-weight: normal; margin-bottom: 2px; margin-top: 2px; color: #EA5E00;}
h2 {font-size: 120%; margin-bottom: 1px; margin-top: 1px; font-weight: bold; color: #EA5E00;}
h3 {font-size: 100%; margin-bottom: 1px; margin-top: 1px; font-weight: bold; color: #EA5E00;}

/*
ALLGEMEINE STYLES */
.small {font-size: 70%;}
.smaller {font-size: 85%;}
li{
	list-style-image: url(../images/li.gif);
}
/*
ANKER-Syles */
a:link, a:visited { color : #301502; text-decoration: underline;}
a:hover, a:active { color: #08A105; text-decoration: underline;}	
a.small {font-size: 90%;}

/*contexual für den Funktionsmenubereich*/
	#func TD { font-size: 55%;  color:#08A105;}
	#func TH { font-size: 55%;  color:#08A105;}
	#func a:link, #func a:visited {color : #08A105; text-decoration: none;}
	#func a:hover, #func a:active {color: #EA5E00; text-decoration: none;}
/*contexual für den M2-bereich*/
	#m2style td {color:#08A105; font-size: 82%;}
	#m2style th {color:#08A105; font-size: 82%;}
	#m2style a:link, #m2style a:visited { color : #08A105; text-decoration: none;}
	#m2style a:hover, #m2style a:active { color: #08A105; text-decoration: underline;}
/*contexual für den footer-bereich*/
	#footer td { font-size: 60%; color:#ADADA3; }
	#footer th { font-size: 60%; color:#ADADA3; }
	#footer a:link, #footer a:visited { color : #ADADA3; text-decoration: none;}
	#footer a:hover, #footer a:active { color: #EA5E00; text-decoration: none;}
/*
INPUT-Styles */
input.textinput, select, textarea {
   BORDER-BOTTOM: #A5ACB2 1px solid; /*A5ACB2 ist WinXP Style*/
   border-left: #A5ACB2 1px solid;
   border-right: #A5ACB2 1px solid;
   border-top: #A5ACB2 1px solid;
}

/*====================================================================================
							Sonderstyles für Unterseiten
------------------------------------------------------------------------------------*/							
DIV.boxed{
	padding:5px;
	width:inherit;
	width:100%
}

BODY#brown DIV.boxed{background-color: #DEB887;}
BODY#green DIV.boxed{ background-color: #C9EEBC;}
BODY#pink DIV.boxed{ background-color: #DFAFE3;}
BODY#steel DIV.boxed{ background-color: #C3DCE6;}
BODY#yellow DIV.boxed{ background-color: #FFFEBB;}

BODY#brown H2{	color:#945814;}
BODY#green H2{	color:#4BC81C;}
BODY#pink H2{ color:#B618C4;}
BODY#steel H2{	color:#579EBC;}
BODY#yellow H2{	color: #FFD700;}

BODY#brown DIV#content{	background-image:url(http://sauer.com2-gmbh.de/images/bg-stripes_brown.gif);	background-repeat:repeat-x;}
BODY#green DIV#content{	background-image:url(http://sauer.com2-gmbh.de/images/bg-stripes_green.gif);	background-repeat:repeat-x;}
BODY#pink DIV#content{	background-image:url(http://sauer.com2-gmbh.de/images/bg-stripes_pink.gif);	background-repeat:repeat-x;}
BODY#steel DIV#content{	background-image:url(http://sauer.com2-gmbh.de/images/bg-stripes_steel.gif);	background-repeat:repeat-x;}
BODY#yellow DIV#content{	background-image:url(http://sauer.com2-gmbh.de/images/bg-stripes_yellow.gif);	background-repeat:repeat-x;}

BODY#brown A:hover, BODY#brown A:active{	color:#945814;}
BODY#green A:hover, BODY#green A:active{	color:#4BC81C;}
BODY#pink A:hover, BODY#pink A:active{ color:#B618C4;}
BODY#steel A:hover, BODY#steel A:active{	color:#579EBC;}
BODY#yellow A:hover, BODY#yellow A:active{	color:#FFD700;}


