/***********************************************/
/* 2006med.css                             */
/* Use with template edm.dwt     */
/* design & development Roland B.      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
background-image:url(../img/back_site3.gif);
font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #00004A;
	margin: 0px;
	padding-top: 5px;
	text-align: center;

}

a:link, a:visited, a:hover {
	color: #0000D5;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
/*overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #000071;
 padding-bottom:10px;
}

h2{
 font-size: 114%;
 color:  #000071;
}

h3{
 font-size: 100%;
 color: #000071;
 
}

h4{
 font-size: 100%;
 font-weight: normal;
 font-family:Arial, Helvetica, sans-serif;
 color:  #000071;
}

label{
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	width:100px;
}

li{
margin-bottom:3px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
border-top:6px solid #fff;
background-color:#fff;
width:730px;
text-align:left;
margin-left:13px;
margin-right:13px;
padding:0px;
}
#backContainer{
background-image:url(../img/back3_white.jpg);
background-repeat:repeat-y;
width:756px;
margin: 0px auto;
padding:0px;
}
#logohead{
	height:111px;
	}

#navBar{
	float: left;;
	padding: 5px;
	width:200px;
	min-height:450px;
	height:auto;
	background-color:#D9A300;
	font-size: 80%;
	color:#00004A;
	border: 1px solid #C69500;
	text-align:left;
	}
#navBar img{
vertical-align:top;
margin-right:5px;
 
}
#content{
	font-size: 70%;
	float:left;
	width: 501px;
	min-height:450px;
	height:auto;
	background-color:#E6E6FF;
	border:1px solid #C69500;
	margin: 0px;
	padding:5px;
	text-align:left;
	
	
}
#content a{
text-decoration: underline;
}
#content h3{
padding-top: 10px;
padding-bottom:5px;

}
#eventcontent{
font-size: 70%;
  
	min-height:450px;
	height:auto;
	background-color:#E6E6FF;
	border:1px solid #C69500;
	margin: 0px;
	padding:5px;
	text-align:left;
	
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}



/************* #globalNav styles **************/

#globalNav{
background-image:url(../img/nav_back_b_str.gif);
background-repeat:repeat-x;
height:30px;

border-top:5px solid #fff;
font-size:90%;
font-weight:bold;
color:#fff;
padding-top:5px;
}
#globalNav a{
color:#fff;
font-size:90%;
font-weight:bold;
height:30px;
margin-left:10px;
margin-right:10px;
}
#globalNav a:hover{
background-color:#0B0BD9;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 2px solid #fff;
	background-color:#8080FF;
	font-size: 65%;
	color: #fff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo a{
color:#FFF;
}

/************* #search styles ***************/

#search{
	padding: 5px; 
	background-color:#FFF5D7;
	height:150px;
	border-top:1px dotted #43687E; 
	border-bottom:1px dotted #43687E; 
	font-size: 90%;
	
	
}

#search form{
 margin: 0px;
 
}
#search label,  input, select, option{
	display: block;
	float: left;
	width: 150px; /* Breite.*/
	margin-bottom:5px;
 }
 
 #search  input, select,  option{
  border:1px solid #43687E;
  background-color:#F2F2E1;
  
 }
 
 #search option{
 float:none;
 margin:0px;
 }
 
input[type=image] { /* den Submit-Button */
  width: auto;
  }

/************** #headlines styles **************/

.headlines{
	
	margin-top:5px;
	background-color:#FFF5D7;
	border-top:1px dotted #43687E; 
	border-bottom:1px dotted #43687E;
	font-size: 85%;
	clear:right;
	padding:5px;
}

.headlines a {
color:#00004A;
	font-size: 90%;
	display: block;
	border-top: 1px solid #D9A300;
	padding: 2px 0px 2px 10px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FECF89;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** #different styles **************/
.img-left{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	}
	.clear-fl{
	clear:both;
	}
	.img-right{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 5px 0;
	}

/*********** table styles ***********/
 table{
 
 width:90%;
 }
 th,td{
border: 1px dotted #8080FF;
padding:4px;
vertical-align:top;
}
th{
font-weight:bold;
background-color:#F7F7F2;}
/************** #single classes **************/
.serviceLinks{
line-height: 1.5;
}

