body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(img/bg_body.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}

input, textarea, select {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

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

img.left {
	float: left;
	margin: 4px 20px 0 0;
	padding:0 4px 4px 0;
	background:url(img/img_frame.gif) bottom right no-repeat;
}

img.corner {
	padding:0 4px 4px 0;
	background:url(img/img_frame.gif) bottom right no-repeat;
}

img.leftnoframe {
	float: left;
	margin: 4px 20px 0 0;
	padding:0 4px 4px 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	/*display: none;*/
}

/* Header */

#header {
	width: 980px;
	margin: 0 auto;
	height: 150px;
	background: url(img/bg_header.jpg) no-repeat center top;
	text-transform: lowercase;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 0px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 0px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(img/bg_button_0.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	background: #26BADF url(img/bg_button_1.gif) no-repeat;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	background: #1EB5DD url(img/bg_mainbox_top_600.gif) no-repeat;
	color: #0A416B;
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .entry .regtable{
	margin:10px 0 0 0;
}

.post .entry .regtable .regrowleft{
	float:left;
	width:200px;
	margin:0 20px 0 10px;
}

.post .entry .regtable .regrowright{
	float: left;
	width: 200px;
}

.post .entry .regtable .regrowright1{
	float: left;
	width: 310px;
}

.post .entry .regtable .regrowright2{
	float: left;
	width: 30px;
}

.post .entry .mailbutton{
	border-bottom:1px solid #fff;
	width:540px;
	padding:0 0 10px 0;
	margin-top:0;
}

.post .entry .mailbutton .row{
	float:left;
	margin-right:10px;
	text-align:center;
	/*margin-top:45px;*/
}

.post .entry .mailheader{
	background-color:#0567b3;
	border:1px solid #fff;
}

.post .entry .block{
	text-align:justify;
}

.post .entry .blocksmall{
	text-align:justify;
	margin:5px 0 5px 0;
}

.post .links {
	margin: 0;
	padding: 0px 30px 35px 30px;
	background: url(img/bg_mainbox_bottom.gif) repeat-x left bottom;
	border-top: 0px solid #2872A6;
}

.post .links a {
	padding-left: 10px;
	background: url(img/arrow_right.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}

.error_neg{
	color:#CC0033;
}

.error_pos{
color:#006600;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 165px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(img/arrow_right.gif) no-repeat 0 12px;
	border-bottom: 1px solid #2872A6;
}

.sidebar li li.online {
	padding: 2px 0 2px 0px;
	background: none;
	border-bottom-width:0px;
}

div.online{
	height:150px; 
	overflow:auto;
	padding:0px;
	margin:0px;
}

p.onlineButton{
	margin-bottom: 5px;
	line-height: normal;
}

div.onlineButton{
	margin-bottom: 5px;
	line-height: normal;
}

img.onlineIcon{
	margin-right: 4px;
	margin-bottom: 6px;
	float: left;
	cursor:pointer;
}

img.onlineIconLast{
	float: left;
	cursor:pointer;
	margin-bottom: 6px;
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar li li a:hover {
	color: #FFFFFF;
}

.sidebar li h2 {
	padding-top: 20px;
	padding-bottom:4px;
	color: #FFFFFF;
	border:1px solid #fff;
	border-width:0 0 1px 0;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Calendar */

#calendar_wrap {
	padding-left: 10px;
}

#calendar_wrap table {
	width: 180px;
	text-align: center;
	border-collapse: collapse;
}

#calendar_wrap tfoot {
	font-weight: bold;
}

#calendar_wrap tfoot a {
	text-decoration: none;
}

#calendar_wrap #prev {
	text-align: left;
}

#calendar_wrap #next {
	text-align: right;
}

#calendar_wrap tbody {
	border-bottom: 1px solid #2872A6;
	border-right: 1px solid #2872A6;
}

#calendar_wrap tbody td {
	padding: 3px 0;
	border-top: 1px solid #2872A6;
	border-left: 1px solid #2872A6;
}

#calendar_wrap tbody td a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0 20px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
	padding:0;
	margin:0;
}

#footer a {
	color: #0F5B96;
}

#footer span{
	margin:0 10px 0 10px;
}

/* Accordion */

