html, body {
	padding: 0;
	margin: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#73b6e0;
	background-position:top;
	background-repeat:repeat-x;
	background-image: url(img/background_spar_blue.jpg);
}
div#header-wrapper {
	background: url(img/free_from_header_right_61x331.png) repeat-x;
	background-position: top center;
}
div#header-inner {
	height: 331px;
	background: url(img/free_from_header_neu.png) no-repeat;
	width:1020px;
	background-position: top left;
}
div#header-content {
	font-size:24px;
	color: #272579;
	font-weight:normal;
	padding-top:240px;
	padding-left:280px;
	width:730px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div#navi {
	padding-top:10px;
	padding-left:270px;
	width:730px;
}
div#navi a {
	font-size:9pt;
	display:block;
	float:left;
	margin-left:10px;
	text-decoration:none;
	text-align:center;
	
	background:#212066;
	color:white;
	border: 2px solid white;
	border-top: 4px solid white;
	border-bottom: none;
	width:92px;
	padding:5px 20px 5px;
	
	font-weight:bold;
}
div#navi a:hover, div#navi a.current {
	background:#f9b200;
	color:#212066;
}









div#content {
	margin-left:280px;
	margin-top:20px;
	width:720px;
	border:0px solid red;
}




















/* bewerber listing */
table.bewerber {
	width:720px;
	border-spacing: 0;
	margin-bottom:20px;
}
table.bewerber-odd {
	background: #fab500;
}
table.bewerber-even {
	background: #008fcb;
}
table.bewerber td.title {
	background: #28267a;
	color:white;
	padding:3px;
	padding-left: 15px;
}
table.bewerber td.image {
	padding:10px;
	vertical-align: top;
}
table.bewerber td.content {
	font-size:12px;
}

p.onblue {
	color:white;
	font-size:12px;
}
/* intro text */
#text_intro {
	width: 720px;
	font-size:10pt;
}



.center {
	text-align: center;
}
/* formulare */
input, select, textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}
.stdwidth {
	width:150px;
}


td.info-nonpublic {
	padding-right:20px;
	background: url(img/application_nonpublic.jpg) top right no-repeat;
}


div.poductgroup {
	background:#fbce57;
	margin:5px;
	padding:5px;
}


div.pagination {
	text-align: center;
}
div.pagination select {
	border:1px solid #fab500;
}
div.pagination a, div.pagination a:link {
	background:#28267a;
	border:1px solid #fab500;
	color:#fab500;
	font-weight:bold;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	padding:1px 10px;
}



div#footer {
	height:50px;
}





div#einreichen {
	padding-bottom:20px;
}
div#einreichen a {
	display:block;
	margin: 0px auto;
	text-decoration:none;
	text-align:center;
	
	font-size:10pt;
	
	background:#212066;
	color:white;
	border: 2px solid white;
	border-top: 4px solid white;
	border-bottom: none;
	width:160px;
	padding:5px 20px 5px;
}
div#einreichen a:hover, div#einreichen a.current {
	background:#f9b200;
	color:#212066;
}
