
#page {
	border-left: 0px solid gray ;
	border-bottom: 0px solid gray ;
	border-right: 0px solid gray ;
	height: auto ;
}

#header {
	background-color: transparent;
	border-bottom: 0px solid gray;
	border-top: 0px solid gray;
}

#headerlogo {
	border-right: 0px solid gray;
	background-color: transparent;
}


#headernavigation {
	background-color: transparent;
	border-bottom: 0px solid gray;
	font-size: 14px ;
}

#headernavigation li { border-right: 0px solid black ; }
#headernavigation a { color: White; }
#headernavigation a:hover { color: White; }


input.standardButton {
	background-color: #dddddd;
	border-top: 2px solid #eeeeee;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 2px solid #eeeeee;
}

input.suchenbutton {
	background-color: #dddddd;
	border-top: 2px solid #eeeeee;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 2px solid #eeeeee;
}

.formBorder input, #loginUserInput input, #loginPassInput input {
	border-top: 2px solid #999999; ;
	border-right: 1px solid #999999; ;
	border-bottom: 1px solid #999999; ;
	border-left: 2px solid #999999; ;
}


td#leftnavigationCell { background-color: transparent;}
#leftnavigationCell {background-color: transparent; }

#leftnavigationCell ul { border-top: 0px solid white ;  }
#leftnavigationCell a { border-bottom: 0px solid white ; }
.leftnavigation1 a,  { color: #ffffff;  }

.leftnavigation1 a{ background-color: transparent ; }

.leftadress a,  { color: #954432; }

td#content {
	border-left: 0px solid gray ;
	border-right: 0px solid white ;
}

#content a { color: #000000 ; }
#content a:hover { color: #000000 ; }

#footer {
	background-color: transparent;
	color: white ;
	border-top: 1px solid gray ;
}

#footer a { color: white ; }
