/* Tageinstellungen */

html,body
{
	margin: 0;
	padding: 0;
	font: 12px Arial;
	background-color: rgb(244,245,251);
}

body
{	
	text-align: center;		
	padding-top: 20px;
	line-height: 1.2em;
}

img
{
	border: 0;
	outline-style: none;
}

p
{
	margin: 1em 0;
}

a
{
	color: rgb(41,72,114);
	text-decoration: none;
	font-weight: bold;
	outline-style: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: rgb(41,72,114);
	font-size: 16px;
	margin: 0;
}

h2
{
	color: rgb(41,72,114);
	font-size: 12px;
	margin: 0;
}

ul
{
	margin: 0;
	padding: 0 0 0 15px;
}

li
{
	margin: 0;
	padding: 0;
}

address
{
	font-style: normal;
}

/* Styles über ID */
#content
{
	position: relative;
	background-color: rgb(255,255,255);
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	width: 951px;
	height: 640px;
	text-align: left;	
  margin: 0 auto;  
  border: 1px solid rgb(173,189,209);
}

#buttons
{
	position:absolute;
	top: 218px;
	left: 0px;
	width: 185px;
	z-index: 5;
}

#kasten
{
	position:absolute;
	top: 198px;
	left: 158px;
	width: 705px;
	height: 387px;		
	background-image: url('../img/kasten_content_back2.png');				
}

#kasten_padding
{
	position: relative;
	padding: 20px 0 0 60px;			
}

#kasten_content
{	
	position: relative;
	padding: 0 10px 0 0;	
	height: 363px;	
	overflow: auto;			
}

#kasten_small
{
	position:absolute;
	top: 198px;
	left: 158px;
	width: 505px;
	height: 320px;		
	background-image: url('../img/kasten_content_back2.png');				
}

#kasten_content_small
{	
	position: relative;
	padding: 0 10px 0 0;	
	height: 300px;	
	overflow: auto;			
}

#rahmen_ol
{
	position: absolute;
	left: -34px;
	top: -29px;
}

#rahmen_om
{
	position: absolute;
	left: 0px;
	top: -29px;
	width: 100%;
	height: 29px;
}

#rahmen_or
{
	position: absolute;
	right: -34px;
	top: -29px;
}

#rahmen_ml
{
	position: absolute;
	left: -34px;
	top: 0px;
	width: 34px;
	height: 100%;
}

#rahmen_mr
{
	position: absolute;
	right: -34px;
	top: 0px;
	width: 34px;
	height: 100%;
}

#rahmen_ul
{
	position: absolute;
	left: -34px;
	bottom: -29px;
}

#rahmen_um
{
	position: absolute;
	left: 0px;
	bottom: -29px;
	width: 100%;
	height: 29px;
}

#rahmen_ur
{
	position: absolute;
	right: -34px;
	bottom: -29px;
}

#buttons img
{
	margin-bottom: 5px;
}

#leistungsuebersicht
{
	margin: 1em 0 0 0;	
	text-align: center;	
	line-height: 5px;
}

#leistungsuebersicht img {	
	margin : 0;
}

#startpage_logo
{
	border: 1px solid rgb(173,189,209);
}

/* Styleklassen */

.center
{
	text-align: center;
}

.profil_text
{
	position: absolute;
	top: 40px;
	left: 245px;	
	width: 380px;
	overflow: hidden;
}

.profil_text_martina
{
	position: absolute;
	top: 35px;
	left: 250px;	
	width: 390px;		
}

.leistungen_button
{
	margin: 0 5px 5px 0;
}

.leistungen_text
{
	width: 320px;
}

.leistungen_info
{
	position: absolute;
	top: 25px;
	right: 0px;
}

.leistungen_text_gross
{
	width: 505px;
}

