/*@CHARSET "ISO-8859-1";*/
.ui-tabs .ui-tabs-hide {
     display: none;
}
html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin:0;
	padding:0;	
	text-align:center;
	color:#313131;
}

img{
	border: none;
}

.clearer{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
}

/***************************** HEADER *********************************/
div#header{
	height: 128px;
	width:100%;
	background-image:url(../img/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:auto;
}
div#header_top{ 
	width:850px; 
	margin:auto;
xxborder:1px solid #fff;
}
div#header_image{
	width:270px;
	height:55px;
	float:left;
	margin-top:19px;
}

/****** service Navi ***********/
div#service_navi { /*width:570px;*/ padding-top:11px; font-family: Trebuchet MS, Arial;}

div#service_navi ul {
	list-style:none;
	margin:0;
	padding-left:0;
	color:#ffffff;
	float:right;
}

div#service_navi ul li{float:left;padding-left:10px; margin:0;}

div#service_navi ul li a{
	color:#ffffff;
	text-decoration:none;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
}
div#service_navi ul li a:hover,div#service_navi ul li a:active,div#service_navi ul li a:focus{
	color:#ffffff;
	text-decoration:underline;
}

/*ACT*/
div#service_navi ul li a.ACT{
	color:#ffffff; 
	background-image:url(../img/servicenavi_middle.gif);
	background-position: center 0px;
	background-repeat: repeat-x;
	/*padding-top:2px;
	padding-bottom:2px;*/
	height:19px;
	float:left;
}
div#service_navi ul li div.ACT_left{ 
	background-image:url(../img/servicenavi_left.gif); 
	background-position:left; 
	background-repeat: no-repeat;
	width:4px;
	padding-top:2px;
	padding-bottom:1px;
	height:19px;
	float:left;
}
div#service_navi ul li div.ACT_right{ 
	background-image:url(../img/servicenavi_right.gif); 
	background-position:left; 
	background-repeat: no-repeat;
	width:4px;
	padding-top:2px;
	padding-bottom:1px;
	height:19px;
	float:left;
}
div#service_navi ul li a.ACT:hover{ text-decoration:none;}
/****** service Navi ***********/

/****** main Navi ***********/
div#main_navi{ 
	font-family: Trebuchet MS, Arial;
	width:850px; 
	margin:auto;
	margin-top:23px;
}
div#main_navi ul{
	list-style:none;
	margin:0;
	padding-left:0;
	color:#ba95d6;
}

div#main_navi ul li{float:left;}

/*default*/
div#main_navi ul li a{
	color:#ba95d6;
	text-decoration:none;
	font-size:14px;
	background-image:url(../img/main_navi_inact.gif);
	background-position:center 4px;
	background-repeat:no-repeat;
xxheight:22px;
	width:149px;
	padding:8px 1px 5px 1px;
	display:block;

}
div#main_navi ul li a:hover, div#main_navi ul li a:active, div#main_navi ul li a:focus{	color:#ffffff;}


/*aktiver Metamenüpunkt*/
div#main_navi ul li a.ACT{
	color:#4c0f7b;
	background-image:url(../img/main_navi_act.gif);
	background-position:center top;
	background-repeat:no-repeat;
xxheight:22px;
	padding:8px 1px 6px 1px;
}

div#main_navi ul li a.ACT:hover,div#main_navi ul li a.ACT:active,div#main_navi ul li a.ACT:focus{ color:#4c0f7b;}
/****** main Navi ***********/

/***************************** HEADER *********************************/





/***************************** CONTENT *********************************/
div#content{
	margin:auto;
	width:850px;
	text-align:left;
	padding:30px 0 40px 0;
	line-height:16px;
}

div#content h1 {
	color:#4C0F7B;
	font-family: Trebuchet MS, Arial;
	font-size:22px;
	line-height:24px;
	margin-top:0;
}

div#content h2 {
	color:#4C0F7B;
	font-family: Trebuchet MS, Arial;
	font-size:18px;
	line-height:20px;
	margin-top:0;
}

div#content a{
	background-image:url(../img/arrow_link.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	color:#4c0f7b;
	text-decoration:none;
	font-weight:bold;
}
div#content a.anker{ background:none;}

div#content p.important{
	font-weight: bold;
	color: #FF0000;
}

/*Login-Button*/
div#content input.submit{
	background-image:url(../img/arrow_link.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#4c0f7b;
	text-decoration:none;
	font-weight:bold;
	border:none;
	margin-top:5px;
	background-color:#e2e2e2;
	cursor:pointer;
}