.toggler {
	/*color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;*/
	cursor: pointer;
	margin-bottom: 10px;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

/* Menu */

#multi-level {height:65px; position:relative; top:60px; z-index:100;float: right;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative; margin-right:2px;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:65px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:120px; background:url(img/bg_menu_home_1.gif) no-repeat;;}
.menu li.p2 {width:120px; background:url(img/bg_menu_register_1.gif) no-repeat;;}
.menu li.p3 {width:120px; background:url(img/bg_menu_account_1.gif) no-repeat;;}
.menu li.p4 {width:120px; background:url(img/bg_menu_community_1.gif) no-repeat;;}
.menu li.p5 {width:120px; background:url(img/bg_menu_hilfe_1.gif) no-repeat;;}
.menu li.p6 {width:120px; background:url(img/bg_menu_suche_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:120px; background:url(img/bg_menu_home_0.gif) no-repeat;}
.menu li a#register {width:120px; background:url(img/bg_menu_register_0.gif) no-repeat;}
.menu li a#account {width:120px; background:url(img/bg_menu_account_0.gif) no-repeat;}
.menu li a#community {width:120px; background:url(img/bg_menu_community_0.gif) no-repeat;}
.menu li a#hilfe {width:120px; background:url(img/bg_menu_hilfe_0.gif) no-repeat;}
.menu li a#suche {width:120px; background:url(img/bg_menu_suche_0.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#register:hover, .menu li:hover a#register,
.menu li a#account:hover, .menu li:hover a#account,
.menu li a#community:hover, .menu li:hover a#community,
.menu li a#csuhe:hover, .menu li:hover a#suche,
.menu li a#hilfe:hover, .menu li:hover a#hilfe {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:40px; background: #0692cb; padding:3px 0; border:1px solid #08304f; white-space:nowrap; width:119px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:115px;}
.menu :hover ul.sub li a {display:block; font-size:12px; height:20px; width:112px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:3px solid #0692cb; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#0692cb url(img/arrow.gif) 107px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#0692cb; color:#000;}
.menu :hover ul.sub li a.fly:hover {background:#0692cb url(img/arrow_over.gif) 107px 7px no-repeat; color:#000;}
.menu :hover ul li:hover > a.fly {background:#0692cb url(img/arrow_over.gif) 107px 7px no-repeat; color:#000;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:117px; top:-4px; background: #0692cb; padding:3px 0; border:1px solid #08304f; white-space:nowrap; width:119px; z-index:200; height:auto; z-index:300;}

/* Tool Tipp */

a, .tipp {
position: relative;
}

a span, .tipp span {
display: none;
font: .8em  arial,helvetica,sans-serif;
color: #ffffff;
}
 
a:hover, .tipp:hover {
background-color: transparent;
}

 
a:hover span, .tipp:hover span {
width: 172px;
position: absolute;
top: 0px;
left: 40px;
display: block;
background:#23528a;/* url(img/bubble.png) top left no-repeat;*/

text-decoration: none;
padding: 3px;

opacity: .9;
filter: alpha(opacity=90);

z-index:999;
}

/*********** MooTabs **********/
.mootabs_title {
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
height: 24px;

}

.mootabs_title li {
float: left;
/*background-color: #3975BD;*/
background:url(img/bg_tab_profil60.gif) no-repeat left bottom;
padding: 5px 0px 0px 0px;
margin-right: 3px;
cursor: pointer;
color: #000;
font-family: "Trebuchet MS";
font-size: 12px;
font-weight:bold;
height: 24px;
line-height: 24px;
width:86px;
text-align:center;
letter-spacing:.025em;
}

.mootabs_title li.active {
/*background-color: #49A8EC;*/
background:url(img/bg_tab_profil61.gif) no-repeat left bottom;
}

.mootabs_panel {
display: none;
position: relative;
width: 530px;
/*height:auto;*/
top: -1px;
font-family: "Trebuchet MS";
clear: both;
color: #000;
z-index:1;
/*overflow:auto;*/
padding: 25px 0 0 0;
text-align:left;
border:1px solid #08304f;
border-width:0px 0px 0px 0px;
margin-left:1px;
}

.mootabs_panel.active {
/*background-color: #ffffff;*/
display: block;
text-align:justify;
}

.mootabs_title li.over {
font-weight: bold;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index:1000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	z-index: 1000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* reg form*/
form.reg, br {
	clear: left;
	margin: 0;
	padding: 0;
}

label.reg, input.reg {
	width: 140px;
	float: left;
	font: 13px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 4px;
	padding: 2px;
}

label.geg {
	font: 14px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background: #eeeeee;*/
}

input.reg  {
	/*width: 140px;*/
	padding: 2px;
	border: 1px solid #aaa;
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

.expl {
	color: #888;
	font: 10px normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}


.kat_info{
	list-style: none;
	padding: 0pt 0pt 1em; }

.kat_info li{
	float: left;
	width: 25%; }
