/*
Amut Köwing - Physiotherapie - Stand August 2011


 */
 
 
/* ELEMENTE */

* {
    margin: 0px;
	padding: 0px;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;

}


p {
	font-size: 12px;
	color:#275cab;
	
	font-weight:normal;

}



/*Linkeigenschaften */

a:link { 
	color: #6B8DC3;
	text-decoration: none;
	font-weight:bold;
	
}

a:active {
	color: #90CD92;
	text-decoration: none;
	font-weight:bold;
	
}

a:visited {
	color: #6B8DC3;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #90CD92;
	text-decoration: underline;
	font-weight:bold;
}



/* Ueberschriften */

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #90CD92;

}

h2 {
font-size: 14px;
font-weight: bold;
line-height: 150%;
color: #275cab;
}


h3 {
font-size: 12px;
font-weight: bold;
color: #275cab;

}





/* Allg-Eigenschaften allgemein */

img {
	border: none;
}

.bold {
	font-weight: bold;

}

	

/* LAYER */


/* Horizontal zentrierte */
#center_horizontal {
	width: 850px;
    height: 600px;
	margin: -300px 0px 0px -425px;
	background-image:url(../grafik/background_neu.jpg);
	background-repeat:no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
 	
}


/* Linke Haupt-Spalte ( Umfasst das Logo, die Hauptnavi und den Inhalt ) */

#haupt-spalte {
   width: 580px;
   height: 600px;
   float:left;
   /*background-color: #FF9966;*/
}




/* Hauptnavigation */

#hauptnavi {
	height: 320px;
	width: 165px;
	float:left;
	margin-top: 210px;
	/*background-color: #00FFCC;*/
	padding-left: 15px;
	float:left;
}


#hauptnavi ul li {
	list-style:none;
	padding-top: 10px;
	float:left;
}


#hauptnavi ul ul li {
	padding-left: 0px;
	padding-top: 0px;
	float:left;

}


#hauptnavi ul ul {
	padding-bottom: 10px;
	padding-left: 23px;	
	padding-top: 0px;
	
}



#logo {
   width: 398px;
   height: 140px;
   /*background-color: #FFFF33;*/
   float:left; 
   text-align:center;
   padding-top: 20px;
}



/* Inhaltsbereich */
#inhalt {
	width: 349px;
	height: 373px;
	margin-top: 20px;
	padding: 0px 25px 20px 25px;
	font-size: 12px;
	color:#275cab;
	overflow:auto;
	float:left;
	/*background-color: #00FF66;*/

}

#inhalt ul {
	padding-left: 20px;
}


#inhalt li {
	list-style-type: disc;
	padding-left: 5px;
}


/* Rechte Spalte */
#rechte_spalte {
	width: 270px;
	height: 600px;
	/*background-color: #3366CC;*/
	float: left;
}



/* Teaser mit Telefonnr. */
#teaser {
	padding-left: 22px;
	margin-top: 40px;
	
}


/* Subnavigation (Kontakt, Anfahrt, Impressum, Start) */
#subnavi {
	padding-top: 23px;
	float:left;
	font-size: 11px;
	color: #275cab;
	padding-left: 15px;

}

#subnavi ul li {
	list-style:none;
	float:left;
	padding-right: 6px;
	padding-left: 6px;
	border-right: 1px solid #275cab;

}

#subnavi a:link, #subnavi a:visited {
	color: #275cab;
	text-decoration:none;
	font-weight: normal;

}

#subnavi a:hover, #subnavi a:active {
	color: #61cf64;
	text-decoration: underline;
}



/* Foto-Banner */
#banner {
	float: left;
	padding-left: 20px;
	margin-top: 0px;
	/*background-color: #006666;*/
	height: 450px;
}


#copyright {
	width: 300px;
	height: 30px;
	font-weight: normal;
	color: #8f9fde;
	font-size: 10px;
	padding-left: 240px;
	margin-top: 5px;
	float:left;
}


#copyright a:link, #copyright a:visited {
	color: #8f9fde;
	font-size: 10px;
	padding-top: 5px;

}


#copyright a:hover, #copyright a:active {
		color: #61cf64;
	text-decoration: underline;

}

