/* -- Allgemeine HTML Elemente -- */
* {
	margin:0;
	padding:0;
	list-style:none;
}

html,
body {
	height:100%;
	font-family:Verdana, sans-serif;
	color:#666966;
	font-size:11px;
	line-height:17px;
}

body {
		background: #E6E6E6;
}

a:link,
a:visited {
	color:#559ED3;
	text-decoration:none;
}

a:hover,
a:active {
	color:#F39A22;
	text-decoration:underline;
}

.clearer {
	clear: both;
}
p {
	margin:10px 0;
}
sup, sub {
	line-height:0;
	font-size:10px;
}

img {
	border:0px;
}

h1 {
	/*margin:0px 0px 15px 0px;*/
	font-size: 20px;
	font-weight: normal;
	color: #559ED2;
	line-height: 15px;
}
	div.h1 {
		border-bottom: 1px solid #559ED2;
		margin:0px 0px 15px 0px;
	}
h1.h1_form { line-height: 24px !important;}
	h1 span,
	h2 span {
		background-color: #FFF;
		padding: 0 2px 0 0;
	}

h2 {
	font-size: 20px;
	line-height: 15px;
	font-weight: normal;
	color: #F39A22;
}
	div.h2 {
		border-bottom: 1px solid #F39A22;
		margin: 0px 0px 15px 0px;
	}
	
h3 {
	font-size: 12px;
}

h4 {
	font-size: 14px;
	color: #F39A22;
	font-weight: normal;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearer {
	clear:both;
}

.hidden {
	display:none;
}

.error {
	color:#F00;
}


/* containers - main_wrap -> header | col_left | content | col_right | footer
*****************/
div#bg {
	background:url(../img/layout_2010/main_bg.gif) top repeat-y #E6E6E6;
	height: 100%;
}

div#cont {
	/*margin: 0 auto;
	background:url(../img/layout_2010/content_bg.gif) bottom no-repeat #FFFFFF;
	width: 1050px;*/
	height: 100%;
}
div#content_con {
	margin: 0 auto;
	width: 990px;
}
	div#content_con div#col_right {
		width: 176px;
		float: right;
	}
	
	div#content_con div#col_left {
		width: 176px;
		float: left;
	}

div#header{
	background:url(../img/layout_2010/head.gif) top no-repeat #FFFFFF;
	height: 49px;
	margin: 0 0 10px 0;
}

div#content {
	float: left;
	width: 570px;
	margin: 11px 0 30px 33px;
}

/* -------------------------------------- 
Body und Maintable
-----------------------------------------*/  
table#mntbl1 {
	width: 100%;
	height: 100%;
	background:url(../img/layout_2010/main_bg.gif) top center repeat-y #E6E6E6;
	margin:0; padding:0;
	border-style:none;
	border-collapse:collapse;
}


table#mntbl {
/*	width:100%;*/
	height:100%;
	margin:0; padding:0;
	border-style:none;
	border-collapse:collapse;
	margin: 0 auto;
	background:url(../img/layout_2010/content_bg.gif) bottom no-repeat #FFFFFF;
	width: 1050px;
}
table#mntbl td.mntbl {
	margin:0; 
	padding:0;
}
table#mntbl td.mntbl.top {
	vertical-align:top;
}
table#mntbl td.mntbl.bottom {
	vertical-align:bottom;
}


/* header
***************/
div#header div#servicenav {
	height:49px;
	background:url(../img/layout_2010/servicenav1.gif) top left no-repeat;
	float: right;
	padding: 0 10px 0 0;
}
	
	div#header div#servicenav ul {
		margin: 23px 0 0 45px;
	}
	
	div#header div#servicenav li {
		float: left;
		padding: 0 0 0 10px; 
	}
		div#header div#servicenav li a {
			color: #FFF;
			font-size: 12px;
		}

	div#header div.imagemap {
		float: left;
	}
	
	div#header div.imagemap a {
		display: block;
		width: 400px;
		height: 49px;
	}
	
