/*-------------------CSS Reset ----------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight:normal;
font-family: UTF-8;
}

ul,ol {
list-style: none;
}

b, strong {
font-weight: bold;	
}

img, a img {
border:  none;	
}




/*---------------Schriften-----------------*/
/*-----------------------------------------*/


a {
color:#f9b200;
text-decoration: none;
}

a:visited {
color:#f9b200;
}

a:hover {
color:#f9b200;
text-decoration: underline;
}

a:active {
color:#f9b200;
}

p {
	color:#cccccc;
	font-size: 12px;
	font-family: UTF-8;
	line-height:1.5em;
	letter-spacing: 0px;
}



/*-------------Ganzes Bild als Hintergrund-------------------*/

html, body {
height:100%;
width:100%;
margin: 0;
padding: 0;
}




/*-----------Boxmodell--------------------------------*/




#container {
left:50px;
overflow:auto;
position:absolute;
top:20px;
width:740px;
z-index:70;
height:1000px;
background-image: url(images/main-bg.png);
background-repeat:repeat-y;
}

#bgoriginal {
position:fixed;
width: 100%;
height: 100%;
z-index: 1;
top:0;
left:0;
}

#bg {
	
	min-height: auto;
	min-width: 1024px;

	
	width: 100%;
	height: auto;

	
	position: fixed;
	top: 0;
	left: 0;
	background-color:#000000;
}

#content {
	height:100%;
	width: 710px;
	overflow:auto;
	background-repeat:repeat-y;
	
}

#leftcolmaincolwrapper {
	float:left;
	width: 660px;
	overflow:auto;
}

/*-----------Boxmodell-linker Bereich--------------------------*/

#leftcol {
	float:left;
	width: 210px;
	overflow:auto;
}


/*-----------Boxmodell-mittlerer Bereich------------------------*/


#maincol {
	float:right;
	width: 450px;
	overflow:auto;
}


#logo{
	width: 300px;
	height: 187px;
	position:absolute;
	left: 272px;
	top:18px;	
	margin:0 auto;
}

#media{
	position:absolute;
	top: 220px;
	width:480px;
	height:300px;
	
}

#inhalt {
	width:480px;
	height: 210px;
	position:absolute;
	top: 537px;
	left: 209px;
}

#inhalt-impressum {
	width:480px;
	height: 210px;
	position:absolute;
	top: 220px;
}

#inhaltlinks {
	float:left;
	margin-left:10px;
	width: 210px;
	margin-right: 5px;
}

#inhaltrechts {
	float:right;
	margin-left:0px;
	width: 210px;
	margin-right: 10px;
}
#inhaltlinkers {
	float:left;
	margin-left:10px;
	width: 480px;
	margin-right: 10px;
}

/*-----------Boxmodell-rechter Bereich------------------------*/

#rightcol{
	float:right;
	width:50px;
}

#mediaright{
	position:absolute;
	top: 220px;
	width:50px;
	height:252px;
	background-image: url(images/streifen.png);
	background-repeat:no-repeat;
	margin-left: 30px;
}

#inhaltright {
	width:50px;
	height: 210px;
	position:absolute;
	top: 519px;
	background-image: url(images/streifen.png);
	background-repeat:no-repeat;
	margin-left: 30px;
}


/*-----------footer--------------------------------*/

#footerleft {
	position:absolute;
	height:40px;
	width: 148px;
	padding-left: 62px;
	bottom: 0px;
	left: -1px;
	
}

#footerright {
	position:absolute;
	height:40px;
	width: 50px;
	bottom: 0px;
	background-image: url(images/streifen.png);
	background-repeat:repeat-x;
	margin-left: 30px;
}



/*-----------Navigation--------------------------------*/

#mainnav {
	position:absolute;
	top:249px;
	width: 148px;
	margin-left:62px;
	clear:both;
	left: -60px;
}

#mainnav ul li a{
text-transform: uppercase;
text-decoration: none;
font-size: 100%;
line-height:1.8em;
color:#fff;
}

#mainnav ul li a:hover, #mainnav ul li a:active {
	color:#f9b200;
}

#mainnav strong {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 100%;
	line-height:1.8em;
	color:#f9b200;
	font-weight: normal;
}

/*-----------footer-Navigation----------------------------*/

ul#footernav {
	padding-left:0px;
	margin-left:0px;
	background-image: url(images/streifen.png);
	background-repeat:repeat-x;
	padding-top:3px;
}


#footerleft ul li {
	display:inline;
	color:#fff;
	padding: 0px 4px 0 4px;
}

#footerleft ul li a {
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
	font-size:60%;
	
}

#footerleft ul li a:hover, #footerleft ul li a:active {
	color:#f9b200;
}


/*------------ce 06SEP09---------*/
