@charset "utf-8";
 
*{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #606467;
	text-decoration: none;
	border: none;
}

 
body{
	background-color: #9ecce9;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
}
html, body{
	width: 100%;
	height: 100%;
}
 
p{
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 0 0 6px 0;
}
h1{
	color: #2363ab;
	font-size: 16px;
	font-weight: bolder;
	line-height: 22px;
}
h2{
	font-size: 14px;
	line-height: 21px;
}
strong{
	font-weight: bolder;
}
.headline{
	color: #2363ab;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 9px 0 9px 0;
}

 
#Scrollbox{
	z-index: 5;
	position: absolute;
	background-image: url(../Images/Hintergrund_v.png);
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: scroll;
}
 
#bk_w{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	height: 37.25%;
	width: 100%;
}
 
#Content{	
	z-index: 25;
	position: relative;
	background-image: url("../Images/Hintergrund_Startseite_V.png");
	background-position: top;
	background-repeat: repeat-x;
	top: 60px;
	width: 988px;
	height: 568px;
	margin: 2% auto 0 auto;
	border: 1px solid #ffffff;
	text-align: left;
}

#Inhalt{
	z-index: 30;
	background-color: #ffffff;
	position: absolute;
	top: 265px;
	left: 0;
	height: 193px;
	width: 988px;
	padding: 0 0 75px 0;
}

#Text{
	z-index: 50;
	position: absolute;
	top: 43px;
	left: 430px;
	min-height: 340px;
	width: 530px;
	margin: 0 0 25px 0;
} 
#Logo{
	z-index: 50;
	position: absolute;
	top: 197px;
	right: 52px;
	height: 68px;
	width: 171px;
}
#T_Button{
	position: absolute;
	top: 7px;
	right: 136px;
	height: 68px;
	width: 68px;
}
#Claim{
	z-index: 50;
	background-image: url("../Images/Claim.png");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 230px;
	left: 29px;
	height: 20px;
	width: 210px;
}
#Subline{
	z-index: 50;
	position: absolute;
	bottom: 3px;
	left: 422px;
}
#Subline p{
	color: #ffffff;
}
 
#Box{
	z-index: 50;
	background-image: url("../Images/Start.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 32px;
	left: 16px;
	height: 200px;
	width: 376px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#Ausbildung{
	position: absolute;
	top: 20px;
	left: 15px;
	height: 100px;
	width: 150px;
	cursor: pointer;
}
 
#Navigation{
	z-index: 100;
	position: absolute;
	top: -27px;
	left: -1px;
	height: 25px;
}

#Navigation .item{
	background: none;
	background-color: #64a6d4;
	font-size: 11px;
	width: 96px;
	height: 22px;
	margin: 0 2px 0 0;
	padding: 3px 0 0 12px;
	float: left;
	border: 1px solid #ffffff;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
    -khtml-border-top-left-radius: 12px;
    -khtml-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
   	border-top-right-radius: 12px;
}
.item a{
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	padding-bottom: 10px;
	display: block;
}
.item a:hover{
	color: #db3a5c;
}
.item a#aktiv{
	color: #db3a5c;
}
.home{
	font-weight: normal;
}
#gr{
	z-index: 100;
	position: absolute;
	top: -21px;
	right: 79px;
	height: 12px;
	width: 25px;
	cursor: pointer;
}
#kl{
	z-index: 100;
	position: absolute;
	top: -21px;
	right: 59px;
	height: 12px;
	width: 25px;
	cursor: pointer;
}
#mail_symbol{
	z-index: 100;
	position: absolute;
	background-image: url("../Images/Mail.png");
	background-repeat: no-repeat;
	top: -19px;
	right: 31px;
	height: 10px;
	width: 23px;
	cursor: pointer;
}

#Subnavigation{
	z-index: 50;
	position: absolute;
	color:#ffffff;
	bottom: 9px;
	left: 30px;
}
#Subnavigation a{
	color: #ffffff;
}
#Subnavigation a:hover{
	color: #db3a5c;
}
#Subnavigation a#aktiv{
	color: #db3a5c;
}