html{
	font-family : Arial, Verdana, Helvetica,  Geneva, sans-serif;
	border : 0;
	height: 100%;
}

body{
	font-family:  Arial, Verdana, Helvetica,  Geneva,sans-serif;
	font-size: 13px;
	border: 0;
	background-color: #FFFFFF;
	color: #666666;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: scroll;
	background: #ffffff  url(layout/bg-gesamt.jpg) repeat-x;
}

h1{
	font-size : 20px;
	padding:0px 0px 19px 0px;
	margin:0px 0px 0px 0px;
	color: #296bb1;
}

h2{
	font-size : 14px;
	padding:0px 0px 1px 0px;
	margin:0px 0px 0px 0px;
	color: #296bb1;
}

h3{
	font-size : 15px;
	color: #296bb1;
	font-weight: normal;
	font-style:italic;
	padding:0px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}

h4{
	font-size : 11px;
	color: #296bb1;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

h5{
	font-size : 11px;
	color: #296bb1;
	font-weight: normal;
	font-style:italic;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

h6{
	font-size : 11px;
	color: #296bb1;
	font-weight: normal;
	text-decoration: underline;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a{
	color: #296bb1;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin:0px;
	padding:0px;
}

img{
	border: 0px;
}

#nonFooter{
	position: relative;
	min-height: 100%;
}

* html #nonFooter{
	height: 100%;
}

#box_gesamt{
	width:1078px;
	margin-left:auto;
	margin-right:auto;
}

#abstand1{
	margin-left: 57px;
}

#headerbox{
	height:168px;
}

#logo{
	background-image:url(layout/bg-logo.jpg);
	background-repeat: no-repeat;
	height: 168px;
	width: 202px;
	float: left;
}

#logo div{
	padding: 4px 24px 27px 25px;
}

#header{
	background-image:url(layout/bg-header.jpg);
	background-repeat: no-repeat;
	height: 168px;
	width: 819px;
	float: left;
}

#mitgliederlogin{
	padding-left:393px;
	font-size: 10px;
	color: #296bb1;
}

#mitgliederlogin span{
	text-transform: uppercase;
}

#mitgliederlogininput1{
	width:105px;
	height:16px;
	border: 1px solid #89abcf;
	color: #296bb1;
	font-size: 10px;
	padding:0px;
	margin:0px;
}

#mitgliederlogininput2{
	width:105px;
	height:16px;
	border-top: 1px solid #89abcf;
	border-left: 1px solid #89abcf;
	border-bottom: 1px solid #89abcf;
	border-right: 0px;
	color: #296bb1;
	font-size: 10px;
	padding:0px;
	margin:0px;
}

#clubfinder{
	padding-top: 22px;
	padding-left: 586px;
}

.killfloat{
	clear:both;
	height:0px;
	width:0px;
	overflow:hidden;
}

#abstand2{
	padding-left:1px;
	padding-right: 46px;
}

#band{
	height: 23px;
	padding-right: 19px;
}

#such-box{
	height: 23px;
	width: 200px;
	background-image: url(layout/suche-hg.gif);
	float: left;
}

#such-feld{
	width:158px;
	height:20px;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-right: 0px;
	color: #cacaca;
	font-size: 10px;
	padding:0px;
	margin:0px;
}

#band_links{
	float: right;
	padding-top:7px;
	text-transform: uppercase;
	color: #cbcbcb;
	font-size: 11px;
}

#band_links a{
	color: #6a6a6a;
	text-decoration: none;
}

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

#menubox{
	width: 200px;
	float: left;
	padding-top:10px;
	background-image: url(layout/menu_bg.gif);
	margin-bottom: 40px;
}

/*
Menu
*/

div.menu{
	width:200px;
	background-color:#828282;
}
.menu img{
	border:0;
	float:left;
	margin-top:8px;
}
.menu ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.menu ul li{	
	border:0;
	border-top:1px solid #f2e2bc;
	
}
.menu ul li a{
	font-size:14px;
	vertical-align:middle;
	line-height:35px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#5d5d5d;
	background-image:url(layout/menu1_bg_inactive.jpg);
	text-transform: uppercase;
}

* html .menu ul li a{
	height: 35px;
}
.menu ul li a:hover{
	font-weight:nomal;
	text-decoration:none;
	color:#ffffff;
	background-color:#c9af72;
	background-image:none;
}
.menu ul li.current a{
	background-color:#c9af72;
	color:#FFFFFF;
	background-image:none;
}


/*
Submenu	
*/
.submenu ul{
	border:0;
}
.submenu ul li{
	border:0;
	border-top:1px solid #f2e2bc;
	border-left:1px solid #f7edd5;
	border-right:1px solid #f7edd5;
}
.submenu ul li a{
	background-color:#FFFFFF;	
	line-height:18px;
	font-size:12px;
	color:#c9af72;
	padding-left:33px;
	background-image:none;
}
.submenu ul li a:hover{
	color:#c9af72;
	background-color:#fbf7ec;
	font-weight:normal;
}
.submenu ul li.current_sub a{
	font-weight:bold;
	line-height:18px;
	color:#c9af72;
	background-color:#fbf7ec;

}

* html .submenu ul li a, * html .submenu ul li.current_sub a{
	height: 18px;
}


