body {
	margin:10px 0 0 0;
	padding:0;
	
	font-family:Tahoma, Arial;
	font-size:12px;
	
	background:#375756;
}

html, body {
    height: 100%;
}

body { position:relative }
* html body { position:static }


#wrapper {
	width:977px;
	margin:0 auto;
	text-align:center;		
}

#main {
	background:url(images/bg-content.gif) repeat-y;
	
}

#head {
	height:7px;
	background: url(images/bg-head.gif) no-repeat;
}

#links {
	width:220px;
	height:500px;
	float:left;
	margin:0 0 0 5px;
}
#mitte {
	width:487px;
	float:left;
}

#rechts {
	width:260px;
	height:500px;
	float:right;
	margin: 0 5px 0 0;
}

#header,
#footer {
	background:#396A69;	
	color:#fff;	
}

#footer {
	background:url(images/bg-footer.gif) repeat-y;
		letter-spacing:0.05em;
	line-height:1.5em;

}
#foot {
	height:9px;
	background:url(images/bg-foot.gif) no-repeat;
}


#footer a {
	color:#fff;
	text-decoration:none;
}

.important {
	font-size:14px;
}
.important a {
	text-decoration: underline;
}

#content {
	text-align:left;
	padding:1em;
	/* background:#fff;*/
}

.headline {
	color:#BD1010;
	font-size:18px;
	font-weight:bold;	
}

p {
	padding:0.5em 0 0.5em 0;
}

.hide {
	display:none;
}

.show {
	display:block;
}

dt {
	cursor:pointer;
	padding:0.5em 0 0.5em 0;
	border-bottom:1px solid #DFE7E7;
}

dd {
	padding:0.5em 0 0.5em 0;
	border-bottom:1px solid #DFE7E7;
}

.likelink {
	text-decoration:underline;
}

fieldset {
	margin:0.2em;
	padding:0.6em;
	border:1px solid #396A69;
}

legend {
	font-weight:bold;
	padding:0 0.5em 0 0.5em;
	color:#000;
}

.clearfix {
	clear:both;
}

h1 {
	font-size:20px;
	padding:5px 0 5px 0;
}

h2 {
	font-size:15px;
	padding:0 0 5px 0;
}

/* formulare */
.text, textarea {
	border:1px solid #466D6B;
	padding:2px;
}
textarea {
	font-family:Tahoma, Arial;
	font-size:12px;
	width:250px;
	height:100px;
}
.submit {
	background:#7B9789;
	border:1px solid #466D6B;
	padding:2px;
	font-weight:bold;
	color:#fff;
	margin:10px 0 0 0;
}

#footer b span {
	color:#BD1010;
}

#nix {
	display:none;
}
