/* 
dunkelgrün hintergrund:	4d6a53
hellgrün hintergrund:	d5f6b3
hellgrau hintergrund:	e2e1e1
dunkelgrün schrift:	213626

grau breadcrumb: 213626
 */

/* Seitenaufbau */
* 
{ 
margin: 0; 
padding: 0;
}

html
{
	height:100%; 
}

body 
{ 

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color: #000000;
	background: #ffffff;
	text-align: center; /* zentrieren */
  min-width: 599px; /* zentrieren */
	height:100%; 
}

#container 
{ 
	width: 599px; /* zentrieren */
  margin: 0 auto; /* zentrieren */
  text-align: left; /* zentrieren */	
  
}	

#oben
{ 
	width: 599px;
	height: 127px;
	float: left;
	background: url(image_layout/oben-caduceus-popup.jpg) no-repeat top left;
}
		
#mitte 
{
  background: url(image_layout/oben-caduceus-inhalt.jpg) no-repeat top left;
	float: left;
	width:599px;
}  

#inhalt 
{
	padding: 20px 20px 20px 50px ;
	margin:0;
	min-height:350px;
	height: auto !important;
	height:350px;
}
#schliessen
{
  text-align: center;
	height: 23px;
	width: 599px;
	float:left;
}

      #schliessen a
        {
      	text-decoration: underline;
      	font-size:11px; 
      	color: #213626;
        }  

#unten
{
  background: #d5f6b3;
	height: 23px;
	width: 599px;
	float:left;
}
    
      #copyright
        {
        float:left;
        text-align:left;      
        padding: 3px 0 3px 50px;
        font-size:10px;
        }  
    
      #copyright a
        {
        font-size:10px;
        color: #213626;
        text-decoration: none;
        }   

p
{
	padding: 0px 5px 10px 0px ;
	line-height: 14px;
}	
   		
.imgleft  /* Image Map */
{
	padding: 0px 10px 10px 0px;
	float: left;
}	

.imgright  /* Image Map */
{
	padding: 0px 0px 10px 10px;
	float: right;
}	

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:14px; 
	color: #213626;
	font-weight: bold;
	margin-bottom:10px;
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing: 1px;
	color: #444444;
	font-weight: bold;
	margin-bottom:7px;
}

h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	font-weight: bold;
	margin-bottom:7px;	
}

h4
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color: #000000;
	font-weight: bold;
	margin-bottom:7px;	
}

small
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color: #213626;
}


#inhalt ul
{ 
	padding: 0 0 0 20px;
}

#inhalt ul li
{ 
	padding: 0 0 0 0;
	list-style-type: square;
}


#inhalt ol
{ 
	padding: 0 0 0 20px;
}

#inhalt a:link, #inhalt a:visited 
{ 
	text-decoration: underline;
	font-size:11px; 
	color: #213626;
}

#inhalt a:hover, #inhalt a:active 
{ 
	text-decoration: underline; 
	color: #a5c3fb;
}

#inhalt table tr td
{ 
	vertical-align: top; 
	text-align: left;
}

input  /* Formularfelder rechts */
{
	border: 1px solid #a5c3fb;
	color : #213626;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	text-decoration: none;
	font-size: 11px;
	width: 120px;
	height:18px;
}	

.textarea  /* Textareas rechts */
{
	font-family : Verdana,Arial,Helvetica,Sans-serif;
	width: 180pt;
	border: 1px solid #a9c7e2;	
	font-size : 11px;
	text-decoration : none;
	color : #213626;
	background: #ffffff;
  	scrollbar-base-color:#d5f6b3;
  	scrollbar-3dlight-color:#ffffff;
  	scrollbar-arrow-color:#4d6a53;
  	scrollbar-darkshadow-color:#fffff;
  	scrollbar-face-color:#ffffff;
  	scrollbar-highlight-color:#4d6a53;
  	scrollbar-shadow-color:#4d6a53;
  	scrollbar-track-color:#ffffff;
}

hr
{
	height:0;
	color: #a9c7e2;
	border-bottom: 1px solid #a9c7e2;
	margin-top: 10px;
	margin-bottom:10px;
	border-top: 10px;
	border-left:10px;
}
