@charset "UTF-8";

/* CSS Document */

body {
	background:#dcdbd9;
	margin:0px;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
}

.footer {
	padding:20px;
	color:#000;
}

.footer a {
	color:#000 !important;
}

.site {
	position:absolute;
	left:50%;
	top:25px;
	margin-left:-450px;
	width:900px;
}

.log_ip {
	background-image:url(images/login_bg.png);
	background-repeat:no-repeat;
	padding-left:5px;
	padding-right:5px;
	width:115px;
	border:0px;
}

.log_but {
	margin-left:10px;
	vertical-align:bottom;
}

.login {
	width:880px;
	position:absolute;
	top:33px;
	text-align:right;
}

/* START GENERAL CSS DEFINITIONEN */
/* ================================= */
.communitymenu {
	color:#222;
	width:100%;
	height:30px;
	margin-left:20px;
	padding-right:30px;
}

.communitymenu div {
	padding-right:30px;
}

.communitymenu div a {
	color:#222;
	text-decoration:none;
}

.communitymenu div a:hover {
	color:#444;
	text-decoration:none;
}

.communitymenu .inputfield {
	font-size:10px;
	height: 16px;
	padding:0px;
	border: 1px solid #333;
}

.communitymenu .button {
	margin: 0px 0px 0px 5px;;
	color: #000;
	font-size: 10pt;
}

/*
.communitymenu img {
	padding:1px;
	background-color:#333;
}
*/
.commentbox {
	background-image:inherit;
}

.imageLayout {
	padding: 0px;
	padding-right: 0px !important;
	margin: 0px;
	border: 0px;
}