@import url(textstyles.css);

/* 23408f */


body {
	background-color: white;
	margin: 0 0 0 0;
	color: white;
	background-color: #eee;
	text-align: center;
}

#seite {
	text-align: left;
	margin: 80px auto 0 auto;
	width: 1020px;
	background-color: #23408f;
	border: 2px solid #4d5f8f;
}

#footer {
	margin: 2px auto 20px auto;
	width: 1000px;
	text-align: right;
}

#footer a {
	color: #9aa1a7;
}

#seite_inside {
	
	margin: 10px;
	background: white;
	border: 2px solid #4d5f8f;
}

.tab {
	display: block;
	float: left;
	width: 300px;
}


.tab100 {
	display: block;
	float: left;
	width: 100px;
}

.tab150 {
	display: block;
	float: left;
	width: 150px;
}

#menu_outside {
	margin: 20px 0 0 20px;
	float: left;
	width: 240px;
}


#mainmenu {
	list-style-type: none;
	padding: 0px;
	margin: 40px 0 0 0;
	letter-spacing: 0.05em;
	font-size: 140%;
	line-height: 130%;
}

#mainmenu li {
	padding: 5px 0 5px 5px;
	border-top: 1px solid #23408f;
}

#mainmenu li.last {
	border-bottom: 1px solid #23408f;
}

#mainmenu li a {
	color: #9aa1a7;
	text-decoration: none;
}

#mainmenu li:hover {
	background-color: #ecf0fb;
}

#mainmenu li.selected {
	background-color: #ecf0fb;
}

#mainmenu li.selected, #mainmenu li.selected_1 {
	background-color: #ecf0fb;
}

#mainmenu li.selected_2 {
	font-weight: bold;
}

#mainmenu .layer_2 {
	padding: 3px 0 3px 20px;
	border-top: none;
	border-bottom: none;
	font-size: 90%;
}

#inhalt {
	width: 732px;
	margin: 0px;
	float: left;
	color: black;
}

#inhalt div, #inhalt .blocklist {
	width: 337px;
	float: left;
	margin: 20px 0 10px 20px;
}

#inhalt h1 {
	letter-spacing: 0.05em;
	background-color: #23408f;
	font-size: 190%;
	font-weight: normal;
	color: white;
	padding: 10px;
	text-align: center;
	line-height: 160%;
	
}

#inhalt h1 .h1_big {
	font-size: 140%;
	
}

#inhalt ul {
	margin: 0 0 0 20px;
	padding: 0px;
}

#inhalt .blocklist {
	padding: 0px;
	width: 327px;
}

#inhalt .blocklist li{
	background-color: #d6ddf1;
	border: 1px solid #23408f;
	color: #23408f;
	margin: 0px;
	margin-bottom: 20px;
	list-style-type: none;
	padding: 0;
	height: 130px;
	vertical-align: middle;
}

#inhalt .blocklist li .list-number {
	float: left;
	display: block;
	text-align: center;
	font-size: 500%;
	line-height: 190%;
	font-family: arial, sans-serif;
	font-style: oblique;
	width: 70px;
}

#inhalt .blocklist li p {
	float: left;
	width: 250px;
	margin-top: 5px;
}


#inhalt input, #inhalt textarea {
	width: 320px;
	border-top: 1px solid #94acec;
	border-right: 1px solid #94acec;
	border-bottom: 1px solid #23408f;
	border-left: 1px solid #23408f;
	background: #f5f5f5;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
}

#inhalt input.error, #inhalt textarea.error {
	background-color: #dee7ff;
}

#inhalt .button {
	background: url(submit.gif) no-repeat 0 10px;
	padding: 10px 0 10px 30px;
	font-size: 150%;
	font-weight: bold;
	margin-left: 70px;
}

#inhalt .referenzen {
	background: url(referenzen_hintergrund.jpg) no-repeat 0 0;
}

#inhalt div.referenzen {
	height: 380px;
}

#inhalt div.referenzen div {
	margin: 30px;
	
}

#inhalt .referenzen p {
	margin: 0 0 2px 0;
	font-weight: bold;
	font-size: 90%;
	line-height: 120%;
}

#inhalt #meldung {
	margin: 0 0 5px 0;
	color: #23408f;
}

#inhalt p.f_field {
	margin: 0.5em 0 0 0;
}

#inhalt ul#jobs h3 {
	color: #23408f;
	font-weight: bold;
	margin: 0px;
}

#inhalt ul#ausschreibung {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.clearer {
	clear: both;
	height: 0px;
}




