// IE Bugfixes
{
	margin:0;
	padding:0;
}

* html p#iepara{ 
padding-top: 1em;
}

	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */


/*Dies definiert allgemeine Elemente der Seite */
body{
	background:#eeeeee;
	font-family:"arial";
	font-size:11pt;
}

#header{
    background-image:url('img/headerback.png');
		width:1000px;
		height: 95px;
    margin-top:  5px;
		margin-left:0px;
		margin-right:0px;
		clear:left;
    text-align:center;
}
  

/*Dies definiert den Frame der Homepage*/
#frame{
  background:#ffffe4;
	color:#000000;
	position: autO;
	margin:auto;
	width:1000px;
	margin-top:20px;
	overflow:hidden;
}

p{
	color:#000000;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
	margin-top:5px;
}

a{
	color:#000000;
}

a:hover{
	color:#00529c;
}

/*Dies definiert das Menü der Homepage im Frame*/

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.menu{
background: #00529c;
font-size: 10pt;
}

#menu{
background: #00529c;
font-size: 11pt;
}

.menu ul li a{
display: block;
text-align:left;
width: 150px; /*Width of top level menu link items*/
padding: 2px 6px;
border: 2px solid #00529c;
text-decoration: none;
color: white;
background: #00529c;

}
	
/*Sub level menu*/
.menu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.menu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.menu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #00529c;
border: 2px solid #00529c;
}

.menu ul li a:hover{
background: #ffffe4;
color:#00529c;
border: 2px solid #00529c;
}

.menu ul li ul li a:hover{
background: #ffffe4;
color:#00529c;
border: 2px solid #00529c;
}

/*third level*/
.menu #third{
  margin-left: 170px;
  margin-top: -45px;
  background: #00529c;
  color:#ffffe4;
}
#times{
	margin-bottom: 5px;
	margin-top:0px;
	color:#000000;
	font-size:7pt;
}
#pdf img.pdf{
	
  float:right;
	margin-left:5px;
  margin-right:5px;
	margin-bottom: 5px;
  margin-top: 5px;
  
}
/*Dies definiert den Content der Homepage im Frame*/
#content{
	background-image:url('img/contentback.gif');
	margin-left: 5px;
  margin-right: 5px;
	width:990px;
}

#content h1{
	color:#000000
	text-align:center;
  margin-top:10px;
  margin-left: 10px;
	margin-bottom: 5px;
	font-size:17pt;
}	

#content h2{
	margin-bottom: 5px;
	margin-top:5px;
  margin-left: 10px;
	color:#00529c;
	font-size:17px;
}	

#content h3{
	color:#00529c;
	text-align:center;
	align:center;
	font-size:13pt;
}	
#content h4{
	color:#000000
	text-align:left;
  margin-top:10px;
  margin-left: 10px;
	margin-bottom: 5px;
	font-size:11pt;
  font-weight:bold;
}	
#multicolor{
	color:#00000d;
} 
/*Dies definiert das design von Textelementen mit Floateigenschaften LINKS*/
#textleft{
		/*width:970px;*/
		margin-bottom: 20px;
		margin-left:10px;
		margin-right:10px;
		clear:left;
	}
 #textleft p{
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top:0px;
}

#textleft img.left{
	float:left;
	margin-right:10px;
	margin-bottom: 00px;
  margin-top: 5px;
}



 
/*Dies definiert das design von Textelementen mit Floateigenschaften RECHTS*/
#textright{
		
		margin-bottom: 20px;
		margin-left:10px;
		margin-right:10px;
		clear:right;
	}
  
  #textright p{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top:0px;
}

#textright img.right{
	float:right;
	margin-left:10px;
	margin-bottom: 10px;
}



/*Dies bricht mit Float ab*/
#textnone{
    float:none;
    margin-bottom: 20px;
		margin-left:10px;
		margin-right:10px;
}

#textnone h2{
	clear:left;
	margin-bottom: 10px;
}

#textnone p{
	clear:left;
	margin-left:10px;
	margin-bottom: 10px;
}



/* Dies definiert den Unteren Balken*/
#footer{
  background-image:url('img/footerback.png');
	width:1000px;
  height:150px;
	margin-bottom: 5px;
	text-align:center;
}


//Tabellen mit inhalt
#itable{
cellspacing:10px;
cellpadding:10px;  
}

#itable table{
 border: 1px solid #00529c;
 rules: all;
 cellspacing:3px; 
 cellpadding:3px;
}

#itable td{

valign:top;
border: 1px solid #00529c;
background: #ffffef;
}

#itable th{
valign:middle;
border: 1px solid #00529c;
color:#ffffe4;
background: #00529c; 
text-align:center;
}

#content #gallery{
	text-align:center;
}

#content #gallery  td{
	text-align:center;
	align:center;
	margin-top:20px;
}
//Tabelle ohne Border
#jtable table{
 border: 0px ;
 rules: all;
 cellspacing:3px; 
 cellpadding:3px;
}

#jtable td{

valign:top;
border: 0px;
background: #ffffef;
}

