@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image:url(../images/background_beta.png);	
	background-position:center top;
	background-repeat:no-repeat;
	/*width:100%;*/
}

.errorInput {
	border: 1px solid red;
}

.error {
	color: red;
}

#container {
	width: 818;px;
	margin: 0px auto;
	margin-top: 240px;
	}
#menuButtons{
	border:0px solid white;
	height:15px;
	vertical-align:bottom;
	margin-left:20px;
	margin-top:px;
	padding:5px;

}
.outerContainer{
	//margin-left:25%;
 }
.container {
	overflow:scroll vertical;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	width:816px;
	background-image:url(../images/trans_bg.png);
	border:1px solid #900;
	
}
.menu {
	width:170px;
	float:left;	
}

.menuKategorien h1{
	font-size:18px;
	font-weight:bold;
	color:#666;
	//margin-top:15px;
	//margin-bottom:0px;
	}


.content {
	padding:5px;
	margin-left:215px;
	width:590px;
	min-height: 500px;
}
.menuKategorien{
	border:1px solid #900;
	background-image:url(../images/trans_bg.png);
	width:185px;
	padding-left:5px;
	padding-bottom:10px;
	margin: 5px;
}

.loginForm{
	border:1px solid #900;	
	background-image:url(../images/trans_bg.png);
	width:185px;
	padding-bottom:10px;
	padding-left:5px;
	margin: 5px;
	
}
.formButtons{
	height:20px;
	padding-bottom:10px;
}
.news{
	width: 580px; 
	margin-bottom:20px;
	cursor:pointer;
	}
.newsHeadline{
	 background-image:url(../images/header4.png);
	 color:#CCCCCC;
	 height:24px;
	 background-repeat:no-repeat;
	
}

.newsHeadline a {
	color: #CCCCCC;
}
.newsHeadline a:hover {
	color: #fff;
}
p {
	font-weight:bold;
	margin:0px; 
	padding-top:5px; 
	margin-left:10px;
	}
h2 {
	font-weight:bolder;
	font-size:16px;
	margin-top:8px;
	margin-bottom:8px;
	color:#333;
	}
.newsFooter{
	 background-image:url(../images/footer2.png);
	 height:20px;
	 padding-left:10px;
	 color:#CCCCCC;
	 background-repeat:no-repeat;
}
.newsText{
	 background-image:url(../images/trans_bg.png); 
	 border-left:2px solid #363636;
	 border-right:2px solid #363636;
	 height:45px;
	 overflow:hidden;
	 padding:5px;
}
.newsImg {
	margin: 15px;
	margin-top: 5px;
	float: right;
	max-width: 200px;
	max-height: 200px;
}
.newsTextSingle{
	background-image:url(../images/trans_bg.png); 
	border-left:2px solid #363636;
	border-right:2px solid #363636;
	min-height:45px;
	padding:15px;
	cursor:default;
	//padding:5px 5px 15px 5px;
}
.headline{
	 background-image:url(../images/header4.png);
	 width:580px;
	 height:24px;
	 color:#CCCCCC;
}
.registerFormContainer{
	border:1px solid #363636;	
	background-image:url(../images/trans_bg.png);
	width:578px;
	//width:580px;
	
}
td{
	font-size:12px;
}
#menuBar{
	background-image:url(../images/menuBar.png);
	height:25px;
	width:460px;
	float: right;
	color: white;
	}
.outerHeadMenu {
	float:right;
	margin-bottom:5px;
	height: 30px;
	width: 485px;
	background-image:url(../images/menuBar.png);
}	

.headMenu {
	padding-left:2px;
	width:475px;
}
.headMenu a, .headMenu form {
	border: 0px solid black;
	float: left;
}
.headMenu a {
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: white;
	font-style:
}
.headMenu a:hover {
	background-image:url(../images/menuBarHover.png);
	border-color:#FFF;
}
.menuKategorien hr {
	color:#900;	
}
.menuKategorien div {
	height:16px;
	width: 176px;
}
.menu a {
	
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	color: #900;
}
.menu a:hover {
	color:#F00;
}
.footer {
	clear:right;
	margin-top:5px;
	width:814px;
	//width:818px;
	height:20px;
	margin-bottom:20px;
	color: #CCCCCC;
	border:2px solid #900;
	background-image:url(../images/footerBar.png);
	vertical-align:middle;
	}
.footerText{
	margin-right:15px;
	//padding-right:15px;}
.footerText a{
	text-decoration:none;
	font-weight:bold;
	padding:3px;
	color:#CCC;
	vertical-align:middle;
	}

.footerText a:hover{
	text-decoration:none;
	color:#efefef;	
	font-weight:bold;
	}
.comment{
	background-image:url(../images/trans_bg.png);
	width:568px;
	//width:580px;
	border:1px dotted #363636;
	padding: 5px;
	margin-bottom:5px;
}
.commentHead{
	background-color:#cacaca;
	height:15px;
	padding: 2px;
}
.commentText{
	padding: 5px;
}
.agb p{
	margin:10px;
	font-weight:normal;
	font-size:10px;}
#agb_headline {
	font-weight: bold;
	font-size:12px;
}
.statusMessage{
	vertical-align:middle;
	padding:5px;
	color:#900;
	font-size:14px;
	font-weight:bold;}
