#container {
  background: url(../images/bg_space1800_links200.jpg) repeat-y 90% 0;
}

#index{
	background-color: maroon;
  background: url(../images/bg_vorhang162.jpg) repeat 100% 0;

}

.inner {
	padding: 2em 1.5em 1em 1.5em ;
}

.innerright {
	padding: 2em 1em 1em 0.3em ;
}


#header {
	top: 0px;
	width: 100%;
	height: 110px;
	background-color: maroon;
	background: url(../images/header_schwarz.jpg) repeat-x; 
}

#headerindex {
	top: 0px;
	width: 100%;
	height: 110px;
	background-color: maroon;
	background: url(../images/header_schwarz.jpg) repeat;
}
#contentindex {
	margin: 3em 10%; 
	text-align:center; 
}

#menu
{
	z-index: 2;
  top: 110px;
	height:32px;
  width: 100%;
  background-color: #222;
  background: url(../images/bg_navi.jpg) repeat;
}

#content{
	width: 100%;
}	

#left_col {
	top: 140px;
	float: left;
	width: 90%;	
	min-height: 500px;
  background: url(../images/bg_links360_trans1640.gif) repeat-y 18% 0;
}

#left {
	float: left;
	width: 18%;	
}

.innerleft {
	padding-top: 2em;
	padding-right: 0.6em;
	padding-bottom: 3em;
	
}


#main {
	float: left;
	width: 82%;	
	max-width: 995px;
	margin-bottom: 1em;
}

#left_col_footer {
	/*clear:left;*/
}

#right_col {
	float: right;	
	width: 10%;
}

#menubottom
{
	color: #999;
	z-index: 2;
  width: 100%;
}


#footer {
	clear: both;
	background-color: #333;
  background: url(../images/zuschauerraum2.jpg) repeat-x;
	height: 160px;
	width: 100%;
}

#box {
	padding: 1em .2em;
	border-right: 4px solid #444;
	border-bottom: 4px solid #444;
	/* -moz-border-radius: 15px; */	
  background: url(../images/bg_weltraum04.jpg) repeat-y; 
	margin-left: 0.6em;
	margin-bottom: 3em;
}



