@charset "utf-8";
/* CSS Document */

/* Projekt Dr. Brandhuber 2009 */



/* Farben:

 #A6A89B Hintergrund
 #663300 MENÜ
 #996600 Submenü
 #8B582D Überschrift H1, strong (#996633)

*/

html, body 
{
 background-image: url(../images/arzt-00-hintergrund.jpg); 
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-position: left top;
 background-color: #A6A89B; 
 padding: 0; 
 margin: 0; 
 width: 100%; 
 height: 100%;
}

/* CONTAINER */

#content
{
 width: 100%;
 height: 100%;
}
#textfeldrahmen
{
 margin: 40px 0px 0px 120px;
 width: 750px;
 background-image: url(../images/arzt-00-text-background.jpg);
 repeat: no-repeat;
 background-color: #FFF;
 float: left;
 border: 1px solid #CCC;
}
#textfeld
{
 width: 510px; /* Maximum = 510, Erhöhung Breite erwirkt Umbruch Logo */
 /* height: 700px; HÖHE HINTERGRUND WEISS - IM HTML-DOKUMENT EINSTELLEN */
 float: left;
}
#logo
{
 margin-top: 4px;
 width: 235px;
 height: 400px;
 background-image: url(../images/arzt-00-tafel.jpg); 
 background-color: #FFF; 
 float: left;
}
#menue_rahmen
{	
 position: relative;
 margin-top: 96px;
 margin-right: 5px;
 width: 505px;
 height: 22px;
 background-image: url(../images/arzt-00-menue.jpg);
 background-color:#E7E4E1;
 border-top: 1px solid #FFF;
 border-bottom: 1px solid #FFF;
}
#inhalt
{	
 position: relative;
 margin: 120px 0px 0px 100px;
 width: 410px;
 height: 400px;
}
#abschluss
{
 width: 100%;
 height: 83px;
 background-image: url(../images/arzt-00-abschluss.jpg);
}
#space_ende
{
 width: 780px;
 margin-left: 30px;
 padding-bottom: 140px;
}


/* NAVIGATION */


#menue
{
 margin-top: 5px;
}
#menue li
{	
 display: inline;
}
.menue_text
{
 color: #960;
 font-size: 10px;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: right;
 margin: 0 6px 0 6px;
}
a.menue_text
{
 color: #C90;
}
a.menue_text:hover
{
 color: #F90; 
}
a.menue_text_fix
{
 color: #960;
 font-size: 10px;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: right;
 margin: 0 6px 0 6px;
}
#submenue
{	
 height: 9px;
 padding-left: 24px;
}
#submenue li
{	
 display: inline;
}
#submenue li:first-child 
{
 border-left:none;
}
.submenue_text
{
 color: #960;
 font-size: 10px;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: right;
 letter-spacing: 1px;
 margin: 0 1px 0 1px;
}
a.submenue_text
{
 color: #C90;
}
a.submenue_text:hover
{
 color: #F90; 
}
a.submenue_text_fix
{
 color: #960;
 font-size: 10px;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: right;
 letter-spacing: 1px;
 margin: 0 1px 0 1px;
}

/* TEXTFORMATIERUNG */

h1
{
 color: #8B582D;
 font-size: 24px;
 font-family:"Times New Roman", Times, serif;
 font-weight: normal;
 text-decoration: none;
 text-align: left;
 line-height:30px;
 letter-spacing: 1px;
 text-shadow: #E0E0E0 7px 7px 5px;
}
.text
{
 color: #333;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
 line-height:18px;
 margin: 0 48px 0 12px;
}
a.text
{
 color: #333;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-align: justify;
 line-height:18px;	
 text-decoration: underline;
}
a.text:hover
{
 color: #F90;
 text-decoration: underline;
}
.text_r
{
 color: #333;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
}
a.text_r
{
 text-decoration: underline;
}
a.text_r:hover
{
 color: #F90;
 text-decoration: underline;
}

.text strong
{
 color: #8B582D;
}
.text_tafel
{
 color: #333;
 font-size: 10px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: center;
 line-height:18px;
 margin-left: -10px;
}
.text_tafel strong
{
 letter-spacing: 1px;
}

a.dd
{
 color: #FFF;
 font-size: 10px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 line-height: 24px;
 margin-left: 140px;
}
a.dd:hover
{
 color: #F90;
}
.image
{
 border: 1px solid #630;
}