/* CSS Document */
/*---------- Allgemeine Stile ----------*/
* {
	color: #000000;
}
html, body {
	height: auto;
}
html {
	margin-bottom: 0px;
}
body {
	background: none;
}
a, a:link, a:hover, a:active, a:visited {
	color: #000000;
}
/*---------- Geruest ----------*/
#geruest {
	width: auto;
	margin: 0px;
}
.geruest1 { /*Verlauf links*/
	background: none;
}
.geruest2 { /*Verlauf rechts*/
	background: none;
	padding: 0px;
}
/*---------- Header ----------*/
#language {
	display: none;
}
/*---------- Content Container ----------*/
#content {
	background: none;
	padding: 10px 0px;
	min-height: 10px;
	height: auto;
}
/*---------- Footer ----------*/
#footer {
	background-color: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
}
/*Footer Navigation*/
#footer a, #footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	border: 1px dotted #000000;
} 
/*Verlauf bzw. Schatten direkt unter Footer*/
#footer_hg {
	display: none;
}
/*Angebot und WM-ID*/
#wmid {
	color: #000000;
	text-align: right;
	padding: 10px 0px;
}
/*---------- Standard Contentbereiche ----------*/
/*gelbe Box fuer Infos*/
.box_yellow .content {
	background-color: #ffffff;
	color: #000000;
}
.box_yellow .content a, .box_yellow .content a:link, .box_yellow .content a:hover, .box_yellow .content a:active, .box_yellow .content a:visited {
	color: #000000;
}
/*graue Box fuer Formulare und wichtige Hinweise*/
.box_grey .hgtop, .box_grey .hgbottom {
	background: none;
}
.box_grey .content {
	color: #000000;
}
.box_grey .boxhg_handy, .box_grey .boxhg_present {
	background: none;
}
/*Spezielle Definitionen fuer die grauen Boxen zB auf der Loginseite*/
.login, .umfrage {
	width: 400px;
}
.box_grey .boxhg_umfrage {
	background: none;
}
.box_grey .boxhg_support {
	background: none;
}
/*rote Box fuer Fehlermeldungen*/
.box_error {
	background-color: #ffffff;
}
.box_error .headline {
	background-color: #ffffff;
	color: #d30002;
}
/*gruene Box zB Alternativzahlvariante per Telefon*/
.box_green .content {
	background: none;
}
/*3spaltige Box - Schritte*/
.boxhg_member, .boxhg_member_small, .boxhg_coins, .boxhg_emailsend, .boxhg_kuvert, .boxhg_lupe, .boxhg_schloss, .boxhg_schloss_small, .boxhg_update  {
	background: none;
}
/* Box Livesupport*/
.livesupport {
	border: 1px solid #6d9453;
	background: none;
}
/*---------- Contentbereiche ----------*/
.scroller { /*Textbereich zum Scrollen*/
	overflow: visible;
	overflow-y: visible;
	overflow-x: visible;
	height: auto;
}
/*---------- Tooltips ----------*/
#desc, #descshort, #desclong  {
	display: none;
}
