body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#dad6c7 url(../img/back_page.jpg) repeat-x center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#424f55;
    margin-bottom:30px;
}

#pagewrapper {
    position:absolute;
    left:50%;
    width:900px;
    margin-top:30px;
    margin-left:-450px;
}

/* weißes Seitengrüst*/
#page {
    position:relative;
	width:900px;
	background-color:#fff;
	padding:0;
}

#footer {
    width:900px;
    height:50px;
	background:#dad6c7;
	text-align:right;
	padding:10 0 0 0;
	color:#b8b19c;
}

#footer a {
    color: #b8b19c;
}


#header {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:82px;
    background:white;
}

#header #logo {
	margin:18 20 20 20;
	padding:0;
	float:left;
}

#header #bluebar {
	float:left;
	width:603px;
	height:20px;
	background:url(../img/back_bluebar.gif) repeat-y center top;
	margin:0;
	padding:0;
}

#navigation {
    position:relative;
    left:0px;
    top:82px;
    width:297px;
    z-Index:1;
}

/*Themenbild*/
#theme {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:270px;
	z-Index:1;
}

#navigation #bg_menu {
	position:absolute;
	top:0px;
	left:0px;
	width:297px;
	height:270px;
	margin:0;
	z-index:2;
	filter:alpha(opacity=50);
	opacity:.5;
	background:url(../img/back_menue_full.gif) repeat-y center top;
}

/*Menue-UL*/
#navigation #menu {
    position:absolute;
    top:0px;
    left:0px;
	width:295px;
	height:270px;
	z-index:99;
}

#navigation #menu ul {
	list-style-type:none;
	padding:0 0 0 0;
	margin:17 0 0 0;
}
#navigation #menu li {
	padding:0;
	width:297px;
	height:25px;
	margin:14 0 0 0;
	overflow:hidden;
}

#navigation #menu a {
    display:block;
    width:297px;
    text-decoration:none;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    margin:0px;
}
#navigation #menu a:hover {
	background-color:#6e90a0;
}

#navigation #menu h4 {
    margin:0px;
    padding:4 0 4 30;
}
#navigation #menu h4:hover {
	background-color:#6e90a0;
}

#navigation #menu .active {
	background-color:#6e90a0;
}

#navigation #infobox {
    position:absolute;
    top:270px;
    left:0px;
	width:297px;
	height:250px;
    overflow:hidden;
	background:url(../img/back_login.gif) repeat-y center top;
}

/* Login-Box */
#navigation #infobox #login {
    margin:20 0 0 30px;
}

#navigation #infobox #sidelinks {
    margin:20 0 0 30px;
}

#navigation #infobox #sidelinks ul {
	list-style-type:none;
	padding:0 0 0 0;
	margin:10 0 0 0;
}

#navigation #infobox #sidelinks li {
    font-size:13px;
    margin:4 0 0 0;
}

#navigation #infobox #sidelinks a {
    color:#424f55;
    text-decoration:none;
}

#contentwrapper {
    position:absolute;
    top:82px;
    left:0px;
    width:100%;
    z-Index:0;
    background:white;
}

#content {
    margin:20 20 20 317;
    background:#fff;
	z-index:99;
    min-height:250px;
    height:auto !important;  /* Gecko */
    height:250px;
}

#content ul {
	margin:5 0 0 0;
	padding:0;
}

#content li {
    list-style-type: none;
    margin:0;
    padding:0;
    padding-left:20px;
    background-image:url(../img/pointer_brown.gif);
    background-repeat:no-repeat;
    background-position:0px 6px;
    line-height:21px;
    text-align:left;
}

#content a {
    padding:0 0 0 10;
    background-image: url(../img/pointer_url.gif);
    background-repeat: no-repeat;
    background-position:left center;
    color:#6e90a0;
    text-decoration:none;
    margin:0px;
}

#content a:hover {
    text-decoration:underline;
}


/* Formate allgemein */
#content p,td {
	font-size:11px;
	color:#424f55;
	padding:0;
	margin:5 0 0 0;
	line-height:20px;
}

#content p {
	text-align:justify;
}

#content td {
    border-bottom:solid 1px #cadae2;
}

.headline {
    border-left:solid 8px #6e90a0;
    padding:0 0 0 15;
}

h1 {
	margin:5 0 10 0;
	font-size:16px;
}

h2 {
	margin:5 0 0 0;
	font-size:14px;
}

h3 {
	margin:5 0 0 0;
	font-size:14px;
}


h2.white {
	color:#fff;
}

br {
	clear:both;
}


/* Formular-Elemente allgemein */
input {
    width:130px;
    height:20px;
    margin-top:5px;
    background:url(../img/bg_input.gif) repeat-y center top;
	border-top:solid 1px #817f72;
	border-left:solid 1px #817f72;
	border-right:solid 1px #cbcabe;
	border-bottom:solid 1px #cbcabe;
	font-size:10px;
    padding:2px 2px 0px 4px;
    color:#424f55;
}

input.button {
    width:80px;
    height:20px;
    margin-top:10px;
 	background:url(../img/bg_submit.gif) no-repeat;
 	border:0px;
 	color:white;
 	font-size:10px;
    color:#fff;
 	font-weight:bold;
    padding:0px;
}

label {
    float:left;
    width:70px;
    line-height:24px;
}

select {
    margin-top:5px;
	font-size:10px;
    padding:0px;
    color:#424f55;
}

textarea {
    font-size:11px;
    padding:4px;
    color:#424f55;
    font-family:arial;
	border-top:solid 1px #817f72;
	border-left:solid 1px #817f72;
	border-right:solid 1px #cbcabe;
	border-bottom:solid 1px #cbcabe;
}

.select_001 {
    width:80px;
}

.input_001 {
    width:300px;
}

.input_002 {
    width:55px;
    margin-right:10px;
}

.input_003 {
    width:235px;
}

.textarea_001 {
    width:300px;
    height:100px;
    border:solid 1px #d3d3d3;
    background-color:#fff;
    background:url(../img/bg_input.gif) repeat-x center top;
    background-repeat: repeat-x;
    margin-right:10px;
    margin:5 0 0 0;
    text-wrap:virtual;
}

#contact {
    margin:10 0 10 0;
    color: #2b3235;
}

#contact label {
    float:left;
    width:100px;
    height:20px;
    line-height:30px;
}

#contact .Error {
    float:left;
    width:10px;
    height:20px;
    margin:10 10 0 0;
}

#contact .Error .Error_Mark {
    background: url(../img/pointer_brown.gif) no-repeat;
    background-position: top;
    width:9px;
    height:9px;
}

#contact .Review {
    width:550px;
    font-family:"courier new", courier;
    border-top:solid 1px #d9dfe1;
    border-bottom:solid 1px #d9dfe1;
    margin:20 10 20 0;
    overflow:hidden;
}



