@charset "UTF-8";
/* CSS Document bonusbuch.com
Start: 11.06.2009
letzte Aenderung: 15.10.2010
*/

/* Farbschema
Farbton (helles Grau): #E9E9E9
Farbton (Rot): #CC0000
*/

/* Reset */
* {
padding: 0;
margin: 0;
border: 0;
}


body  {
	background: #FFFFFF;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	margin-top: 15px;
}

#kostenlosejavascripts {
	display: none;
}

td {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#WebPosition {
	color: #999999;
	font-size: 10px;
	margin: 10px 0 10px 0;
	padding: 0;
}

#WebPosition a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

#container {
	background: #FFFFFF url(../images/bg_schatten.gif) top left repeat-y;
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

#header {
	background: url(../images/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 940px;
	height: 298px;
	margin: 0;
	padding: 20px 0 0 0;
}

#header h1 {
	background-image: url(../images/BonusBuch_logo_web02_outline.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 242px;
	height: 218px;
	margin: 0 0 0 35px;
	padding: 0;
	text-indent: -8000px;
}

#header h1 a {
	width: 242px;
	height: 218px;
	display: block;
	text-decoration: none;
	text-indent: -8000px;
}

#header h1 span {
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

#content {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

#block_left {
	width: 600px;
	margin: 0;
	padding: 0 35px 15px 35px;
	float: left;
}

#block_left h2 {
	color: #CC0000;
	font-size: 22px;
	margin: 0 0 15px 0;
	line-height: 1.2em;
	text-transform: none;
}

#block_left h2 span {
	color: #000000;
	font-size: 14px;
	text-transform: none;
}

#block_left h3 {
	color: #000000;
	font-size: 14px;
}

#linke_Spalte {
	width: 290px;
	float: left;
}

#rechte_Spalte {
	width: 290px;
	margin-left: 315px;
}

#block_right {
	background: #D8DADF;
	width: 220px;
	margin: 25px 0 0 690px;
	padding: 15px 15px 10px 15px;
	
	-webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 0;
    -khtml-border-top-left-radius: 15px;
    -khtml-border-top-right-radius: 0;
	-khtml-border-bottom-left-radius: 15px;
    -khtml-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
}

#block_right h2 {
	color: #CC0000;
	margin: 0;
	padding: 0;
}

#block_right h3 {
	color: #CC0000;
	background: url(../images/bg_headline_50prozent.png) top center no-repeat;
	height: 108px;
	margin: 0;
	padding: 0;
}

#block_right h3.noImage {
	background-image: none;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0;
}

#block_right h3 span {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

#block_right h4 {
	color: #333333;
	font-size: 12px;
}

#block_right p {
	color: #666666;
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0;
}

#block_right a.txtLink,
#InfoBlockKonto a.txtLink,
#einepopupboxContent a.txtLink {
	background: #F2F3F5 url(../images/icon_arrow_right.png) right 50% no-repeat;
	color: #000000;
	border: #333333 1px solid;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 22px 3px 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	margin: 5px 0 0 0;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#block_right a.LinkBack {
	background: #F2F3F5 url(../images/icon_arrow_left.png) 3px 50% no-repeat;
	color: #000000;
	border: #333333 1px solid;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 5px 3px 22px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	margin: 5px 0 0 0;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#txtLink_pur {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#txtLink_pur:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.pic_rand {
	background-color: #FFFFFF;
	float: left;
	padding: 2px;
	border: #333333 1px solid;
	margin: 9px 8px 0 0;
}

#footer {
	background: #333333;
	text-align: center;
}

#footer p {
	color: #FFFFFF;
	margin: 0;
	padding: 8px 15px 8px 15px;
}

#footer a {
	color: #FFFFFF;
}

label {
	font-size: 12px;
}

#ssl_hinweis {
	background-image: url(../images/ssl_schloss.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 0 18px;
	}

