<!--
html {
	background:transparent url('../images/body_bg.png') repeat-x;
	height:600px;
	background-color:#9ac6e9;
}


html .png {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', 						sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}


body{
	}


#main {
	width:966px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}


#header {
	width:966px;
	height:105px;
	position: relative;
	background:url('../images/header.jpg') repeat;
}


.logo {	
	position:absolute;
	left:12px; top:15px;
	visibility:hidden;
}


#leaderboard {
	position: relative;
	float:right;
	top: 8px;
	left: 0px;
	width: 728px;
	height: 90px;
}


#hr {
	width:966px;
	height:30px;
	position: relative;
	background:url('../images/hr.jpg') repeat-x;
}


#overlay {
	float:left;
   	width:966px;
   	height:100%;
   	background-color:#FFFFFF;
}


#container {
	width:966px;
}


#menu_login {
	float: left;
	width: 296px;
	padding-right:2px;
	background-color:#FFFFFF;
}


.menu_topic_login {
	width: 290px;
	height: 20px;
	background-image: url('../images/menu/menu_topic.gif');
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}


#menu {
	float: left;
	width: 180px;
	padding-right:2px;
	background-color:#FFFFFF;
}


.menu_topic {
	width: 170px;
	height: 20px;
	background-image: url('../images/menu/menu_topic.gif');
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}


.menu_box {
	border-left: 0px solid #A0AFC0;
	border-right: 0px solid #A0AFC0;
	width: 180px;
}


.menu_point {
	width: 180px;
	background: transparent url('../images/menu/menu_bg.gif') repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow: hidden;
	vertical-align:middle;
}


.menu_point a {
	display:block;
	padding-left: 10px;
	width: 170px;
}


.menu_link a:hover {
	color: #0000FF;
	text-decoration:none;
}


.menu_point a img {
	vertical-align:middle;
	padding-right:0px;
}


.menu_point a.menu_link:link, a.menu_link:visited {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	height:25px;
	line-height:25px;
}


.menu_point a.menu_link:hover,.menu_point a.menu_link:active ,.active {
	font-family: Verdana, sans-serif;
	background: transparent url('../images/menu/menu_bg_act.gif');
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}


a.menu_link:hover, a.menu_link:active {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
}


.menu_shadow {
	width: 180px;
	height: 19px;
	background-image: url('../images/menu/menu_shadow.gif');
	margin-bottom:0px;
}


#menusky {

}


#menusky_mini{
	position: static;
	bottom: 0px;
	width:180px;
	height:150px;
}


.content {
	float: left;
	width: 660px;
	min-height: 575px;
	margin-top: 0px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
}


.box {
	position: static;
	bottoms: 0px;
	float: right;
	width: 300px;
	height: 250px;
	background-color:#FFFFFF;	
}


.sky {
	position: relative;
	margin-right: 0px;
	vertical-align: top;
	float: right;
	width: 120px;
	height:600px;
	background-color:#FFF;	
}


FORM {
	display: inline;
}


.loadingPage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
	display: block;
}


.mainTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-spacing: 0px;
}


.dragColumn {
	cursor: e-resize;
	width: 4px;
	height: 100%;
	display: inline;
	float: left;
	border: none;
}


.dragRow {
	cursor: n-resize;
	width: 10px;
	height: 4px;
	display: block;
	float: right;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}


.toolBar {
	width: 100%;
	display: block;
	height: 65px;
	border-bottom: 1px solid #9A9A9A;
	background-image: url(../images/toolbar/background.gif);
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.toolBarButton {
	height: 23px;
	background-image: url(../images/toolbar/group_bg.gif);
}


.statusBar {
	width: 100%;
	display: block;
	height: 20px;
}


a {
	text-decoration: none;
	color: #1C62F4;
}


a:hover {
	text-decoration: underline;
}


.errorText {
	font-weight: bold;
	color: #FF3333;
}


.login_left {
	width:348px;
	float:left;
	margin-right:2px;
	margin-left: 2px;
	margin-top: 2px;
}


.angebot_titel {
color:#3198E6;
font-family:'Trebuchet MS';
font-size:24px;
font-weight:bold;
}


.login_left_angebot1 {
	height: 184px;
	padding-left:4px;
	margin-bottom:4px;
	border: solid 1px #dedfdf;
	background : url(../images/angebot_1.jpg);
	background-position:bottom;
	background-repeat:no-repeat
}


.login_left_angebot2 {	
	height: 184px;
	padding-left:4px;
	margin-bottom:4px;
	border: solid 1px #dedfdf;
	background : url(../images/angebot_2.jpg);
	background-position:bottom;
	background-repeat:no-repeat
}


.login_left_angebot3 {
	height: 199px;
	padding-left:4px;
	margin-bottom:4px;
	border: solid 1px #dedfdf;
	background : url(../images/angebot_3.jpg);
	background-position:bottom;
	background-repeat:no-repeat
}


.login_left_mobile {
	height: 50px;
	border: solid 1px #dedfdf;
}


.login_right {
	width:300px;
	min-height: 575px;
	float:right;
	border-left: solid 1px #CCCCCC;
}


.notmembertxt,.mobileaccess {
	padding-left:10px;
	margin-top:4px;
	margin-bottom:4px;
}


INPUT {
	border: 1px inset #666666;
	font-family: tahoma, helvetica, arial;
	font-size: 12px;
	height: 18px;
}


#email_local {
	float:left;
	border: 1px inset #666666;
	background:url('../images/user.png') 3px  no-repeat;
	font-family: tahoma, helvetica, arial;
	font-size: 12px;
	height: 17px;
	width: 138px;
	padding-left: 24px;
	padding-top: 4px;
	background-color:#FFFFFF;
}


