/* Global */

html, body
	{
	height: 100%;
	}
			
body
	{
	margin: 0;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	}
	
#container
	{
	background-color: white;
	text-align: left;
	margin:0px;
	padding: 0;
	width: 1000px;
	}
			
html>body #container
	{
	height: auto;
	}
	
	
#logo
	{
	width:298px;
	height:61px;
	position:absolute;
	top:10px;
	left:20px;
	margin-bottom:0px;
	}


	
#leiste
	{
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0px;
	background-image: url(../_bilder/bg_leiste.gif);
	background-repeat: repeat-x;
	}

#mmenu
	{
	position:absolute;
	top:120px;
	left:20px;
	width:140px;
	}
	
#submenu
	{
	position:absolute;
	width:160px;
	top:120px;
	left:160px;
	}

			
#inhalt
	{
	position: absolute;
	top:130px;
	left:340px;
	width:560px;
	}
		

#inhalt350
	{
	position: absolute;
	top:130px;
	left:340px;
	width:350px;
	}
	
.pfeile
	{
	position:absolute;
	top:-5px;
	left:55px;
	}



/* Elemente */


.bild95
	{
	margin-top:-95px;
	}


.bild0
	{
	margin-top:-304px;
	}

/*Tabellen*/

table.gemein
	{
	width:600px;
	margin-bottom:40px;
	}
	
td.portrait
	{
	width:200px;
	}
	
td.leer
	{
	width:12px;
	}
	
td.persontext
	{
	width:388px;
	vertical-align:bottom;
	}


/* Schrift */

.adcom
	{
	font-family:Times, 'Times New Roman', Georgia,serif;
	font-size:14px;
	color:#f36f21;
	font-weight:bold;
	letter-spacing:1px;
	}

.pro
	{
	color:#808285;
	}
	
.socialgross
	{
	font-family:Times, 'Times New Roman', Georgia,serif;
	font-size:20px;
	color:#A6CE39;
	font-weight:bold;
	}

.progross
	{
	color:#808285;
	}
	
.orange
	{
	color:#f36f21;
	font-weight:bold;
	}
	
.klein
	{
	padding-top:8px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
.spanklein
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
/*Links*/
a
	{
	color:#717171;
	text-decoration:none;
	}
	
a:hover
	{
	color:#f36f21;
	text-decoration:none;
	}
	
a.orange
	{
	color:#f36f21;
	text-decoration:none;
	}
	
a.orange:hover
	{
	color:#000000;
	text-decoration:none;
	}
	
		
/*Bilder*/

.rand
	{
	border:1px solid #808080;
	padding: 4px;	
	}
	
/*Sonst*/

hr.zusammen
{
width:400px;
color:#f36f21;
border-width: 2px 0 0 0;
border-style: solid;
margin: 10px 0px 10px 0px;
height:2px;
}