html{
	padding: 0;
	margin: 0;
}
body{
	width: 750px;
	margin-top: 1px;
	margin-left: 5px; 
	font-size: 12px; 
	background-repeat: repeat; 
	font-family: arial; 
	background-color: #333333; 
	text-align: center;
	width: 750px;
}

#page{
	width: 750px;
	background: transparent url(/img/bg_left.jpg) repeat-y left;
}

#header{
	background-image: url(/img/getriebe_bg.gif);
	height: 105px;
}

#menu2{
	width: 330px;
	text-align: center;
	padding-left: 20px;
	margin-top: 30px;
}

#title{
	float: left;
	width: 330px;
	text-align: center;
}

#title a{
	color: white ;
	text-decoration: none;
}

#header h1{
	line-height: 22px;
	font-family: Arial;
	font-size: 22px;
	margin: 0;
	padding-top: 10px;
	font-style: italic;
}

#left-menu{
	background-color: #e4e4e4;
	min-height: 700px;
	float: left;
	width: 125px;
	text-align: left;
	padding: 15px 10px 20px 5px;
	line-height: 20px;
	border-top: 1px solid #333333;
}

#main{
	border-top: 1px solid #333333;
	background-color: #FFFFFF;
	min-height: 700px;
	float: right;
	width: 560px;
	text-align: left;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#main h1{
	color: #007A72;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-left: -5px;
	line-height: 50px;
}

#mainLeft{
	float: left; 
	width: 16%; 
	min-height: 700px;
}

#mainRight{
	float:right; 
	width:84%; 
	background-color:#ffffff; 
	min-height: 700px;
}

#footer{
	background-image: url(/img/bg_footer.gif); 
	height: 15px;
	text-align: right;

}

#menu{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

.list{
	color: #007A72;
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: lower-alpha inside;
}

.list .textBlack{
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

.textWhite{
	font-weight: bold;
	font-size: 11px; 
	color: #ffffff; 
	font-family: arial;
}

.textBlack{
	font-size: 11px; 	
	font-family: arial;  
}

.textGreen
{
	font-weight: bold;
	font-size: 11px; 
	color: #007A72;
	font-family: arial;
}

a.none {
	font-weight: bold;
	font-size: 11px; 
	color: #000000; 
	font-family: arial;
	text-decoration: none;
}
a.white:none{
	font-weight: bold;
	font-size: 11px; 
	color: #333333; 
	font-family: arial;
	text-decoration: none;
}

a.white{
	font-weight: bold;
	font-size: 11px; 
	color: #ffffff; 
	font-family: arial;
	text-decoration: underline;
}


a.white:hover{
	font-weight: bold;
	font-size: 11px; 
	color: #333333; 
	font-family: arial;
	text-decoration: none;
}

a.black{
	font-weight: bold;
	font-size: 11px; 
	color: #000000; 
	font-family: arial;
	text-decoration: underline;
}


a.black:hover{
	font-weight: bold;
	font-size: 11px; 
	color: #000000; 
	font-family: arial;
	text-decoration: none;
}

.clear{
	clear: both;
}

input.login  {
	border: 1px solid #035832;
	font-size: 11px;
	width: 60px;
}

.siteTitle {
	font-weight: bold; 
	font-size: 18px; 
	color: #007a72; 
}

.table th{
	height: 20px;
	color: #007A72; 
	background-color: #E4E4E4;
}
.table td{
	height: 20px;
	

}

.s_bold{
	font-weight: bold;
	font-size: 11px;
}

.backgroundColor{
	background-color: #E4E4E4;
}

.line{
	border-top:1px solid #007A72;
	height:1px;
}

.redBox{
	text-align:center; 
	border:1px solid red; 
	background-color:#ffecec;
	padding-top:5px; 
	padding-bottom:5px
}

.alignLeft{
	text-align: left;
}

.alignCenter{
	text-align: center;
}

.alignRight{
	text-align: right;
}

.paddingRight{
	padding-right: 40px;
}

.paddingLeft{
	padding-left: 20px;
}

/**** search box *****/
#search-box
{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;	
	width: 100%;
}

#search-left{
	float: right;
	margin-right: -5px
}
#search-right{
	float: right;
	margin-top: 2px;
	margin-right: -27px;
}
#search-button{
	border: 0pt none ; 
	text-align: center; 
	background: url(/img/find.png) no-repeat center center; 
	padding-left: 15px; 
	margin-top:2px;
	width:16px; 
	height:16px;
	cursor: pointer;
}
#input 
{
	border:1px solid	 black;
	color: #000000;
	height: 18px;
	margin-right: 4px;
	padding-top: 2px;
	width: 110px;
}
#search-results a{
	color: black;
	font-size:14px;
}
#search-results h2{
	border-bottom:1px solid #CCCCCC;
}