#email_local_pw{
	float:left;
	border: 1px inset #666666;
	background:url('../images/user.png') 3px  no-repeat;
	font-family: tahoma, helvetica, arial;
	font-size: 12px;
	height: 17px;
	width: 138px;
	padding-left: 24px;
	padding-top: 4px;
	background-color:#FFFFFF;
}


#password {
	float:left;
	border: 1px inset #666666;
	background:url('../images/schloss.png') 3px  no-repeat;
	font-family: tahoma, helvetica, arial;
	font-size: 12px;
	height: 14px;
	width: 138px;
	padding-left: 24px;
	padding-top: 7px;
	background-color:#FFFFFF;
}


.dropdiv {
	float:right;
	padding-top: -3px;
	padding-left: 5px;


}

/** #savelogin
{
	
  border: 1px solid #000000;

} **/




#save {
	float:right;
	font-family: tahoma, helvetica, arial;
	font-size: 14px;
	height: 24px;
	width: 120px;
	padding-left: 0px;
	padding-top: 0px;
}


.speichern {
	padding-top: -3px;
	padding-left: 5px;
}


select {
	border: 1px inset #666666;
	font-family: tahoma, helvetica, arial;
	font-size: 14px;
	height: 24px;
	width: 120px;
	background-color:#FFFFFF;
}


.file {
	border: 1px inset #666666;
	font-family: tahoma, helvetica, arial;
	font-size: 12px;
	height: 18px;
}


.invalidField {
	background-color: #FF9999;
}


INPUT:focus {
	background-color: #EFEFEF;
	border: 1px inset #1C62F4;
}


.nliDiv {
	/*background-image: url(../images/main/bg.png);
	background-repeat: repeat-x;*/
	background-color: #ecf1f7;
	width: 650px;
	text-align: left;
}


.nliTitle {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	float: right;
	top: -80px;
	left: -40px;
}


.nliTable {
	width: 100%;
	vertical-align: top;
	background-color: #ecf1f7;
	float: right;
}


.nliIconTD {
	width: 35px;
	text-align: right;
	vertical-align: top;
	padding-right: 0px;
}


.nliTD {
	text-align: left;
	vertical-align: top;
	padding-right: 0px;
}


TD,DIV,P,BODY {
	font-family: tahoma, helvetica, arial;
	font-size: 12px;
	color: #333333;
}


H3 {
	border-bottom: 1px solid #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}


.formCaption {
	width: 110px;
	text-align: right;
	padding-right: 8px;
}


.formField {
	text-align: left;
}


.faqQuestion {
	width: 100%;
	border: 1px solid #666666;
	height: 20px;
	line-height: 19px;
	cursor: pointer;
	background-color: #E6ECEA;
}


.faqAnswer {
	width: 100%;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
}


.noJSWarning {
	border: 1px solid #990000;
	background-color: #FF9999;
	text-align:center;
	width: 650px;
	padding: 5px;
}


.formStatus {
	padding-left: 8px;
}


.passwordSecurity {
	border: 1px inset #666666;
	height: 18px;
	width: 180px;
	background-color: #EFEFEF;
}


.secureBar {
	height: 100%;
}


.maintenanceBox {
	border: 1px solid #DDDDDD;
	background-color: #FFFFCC;
	padding: 5px;
	text-align: center;
	width: 400px;
}


.maintenanceBox H2 {
	margin-top: 5px;
	margin-bottom: 5px;
}


#footerText {
	float: left;
	position: relative;
	text-align:right;
	background-color:#FFFFFF;
}


.footerText {
	float: left;
	width:844px;
	height:23px;
	padding-top:5px;
	text-align: right;
	background-color:#FFFFFF;
}

//-->