/*

	hellgrau (font): #454545;
	dunkles grau: #cdcdcd;
	
*/

body, td, input { 
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	font-family: tahoma, sans-serif; 
	letter-spacing: 1px; 
	line-height: 160%;  
	color: #454545; 
}

input { border: 1px solid; }
	

td {
	vertical-align: top;
}

body {
	background: #cdcdcd;
	text-align:center;
}
	 

div { text-align: left; }

#topOfPage { display: none; }

#container { 
	width: 730px; 
	padding: 25px 25px 5px 25px; 
	background: #fff; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	
}
#header { height: 45px; }
#logo {	width: 200px; float: left; }
#search { float: right; padding-top: 8px; text-align: right; width: 225px; }
#bar { 
	clear: both; 
	background: #cdcdcd; 
	height: 25px; 
}

ul.navigation, #footer ul { display: inline; list-style: none; }

.navigation li { 
	margin: 0; 
	padding-top: 3px; 
	padding-bottom: 4px;	
	padding-left: 10px;	
	padding-right: 10px; 
	border-right: 1px solid #fff; 
	float: left;
}

li#active , #active a { 
	background: #505050; 
	color: white; 
	padding-bottom: 4px; 
}


.navigation a:link, .navigation a:active, .navigation a:visited { 
	color: #000; 
	text-decoration: none 
} 


#top { 
	background: url(/fileadmin/hrss_01/images/zettelkastel_120.jpg) 100% 0 no-repeat #505050; height: 120px; 
	clear: both; 
}

#content_container { 
	clear: both; 
/* 	margin: 15px;  */
	margin-bottom: 15px;
	
}



#page_header {
	font-size: 14pt;
	font-weight: normal;
	text-align: right;
}

#content a:link, #content a:visited {
/* 	padding-left: 10px; */
	color: #454545;
	font-weight:bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	font-size: 12px;
	font-weight: bold;	
	padding-right: 20px;
	margin-top: 2em;
	
}

/*h1 a {
	padding-right: 20px;
	background: url(/fileadmin/hrss_01/images/pdf.gif) no-repeat 100% 0%;
}*/


#content p { 
	text-align: justify;
	margin: 0px;
	padding-left: 20px;
}


#top h1 { 
	color: #fff; 
	padding-left: 25px; 
	padding-top: 25px; 
	line-height: 110%;
	margin: 0; 
	margin-bottom: 10px; 
	font-weight: normal; 
	font-size: 18pt; 
}


#footer {
	padding: 2px;
	width: 100%;
	height: 1.25em;
	background-color: #505050;
	color: white; 
	clear:both;
	text-align: right;	
}

#footer a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: white; 
}

#footer li { 
	padding-top: 0px;
	float: right; 
	line-height: 1.25em;
	line-height: 1em;
	
	border-left: 1px solid white;
	padding-left: 10px;	
	padding-right: 10px; 
}

a img { border: 0; }
a img:active { border: 0; }
strong, b, span.highlight, h1.active, a.active { color: #7ca5d5; } 
span.hide { display: none; }
.underline { text-decoration: underline; }
h1 a, .blue { color: #7ca5d5; }

.red { color: red; }
.smaller { font-size: 75%; }
input.abstand { margin-left: 10em; border: 10px solid green; }
