@import "toolbar.css";
@import "adminmenu.css";
@import "icons.css";
@import "registration.css";

body {
	background-color: #4a4a4a;
	/*background-image: url('../images/ws_01.jpg');*/
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana;
	color: #37372f;
	font-size: 10px;
}

/** stu nicholls solution for centering divs **/
.ccontainer {clear:both; text-decoration:none;}
* html .ccontainer {display:inline-block;}

#container {
	/*margin: 1em auto;*/
	width: 100%;
	/*text-align: left;*/
	/*background-color: red;*/
	/*border: 1px solid black;*/
	font-family: Verdana;	
	font-size: 10px;
}

#news {
	
	
}

#news .title {
	background-color: yellow;
}

#news .newsfooter {
	background-color: silver;
	text-align: right;
}

#header {
	
	height: 100%;
	/*background-color: fuchsia;*/ 
}

#header IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mainnavbottom {
	height: auto;	
	background-color: black;	
}

#adminmainnav {
	height: auto;
	width: 100%;
	background-color: black;
	text-align: center;
	display:inline-block;
}

#mainnav {
	height: auto;
	/*width: 100%;		
	padding-left:25%;
	padding-right:35%;*/
	text-align:center;
	background-color: green;
	background-image: url('../images/ws_06_h.jpg');
}

#mainnav.navi a {
	/*display:block;*/		
	height: 27px;	
	padding-top: 14px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;	
	
	/*float: left;*/
}

#mainnav.navi a:link {
	color: #37372f;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#mainnav.navi a:active {
	color: #37372f;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#mainnav.navi a:visited {
	color: #37372f;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#mainnav.navi a:hover {
	color: #db0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#statusinfo {
	
	float: right;
	width: 250px;
	height: 100%;
	background-color: silver;
	/*background-image:url('../images/titel_45-w1.jpg');*/
}

#menu {
	
	float: left;
	width: 232px;
	height: 100%;
	background-color: white;
	/*background-image:url('../images/ws_21.jpg');*/
}

/* Jetzt alles für die Menü Darstellung*/

div.head_nav {
	width:232px;
	height:31px;
	background-image:url('../images/ws_15.jpg');
}

#head_con {
	width:100%;
	height:31px;
	padding-left:0px;
	background-image:url('../images/titel_45-w1.jpg');*/
	
}

#head_con2 {
	width:100%;
	height:31px;
	padding-left:0px;
	/*background-image:url('../images/ws_36.jpg');*/
	background-image:url('../images/ws_36-w76.jpg');
	background-repeat: no-repeat;
	
}
#head_con2 span.titel {
	display:block;
	float:left;
	/*height: 21px;*/
	padding-top:10px;
	margin-left:30px;
	font-weight:bold;
	color:#ffffff;
	background-image:url('../images/titel_45-w1.jpg');
	
}

#menu span.titel {
	display:block;
	float:left;
	height: 21px;
	padding-top:10px;
	margin-left:17px;
	font-weight:bold;
	color:#ffffff;
	background-image:url('../images/titel_45.jpg');
}

#statusinfo span.titel {
	display:block;
	float:left;
	height: 21px;
	padding-top:10px;
	margin-left:17px;
	font-weight:bold;
	color:#ffffff;
	background-image:url('../images/titel_45-w1.jpg');
}

ul {
	margin-top: 0px;
	list-style-type: none;
	margin-left:0px;
	padding-left: 10px;
}

ul.sponsoring {
 margin-top: 0px;
 list-style-image:url('../images/ws_ol.jpg');
 margin-left:0px;
 padding-left: 30px;
}

A:link {
	color: #37372f;
	font-size : 11px;
	font-weight: bold;
	text-decoration : none;
}

A:active {
	color: #37372f;
	font-size : 11px;
	font-weight: bold;
	text-decoration : none;
}

A:visited {
	color: #37372f;
	font-size : 11px;
	font-weight: bold;
	text-decoration : none;
}

A:hover {
	color: #db0000;
	font-size : 11px;
	font-weight: bold;
	text-decoration : none;
}

/* Nun kommt noch die Sache für das Content */

#contents {
	margin-top:10px;
	margin-right: 255px;
	margin-left: 235px;
	height: 100%;
	background-color: white;
	font-size: 11px;
}

.headlines {
	font-family: Verdana;
	color: #000000
	font-size : 11px;
	font-weight: bold;
}

div.news{

  border-width:1px;
  border-color:black;
  border-style: none none solid none;
  
}

div.pagination{
	font-size: 12px;
    
}

#footer {
	text-align: right;
	font-size: 150%;
	font: bold;
	color: black;
	clear: both;
	height: 100%;
	/*background-color: lime;*/
	background-image: url('../images/ws_52.jpg');
}

#debug {
	text-align: left;
	font-size: 100%;
	font: bold;
	color: black;
	clear: both;
	height: 100%;
	background-color: silver;
	visibility: visible;
}