body {
	width:100%;
	margin:0;
	padding:0;
	background-color: #24ff00;
	
	background:#ffffff url(../images/body_bg.gif) top left;
}

body * {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container {
	margin:0;
	padding:0;
}

#page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
	margin-top:0px;
	
	background:#ffffff url(../images/page_bg.jpg) top center no-repeat;
}

.page-shadow {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/page_shadow.png) center -2px repeat-y;
}


#head { height: }

#left-menu { 
	float:left;
	width:175px;	
}

#right-col {
	float:right;
	width:223px; /**/
	
	background-color:#62808f;
}

#right-col .oben { padding:10px; }
#right-col2 { background: #62808f; width: 75px; height: 550px; float: right; }
#right-col .bild img { border-top:#ffffff 5px solid; }

#content {  
	margin: 0 0px 0 0px;
	background-color:#a0b1ba;
}
#mainContent { padding: 15px; }
#content .inner {  
	padding:15px 15px 15px 15px;
	background-color:#a0b1ba;
}

.no-right-col #right-col {
	float:right;
	width:75px;
}

.no-right-col #content {  
	margin: 0 0px 0 0px;
}

#top-menu { margin-left:175px; height:25px; margin-bottom:5px; }
#top-menu ul {
	list-style-type:none;
	margin:0 0 4px 0;
	padding:0;
}

#top-menu ul li {
	display:inline;
	
	margin:0;
	padding:0;
}

#top-menu ul li a {

	color:#707173;
	
	padding:4px 6px 4px 6px;
	background: url(../images/top-menu-bg_s.png) top left;
}

#top-menu ul li.selected a {
	/*background: url(../images/top-menu-bg_s.png) top left;*/
	background-color:#62808F;
	color:#ffffff;
}

#top-menu ul li a span.txt {

}
#top-menu .spacer {
	position:relative;
	top:24px;
	height:5px;
	margin-bottom:2px;
	background: url(../images/top-menu-bg_s.png) top left;
}

.opa50 {
/*	zoom: 1;
	background-color:#a0b1ba;
	filter:alpha(opacity=5);
	-moz-opacity: 0.05;
	opacity: 0.05;*/
}

.opa0 {
/*	zoom: 1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	
	display:inline;
}

#left-menu { }
#left-menu ul {
	list-style-type:none;
	margin:0 0 0px 29px;
	padding:0;
	border-bottom:#bd0926 1px solid;
}

#left-menu ul li {
	margin:0;
	padding:6px 0px 6px 2px;
	
	border-top:#bd0926 1px solid;
	font-size:12px;	
}

#left-menu ul li.selected {
	background:url(../images/menu_bg.gif) center left repeat-x;
}

#left-menu ul li a:hover, #left-menu ul li.selected a {
	color:#bd0926;
}

#right-container { background-color:#a0b1ba; overflow:hidden; }

.top-shadow { background:url(../images/top_shadow.png) center 6px no-repeat; height:10px; }
.footer-shadow { background:url(../images/footer_shadow.png) center -8px no-repeat; height:5px; }

#filesList li { list-style: none; }
#filesList img { margin-right: 5px ; }