/*
Submenu2/3/4	
*/
.submenu2 ul, .submenu3 ul, .submenu4 ul{
	border-top:1px dotted #ffffff;
}
.submenu2 ul li, .submenu3 ul li, .submenu4 ul li{
	border:0;
	border-top:1px solid #f2e2bc;
	border-left:1px solid #f7edd5;
	border-right:1px solid #f7edd5;
}

.submenu2 ul li a, .submenu3 ul li a, .submenu4 ul li a{
	background-color:#FFFFFF;	
	line-height:18px;
	font-size:12px;
	color:#c9af72;
	background-image:none;
}

* html .submenu2 ul li a, * html .submenu3 ul li a, * html .submenu4 ul li a{
	height:18px;
}

.submenu2 ul li a{
	padding-left:43px;
}

.submenu3 ul li a{
	padding-left:53px;
}

.submenu4 ul li a{
	padding-left:63px;
}

.submenu2 ul li a:hover, .submenu3 ul li a:hover, .submenu4 ul li a:hover{
	color:#c9af72;
	background-color:#fbf7ec;
	font-weight:normal;
}

#menu_verlauf{
	background-image:url(layout/menu-verlauf.jpg);
	text-align:center;
	margin-top: 6px;
	
}

#contentbox{
	width:745px;
	float: left;
	background-color: #FFFFFF;
}

#contenbox_abstand{
	padding: 37px 30px 10px 30px;
}

.mininews{
	background-image: url(layout/bg-mininews.jpg);
	background-repeat: no-repeat;
	width: 340px;
}

.mininews-abstand{
	padding: 10px 14px 0px 5px;
}

.mininews-abstand div{
	padding: 0px 23px 0px 18px;
}

.mininews-abstand div div{
	padding: 0px 0px 0px 0px;
}

.mininews-abstand hr{
	border: 0px;
	height: 1px;
	background-color: #e0e0e0;
}

.datum_hg{
	background-image: url(layout/datum-hg.png);
	background-repeat: no-repeat;
	width: 50px;
	height:50px; 
	float: left;
	line-height: 18px;
}

.newsletter_step1_1{
	background-image : url(../boersen/bilder/1_active_18x32.gif);
	width : 18px;
	height : 32px;
}

.newsletter_step2_1, .newsletter_step3_1{
	background-image : url(../boersen/bilder/1_disabled_18x32.gif);
	width : 18px;
	height : 32px;
}

.newsletter_step1_2, .newsletter_step2_4, .newsletter_step3_6{
	background-color:#DFDFDF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:14px;
	padding-left:5px;
	font-size:9px;
	color:#424242;
	width:107px;
	height : 32px;
	font-weight : bold;
}

.newsletter_step1_3{
	background-image : url(../boersen/bilder/2_1_active_32x32.gif);
	width : 32px;
	height : 32px;
}

.newsletter_step2_3{
	background-image : url(../boersen/bilder/2_2_active_32x32.gif);
	width : 32px;
	height : 32px;
}

.newsletter_step3_3{
	background-image : url(../boersen/bilder/2_disabled_32x32.gif);
	width : 32px;
	height : 32px;
}

.newsletter_step1_4, .newsletter_step1_6, .newsletter_step2_2, .newsletter_step2_6, .newsletter_step3_4, .newsletter_step3_2{
	background-color:#B5B5B5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:14px;
	padding-left:5px;
	font-size:9px;
	color:#424242;
	width:107px;
	height : 32px;
	font-weight : bold;
}

.newsletter_step1_5{
	background-image : url(../boersen/bilder/3_disabled_32x32.gif);
	width : 32px;
	height : 32px;
}

.newsletter_step2_5{
	background-image : url(../boersen/bilder/3_2_active_32x32.gif);
	width : 32px;
	height : 32px;
}

.newsletter_step3_5{
	background-image : url(../boersen/bilder/3_3_active_32x32.gif);
	width : 32px;
	height : 32px;
}

.newsletter_step1_7, .newsletter_step2_7{
	background-image : url(../boersen/bilder/4_disabled_10x32.gif);
	width : 10px;
	height : 32px;
}

.newsletter_step3_7{
	background-image : url(../boersen/bilder/4_active_10x32.gif);
	width : 10px;
	height : 32px;
}

.newsletter_rot{
	color : #FF0000;
}

.newsletter_gruen{
	color : #008000;
}

.newsletter_rahmen{
	border : 1px solid #efefef;
	padding : 5px 5px 5px 5px;
	margin : 0px 0px 0px 0px;
	width : 445px;
}

.newsletter-table{
	width : 435px;
	border-spacing : 0px;
}

.newsletter-head{
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #d7d7d7;
	padding : 4px 4px 4px 4px;
}

.newsletter-td{
	padding : 4px 4px 4px 4px;
}

.newsletter-th{
	padding : 4px 4px 4px 4px;
	background-color : #efefef;
	text-align : left;
	width : 164px;
}

#newsletter-text1, #newsletter-text2, #newsletter-text3, #newsletter-text4, #newsletter-text5, #newsletter-text6, #newsletter-text7, #newsletter-text8, #newsletter-text9, #newsletter-text11{
	display: none;
} 

#Footer{
	position: relative;
	margin-top: -33px;
	height: 33px;
	background-image:url(layout/footer.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#Footer div{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	height: 30px;
}

#Footer a{
	color: #666666;
}

#Footer a{
	color: #666666;
	text-decoration: underline;
}