@charset "utf-8";

/*****************************
*	CLEAR					 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
	
/*****************************
*	SYSTEM TAGS				 */

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	color: black;
	background: white url("../../images/rahmen/hintergrund.gif");
}
	
img {
	float: left;
	display: inline;
	border: 0;
}
	
a {
	color: #00559f;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {
	text-decoration: none;
}
	
p {
	margin: 1em 0;
}

ul {
	list-style: none outside;
	padding: 0;
	margin: 1em 0 1em 0;
}

dl dt {
	margin: 0 0 0.5em 0;
}

dl dd {
	margin: 0 0 1.25em 2em;
}

small {
	font-size: 0.8333em;
}

/*****************************
*	UEBERSCHRIFTEN		 	 */

h1 {
	font-size: 1.5em;
	color: #000000;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.375em;
	color: #000000;
	margin: 1em 0 0.5em 0;
}
	
h3 {
	font-size: 1.25em;
	color: #e4040e;
	margin: 1em 0;
}
	
h4 {
	font-size: 1.125em;
	color: #e4040e;
	margin: 0 0 1em 0;
}
	
h5 {
	font-size: 1em;
	color: #00559F;
	margin: 0;
}

h6 {
	font-size: 0.8333em;
	color: black;
	margin: 1.25em 0 1.25em 0;
}

/*****************************
*	RAHMEN				 	 */

#rahmen {
	width: 973px;
	float: left;
	position: relative;
}

#links {
	width: 200px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left;
	position: absolute;
	top: 129px;
	left: 0;
}

#links ul {
	width: 198px;
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 0;
	background: white;
}

#links ul li {
	width: 100%;
	float: left;
	margin-top: 2px;
}

#links ul li a {
	width: 96%;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 1px 2% 1px 2%;
	background: #E5EEF4;
	color: #00559f;
}

#links ul li:hover a,
#links ul li .aktiv,
#links ul li a:hover {
	background: #00559f;
	color: white;
}

#links ul li ul li a {
	width: 83%;
	padding: 1px 2% 1px 15%;
	background: white url("../../images/sonstiges/list-img-pfeil-rot.gif") no-repeat 8px 4px;
	font-weight: normal;
}

#links ul li:hover ul li a,
#links ul li ul li a:hover {
	background: white url("../../images/sonstiges/list-img-pfeil-rot.gif") no-repeat 8px 4px;
	color: #00559f;
}


#links ul li ul li.aktiv a {
	font-weight: bold;	
}

ul#untermenue {
	width: 572px;
	height: 73px;
	float: left;
	background: #00559F url("../../images/rahmen/kopfbanner-priolan-slogan.jpg") no-repeat;
	float: left;
	overflow: hidden;
	padding: 127px 0 0 0;
	margin: 0;
	font-size: 11px;
}

ul#untermenue li {
	width: 141px;
	height: 71px;
	float: left;
	background: #00559F;
	border-top: 2px solid white;
	border-right: 2px solid white;
	text-align: center;
}

ul#untermenue li:hover,
ul#untermenue li:hover a,
ul#untermenue li a:hover {
	color: #00559F;
	background: #CCDCEB;
}

ul#untermenue li a {
	width: 131px;
	height: 44px;
	display: block;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 27px 5px 0 5px;
	text-align: center;
	line-height: 12px;
}

ul#untermenue li.aktiv {
	background: #CCDCEB;
}

ul#untermenue li.aktiv a {
	color: #00559F;
}

#inhalt {
	width: 533px;
	min-height: 460px;
	height: auto !important;
	height: 460px;
	float: left;
	position: relative;
	display: inline;
	padding: 20px;
	background: white;
}

#inhalt ul li {
	width: 95%;
	float: left;
	background: url("../../images/sonstiges/list-img-pfeil-rot.gif") no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
}

#infobereich {
	width: 201px;
	float: right;
	position: absolute;
	top: 129px;
	right: 0;
	background: #CCDCEB;
	color: #00559f;
	font-size: 11px;
	line-height: 14px;
}

#infobereich div,
#infobereich form {
	width: 86%;
	padding: 7%;
	float: left;
	border-bottom: 2px solid white;
}

