/* BBS CSS  */
BODY {	
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; /* Opera fix */
	background-color: #f5f8fa;
}

a:link {
  text-decoration: none;
  color: #000000;
  }

a:visited {
  text-decoration: none;
  color: #000000;
  }

a:focus {
  text-decoration: none;
  color: #000000;
  }

a:hover {
  text-decoration: underline;
  color: #000000;
  }

a:active {
  text-decoration: underline;
  color: #333333;
  }


/* GENERAL fonts */
P, OL, UL, DIV, BODY, TABLE {
	font-family: arial, verdana;
	font-size: 14px;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Verdana;
	}
	
H1 { font-size: 16px; font-weight: bold;}
H2 { font-size: 15px; font-weight: bold;}
H3 { font-size: 14px; font-weight: bold;}
H4 { font-size: 12px; font-weight: normal;}
H5 { font-size: 11px; font-weight: normal;}
H6 { font-size: 10px; font-weight: normal;}

P {margin: 0px 0px 5px 0px;}

.contenttable {
background-color:#DBE2E9;
}

/* Forms */
label, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 100px; /* Breite.*/
}

label {
  clear:both;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

/* Banner table */
#banner {
	padding: 0;
	background-color: #477BAF;
}

TD#banner_adresse {
	border-right: solid 1px #807866;
	width: 250px;
	color:#FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}

TD#banner_adresse {
	height: 92px;
	font-size: 12px;
	text-align: right;
	line-height: 17pt;
	color:#FFFFFF;
}

TD#menu_banner {
	height: 16px;
	text-align: center;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menu_banner_div {
	float: right;
	background-color: #9bb8d6;
	border-left: solid 1px #807866;
	border-top: solid 1px #807866;
	border-right: solid 1px #807866;
	height: 17px;
	text-align: center;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Content */
#main {
}
TD#menu_wrap {
	vertical-align: top;
	width: 207px;
	padding: 0px 0px 0px 0px;
	background-color: #9bb8d6;
	border-bottom: solid 1px #807866;
}

TD#swaptd {
	vertical-align: top;
	height: 166px;
	max-height: 166px;
}


#swap {
	width: 207px;
	height: 166px;
	position: relative;
}

#swap-overlay {
	position: absolute;
	background: url(../bilder/swap-png.png) no-repeat;
	width: 207px;
	height: 166px;
	z-index: 13;
	left: 0;
	top: 0;
}

* html #swap-overlay {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/swap-png.png', sizingMethod='scale');
background:none;
}

.sbg {
	background-image: url(../bilder/swap/01.jpg)
}

TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top; 
	border-bottom: solid 1px #807866;
	border-left: solid 1px #807866;
	border-right: solid 1px #999999;
	border-top: solid 1px #807866;
}

TD#content A {
	color: #DA1A0B;
}

/* Menu links column */
TD#menu_li {	
	vertical-align: top; 
	width: 207px;
	padding: 0px 0px 0px 0px;
}
TD#menu_li DIV {
	width: 194px;

}
TD#menu_li DIV A {
	color: #231000;
	text-decoration: none;
}
TD#menu_li DIV A:hover {
	text-decoration:underline;
}

/*  Menu links, level 1, normal state (NO) */
TD#menu_li DIV.menu1-level1-no {
  	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 8px;
	background:url(../bilder/trenn1.gif) no-repeat bottom center;
}

/*  Menu links, level 1, active state (ACT) */
TD#menu_li DIV.menu1-level1-act {
  	font-weight: bold;
  	font-size: 14px;
  	padding-top: 5px;
  	padding-bottom: 3px;
  	padding-left: 5px;
  	padding-right: 8px;
  	background:url(../bilder/trenn1.gif) no-repeat bottom center;
}

/*  Menu links, level 2, normal state (NO) */
TD#menu_li DIV.menu1-level2-no {
  	font-size: 11px;
  	padding-left: 10px;
  	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
  	background:url(../bilder/trenn2.gif) no-repeat bottom center;
  	background-color: #e1e7ed;
}
/*  Menu links, level 2, active state (ACT) */
TD#menu_li DIV.menu1-level2-act {
  	font-size: 11px;
  	font-weight: bold;
  	padding-left:10px;
  	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
    background:url(../bilder/trenn2.gif) no-repeat bottom center;
  	background-color: #e1e7ed;
}

/*  Menu links, level 3, normal state (NO) */
TD#menu_li DIV.menu1-level3-no {
  	font-size: 11px;
  	padding-left: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
    background:url(../bilder/trenn2.gif) no-repeat bottom center;
  	background-color: #f5f8fa;
}
/*  Menu links, level 3, active state (ACT) */
TD#menu_li DIV.menu1-level3-act {
  	font-size: 11px;
	color: #FF0000;
  	font-weight: bold;
  	padding-left: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
   	background:url(../bilder/trenn2.gif) no-repeat bottom center;
  	background-color: #f5f8fa;
}


/*  Menu rechts column */
TD#menu_re {
	vertical-align: top;
	width: 197px;
  	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #807866;
	border-right: solid 1px #807866;
	border-top: solid 1px #807866;
	background:url(../bilder/bbs_r9_c5.jpg) no-repeat bottom center;
	background-color: #9bb8d6;
}

/*  Menu rechts Formatierungen */
TD#re_suche {
	vertical-align: top;
	width: 197px;
}

TD#re_news, TD#re_links, TD#re_inhalte {
	vertical-align: top;
	width: 197px;
	text-align: left;
	padding: 10px 5px 5px 5px;
	background:url(../bilder/trenn1.gif) no-repeat bottom center;
}

/* Suche */
#suche {
	background-color: #FFCD02;
	white-space: nowrap;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 197px;
	font-size: 11px;
	text-align: center;
}

/* Breadcrumb */
#breadcrumb {
	font-size: 11px;
	color: #333333;
}
.bread_akt {
	font-weight: bold;
	color: #DA1A0B;
}

/* Suche */
#search {
	padding: 10px 5px 5px 5px;
	font-weight: bold;
	text-align: justify;
	display: block;
	}

TD#links_banner {
	width: 207px;
	padding-top:13px;
}

/* Smallads */
#kesmalladsform label, #kesmalladsform select, #kesmalladsform input, #kesmalladsform textarea {
	display: block;
	width: auto;
	float: none;
	clear: both;
}

#kesmalladsform .smalladform-label {
	width: 80%;
}

#kesmalladsform .smalladform-label-check {
	float: left;
	width: 20px;
	margin: 13px 0px;
}

#kesmalladsform .smalladform-field-check {
	margin: 13px 0px;
	float: left;
	padding: 0px;
}

#kesmalladsform .smalladform-field-label {
	margin: 13px 0px 0px 0px;
	display: block;
	clear: both;
}

#kesmalladsform .smalladform-label {
	margin-top: 13px;
}

#kesmalladsform .submitclass:hover {
	background: #9BB8D6;
	cursor: pointer;
}

#kesmalladsform fieldset {
	padding: 10px;
}

/************* clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from IE-mac */

/* Login-Panel */

.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 173px;
	height: 54px;
	background: url(images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


#toppanel {
	position: absolute;
	width: 900px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 900px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 904px;
	position: absolute;
	z-index: -1;
}

div#login {
	width: 240px;
	height: 150px;
	position: absolute;
	right: 150px;
	top: 110px;
	background: #46392f;
	text-align: left;
	padding-left: 10px;
}


