@CHARSET "UTF-8";

/* ----- BODY UND ALLGEMEINES ----- */

html, body {
	background-image: url(../images/opal_bg.jpg);
	font: 11px/16px arial, sans-serif;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img {
	border: none;
	margin: 0px;
}

.demoimage {
	border: 5px solid #FFFFFF;
	margin: 0px;
}

.input_login {
	border: 1px solid black;
	width: 156px;
}

.input_radio {
	position: relative;
	top: 2px;
}

.text_bold {
	font-weight: bold;
}

.antispam {
	display: none;
}

/* ----- A ----- */

a:link, a:active, a:visited, a:focus , a:hover  {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.top_anchor {
	visibility: hidden;
}

/* ----- TOP ----- */

#top {
	margin: 40px 0px 0px 0px;
}

/* ----- MAIN ----- */

#main {
	width: 824px;
	margin: 0px auto;
}

/* ----- HEAD ----- */

#head {
	width: 823px;
	height: 60px;
	margin-bottom: 5px;
}

#msg_container {
	clear: both;
	display: block;
	width: 813px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 1.25em;
	color: white;
	background-color: #C50C0C;
	border: 5px white solid;

}

#msg_container.ok {
	color: #333333;
	background-color: #18E54D;
}

#msg_container a:link,
#msg_container a:visited {
	color: white;
	text-decoration: underline;
}

#subhead {
	width: 823px;
	height: 143px;
	margin-bottom: 5px;
}

#content_wrapper {
	clear: both;
	display: block;
}

/* ----- NAVIGATION ----- */

#navigation {
	display: inline-block;
	width: 210px;
	float: left;
}

.menuimage {
	margin-bottom: 5px;
}

.menuimage_nobottom {
	margin-bottom: 0px;
}

/* ----- CONTENT ----- */

#content {
	display: inline-block;
	float: right;
	background-color: #FFFFFF;
	width: 607px;
	padding-top: 0px;
}

#content p {
	margin:0;
	padding:0;
}


#content.login {
	height: 170px;
}

#content_twocolumn {
	float: right;
	width: 607px;
	padding-top: 0px;
}

.headline {
	width: 607px;
	height: 30px;
	background-color: #905418;
}

.headline h1 {
	margin:0;
	border: 5px solid white;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 2px;
    background: url("../images/pfeil-runter-auf-braun.gif") no-repeat;
    background-position: 16px center;
    line-height: 18px;
}
