* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px;
}

img { border: none; }

body {
	padding: 20px 0;
	background: #EEE;
	color: #000000;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

#pagewrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #8A8A8A;
	overflow: auto;
}

#header {
}

#header_1 {
	float: left;
	width: 246px;
	height: 230px;
	border-bottom: 30px solid #D5471F;
}

#header_2 {
	float: left;
	padding: 112px 0 0 30px;
	width: 444px;
	height: 118px;
	background-color: #D5471F;
	color: #FFF;
	border-bottom: 30px solid #C4C4C4;
}

#header_3 {
	float: left;
	width: 260px;
	height: 260px;
	overflow: hidden;
}

#main {
	clear: both;
	float: left;
	background: #FFF url(../images/bg_main.gif) repeat-y;
}

#spalte1 {
	float: left;
	width: 246px;
	background-color: #C4C4C4;
}

#spalte2 {
	float: left;
	width: 674px;
	padding: 30px;
	/* background-color: #EEE; */
}

#footer {
	clear: both;
	float: left;
	width: 980px;
	height: 40px;
	overflow: hidden;
}

#footer1 {
	float: left;
	display: inline;
	width: 683px;
	height: 29px;
	padding: 11px 11px 0 0;
	margin-left: 246px;
	background-color: #D5471F;
	color: #FFF;
	font-size: 11px;
	text-align: right;
}

#footer2 {
	float: left;
	width: 20px;
	background: #8A8A8A;
}



/*********** LINKS + MENU */

a { color: #D5471F; }
a:hover  { color: #D5471F; }
a:active { color: #D5471F; }

#header_2 a,
#footer a {
	color: #FFF;
	text-decoration: none;
}

#header_2 a:hover,
#footer a:hover {
	text-decoration: underline;
}


#navi a {
	text-decoration: none;
}

#navi div.link {
	padding: 8px 0;
	border-bottom: 1px dotted #bbb;
	font-weight: bold;
}

#navi div.link2 {
	padding: 0 0 8px 0;
	font-weight: normal;
}

#clicked1, #clicked2 {
	padding: 8px 0 0 10px;
}


/*********** DIVERSES */

h1 {
	color: #D5471F;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 25px 0;
}

h2 {
	color: #D5471F;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

p {
	margin: 0 0 20px 0;
}

.small {
	font-size: 11px;
}

#spalte2 ul,
ul.normal,
#spalte2 ol,
ol.normal {
	padding-left: 30px;
	margin-left: 0;
	margin-bottom: 20px;
}

#spalte2 ul li,
ul.normal li,
#spalte2 ol li,
ol.normal li {
	padding-bottom: 8px;
}

.inforechts {
	float: right;
	margin: 0 0 30px 30px;
	font-size: 11px;
	color: #999;
	text-align: right;
}

.infolinks {
	float: left;
	margin: 0 30px 30px 0;
	font-size: 11px;
	color: #999;
}

.infolinks img,
.inforechts img {
	margin-bottom: 7px;
}

.nomargin {
	margin-left: 0 !important;
	margin-bottom: 20px;
}

.mitarbeiter {
	float: left;
	width: 125px;
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 11px;
	/* background: #EEE; */
}

.mitarbeiter img {
	margin-bottom: 10px;
	border: 1px solid #CDDAED;
}

.clearer {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

table.aerzte_cv td {
	vertical-align: top;
	padding-top: 15px;
}

table.aerzte_cv td img {
	margin-right: 20px;
}

table.aerzte_cv2 td {
	vertical-align: top;
	padding-top: 5px;
}

.borderbottom {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #8A8A8A;
}

.bordertop {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dotted #8A8A8A;
}

table.kontaktform td {
	padding: 0 15px 5px 0;
}

input.box1 {
	background-color: #EEE;
	border: 1px solid #BBBBBB;
	padding: 4px;
	width: 400px;
}

textarea {
	background-color: #EEE;
	border: 1px solid #BBBBBB;
	padding: 4px;
	width: 400px;
	height: 160px;
}

sup {
	vertical-align: top;
	font-size: 11px;
	line-heigt: 100%;
}


#diashow {
	float: left;
	width: 474px;
	height: 300px;
	overflow: hidden;
	/* background: #EEE; */
	z-index: 10;
}

#diashow img {
	border-bottom: 10px solid #FFF;
}

#control {
	float: left;
	padding: 10px;
	background: #EEE;
}



