// 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-image:url('img/fliese3.jpg'); 
	font-family:"Times New Roman";
	font-size:10pt;
}

#header{
   
		width:1000px;
		height:120px;
    margin-top:  5px;
		margin-left:0px;
		margin-right:0px;
		clear:left;
    text-align:center;
}
  

/*Dies definiert den Frame der Homepage*/
#frame{
	background-image:url('img/hintergrund.png');
	color:#240404;
	position: auto;
	margin:auto;
	width:1000px;
  height:740px;
	margin-top:5px;
	overflow:hidden;
}

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



a{
	color:#000000;
}

a:hover{
	color:#aaaaaa;
}


#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 {
	
  margin-left: 0px;
  margin-right: 0px;
	width:1000px;
  height:740px;
  
}

.content1{
  background-image:url('img/zu-vorne.png');
}
.content1a{
  background-image:url('img/aufblaettern.gif');
}

.content2{
  background-image:url('img/offen-seite1.png');
}  
.content3{
  background-image:url('img/offen-seite3.png');
}  
.content4{
  background-image:url('img/offen-seite5.png');
}  

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

#content h2{
	text-align:center;
  margin-bottom: 3px;
	margin-top:3px;
  margin-left: 10px;
	color:#222222;
	font-size:17px;
}	

#content h3{
	text-align:left;
  margin-bottom: 5px;
	margin-top:5px;
  margin-left: 10px;
	color:#ffffff;
	font-size:12px;
}	
#content h4{
	color:#000000
	text-align:left;
  margin-top:10px;
  margin-left: 10px;
	margin-bottom: 5px;
	font-size:11pt;
  font-weight:bold;
  } 
#content a{
	color:#000000;
  text-decoration: none;
}

#content a:hover{
	color:#555555;
  text-decoration: none;
  
 #p1 p{
	color:#000000;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
	margin-top:5px;
  font-size:10pt;
}	
#p1c p{
	text-align:center;
  color:#aaaaaa;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
	margin-top:5px;
  font-size:10pt;
}	


#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:#AAAAAA;
	width:1000px;
  height:20px;
	margin-bottom: 5px;
	text-align:center;
}

#footer a{
	color:#ffffff;
}

#footer a:hover{
	color:#a50021;
}


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

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

#itable td{

valign:top;
border: 1px solid #1b3d76;
background: #aaaaaa;
}

#itable th{
valign:middle;
border: 1px solid #1b3d76;
color:#ffffd6;
background: #555555; 
text-align:left;
}

#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: #cccccc;
}