#input_text {
	background-color: #E9E9E9;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-bottom: #000000 1px dotted;
	width: 175px;
	padding: 3px;
}

#input_login {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: #333333 1px solid;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 3px;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#input_geb {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: #000000 1px solid;
	text-align: center;
	width: 20px;
	padding: 3px;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#input_plz {
	background-color: #E9E9E9;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-bottom: #000000 1px dotted;
	width: 45px;
	padding: 3px;
}

#input_geb.GebJahr {
	width: 40px;
}

#input_hnr {
	background-color: #E9E9E9;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-bottom: #000000 1px dotted;
	width: 29px;
	padding: 3px;
}

#input_mengen {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: #000000 1px solid;
	text-align: center;
	width: 18px;
	padding: 3px;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: #000000 1px solid;
	padding: 3px;

	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#anrede {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: #333333 1px solid;
	padding: 3px;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#email {
	display: none;
}

#button_bestell {
	background: #D8DADF;
	color: #000;
	border: #000 1px solid;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	margin: 5px 0 0 0;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#button_bestellOG {
	background: #D8DADF;
	color: #000;
	border: #000 1px solid;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	margin: 5px 0 10px 0;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#button_bestell.weiter,
#button_bestell.bestellen {
	background: #D8DADF url(../images/icon_arrow_right.png) right 50% no-repeat;
	padding: 3px 22px 3px 5px;
}

#button_bestellOG.weiter {
	background: #F2F3F5 url(../images/icon_arrow_right.png) right 50% no-repeat;
	padding: 3px 22px 3px 5px;
}

#button_bestell.back {
	background: #D8DADF url(../images/icon_arrow_left.png) 3px 50% no-repeat;
	padding: 3px 5px 3px 22px;
}

#button_login {
	background: #F2F3F5 url(../images/icon_key_log.png) 3px 50% no-repeat;
	color: #000000;
	border: #333333 1px solid;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 5px 3px 22px;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.LinkLogout {
	background-color: #F2F3F5;
	color: #000000;
	border: #333333 1px solid;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.toTop {
	background: #FFFFFF url(../images/icon_arrow_top.png) 3px 50% no-repeat;
	color: #000000;
	border: #333333 1px solid;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 5px 3px 18px;
	cursor: pointer;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button_zurueck {
	background: #D8DADF url(../images/icon_arrow_left.png) 3px 50% no-repeat;
	color: #000;
	border: #000 1px solid;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 5px 3px 22px;
	cursor: pointer;
	margin: 5px 0 0 0;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form_button {
	background: #D8DADF;
	color: #000;
	border: #000 1px solid;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	margin: 5px 0 0 0;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#statusmeldung {
	border: #CC0000 1px solid;
	padding: 10px;
	width: auto;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#table_treffer td {
	font-size: 11px;
	padding: 3px 7px 2px 7px;
}

#table_treffer td a {
	text-decoration: none;
}

.td_border {
	color: #FFFFFF;
	font-weight: bold;
	border-right: #E9E9E9 2px solid;
}

.td_NOborder {
	color: #FFFFFF;
	font-weight: bold;
}

#sortier td {
	color: #FFFFFF;
	font-weight: bold;
}

.ruecksetzen {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: #333333 1px solid;
	margin: 0;
}

#details {
	margin-top: 5px;
}

#details td {
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
}

#details td a {
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
}

#gueltig td.erklaer {
	color: #000000;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	padding: 4px 2px 5px 2px;
}

#gueltig td.dunkel {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 2px 2px 2px 2px;
	width: 15px;
}

#gueltig td.kreuz {
	background-color: #E9E9E9;
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 2px 2px 2px 2px;
	width: 15px;
}

#gueltig td.zeitraum {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	padding: 2px 3px 2px 3px;
	width: 122px;
}

#gueltig td.coupon_anbieter {
	background-color: #E9E9E9;
	color: #000000;
	font-size: 13px;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

