/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#4a4f53 url(../images/body_bg.jpg) top left repeat-x;
	font-size:12px;
	font-family:Arial, Geneva, sans-serif;
	color:#555;
	color:#024e93;
}
a {
	text-decoration:none;
	/*color:#555;
	color:#024e93;*/
    color: #0000cc;
}
a img {
	border:none;
}

a.autolink { color: #18148d; }
#site {
	width:980px;
	margin:0 auto;
	background:#fcf9e9;
}
#header {
	background:url(../images/top.jpg) top left no-repeat;
	padding-top:50px;
	position:relative;
	overflow:hidden;
}
#lang {
	position:absolute;
	top:15px;
	left:25px;
}
#searchbar {
	position:absolute;
	top:10px;
	right:25px;
}
#searchbar input {
	vertical-align:middle;
	font-size:10px;
}
#container {
	background:url(../images/sidebar_bg.jpg) top left repeat-y;
}
#wrapper2 {
	background:url(../images/container_top.jpg) top left no-repeat;
	overflow:hidden;
}
* html #wrapper2 {
	height:1%;
}
#container-left {
	float:left;
	margin-top:35px;
	width:247px;
	width:191px;
}
#menu a {
	display:block;
	background:url(../images/menu_out.jpg) top left no-repeat;
	height:34px;
	line-height:34px;
	padding-left:37px;
	font-size:13px;
}
#menu a:hover, #menu a:focus, #menu a.active {
	background:url(../images/menu_over.jpg) top left no-repeat;
	color:#FFF;
	color:#a3000a;
	color:#f4c437;
	font-weight:bold;
}
#menu a.sub {
	height:auto;
	line-height:normal;
	background:none;
	margin:5px 0;
	font-size:11px;
}
#menu .sub:hover, #menu .sub.active {
	color:#333;
	color:#024e93;
	background:none;
}
#login {
	margin:60px 20px 55px 47px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#login h1 {
	font-size:12px;
}
#container-middle {
	float:left;
	width:540px;
	width:590px;
	position:relative;
}
#breadcrumb {
	margin-top:35px;
	margin-left:15px;
	font-size:10px;
	width:450px;
}
#print {
	position:absolute;
	top:35px;
	right:0;
	font-size:10px;
}
#content {
	margin:50px 25px;
	margin-top:20px;
}
#content a {
	color:#024e93;
	color:#00c;
	text-decoration:underline;
}
#content a:hover {
	color:#a3000a;
}
h1, h2, h3 {
	color:#024e93;
	font-size:21px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
#container-right {
	float:right;
	width:170px;
	margin-right:10px;
	display:inline;
	margin-top:40px;
	text-align:center;
}
#container-right .box {
	margin-bottom:15px;
	overflow:hidden;
	border-bottom:1px solid #12416d;
	padding-bottom:5px;
}
* html #container-right .box {
	height:1%;
}
#container-right form {
	margin:0;
	margin-top:5px;
}
#footer {
	clear:both;
	background:url(../images/footer.jpg) top left no-repeat;
	height:120px;
	color:#FFF;
	position:relative;
}
#footer a {
	color:#FFF;
}
#copy {
	position:absolute;
	left:25px;
	top:50px;
}
#bottommenu {
	position:absolute;
	left:247px;
	top:35px;
	width:540px;
	text-align:center;
}
#bottommenu p {
	margin:0;
	margin-top:5px;
}

.liste img {
	float:left;
	padding-right:10px;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}
form#fcomment {
	margin:20px 0;
}
.formerror {
	color:red;
	font-weight:bold;
	padding-left:5px;
}
.postItem {
	background:#fcf6d4;
	overflow:hidden;
	margin-bottom:7px;
}
.postHead {
	margin:0;
	padding:4px 10px;
	background:#fcf1b7;
}
.postItem h3, .postTXT {
	margin:5px 18px;
}
.tooltip {
  position: absolute;
  display: none;
  border: 1px solid #12416d;
  z-index: 100;
  width: 250px;
  padding: 5px; 
  background-color: #FFFFFF;
}

#content table, #content td {
	background:#fcf9ea;
}


form#nlreg input, form#nlreg select, form#nlreg button, #invite button, #invite input  { 
	font-size: 10px; 
}

.showPrint {
	display:none;
}

#surveybox {
	text-align:left;
}


#content p {
	overflow:hidden;
}
* html #content p {
	height:1%;
	overflow:visible;
}

#pm 
{
   border: 1px solid #024E93; 
   margin-top: 15px; padding: 5px;
}

#meldung
{
   background-color: white;
   border: 1px solid #024E93;
   padding: 30px;
   text-align: center;
   width: 300px;
   position: absolute;
   bottom: 30px;
   left: 40%;
   margin-left: -150px;
   display: none;
}


