/* STICKY FOOTER */
html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url(../img/css/bgr_main_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #449CDB;
	margin:0px;
	padding:0px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	height: 218px;
	width: 1000px;
	margin-top:-218px;
	margin-left: -500px;
	position: relative;
	left: 50%;
	background-image: url(../img/css/bgr_main_footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom:20px;
}
#content {
	padding-bottom: 218px;
	position:relative;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	overflow:visible;
}

/* Flash */
#flash {
	background-image: url(../img/css/platzhalter_flash.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 720px;
	width: 177px;
	margin-left: 323px;
	position: absolute;
	z-index: 99;
	left: 50%;	
}

/* TABNAVIGATION */
#tabbar {
	background-image: url(../img/css/bgr_main_tabbar.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 55px;
	width: 637px;
	margin-left: -500px;
	padding-left:363px;
	position: absolute;
	z-index: 98;
	left: 50%;
	top: 90px;
}
#tab_aupair a {
	display: block;
	height: 35px;
	width: 150px;
	background-image: url(../img/css/tab_aupair.png);
	background-repeat: no-repeat;
	margin-right:5px;
	float:left;
}
#tab_aupair_sel a {
	display: block;
	height: 35px;
	width: 150px;
	background-image: url(../img/css/tab_aupair_sel.png);
	background-repeat: no-repeat;
	margin-right:5px;
	float:left;
}

#tab_highschool a {
	display: block;
	height: 35px;
	width: 150px;
	background-image: url(../img/css/tab_highschool.png);
	background-repeat: no-repeat;
	margin-right:5px;
	float:left;
}
#tab_highschool_sel a {
	display: block;
	height: 35px;
	width: 150px;
	background-image: url(../img/css/tab_highschool_sel.png);
	background-repeat: no-repeat;
	margin-right:5px;
	float:left;
}

#tab_jobpraktikum a {
	display: block;
	height: 35px;
	width: 150px;
	background-image: url(../img/css/tab_jobpraktikum.png);
	background-repeat: no-repeat;
	float:left;
}
#tab_jobpraktikum_sel a {
	display: block;
	height: 35px;
	width: 150px;
	background-image: url(../img/css/tab_jobpraktikum_sel.png);
	background-repeat: no-repeat;
	float:left;
}

/* LAYOUT */
#banner {
	width:1000px;
	height:276px;
	float:left;
	background-image: url(../img/css/bgr_main_banner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom:10px;
}
#logo {
	width:150px;
	height:120px;
	float:left;
}
#topnavibox {
	width:100px;
	height:120px;
	float:left;
	padding-left:20px;
	padding-top:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	z-index:100;
}
#topnavibox a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/css/bullet_topnavi.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:15px;
}
#topnavibox a:hover {
	color: #B41C1C;
}

#content_left {
	width:230px;
	height:auto;
	margin-right:30px;
	float:left;
}
#content_right {
	width:550px;
	height:auto;
	float:left;
}


/* Leftnavi */
.leftnavi a {
	width:200px;
	height:20px;
	padding-left:30px;
	line-height:20px;
	vertical-align:middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #16449A;
	text-decoration: none;
	display: block;
	background-image: url(../img/css/bullet_leftnavi.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
.leftnavi a:hover {
	background-image: url(../img/css/bullet_leftnavi_hover.png);
	color: #B41C1C;
}
.leftnavi_sel a {
	width:200px;
	height:20px;
	padding-left:30px;
	line-height:20px;
	vertical-align:middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B41C1C;
	text-decoration: none;
	display: block;
	background-image: url(../img/css/bullet_leftnavi_hover.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

.leftnavi_line {
	width:230px;
	height:9px;
	background-image: url(../img/css/bgr_leftnavi_line.png);
	background-repeat: repeat-x;
}


/* TEXT */
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #B41C1C;
	margin-top:0px;
	margin-bottom:15px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #16449A;
	margin-top:0px;
	margin-bottom:15px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #16449A;
	margin-top:0px;
	margin-bottom:10px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0C2556;
	line-height:20px;
	margin-top:0px;
	margin-bottom:10px;
}
p.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0C2556;
	line-height:16Platzhalterpx;
	margin-top:0px;
	margin-bottom:10px;
}
ul {
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	padding-left:20px;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0C2556;
	background-image: url(../img/css/bgr_li.png);
	background-position: left top;
	padding-left:30px;
	margin-bottom:10px;
	list-style-type: none;
	background-repeat: no-repeat;
}

/* TABELLEN */




/* FORMULARE */
form {
	margin:0px;
	padding:0px;
}
label {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0C2556;
	width: 200px;
	display:block;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
input.std {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0C2556;
	width: 300px;
	border: 1px solid #16449A;
	background-color: #FDFEFE;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
select.std {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0C2556;
	width: 306px;
	border: 1px solid #16449A;
	background-color: #FDFEFE;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

/* BILDER */
img.left {
	margin-right:20px;
	margin-bottom:20px;
}

/* SONDEROBJEKTE */
.bewerbungslink a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #16449A;
	text-decoration: none;
	background-image: url(../img/css/bullet_leftnavi.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	display: block;
	height: auto;
	width: 520px;
	padding-left:30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bewerbungslink a:hover {
	background-image: url(../img/css/bullet_leftnavi_hover.png);
	color: #B41C1C;
}