/* Navigation
*********************/
div.nav_text {
	color: #FFF;
	text-transform: uppercase;
	padding: 4px 0 0 10px;
	font-weight: bold;
	height: 30px;
	font-size: 12px;
}
div#nav_wrap {
	background:url(../img/layout_2010/nav_left_bg.gif) top no-repeat;
}
	div#nav_wrap div.nav_b {
		background:url(../img/layout_2010/nav_left_b_bg.gif) top no-repeat;
		height: 38px;
	}
	
	/* Login/Logout */
	
	div#usr_logout,
	div#usr_login{
		background:url('../img/layout_2010/button_orange.gif') top left no-repeat;
		margin: 14px 0 0 0;
	}
	div#usr_forum {
		background:url('../img/layout_2010/button_orange.gif') top left no-repeat;
		margin: 5px 0 50px 0;
	}
	
		div#usr_logout a,
		div#usr_login a ,
		div#usr_forum a {
			color: #FFF;
			font-size: 14px;
			width: 176px;
			height: 34px;
			padding: 6px 0 0 10px;
			display: block;
		}

div#col_left ul {
	padding: 0px 10px 0 15px
}
div#col_left ul li {
	padding: 3px 0;
	font-size: 12px;
	line-height: 20px;
}
	div#col_left ul li a {
		color: #FFF;
	}
	div#col_left ul li a.active,
	div#col_left ul li a:hover {
		color: #000;
	}
	

/* content styles (alt) */
#content p {
	margin:0px 0px 8px 0px;
	padding:0px;
}
#content a {
	color:#666966;
	font-size:11px;
	text-decoration:underline;
}
#content a:hover {
	color:#ED882B;
	font-size:11px;
	text-decoration:underline;
}
#content img {
	float:right;
	margin: 4px 0 ;
	padding: 0px;
}
#content input {
	border:1px solid #2290C6;
	border-width:1px 1px 1px 1px;
	font-size:10px;
	padding:2px;
	margin-bottom:1px;
	font-weight:normal;
}

#content input.button {
    border:1px solid #2290C6;
	border-width:1px 1px 1px 1px;
	background-color:#E5F2F8;
	font-size:10px;
	padding:2px 15px 2px 15px;
	font-weight:normal;
}

#content input {
	border:1px solid #F39A22;
	border-width:1px 1px 1px 1px;
	font-size:10px;
	padding:2px;
	margin-bottom:1px;
	font-weight:normal;
}

#content textarea {
    border:1px solid #F39A22;
	border-width:1px 1px 1px 1px;
	font-size:10px;
	font-weight:normal;
}

#content input.button {
    border:1px solid #F39A22;
	border-width:1px 1px 1px 1px;
	background-color:#CCCCCC;
	font-size:10px;
	padding:2px 15px 2px 15px;
	font-weight:normal;
}

/** Rechte Spalte 
*********************/
div.blue_box {
	background:url(../img/layout_2010/helpbox_big.gif) bottom left no-repeat;
	color: #FFF;
	padding: 10px 10px 30px 10px;
	margin: 32px 0;
	width: 156px;
}

	div.blue_box div.blue_box_content {
		border-bottom: 2px solid #A29C7C;
		margin: 0 0 10px 0;
	}
	
	div.blue_box div.blue_box_content.last {
		border: none;
	}
	
	div.blue_box div.blue_box_content a {
		color: #FFF;
	}

	div.blue_box a h3 {
		text-decoration: underline;
	}


/* footer
***************/
div#footer {
	color:#FFF;
	text-align: center;
	padding: 0 0 8px 0;
	font-size: 12px;
}


.test {
	border: 1px solid red;
	display: block;
}

.testul {
	border: 1px solid green;
	display: block !important;
}

/* verschiedenes */

div#content ul li,
div#col_right ul li {
	list-style: square;
	margin: 0 0 0 14px;
}

div#content ol li,
div#col_right ol li {
	list-style: decimal;
	margin: 0 0 0 18px;
}

/* formulare
***************/
.formular td { padding: 3px 0; }
.formular input {
width: 200px;
display: block;
}

.formular select {
width: 207px;
}

.formular textarea {
width: 205px;
height: 50px;
}

.formular .submit_option {
	width: 140px;
}

.formular .submit {
	float: right;
	padding: 20px 0 0 0;
}

#content .formular  textarea,
#content .formular  input,
#content .formular select {
	font-size: 11px;
}



/* rte css */
div.content_blue,
div.content_orange {
	display: inline-block;
	_width: auto;
	padding: 20px;
	color: #FFF;
	margin: 10px 0;
	border-right: 1px solid #AAABAC;
	border-left: 1px solid #D5E7F4;
	background:url(../img/layout_2010/blue_box_bg.gif) bottom left repeat-x;
}
div.content_orange {
	background:url(../img/layout_2010/orange_box_bg.gif) bottom left repeat-x;
	border-right: 1px solid #CEAE83;
	border-left: 1px solid #FCEAD3;
}
