/* Globales Stylesheet für die Seite */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -HAUPTFORMATIERUNGEN - POSITIONIERUNG- ///////////////// */
/* ////////////////////////////////////////////////////////////////////// */
html,body {
	margin: 0px;
	padding: 0px;		
	height: 100%;
}
div{
	border: none;
	border-width: 0px;
}
table,td,tr{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border: none;
	}
/* Globaler Rahmen */
/* -------------------------------------- */
/* --------------------------------------- */
#center{   
	width: 900px;
	height: 432px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -215px;	
	text-align: center;
}
#site{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;	
}
/* Headerbereich mit Logo und Bannergrafik */
/* --------------------------------------- */
/* --------------------------------------- */
#header{
	width: 900px;
	height: 12px;
	font-size: 1px;
	margin-bottom: 40px;
}
#logo{
	width: 280px;	
	float: left;	
}
#banner{
	background-color: #E2BF5A;
	width: 620px;
	float: left;
	height: 12px;
}
/* Mittelbereich mit Menu und Content + Wrapper */
/* -------------------------------------------- */
/* -------------------------------------------- */
#middle{
	position:relative;
	width: 900px;
	height: 314px;
	background-color: #000000;
	margin-bottom: 48px;		
}
#menu{
	vertical-align: middle;
	line-height: 19px;
	position: absolute;
	right: 0px;
	margin-right: 12px;		
}
#content{
	padding-top: 0px;
	margin-left: 0px;
	width: 900px;
	float: left;			
}
#wrapper{
	width: 900px;
	height: 22px;
	clear: both;	
}
/* Fußnote ------------------------------------ */
/* -------------------------------------------- */
/* -------------------------------------------- */

#footer{
	width: 900px;
	height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;		
	color: #FFFFFF;
	background-color: #000000;
	font-size: 11px;
}

/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -DETAILFORMATIERUNG - HAUPTMENÜ- /////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
#menu ul{
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	
	list-style-position: outside;
	list-style-type: none;
}		
#menu ul li{
	margin: 0px;				
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*
	background: url(../images/menuList.gif) no-repeat 0px 4px;
	*/
	float: left;
}
#subMenu ul {
	margin: 0px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-type: none;		
}
#subMenu ul li{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../images/menuList.gif) no-repeat 0px 3px;		
}	
#menu a.main:link,#menu a.main:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	}
#menu a.mainSelected:link,#menu a.mainSelected:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	font-style: italic;
	}
#subMenu a.sub:link,#subMenu a.sub:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	}
#subMenu a.subSelected:link,#subMenu a.subSelected:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	font-style: italic;
	}
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -DETAILFORMATIERUNG - SONSTIGES- /////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
p{
	margin: 0px;
	padding: 0px;
}
/* Element um Floating Umgebungen aufzuheben */
.clearing{
	clear: both; 
	font-size: 3px; 
	margin: 0px; 
	padding: 0px; 
	height: 1px;
}
/* BUTTON "MEHR" */
div.more{
	margin: 0px;
	padding: 0px;
}
a.more:link,a.more:visited,a.more:hover{	
	background: url(../images/moreLink2.gif) no-repeat 0px 3px;
	padding-left: 12px;
	text-decoration: none;
	color: #444444;
	}
a.download:link, a.download:visited{
	background: url(../images/dnload.gif) no-repeat 0px 3px;
	padding-left: 15px;
	text-decoration: none;
	color: #ddd;
	}

