@import url(text.css);
@import url(nav.css);
@import url(lightbox.css);


/* Grundelemente
------------------------------------------------- */
html {
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #eff3f9;
	text-align: center;
	}
.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	background-color: #fff;
	text-align: left;
	}
#accesskeys {
	position: absolute;
	top: -150px;
	left: 0;
	}
	
#main {
	width: 940px;
	margin: auto;
	text-align: left;
	background-image: url(/pictures/back_main.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	border-bottom: 1px solid #5f7ab0;
	}

.invisible {
	display: none;
	}

.abisz {
	padding:5px;
	margin: 0;
	background-color: #eaeaea;
}

.abisz li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	font-weight: bold;
	text-align: center;
}

li.normal {font-weight: normal;}
li.normal1 {font-weight: bold;}
li.normal2 {font-weight: normal;padding: 0;margin: 0;}
li.normal3 {font-weight: normal;padding: 0;margin: 0;}

ul.sitemap {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	}

	
/* Head
------------------------------------------------- */
#head {
	margin: 0px 1px 0px 1px;
	background-image: url(/pictures/back_head.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #ccc;
	height: 113px;
	}
	
#logo_rorbas {
	position: absolute;
	margin-top: 18px;
	margin-left: 5px;
	z-index: 1;
	}
	
/* Icons ---------- */
ul#icons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	margin-top: 59px;
	margin-left: 127px;
	z-index: 2;
	}
#icons li {
	margin: 0;
	padding: 0;
	float: left;
	}
a.icon_home {
	background-image: url(/pictures/icon_home.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 19px;
	background-position: 0 0;
	}
a:hover.icon_home {
	background-position: 0px -16px;
	}
a.icon_index {
	background-image: url(/pictures/icon_index.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 30px;
	background-position: 0 0;
	}
a:hover.icon_index {
	background-position: 0px -16px;
	}
a.icon_sitemap {
	background-image: url(/pictures/icon_sitemap.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 20px;
	background-position: 0 0;
	}
a:hover.icon_sitemap {
	background-position: 0px -16px;
	}
#icons span {
	display: none;
	}
/* END Icons ---------- */

/* Topnav ---------- */
#topnav {
	background-image: url(/pictures/back_topnav.jpg);
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-left: 260px;
	}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#topnav a {
	border-left: 1px solid #039;
	color: #039;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 5px;
	}
#topnav a:hover {
	color: #333;
	}
#li_suchfeld {
	padding-left: 5px;
	}
#li_suchfeld a {
	border: none;
	padding: 0;
	margin: 0;
	padding-left: 3px;
	}
#li_suchfeld input {
	font-size: 0.95em;
	font-family: Arial, Verdana, sans-serif;
	padding: 2px;
	width: 120px;
	border: 1px solid #333;
	}
#topnav form {
	margin: 0;
	padding: 0;
	}
	
/* Navi
------------------------------------------------- */
#navi {
	padding-top: 22px;
	width: 199px;
	float: left;
	}
	
/* Text
------------------------------------------------- */
#content {
	margin-left: 260px;
	width: 635px;
	padding-top: 30px;
	padding-bottom: 30px;
	}

/* Footer
------------------------------------------------- */
#footer {
	clear: both;
	color: #000;
	font-size: 0.95em;
	padding-left: 260px;
	padding-bottom: 2px;
	}
#footer a {
	color: #000;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer .border_links {
	border-left: 1px solid #000;
	padding-left: 4px;
	margin-left: 2px;
	}
#footer .impressum {
	margin-left: 145px;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#footer li {
	display: inline;
	}
