/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

   
/* 1. Standards */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #278ab1;
	text-decoration: none;
	list-style-type: none;
}

body {background: #c5e0ea url(../images/hg.jpg) repeat-x top center;}

h1 {font-size: 30px; font-weight: normal; margin-bottom: 15px; color: #2d5091; padding: 40px 0 0 250px;}
h2 {font-size: 21px; font-weight: normal; margin-bottom: 15px; color: #2e5092;}
h2 .small {font-size: 14px; font-weight: bold; margin-bottom: 20px; color: #3789ab;}
h3 {font-size: 12px; font-weight: bold; margin-bottom: 10px; color: #2e5092;}
h5 {font-size: 18px; font-weight: normal; margin-bottom: 15px; color: #2e5092;}

hr {margin: 0 0 10px 0; color: #278ab1; height: 1px; border-top: dotted 1px #278ab1; border-bottom: transparent; clear: both;}

.floatende {clear: both;}

.border-rechts {padding: 1px; background: #FFFFFF; border: 1px solid #278ab1; margin: 0 0 10px 20px; float: right; clear: both;}
.border-left {padding: 1px; background: #FFFFFF; border: 1px solid #278ab1; margin: 0 15px 15px 0; float: left;}
.border-ohne {padding: 1px; background: #FFFFFF; border: 1px solid #278ab1; margin: 0 0 10px 0; clear: both;}

.right {margin: 0 0 10px 50px; float: right;}

.edit {float: right; width: 380px; display: block;}
.edit_ {float: left; width: 90px; display: block;}

/*######################################################################################################
######################################################################################################*/


/* 2. Layout */

#Aussenhuelle {
	width: 955px;
	margin: 0 auto;
	position: relative;
	background: url(../images/hg_aussenhuelle.jpg) top repeat-y;
	overflow: hidden;
}
*html #Aussenhuelle {overflow: visible;}

#Header {
	width: 955px;
	height: 389px;
	background: url(../images/hg_header.jpg) no-repeat;
	position: relative;
}

#Links {
	width: 199px;
	background: url(../images/hg_li.jpg) repeat-y top center;
	position: absolute;
	left: 0px;
}

#Links-Bild_Atrappe {
	width: 199px;
	height: 1px;
	position: relative;
	float: left;
}

#Links-Bild {
	width: 199px;
	min-height: 328px;
	background: url(../images/hg_links.jpg) no-repeat top;
	position: relative;
}
*html #Links-Bild {height: 328px; overflow: visible;}

#Links-Bild-Ende {
	width: 199px;
	height: 29px;
	background: url(../images/hg_links_unten.jpg);
	position: relative;
	bottom: -29px;
}

#Rechts {
	width: 199px;
	background: url(../images/hg_re.jpg) repeat-y top center;
	position: absolute;
	left: 756px;
	top: 389px;
}

#Rechts-Bild {
	width: 199px;
	padding: 60px 0 0 0;
	min-height: 325px;
	background: url(../images/hg_rechts.jpg) no-repeat top;
	position: relative;
}
*html #Rechts-Bild {height: 325px;}

#Rechts-Text {
	width: 130px;
	padding: 0 10px 0 59px;
	position: relative;
}

#Rechts-Bild-Ende {
	width: 199px;
	height: 29px;
	background: url(../images/hg_rechts_unten.jpg);
	position: relative;
}

#Content {
	width: 557px;
	background: url(../images/hg_content.jpg) no-repeat top center;
	position: relative;
	float: left;
	overflow: hidden;
}
*html #Content {overflow: visible;}

#Mitte {
	width: 470px;
	padding: 30px 42px 0 45px;
	position: relative;
	overflow: hidden;
	min-height: 370px;
}
*html #Mitte {overflow: visible; height: 370px;}

#Footer {
	width: 557px;
	height: 54px;
	background: url(../images/hg_footer.jpg) no-repeat top center;
	position: relative;
}

#Aussenhuelle #Links #Links-Bild div {
	width: 130px;
	padding: 10px 60px 0 0;
	position: relative;
	margin: 0 !important;
	z-index: 15;
	float: right;
}

#Aussenhuelle #Links #Links-Bild div p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

