/* CSS Document */

body 
{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#1f508e;
	font-size:12px;
}


#maincontainer
{
	float:left;
	width:840px;
	overflow:hidden;
}


#topcontainer
{
	float:left;
	background-image:url(bilder/kopfzeile.jpg);
	height:128px;
	width:835px;
	overflow:hidden;

}

#startcontainer
{
	width:810px; 
	height:350px; 
	background-image: url(bilder/start.gif); 
	background-repeat:no-repeat;
}

#menucontainer_therapie
{
	float:left;
	width:195px;
	background-image:url(bilder/menu_therapie.jpg);
	height:408px;
	width:195px;
	overflow:hidden;
}

#menucontainer_kontakt
{
	float:left;
	width:195px;
	background-image:url(bilder/menu_kontakt.jpg);
	height:408px;
	width:195px;
	overflow:hidden;	
}

#menucontainer_team
{
	float:left;
	width:195px;
	background-image:url(bilder/menu_team.jpg);
	height:408px;
	width:195px;
	overflow:hidden;	
}

#menucontainer_praxis
{
	float:left;
	width:195px;
	background-image:url(bilder/menu_praxis.jpg);
	height:408px;
	width:195px;
	overflow:hidden;	
}

#contentcontainer
{
 	float:left;
	width:598px;
	background-image:url(bilder/hintergrund.jpg);
	min-height:376px;
	background-repeat:no-repeat;
	background-color:#eef2fa;
	font-size:12px;
	color:#1f508e;
	padding:20px;
	padding-bottom:0px;
}

*html #contentcontainer
{
	height:376px;
}

#container_left
{
	float:left;
	width:185px;
	padding-right:110px;
}

#container_right
{
	float:left;
	width:175px;
	padding-left:120px;
}

.therapy_left
{
	text-align:right;
	height:34px;
}

.therapy_right
{
	text-align:left;
	height:34px;
}

#footer
{
	float:left;
	width:640px;
	height:17px;
	background-image:url(bilder/fusszeile.jpg);
}

#line 
{
	background-color:#1f508e;
	width:640px;
	float:left;
	min-height:391px;
}

#name
{
	/*padding-left:160px;
	padding-top:40px;*/
	padding-left:20px;
	padding-top:0px;	
	font-size:14px;
	color:#1f508e;
	float:left;
}

#mainmenu
{
	padding-left:240px;
	padding-top:8px;
	float:left;
	clear:both;
	width:90%;
}

a.mainmenu, a.mainmenu:link, a.mainmenu:active
{
	font-size:18px;
	color:#1f508e;
	text-decoration:none;
}

a.mainmenu:hover
{
	font-size:18px;
	color:#1f508e;
	font-weight:bold;
	text-decoration:none;
}

a.start, a.start:link, a.start:active
{
	font-size:24px;
	color:#1f508e;
	text-decoration:none;
	font-weight:normal;
}

a.start:hover
{
	font-size:24px;
	color:#1f508e;
	font-weight:normal;
	text-decoration:underline;
}

#spacing_team
{
	float:left;
	width:61px;
}

#spacing_therapie
{
	float:left;
	width:87px;
}

#spacing_praxis
{
	float:left;
	width:68px;
}

#spacing_kontakt
{
	float:left;
	width:55px;
}

#imprint
{
	float:left;
	width:195px;	
	height:20px;
	padding-left:113px;
}

#submenu
{
	float:left;
	padding-top:60px;
	padding-right:10px;
	width:195px;
	height:320px;
}
#spacing_submenu
{
	float:left;
	width:137px;
	height:22px;
	text-align:right;
}

#spacing_submenu2
{
	float:left;
	width:137px;
	height:22px;
	text-align:left;
	padding-left:8px;
	padding-top:12px;
}

a.submenu, a.submenu:link, a.submenu:active
{
	font-size:12px;
	color:#a6c4e7;
	text-decoration:none;
	font-weight:bold;
}

a.submenu:hover
{
	font-size:12px;
	color:#a6c4e7;
	font-weight:bold;
	text-decoration:underline;
}

a, a:link, a:active, a:hover
{
	font-size:12px;
	color:#1f508e;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;
}


h1
{
	font-size:14px;
	font-weight:bold;
	color:#1f508e;
}

h2
{
	font-size:12px;
	font-weight:bold;
	color:#1f508e;
}

ul
{
	list-style-image:url(bilder/blaupunkt.gif); 
	margin-top:20px;
}

li
{
	margin-bottom:10px;
}

td.bild
{
	padding-left:20px;
	vertical-align:top;
	width:50%;
}

td.text
{
	vertical-align:top;
	width:50%;
}