div#content input.submit_pw{
	background-image:url(../img/arrow_link.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	color:#4c0f7b;
	text-decoration:none;
	font-weight:bold;
	border:none;
	margin-top:5px;
	background-color:#ffffff;
	width:155px;
	cursor:pointer;
}


div.content_left{
	width:615px;
	float:left;
}
div.content_right{
	width:210px;
	float:right;
}
div.content_left_right{
	width:850px;
	float:left;
}

.error {
	color:#ff0000;
	font-weight: bold;
}

/*AGBs*/
div#content div#agb{}
div#content div#agb ol{ 
	margin-left:10px; 
	padding-left:10px;
}
div#content div#agb ol li{ 
	font-weight:bold;
}
div#content div#agb ol li ul{ 
	margin-left:10px; 
	padding-left:10px;
	padding-bottom:10px;
}
div#content div#agb ol li ul li{ 
	font-weight:normal;
	list-style:none;
	padding-bottom:6px;
}




/************** graue Box - rechte Seite ***************/
div.grey_box{ 
	width:210px;
	margin-bottom:20px;
}
div.grey_box_top{
	background-image: url(../img/grey_box_top.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	height:6px;
	background-color:#e2e2e2;
}
div.grey_box_middle{ 
	background-color:#e2e2e2;
	padding:5px 5px 5px 10px;
}
div.grey_box_middle form{margin:0;padding:0;}
div.grey_box_middle h2{
	font-family: Trebuchet MS, Arial;
	font-size:14px;
	color:#4c0f7b;	
	margin:0;
	padding:0;
}
div.grey_box_middle p{
	margin:0;
	padding:3px 0;
}
div.grey_box_bottom{
	background-image: url(../img/grey_box_bottom.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	height:6px; 
	background-color:#e2e2e2;
}

div.grey_box_middle_split{margin:8px 0;}

div.grey_box_middle_left{
	float:left;
	width:50px;
	margin-top:3px;
}

div.grey_box_middle_right{
	float: right;
	width:140px;
	font-size:10px;
}

div.grey_box_middle input.user{
	background-image:url(../img/input_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
    width: 172px; /* 90px + 2*5px = 100px, entspricht Grafikbreite */
	height: 30px; /* entspricht Grafikhöhe */
	border: 0; /* Elementrahmen deaktivieren */
	padding: 10px 10px 0 10px; /* Innenabstand oben - rechts - unten - links */
	background-color:#E2E2E2;
xxmargin-top:4px;
	font-family:Trebuchet MS, Arial;
	font-size:14px;
	color:#aeaeae;
	margin-bottom:5px;
}

div.grey_box_middle input.password{
	background-image:url(../img/input_bg.gif);
	background-position:left;
	background-repeat: no-repeat;
    width: 172px; /* 90px + 2*5px = 100px, entspricht Grafikbreite */
	height: 30px; /* entspricht Grafikhöhe */
	border: 0; /* Elementrahmen deaktivieren */
	padding: 10px 10px 0 10px; /* Innenabstand oben - rechts - unten - links */
	background-color:#E2E2E2;
xxmargin-top:4px;
	font-family:Trebuchet MS, Arial;
	font-size:14px;
	color:#aeaeae;
}

/************** graue Box - rechte Seite ***************/

/*************** 3 Spalter Startseite ****************/
div.column3{ 
	float:left;
	width:610px;
}
div.column3_1,div.column3_2,div.column3_3{
	width:190px;
	float:left;
	padding-right:10px;
}
div.column3_3{ padding-right:0px;}

div#content div.column3 a.button_yellow{
	background-image: url(../img/button_yellow_inact.gif);
	background-position: 0 top;
	background-repeat:no-repeat;
	width:155px; /*170-paddingleft*/
	height:24px; /*30-paddingtop*/
	display:block;
	color:#786000;
	font-size:14px;	
	font-family: Trebuchet MS, Arial;
	padding-top:8px;
	padding-left:15px;
}
div#content div.column3 a.button_yellow:hover,div#content div.column3 a.button_yellow:active,div#content div.column3 a.button_yellow:focus{
	background-image: url(../img/button_yellow_act.gif);
	background-position: 0 top;
	background-repeat:no-repeat;
	color:#574500;
}
/*************** 3 Spalter Startseite ****************/



/**************** FORMULAR Register ****************************/
div.form{
	margin-bottom:10px;
}
div.form_left{
	float:left;
	width:150px;	
xxborder:1px solid red;
}
div.form_right{
	float:left;
	padding-left:10px;
xxborder:1px solid blue;	
}

div.form_headline{
	font-weight:bold;
	color:#4C0F7B;
	font-family:Trebuchet MS,Arial;
	font-size:16px;
	line-height:24px;
	margin-top:0;
	border-bottom:1px solid #999999;
	margin-bottom:15px;
	margin-top:30px;
}

div.form_right input, div.form_right select{
	border:1px solid #A9A9A9;
	height:20px;
	width:250px;
}

div.form_right input#basispaket,
div.form_right input#premiumpaket,
div.form_right input#agb,
div.form_right input#newsletter{
	width:13px;
	border:none;
	height:12px;
	line-height:20px;
}