#gueltig td.personen {
	background-color: #E9E9E9;
	text-align: right;
	padding: 2px 2px 2px 2px;
}

#coupon_kopf {
	background-color: #FFFFFF;
}

.coupon_name {
	color: #000000;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.coupon_name_zusatz {
	color: #000000;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
}

.coupon_wert {
	color: #CC0000;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	width: 80px;
}

/* Beginn #HauptNavi */

#HauptNavi {
	width: 940px;
	height: 60px;
	border-bottom: 1px #666666 solid;
	margin: 20px 0 0 0;
	padding: 0;
}

#HauptNavi ul {
	width: 870px;
	margin: 0 0 0 35px;
	padding: 0;
}

#HauptNavi li {
	float: left;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#HauptNavi li a {
	width: 145px;
	height: 60px;
	display: block;
	text-decoration: none;
	text-indent: -8000px;
}

#HauptNavi li a span {
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: -8000px;
}

#HauptNavi li.start {
	background: url(../images/bg_navi_start.png) 0 -70px no-repeat;
}

#HauptNavi li.start:hover {
	background: url(../images/bg_navi_start.png) 0 -80px no-repeat;
}

#HauptNavi li.bonusbuch {
	background: url(../images/bg_navi_bonusbuch.png) 0 -70px no-repeat;
}

#HauptNavi li.bonusbuch:hover {
	background: url(../images/bg_navi_bonusbuch.png) 0 -80px no-repeat;
}

#HauptNavi li.bestellen {
	background: url(../images/bg_navi_bestellen.png) 0 -70px no-repeat;
}

#HauptNavi li.bestellen:hover {
	background: url(../images/bg_navi_bestellen.png) 0 -80px no-repeat;
}

#HauptNavi li.verkauf {
	background: url(../images/bg_navi_verkaufsstellen.png) 0 -70px no-repeat;
}

#HauptNavi li.verkauf:hover {
	background: url(../images/bg_navi_verkaufsstellen.png) 0 -80px no-repeat;
}

#HauptNavi li.regeln {
	background: url(../images/bg_navi_regeln.png) 0 -70px no-repeat;
}

#HauptNavi li.regeln:hover {
	background: url(../images/bg_navi_regeln.png) 0 -80px no-repeat;
}

#HauptNavi li.member {
	background: url(../images/bg_navi_member.png) 0 -70px no-repeat;
}

#HauptNavi li.member:hover {
	background: url(../images/bg_navi_member.png) 0 -80px no-repeat;
}

/* Ende HauptNavi */

#navi_symbol {
	margin-top: 15px;
}

#navi_symbol li {
	list-style: none;
	padding: 3px 0;
}

#navi_symbol li a {
	text-decoration: none;
}

#navi_symbol li a span {
	display: none;
}

#limit {
	font-size: 10px;
	color: #333333;
	border: #666666 1px solid;
}

