
* {
	margin: 0;
	padding: 0;
}

.clearfix {
	overflow: hidden;
}

.clear {
	clear: both;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #41618e;
	/* background-image: url(../images/background.gif);*/
}


#page {
	width: 750px;
	margin: auto;
	margin-top: 10px;
	background-color: #111144;
}

#header {
	height: 140px;
	background-image: url(../images/logo_oben.jpg);
}

/*
#logo {
	height: 130px;
	background-image: url(../images/logo_links.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 50px 30px 50px 30px;
	border-top: 1px solid #f4f2f0;
}
*/

#left, #right {
	float: left;
}



#left {
	width: 170px;
	background-color: #111144;
}

#right {
	width: 580px;
	background-color: #fffcaf;
}



#menu {
	margin-top: 30px;
	margin-left: 40px;
}

#menu ul {
	list-style-image: url(../images/2_neu_logo_blau.jpg);
}

#menu ul li {
	margin: 15px;
}

#menu a {
	text-decoration: none;
	color: #f4f2f0;
}

#menu a:hover {
	color: #c98300;
	text-decoration: underline;
}

.text {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 80px;
	margin-bottom: 30px;
	color: #41618e;

}


.artikel {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	color: #41618e;
}

.artikel h1 {
	font-size: 18px;
	line-height: 24px;
	color: #c98300;
}

#behandlungsablauf {
	color: #c98300;
}

#behandlungskosten {
	color: #c98300;
}

#honorarverzeichnis {
	color: #c98300;
}

#liste {
	margin-left: 15px;
}

.reklame {
	height: 140px;
	border: 1px solid #41618e;
	margin: 15px;
}


.beschreibung {
	margin: 5px 0 0 5px;	
	color: #41618e;
}

.beschreibung h3{
	font-size: 13px;
	color: #41618e;
}

.beschreibung h4 {
	font-size: 11px;
	color: #41618e;
}

.logo_home {
	margin-right: 15px;
	margin-top: 90px;
	height: 370px;
	background-image: url(../images/logo_hell.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.skizze {
	margin-right: 15px;
	margin-left:10px;
	margin-top: 20px;
	height: 200px;
	background-image: url(../images/anfahrt.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.skizze:hover {
	margin-right: 15px;
	margin-left:10px;
	margin-top: 20px;
	height: 200px;
	background-image: url(../images/haus.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}




#liste {
	margin-left: 10px;
}


#footer {
	background-color: grey;
	text-align: center;
	line-height: 30px;
	color: white;
}

#footer a {
	color: white;
}















