/* Layout */
* { margin: 0px; padding: 0px; }
body > div { width: 1024px; margin: 0 auto;  border: 1px solid #000000;}
#branding { 	float: right; width: 250px;	min-height: 30px;  top center no-repeat; backround:#FF0000;}
#navi ul li { display: inline; }
#supp_menu  { width: 252px; 	float: left;  top center no-repeat; min-height: 500px; }
#accordion { width: 250px; float: left;  background-color:#eee;   }
#content {	margin-left: 252px;}
#footer ul {	float: right;}
#footer ul li { 	display: inline; }
#footer p { float: left; }
#main { overflow: hidden; }
/*Design*/

a { color: #555; text-decoration: none; }

body { 
	 
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
	background:#FDFDE7;

}

body > div {
	
	background:#FFFFFF;
	
	}

h1 { font-size: 2.0em; color: #365f91;  padding-top: 5px; margin-left: 5px;  }
h2 { font-size: 1.2em; color: #888;  margin-left: 5px;}

#content p { line-height: 1.4em; margin: 10px 0px;}

#branding {
	text-align: center;
	font-size: .9em;
	position:relative; top: -5px;
}

#branding img { margin-top: 50px; border: none;  }

#branding ul { margin-top: 10px; }

#branding ul li {
	display: inline;
	
}

#content a { color: #000099; text-decoration: underline; font-size: 1.0em;}
#content h1, { color: #0066cc; font-size: 1.6em;  margin:2px 0px; }
#content h2 { color: #0066cc; font-size: 1.4em;  margin: 2px 0px; }
#content h3 { font-size: 1.1em; }



#accordion ul {  list-style-type:none; padding:2px; margin-left:15px; line-height: 0.9em;}

#accordion  ul li {
	
	border-bottom: 1px dotted gray;
	padding: 1px 0px;
	font-size: .8em; line-height: 0.9em;}

#accordion h2 { cursor: pointer; background: #eee; border-bottom: 1px red dashed; font-size: .7em; color:#0066cc; margin: 2px 10px; }
#accordion h2 a{ color:#0066cc; font-size: 0.9em; }
#accordion h2 :hover{ color:#FF0000; line-height: 0.8em; }
#accordion h3 { background: #FF0000; color:#FFF; margin: 0px 10px; font-size: 1.0em;}
#accordion p { padding: 0 20px; font-size: .8em;}
#accordion li a{ color: #0066cc; text-decoration: none; font-size: 0.8em; }
#accordion li :hover{ color: #ff0000; text-decoration: none; }






/* Navigation Layout-Aufklappfunktion (ohne Styling) */


#navi ul { margin: 0 0 20px 0; padding: 0; }
#navi ul li {
	display: inline;
	position: relative;
	
}
#navi ul ul, #navi ul ul ul { display: none; }
#navi ul ul li, #navi ul ul ul li { display: block; }
#navi ul li:hover > ul { display: block; position: absolute; left: 0px;} 
#navi ul li:hover > ul { top: 100%;}
#navi ul ul li:hover ul { left: 100%; top:0px; }

/* Navigation Layout-Aufklappfunktion (ohne Styling) */
ul#Navigation {
   
    text-align: center;
    border-bottom: 5px solid #ff0000;
	
	padding: 5px 0px;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
   
  }

  ul#Navigation a, ul#Navigation span {
    float: right; 
    margin-right:15px; 
	margin-bottom:5px;
	margin-top:5px;
	text-decoration: none; 
   
  }
  
  ul#Navigation a:hover, ul#Navigation span {
    color: #000099;
   
  }
   
  ul#Navigation div {
     clear: right;
  }



/* 2D-button */  

a.linkbutton { 
	font-size: .8em;
	display: inline-block; 
	background: #FF0000; 
	padding: 4px 8px; 
	border: 1px outset gray; 
	text-shadow: black 1px 1px 3px; 
	color:white; 
	text-decoration: none; 
	border-radius: 10px;
	margin-bottom:5px; 
	margin-top:5px;
}

a.linkbutton:hover{
 background: #ccc; 
 }

/* Liste Startseite */


#liste ul { overflow: hidden; margin-top: 5px; margin-right:10px; margin-left:5px; text-align: center;  background-color:#f4f3f3; font-size: 9px; font-weight: bold; list-style:none;}
#liste li { position: relative; display: block; width: 130px;  height: 140px; float: left; margin: 5px 5px 5px 5px;  padding-bottom: 15px;  text-align: center; }

#liste li img {  border: 1px solid #ccc; text-align: center;}

#liste h1  { color: #365f91; font-size: 1.3em; text-align: center; font-weight: bold;}
#liste h2 { color: #000000; font-size: 0.9em;  text-align: center; font-weight: bold;}
#liste h3 { color: #000000; font-size: 1.1em;   font-weight: bold; text-align: center; }

#liste ul li > a {
	color: #000099;  text-decoration:underline; padding: 5px;  
}

#liste ul li:hover a {
	color: #000000; text-decoration:underline; padding: 5px;
}

.textred {  
font-size: 1.0em; 
color: #FF0000; 
text-decoration: none; 
line-height: normal;
font-weight: bold;
text-decoration:underline;
} 
.textredbig {  
font-size: 1.6em; 
color: #FF0000; 
text-decoration:none; 
line-height: normal;
font-weight: bold;

} 

.redbig {  
font-size: 1.0em; 
color: #FF0000; 
text-decoration:none; 
line-height: normal;
font-weight: bold;

} 

.redsmall {  
font-size: 1.0em; 
color: #FF0000; 
text-decoration:none; 
line-height: normal;
font-weight: bold;

} 


.textgrey {  
font-size: 1.0em; 
color: #ccc; 
text-decoration: none; 
line-height: normal;
font-weight: normal;

} 



.textgreysmall {  
font-size: 0.9em; 
color: #bfbdbd; 
text-decoration: none; 
line-height: 0.8em;
font-weight: normal;


} 

.textgrau {  
font-size: 9px; 
color: #ccc; 


} 


.textblack {  
font-size: 0.9em; 
color: #000; 
text-decoration: none; 
line-height: normal;
font-weight: normal;
margin: 5px 10px;
}

.textblue {  
font-size: 0.8em; 
color: #000099; 
text-decoration: none; 
line-height: normal;
font-weight: normal;


} 


.textbluebig {  
font-size: 1.0em; 
color: #6699ff; 
text-decoration: none; 
line-height: normal;
font-weight: bold;


}

/*Tabelle*/
table {  


color: #000000; 
text-decoration: none; 
font-weight: normal;


  }

  
  th {  


hight:1px;
  }
  
  td {  

font-size: 0.7em; 
color: #000000; 
text-decoration: none; 
font-weight: bold;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #eee;
  }