a:link.seitenReiter,
a:visited.seitenReiter,
a:focus.seitenReiter,
a:active.seitenReiter {
	color: #666666;
	border: #666666 1px solid;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a:hover.seitenReiter {
	color: #000000;
	border: #000000 1px solid;
}

	
a:link.ReiterAktiv,
a:visited.ReiterAktiv,
a:focus.ReiterAktiv,
a:hover.ReiterAktiv,
a:active.ReiterAktiv {
	color: #FFFFFF;
	background: #666666;
	border: #666666 1px solid;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ELEMENTE InfoBoxR */

	a.InfoBoxR, a.InfoBoxR:link, a.InfoBoxR:visited, a.InfoBoxR:active {
		position: relative;
		color: #333333;
		font-size: 11px;
		text-decoration: none;
	}
	
	a.InfoBoxR:hover {
		color: #333333;
		font-size: 11px;
		background: transparent;
		z-index: 1000;
	}
	a.InfoBoxR span {
		display: none;
		text-decoration: none;
	}
	
	a.InfoBoxR:hover span {
		display: block;
		position: absolute;
		top: -85px;
		left: -170px;
		width: 175px;
		z-index: 1000;
		border: 1px solid #333333;
		border-left: 5px solid #333333;
		padding: 3px 10px 3px 10px;
		background: #FFFFFF;
		font-size: 11px;
		font: normal Arial, Helvetica, Verdana, sans-serif;
		text-align: left;
	}
	
/* Beginn CSS für Online-Gutscheine */

	#ImgOnlineGutschein {
		position: relative;
		width: 600px;
		border: #666 1px solid;
		z-index: 1;
		
		-webkit-border-radius: 15px;
    	-khtml-border-radius: 15px;
    	-moz-border-radius: 15px;
    	border-radius: 15px;
	}

	#DetailsOnlineGutschein {
		width: 570px;
		padding: 30px 15px 15px 15px;
		border-top: none;
		border-right: #CCCCCC 1px solid;
		border-bottom: #CCCCCC 1px solid;
		border-left: #CCCCCC 1px solid;
		z-index: 0;
		margin-top: -15px;
		
		-webkit-border-top-left-radius: 0;
    	-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
    	-khtml-border-top-left-radius: 0;
    	-khtml-border-top-right-radius: 0;
		-khtml-border-bottom-left-radius: 15px;
    	-khtml-border-bottom-right-radius: 15px;
    	-moz-border-radius-topleft: 0;
    	-moz-border-radius-topright: 0;
		-moz-border-radius-bottomleft: 15px;
    	-moz-border-radius-bottomright: 15px;
    	border-top-left-radius: 0;
    	border-top-right-radius: 0;
		border-bottom-left-radius: 15px;
    	border-bottom-right-radius: 15px;
	}
	
	.GutscheinDetailsLeft {
		width: 270px;
		float: left;
	}
	
	.GutscheinDetailsRight {
		width: 270px;
		float: right;
	}
	
	.GutscheinZeitraum {
		color: #000000;
		font-size: 18px;
		font-weight: bold;
	}
	
	#TablWochentage td {
		width: 25px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		padding: 3px 5px;
	}
	
	#TablWochentage td.TDhead {
		background-color: #666;
		color: #FFFFFF;
	
		-webkit-border-top-left-radius: 4px;
    	-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
    	-khtml-border-top-left-radius: 4px;
    	-khtml-border-top-right-radius: 4px;
		-khtml-border-bottom-left-radius: 0;
    	-khtml-border-bottom-right-radius: 0;
    	-moz-border-radius-topleft: 4px;
    	-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomleft: 0;
    	-moz-border-radius-bottomright: 0;
    	border-top-left-radius: 4px;
    	border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
    	border-bottom-right-radius: 0;
	}
	
	#TablWochentage td.TDbottom {
		background-color: #D8DADF;
		text-transform: uppercase;
		font-weight: bold;
	
		-webkit-border-top-left-radius: 0;
    	-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
    	-khtml-border-top-left-radius: 0;
    	-khtml-border-top-right-radius: 0;
		-khtml-border-bottom-left-radius: 4px;
    	-khtml-border-bottom-right-radius: 4px;
    	-moz-border-radius-topleft: 0;
    	-moz-border-radius-topright: 0;
		-moz-border-radius-bottomleft: 4px;
    	-moz-border-radius-bottomright: 4px;
    	border-top-left-radius: 0;
    	border-top-right-radius: 0;
		border-bottom-left-radius: 4px;
    	border-bottom-right-radius: 4px;
	}
	
	#RabattLabel {
		background: url(../images/bg_rabatt_label.png) 0 0 no-repeat;
		position: absolute;
		width: 150px;
		height: 120px;
		display: inline-block;
		top: 350px;
		margin-left: 440px;
		text-align: center;
		padding: 40px 0 0 0;
		z-index: 35;
	}
	
	#RabattLabel h2 {
		color: #FFFFFF;
	}