#Aussenhuelle #Links #Links-Bild div a {
	font-size: 10px;
	text-align: right;
	color: #278ab1;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	clear: both;
	text-decoration: none;
}

#Aussenhuelle #Links #Links-Bild div a:hover {
	color: #ffffff;
}

/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */
 
#Aussenhuelle ul#Nav {
	margin-left: 0px;
	top: 0px;
	width: 199px;
	position: relative;
	z-index: 25;
}

#Aussenhuelle ul#Nav li {
	position: relative;
	float: left;
}

#Aussenhuelle ul#Nav li a {
	display: block !important;
	height: 22px;
	width: 140px;
	padding: 8px 59px 0 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
}

#Aussenhuelle ul#Nav li a:hover {color: #ff8400;}

#Aussenhuelle ul#Nav li ul,
#Aussenhuelle ul#Nav li#praxis ul, 
#Aussenhuelle ul#Nav li#leistungen ul, 
#Aussenhuelle ul#Nav li#info ul {
	display: none;
 	list-style: none;
}

#Aussenhuelle ul#Nav li ul li {
	background: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	float: none;
}

#Aussenhuelle ul#Nav li ul a {
	background: #50a0c1;
	border-bottom: #FFFFFF solid 1px;
	font-size: 11px !important;
	text-align: center !important;
	height: auto;
	width: 160px;
	padding: 10px 0;
	display: block;
}

ul#Navi li ul a:hover {background: #FFFFFF;}

#Aussenhuelle ul#Nav li ul {
	top: 0px;
	left: 199px;
	position: absolute;
}

#Aussenhuelle ul#Nav li#praxis:hover ul,
#Aussenhuelle ul#Nav li#leistungen:hover ul,
#Aussenhuelle ul#Nav li#info:hover ul {display: block;}

#Aussenhuelle ul#Nav li ul li {float: none; position: relative; display: inline; clear: both;}

/*######################################################################################################
######################################################################################################*/


/* 4. Content */

#Aussenhuelle #Content p {
	margin: 0 0 15px 0;
	line-height: 15px;
}

#Aussenhuelle #Content ul {margin: 0 0 20px 20px;}

#Aussenhuelle #Content ul ul {margin: 10px 0 20px 20px;}

#Aussenhuelle #Content ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: url(../images/anstrich.gif) no-repeat top left;
	position: relative;
}

#Aussenhuelle #Content ul.nebeneinander li {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	width: 200px;
	float: left;
	background: url(../images/anstrich.gif) no-repeat top left;
	position: relative;
}

#Aussenhuelle #Content ul li ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: url(../images/anstrich_.gif) no-repeat top left;
	position: relative;
}

#Aussenhuelle #Rechts #Rechts-Bild p {
	margin: 0 0 6px 0;
	color: #FFFFFF;
	font-size: 10px;
}

p.hoch {text-align: right; display: block; width: 470px;}

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

#Aussenhuelle #Rechts #Rechts-Bild p a {color: #FFFFFF;	font-size: 10px; text-decoration: underline;}
#Aussenhuelle #Rechts #Rechts-Bild p a:hover {text-decoration: none;}

a:hover,
#Aussenhuelle #Content p a:hover,
#Aussenhuelle #Content p a.escape:hover,
#Aussenhuelle #Content p a.escape:hover span span,
#Aussenhuelle #Content #Mitte ul li a:hover {text-decoration: none;}

a:link,
#Aussenhuelle #Content p a,
#Aussenhuelle #Content p a.escape,
#Aussenhuelle #Content p a.escape span span,
#Aussenhuelle #Content #Mitte ul li a {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #278ab1;
	text-decoration: underline;
}

a.pdf, a.linky {background: url(../images/pdf.gif) no-repeat left; padding: 20px 0 18px 60px; height: 30px; width: 100px; text-decoration: none !important;}
a.linky {background: url(../images/web.gif) no-repeat left;}
a.pdf:hover, a.linky:hover {text-decoration: underline !important;}

#Aussenhuelle #Content a.nachoben {height: 20px; width: 100px; text-align: right; color: #278ab1; text-decoration: none; font-size: 10px;}
#Aussenhuelle #Content a.nachoben:hover {text-decoration: underline;}

/*######################################################################################################
######################################################################################################*/
