

.Einleitung_Headline{
font-size:18px;
line-height:28px;
font-weight:bold;

}

.Einleitung_Text{
font-size:18px;
line-height:28px;
font-weight:normal;

}

.Subheadline{
font-size:14px;
color:black;
}








body table{

	width: 100%;
	height: 100%;
	
}

body table tr td{
	vertical-align:middle;
}



#wrapper{
	width: 915px;
	margin: 0 auto;
}



#frame{
	

	width: 915px;
	
}


#content{
	font-weight: 700;
	height: 310px;
	
}


#homeScreen{
text-align: center;
	height:220px;
	margin: 0 auto;


}


/* Center-Stuff-End ////////////////////////////////////////////////////////////////////////// */






/* Styling ///////////////////////////////////////////////////////////*/


body,html{

	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 22px;
	background-color:#155F84;
	color:#FFFFFF;
	height: 100%;
}


em{

	 font-style: inherit;
	 font-weight: bold;
	 color: black
	 

}

a{
	color:white;
	text-decoration: none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


#content ul{
	
	list-style-image: url(../img/bullet.gif)

}

#content ul li{

	
	list-style-image: url(../img/bullet.gif)
}



/* Pages Nav */
#menu {
	font-family: Georgia,Times;
	font-size: 17.3px;
	margin-top: 6px;
	line-height: 28px;
}

#menu ul {
    	margin:0px;
    	padding:0px;
       	list-style: none;
       	float:left;
       	width:125px;
}


#menu  a{
      color:black;
      text-decoration: none;
}
















#menu li.current a{
	color:white;
}


#menu .currentparent a { 
	color:white;
}


#menu  .level2{

	font-size: 16px;
	width:350px !important;


}









/* Entry ////////////////////////////////////////////////////////////////////////// */

.entry{
font-weight: normal;
background-color: green;
font-size: 24px;
line-height: 40px;
text-align: center;
position: relative;



}

.entry h1{

	margin-bottom: 140px;
	color: black;

}

.entry p{

	font-family: Georgia,Times;
	line-height: 40px;
}

.entry .arrow{

	position: absolute;
	top: 275px;
	

}
.entry .rightArrow{

	right:50px;	

}

.entry .leftArrow{

	left:50px;	

}



#leftEntry{
	width:230px;
	margin-left: 145px;
	float:left;
	
}


#vertLine{
	width:8px;
	height:548px;
	margin-left: 75px;
	background-image:url(../img/vertical_line.gif);
	background-repeat:no-repeat;
	float:left;
	}

#rightEntry{
	width:230px;
	margin-left: 75px;
	float:left;
}





/* Main-Template ////////////////////////////////////////////////////////////////////////// */


/*Logo Small*/

#smallLogo{

	width:195px;
	float:left;
	margin-left: 95px;
}


#smallLogo h1{
	margin-top: -2px;
	font-family: Georgia,Times;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}

 



#content_box{
	
	padding-left: 290px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	
}



#navigation{
	position: relative;
	
	height: 260px;
	padding-top: 30px;
	background-image:url(../img/horizontal_line.gif);
	background-repeat:no-repeat;
	
}

#navigation .link{
	
	position: absolute;
	color:white;
	font-size:11px;
	bottom:0;
	left:95px;
	
	
}





#navigation  .arrow{

	
	position:absolute;
	

}
#navigation  .rightArrow{

	right:90px;
}

#navigation  .leftArrow{

	right:150px;

}




form input{

	float: left;



}







.alignleft{

	float: left;

}



.alignright{

	float: right;

}