/* Ende CSS für Online-Gutscheine */


/* Beginn Mein Konto */

#InfoBlockKonto {
	width: 400px;
	border: #D8DADF 1px solid;
	padding: 10px 15px 5px 15px;
	
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#InfoBlockKonto h3 {
	font-size: 14px;
	color: #999999;
}

#InfoBlockKonto p {
	margin: 5px 0;
}

#InfoBlockKonto input.Btn {
	background-color: #D8DADF;
	color: #000000;
	font-size: 10px;
	border: #666666 1px solid;
	padding: 1px 3px;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#InfoBlockKonto input.Btn:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#InfoBlockKonto hr {
	color: #D8DADF;
	background: #D8DADF;
	height: 1px;
	width: 100%;
	margin: 10px 0;
	clear: both;
}

#InfoBlockKonto .DatenBlock {
	float: left;
}

#InfoBlockKonto .FormBlock {
	position: relative;
	float: right;
}

#InfoBlockKonto .input_text {
	background-color: #FFF;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: #000 1px solid;
	width: 150px;
	padding: 3px;
	margin: 5px 0;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#InfoBlockKonto .input_str,
#InfoBlockKonto .input_mail {
	background-color: #FFF;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: #000 1px solid;
	width: 217px;
	padding: 3px;
	margin: 5px 0;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#InfoBlockKonto .input_plz {
	background-color: #FFF;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: #000 1px solid;
	width: 45px;
	padding: 3px;
	margin: 5px 0;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#InfoBlockKonto .input_ort {
	background-color: #FFF;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: #000 1px solid;
	width: 150px;
	padding: 3px;
	margin: 5px 0;
	
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Ende Mein Konto */

/* Beginn Countdown Anzeige */

#TblCount {
	width: auto;
	border: none;
	margin-top: 5px;
}

#TblCount td {
	width: 50px;
	font-size: 10px;
	text-align: center;
}

#TblCount td.first {
	width: 47px;
	text-align: left;
}

#TblCount td.first.row1 {
	width: 47px;
	text-align: center;
}

#TblCount td input {
	background: #CC0000 url(../images/bg_countdown.png) 50% 50% no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	width: 35px;
	font-weight: bold;
	padding: 5px 5px;
	text-align: center;
	border: 1px #000000 solid;
	
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Ende Countdown Anzeige */

/* roundedBox */

#roundedBox {
	margin: 15px 0 0 0;
	padding: 0;
}

#roundedBox_ro {
	background: url(../images/roundedbox_ro.gif) top right no-repeat;
	margin: 0;
}

#roundedBox_lo {
	background: url(../images/roundedbox_lo.gif) top left no-repeat;
	margin: 0;
}

#roundedBox_ru {
	background: url(../images/roundedbox_ru.gif) bottom right no-repeat;
	margin: 0;
}

#roundedBox_lu {
	background: url(../images/roundedbox_lu.gif) bottom left no-repeat;
	margin: 0;
}

#inhalt_Box {
	margin: 0;
	padding: 10px 10px 10px 10px;
}

#inhalt_Box h4 {
	margin: 3px 0 5px 0;
}

#inhalt_Box p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 3px;
}

#DetailLink {
	text-align: right;
}

#DetailLink a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#DetailLink a:hover {
	color: #0066CC;
	font-size: 12px;
	text-decoration: none;
}
/* End roundedBox */

/* Beginn OGBtn */

#OGBtn {
	background: url(../images/sprechblase_OnlineGutscheine.png) 0 0 no-repeat;
	position: absolute;
	height: 129px;
	width: 200px;
	display: block;
	top: 160px;
	margin-left: 830px;
	z-index: 6;
}

#OGBtn a {
	display: block;
	height: 129px;
	width: 200px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#OGBtn span {
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
	margin: 0;
	padding: 0;
}

/* End OGBtn */