div.form_right input.button_yellow{
	background-image: url(../img/button_yellow_inact.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	width:170px; /*170-paddingleft*/
	height:30px; /*30-paddingtop*/
	display:block;
	color:#786000;
	font-size:14px;	
	font-family: Trebuchet MS, Arial;
	font-weight:bold;
	padding-bottom:2px;
}
div.form_right input.button_yellow:hover{
	background-image: url(../img/button_yellow_act.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#574500;
}
div.form_right input.readonly{
	background-color:#e2e2e2;
	color:#666666;
}

div.error_msg{
xxborder:1px solid #ff0000;
	background-color:#f0d465;
	color:#ff0000;
	font-weight:bold;
	padding:10px;
	width:550px;
}

div.error_msg .line{	
	border-bottom: 1px solid #ff0000;	
	height:1px;
	margin:0;
	padding:0;
}

div.error_msg_items{
	margin-left:20px;
}
/**************** FORMULAR Register ****************************/

/*****TABS *********/
div#content ul.ui-tabs-nav li a{
	background-image:none;
}

div.bills ul{
	list-style:none;
	margin:10px 0;
	padding:0;
}
div.bills ul li{
	margin-left:10px;
	line-height:18px;
}

div.bills ul li a:hover, div.bills ul li a:focus, div.bills ul li a:focus{ text-decoration:underline}
/*****TABS *********/


/***************************** CONTENT *********************************/







/***************************** FOOTER *********************************/
div#footer{
	margin:auto;
	width:100%;
	background-color:#e2e2e2;
	margin:0;
	padding:0;
	float:left;
	font-size:12px;
}

div#footer_service{
	margin:auto;
	width:100%;
	margin:0;
	background-image:url(../img/footer_shadow.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:10px;
	color:#767676;
	padding-top:10px;
}

div#footer_service .separator {padding:0 5px;}
div#footer_service a {
	text-decoration:none;
	color:#767676;
}
div#footer_service a:hover,div#footer_service a:active,div#footer_service a:focus{ text-decoration:underline;}
div#footer_text{
	width:850px;
	text-align:left;
	margin:auto;
	padding-bottom:20px;
}

div.footer_content{
	margin:auto;
	width:850px;
	text-align:left;
	color:#313131;
}
div.footer_content h1{
	font-family: Trebuchet MS, Arial;
	font-size:24px;
	color:#4c0f7b;
	margin:0;
	padding:0;	
}
div.footer_left{
	width:425px;
	float:left;
	padding-top:40px;
	padding-bottom:30px;
}
div.footer_right{
	width:400px; 
	padding-left:25px;
	float:left;
	padding-top:40px;
	padding-bottom:30px;

}

/*Demo im Footer*/
div.demo {
	width:400px;
	margin-top:5px;
}

div.demo_bg_top{ 
	background-image:url(../img/footer_demobg_top.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	height:4px; 
	background-color:#ffffff;	 
}
div.demo_bg_middle{ 
	background-color:#FFFFFF; 
	padding:4px 10px;
	margin:0;
xxborder:1px solid red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.demo_bg_bottom{
	background-image:url(../img/footer_demobg_bottom.gif); 
	background-position:top; 
	background-repeat:no-repeat; 
	height:4px;	 
	background-color:#ffffff;
xxborder:1px solid red;
}
div.demo_middle_left{
	width:150px; 
	float:left;
}
div.demo_middle_right{
	width:220px; 
	float: right; 
	margin:0;
	padding:0;
}
div.demo_button{ width:170px;}
div.demo_button a{
	background-image:url(../img/button_lila_inact.gif);
	background-position:top;
	background-repeat:no-repeat;
xxwidth:170px;
	height:24px; /*30-paddingtop*/
	color:#e4c2ff;
	font-family: Trebuchet MS, Arial;
	font-size:14px;
	text-decoration:none;
	display:block;
xxmargin-left:-18px;
	padding:6px 0 0 25px;
}
div.demo_button a:hover,div.demo_button a:active,div.demo_button a:focus{
	background-image:url(../img/button_lila_act.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#ffffff;
}
/***************************** FOOTER *********************************/