/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
font: 10pt/16pt Tahoma; 
color: #555753; 
margin:0px;
padding:0px;
background:url(images/HG.gif) repeat-x top left;
}
#bild_startseite{
	position:absolute; 
    left:50%; 
    top:50%; 
    width: 800px; 
    height: 600px; 
    margin-left:-400px; 
    margin-top:-300px;
	}

/* Formatierungen Layout (grob) */
#seite{
 background:transparent;
 margin:0 auto;
 padding:10px 10px 5px 13px;
 text-align:left;
 width:1000px
}
#home { 
  margin: 0px 10px 5px 0px;
  height: 100px;
  width:530px;
  float: left;
}
/* Sonstige Formatierungen */
.titel{
 float:right;
 width:248px;
 height: 100px;
 padding:0 10px 5px 0
}

.titel img{
 border:0
}

#links{
 float:left;
 margin:0 0 20px 0;
 width:230px;
}

#rechts{
 float:left;
margin:0 0px 20px 0;
 width:760px;

}

#unten{
 background:#666;
 clear:both;
 width:748px
}

#praxis{
	padding: 0px 5px 0px 11px;
	background-image:url(images/nav_praxis.gif);
	margin-bottom: 5px;
	
}
#patienten{
padding: 0px 5px 0px 11px;
background-image:url(images/nav_pat.gif);
margin-bottom: 5px;
	
}
#studenten{
padding: 0px 5px 0px 11px;
background-image:url(images/nav_stud.gif);
margin-bottom: 5px;
	
}
#ausb{
padding: 0px 5px 0px 11px;
background-image:url(images/nav_ausb.gif);
margin-bottom: 5px;
	
}
#team{
padding: 0px 5px 0px 11px;
background-image:url(images/nav_team.gif);
margin-bottom: 5px;
	
}
#links h3 { 
	margin: 10px 0px 5px 0px; 
	padding: 2px 5px;
	height: 16px; 
	color:#000000;
	}
#links ul {
	margin: 0px;
	padding: 0px;
	}
#links li {
	
	list-style-type: none;
	display: block; 
	padding: 2px 5px;
	margin-bottom: 2px;
	}
#links li a:link { 
	color: #666;
	}



/* Schrift-Formatierungen */
h1,h2,h4,h5,h6{
 color:#666;
 font-size:10pt;
 letter-spacing:0.01em;
 margin:10px 0 0 0
}
h3{
 color:#666;
 font-size:1.3em;
 letter-spacing:0.01em;
 margin:10px 0 5px 0
}

p { 
	text-align: justify;
	margin:10px 0 
	}

/* Formatierungen Navigation (Linke Spalte) */
#links ul{
list-style:none;
 margin:0 0 0 0
}

#links ul li{
 display:block;
 margin:0 0px 0 0;
 padding:0 0 0 16px
}

#links ul li a{
 text-decoration:none;
 display: block;
 padding: 2px 2px 2px 5px;
 color:#666;
}

#links ul li a:hover{
  color:#000;
  text-decoration:underline
}


/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#000;
 text-decoration:none
}

a:hover{
 text-decoration:underline
}

#rechts a:link, #rechts a:visited,#rechts a:active{
 color:#E60005;
 text-decoration:none
}

#rechts a:hover{
 text-decoration:underline
}

/* Formatierung Formularfelder*/
select {
	width: 400px;
}
#form_lang input {
	width: 500px;
}
#form_kurz input {
	width: 150px;
}
.text {
	font-size:12px;PADDING: 3px; COLOR: #666; 
}
.ueberschrift{
    PADDING: 3px; COLOR: #666;font-size: 12px;font-weight: bold
	}

