@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color : #282e37;
	background-color : #edfffc;
}

div#head {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 800px;
	height : 96px;
	background-image : url(gfx/head.gif);	
}

div#headbar {
	position : absolute;
	left : 0px;
	top : 100px;
	height : 30px;
	width : 800px;
	background-color : #9ad3cb;
}

div#headbar_right {
	position : absolute;
	right : 10px;
	font-weight:bold;
	font-size : 1.45em;
	top : 5px;
	color : #233475;
}

input#inp_search {
	font-family:Arial, Helvetica, sans-serif;
	width : 143px;
	background-color : #d5f3ef;
	border : 0px;
	margin-top : 4px;
	height : 15px;
	padding : 3px;
	padding-left : 14px;
	color : #233475;
	font-size : 12px;
}

div#navigation { 
	position : absolute;
	left : 0px;
	top : 133px;
	width : 160px;
	z-index : 2;
}

div.navpoint {
	position :absolute;
	height : 18px;
	width : 140px;
	background-color : #9ad3cb;
	margin-bottom : 3px;
	padding : 5px;
	padding-left : 15px;
	border-bottom : 3px solid #edfffc;
}


a.menu {
	font-size : 12px;
	color:#333333;
	text-decoration:none;
	border : 0px;
}

a.menu:hover {
	font-size : 12px;
	color : #233475;
	text-decoration:none;
	border : 0px;
}

a.menu_sel {
	font-size : 12px;
	color : #233475;
	text-decoration:none;
	border : 0px;
	font-weight : bold;
}

a.menu_sel:hover {
	font-size : 12px;
	color : #233475;
	text-decoration:none;
	border : 0px;
}

div#contents{
	position : absolute; 
	left : 215px;
	top : 165px;
	width : 540px;
	line-height:150%;
	padding-bottom : 60px;
	z-index : 1;
}

div.popup {
	padding-left : 3px;
	display : none;
	z-index:99;
	width : 160px;
	height : 28px;
	background-color : #edfffc;
}

div.search_result {
	border-bottom : 1px dotted Silver;
	padding : 10px;
	font-weight : bold;
	font-size : 13px;
	cursor : pointer;
}

div.search_result p {
	font-weight : normal;
	font-size : 0.8em;
	line-height:120%;
}

div.search_result span {
	font-weight : bold;
	color : Darkred;
}

div#mitgliedschaft_backlink {
	border : 2px solid 	#233475;
	padding : 7px;
	position : absolute;
	right : -45px;
	top : 0px;
	font-size : 0.95em;
	font-weight : bold;
	background-color : #9ad3cb;
}


a {
	text-decoration : underline;
	color: #233475;
}

a:hover {
	text-decoration : none;
	color: #233475;
}

input.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	width : 300px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	height : 200px;
	width : 300px;
}

img {
	border : 0px;
}

div#printhead {
	display : none;
}

div#btnprintview {
	font-size : 10px;
	text-align:right;
	position : absolute; 
	right : 0px;
	top : 0px;
}

div#bottom {
	font-size : 10px;
	margin-top : 50px;
	width : 580px;
	position : relative;
	top : 30px;
	border-top : 1px solid #9ad3cb;
	clear : left;
	clear : right;
}

div#btnnormalview {
	display : none;	
}




/* text */

span.title {
	font-size : 15px;
	color : #233475;
}

span.subtitle {
	font-size : 12px;
	color : #233475;
	font-weight : bold;
}

span.largefont {
	font-size : 14px;
}

div.devider_style {
	margin-top : 10px;
	margin-bottom : -10px;
	color : Darkblue;
	height : 12px;
	background-image : url(gfx/line.gif);
	width : 540px;
	clear:both;
}

div.devider {
	margin-top : 10px;
	margin-bottom : -10px;
	height : 0px;
	border-top : 2px solid #9ad3cb;
	width : 540px;
	clear:both;
}


/* FORUM */

div.forum_folder {
	width : 350px;
	min-height : 50px;
	margin-left : 80px;
	margin-bottom : 15px;
	border-left : 4px solid #00498b;
	padding : 10px;
	padding-left : 25px;
	padding-right : 25px;
	overflow : hidden;
	cursor:pointer;
	background-color:#9ad3cb;
}

span.forum_folder_title {
	font-weight : bold;
	font-size : 1.2em;
}

span.forum_folder_description {
	font-size : 0.9em;
	line-height : 120%;
}

div.forum_thread {
	margin-top : 5px;
	margin-bottom : 8px;
}

span.forum_thread_infos {
	font-size : 0.9em;
	color : Gray;
	line-height : 120%;
	margin-left : 13px;
}

div.forum_actionlinks {
	padding : 5px;
	text-align : right;
	width : 200px;
	margin-top : -20px;
	float : right;
	clear : right;
}

div.forum_post {
	margin-bottom : 20px;
}

span.forum_post_authordate {
	font-weight : bold;
	font-size : 1.15em;
	color : Gray;
}

div.forum_post_text {
	border-left : 3px double Silver;
	padding-left : 5px;
	margin-top : 5px;
}

input.forum_textfiled {
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	width : 400px;
	margin-bottom : 5px;
}

textarea.forum_textarea {
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	width : 400px;
	height : 200px;
	margin-bottom : 5px;
}

span.forum_errormsg {
	font-weight : bold;
	font-size : 1.15em;
	color : Darkred;
}
