/*  Stylesheet Startseite www.frauenaerztinnen-ludwigshafen.de copyright 2015 webdesign-dinkelaker.de  */

body {
background-color:#ff9700;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #2f302f;
  margin:0;
  padding:0;
}

p  {
    margin-top: 15px;
	margin-bottom: 15px;
	}
    
h1 {
	margin-top: 65px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ff9700;
	padding-top: 0px;
	padding-bottom: 4px;
    padding-left: 0px;
}
	
#startseite
		{
		    position: absolute;
		    top:350; bottom:0; left:200; right:0;
            top:300; bottom:0; left:200; right:0;
			/*height:65%;*/
            height:68%;
		    width:680px;  
			margin:0;
			padding-top:0px;
			padding-left:40px;
			padding-right: 30px;		
			/*z-index:3;*/
			background-color: #ffffff;
		}
		
* html #startseite
		{
			position:absolute;
			/*top:350px; bottom:0; left:200; right:0;*/
            top:300px; bottom:0; left:200; right:0;
			width: 750px;
			margin:0;
			padding-left:40px;
			padding-right: 30px;
			/*z-index: 3;*/
		}

#eckelinks_start {
		    position:absolute;
            /*top:350px; bottom:0; left:200px; right:0;*/
            top:300px; bottom:0; left:200px; right:0;
			z-index:5;
			width:23px;
			height:23px;
			background: transparent url(images/runde_ecke_links2.gif) no-repeat; /*transparent und nicht none*/
			}
			
#eckerechts_start {
		    position:absolute;
            /*top:350px; bottom:0; left:927px; right:0;*/
            top:300px; bottom:0; left:927px; right:0;
			z-index:5;
			width:23px;
			height:23px;
			background: transparent url(images/runde_ecke_rechts2.gif) no-repeat;
			}
			
* html #eckelinks_start {
		  position: absolute;
		  }
		 
* html #eckerechts_start {
		  position: absolute;
		  }
		  		
            
#team_startseite {
            position: absolute;
            z-index:4;
            /*top:120px; bottom:0; left:320px; right:0;*/
            top:125px; bottom:0; left:210px; right:0;
			width:400px;
			height:400px;
			background: transparent url(images/team_startseite2.png) no-repeat;
            /*background: transparent url(images/transparent370x230.png) no-repeat; *370x230px*/
			}
			
* html #team_startseite {
		  position: absolute;
		  }
		  
#weiss {
            position:absolute;
            top:0px; bottom:0; left:730px; right:0;
			z-index:4;
			width:200px;
			height:120px;
			background-color: #ffffff;
			}
			
* html #weiss {
		  position: absolute;
		  }
         
#menu_startseite
   {
position: absolute;
/*background-color:#ff9700;*/
background-color:none;
left:740px;
left:720px;
/*top:135px;*/
top:110px;
width:130px;
padding-top:0px;
z-index: 5;
}

*html #menu_startseite {
 position: absolute;
		  }
		  
#menu_startseite ul {
     width: 130px;            /*Breitenangabe nicht löschen!*/
     list-style-type: none;
     margin: 0px;
     padding: 0px;
	 }
	 
#menu_startseite li {
    list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606760;
	font-weight: bold;
	padding-left: 10px;
    padding-right:0px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin: 0px;
}

#menu_startseite li a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606760;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 10px;
	margin: 0px;
}

#menu_startseite li a:hover, #menu_startseite li a:focus {
	color: #FACD97;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 10px;
	margin: 0px;
}

#menu_startseite li a.active {     /* hier vor active ein Punkt und kein Doppelpunkt!! active hier kein Linkzustand, sondern CSS-Klasse*/
   color: #FACD97;
	text-decoration: none;
	padding-top: 9px; 
	padding-bottom: 10px;
}

a:link {
color: #ff9700;
text-decoration: none;
}

a:visited {
color: #ff9700;
text-decoration: none;
}

a:hover {
color: #ff9700;
text-decoration: underline;
}

a:active {
color: #ff9700;
text-decoration: underline;
}