#infobereich div.language {
	padding: 0 7%;
}

#infobereich div.language div {
	float: none;
	margin: 0 0 7px 0;
	padding: 0;
	border: none;
	width: 80px;
	text-align: center;
}

#infobereich a.language {
	float: left;
	display: block;
	width: 20px;
	height: 15px;
	background-image: url("../../images/de.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
	border: solid 1px #caddeb;
	padding: 1px;
	margin: 10px 2px;
}

#infobereich a.language.gb {
	background-image: url("../../images/gb.png");
}

#infobereich a.language.aktiv:hover,
#infobereich a.language:hover {
	border-color: #00559F;
}

#infobereich a.language.aktiv {
	border: solid 1px white;
}

.gebaeude {
	position: absolute;
	top: 0;
	right: 0;
}

ul#fuss {
	width: 553px;
	float: left;
	display: inline;
	margin: 0 0 15px 198px;
	padding: 0 0 5px 20px;
	font-size: 11px;
	background: white;
}

ul#fuss li {
	float: left;
	color: #00559f;
}

ul#fuss li a {
	font-weight: bold;
	color: #00559f;
}

/*****************************
*	KLASSEN				 	 */

/*### BILDER ###*/

.bild_links {
	margin: 0 1.5em 1em 0;
}	

.bild_rechts {
	float: right;
	margin: 0 0 1em 1.25em;
}
	
.bild_umbruch {
	float: none;
	clear: both;
	margin: 1.25em 0;
}

/*### DIVERSES ###*/

.clear {
	float: none;
	clear: both;
}

.hide {
	position: absolute;
	top: -500em;
	left: -500em;
}

.box {
	width: 45%;
	float: left;
	padding: 0 5% 0 0;
	margin: 10px 0 10px 0;
	}
	
.box h3 {
	margin: 3px 0 5px 0;
	}
	
.halb li {
	width: 45%;
	float: left;
	padding: 0 5% 10px 0;
	}
	
.platzhalter {
	width: 198px;
	height: 50px;
	float: left;
	clear: both;
	position: relative;
}

.arbgimage {
	position: absolute;
	top: 0;
	left: 0;
}

.rueckruf h4 {
	margin-top: 2px;
}

/*****************************
*	SITEMAP				 	 */


#inhalt ul.sitemap {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#inhalt ul.sitemap li {
	background: none;
	padding: 0;
	margin: 0 0 0.4166em 0;
	}

#inhalt ul.sitemap li {
	margin: 0;
	}
	
#inhalt ul.sitemap li h2 {
	font-size: 16px;
	margin: 0.5em 0 0.5em 0;
	}

#inhalt ul.sitemap li h3 {
	font-size: 14px;
	margin: 0.5em 0 0.5em 2.5em;
	}

#inhalt ul.sitemap li h4 {
	font-size: 12px;
	margin: 0.5em 0 0.5em 3.33em;
	}
	
#inhalt ul.sitemap li h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 4.1666em;
	}

/*****************************
*	FORMULARE			 	 */

form p {
	margin: 0.5em 0 0 0;
}

form.login p {
	width: 44%;
	float: left;
	padding: 0 5% 0 0;
}

.form_input {
	width: 95%;
	padding: 2px;
	background: white;
	color: #00559F;
	border-top: 1px solid #00559F;
	border-left: 1px solid #00559F; 
	border-bottom: 1px solid #E5EEF4;
	border-right: 1px solid #E5EEF4;
}

.form_textarea {
	width: 95%;
	height: 75px;
	padding: 2px;
	background: white;
	color: #00559F;
	border-top: 1px solid #00559F;
	border-left: 1px solid #00559F; 
	border-bottom: 1px solid #E5EEF4;
	border-right: 1px solid #E5EEF4;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
}

.form_submit {
	width: auto;
	padding: 2px;
	background: #00559F;
	color: white;
	font-weight: bold;
}

/*****************************
*	abstand			 	 */

.abstand_klein {
	clear: both;
	float: none;
	margin-top: 15px;
	}

.abstand_mittel {
	clear: both;
	float: none;
	margin-top: 35px;
	}
	
.abstand_gross {
	clear: both;
	float: none;
	margin-top: 55px;
	}
