/* ++++ ALLGEMEINEEINSTELLUNGEN ++++ */
body {
	background-color: #ffffff;
	background-repeat: repeat-y;
	margin: 0px 0px 0px;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border:none;
}
a, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #FF1829;
	text-decoration: underline;
}


/* ++++ Kopfbereich ++++ */
#kopf {
	width: 860px;
	height: 368px;
	background-color: #ffffff;
	background-image: url(../v-img/head.jpg);
	background-repeat: no-repeat;
	margin: 5px auto auto auto;
	position: relative;
	z-index: 0;
}
#flashnavi {
	width: 280px;
	height: 130px;
	background-color: transparent;
	margin-top: 200px;
	margin-left: 540px;
	right: 40px;
	bottom: 31px;
	position: absolute;
	/*background-image: url(../v-img/mobil_hgr.jpg);*/
	background-repeat: no-repeat;
	padding-top: 0px;
	z-index: 10;
}

/* ++++ Kontentbereich ++++ */
#kontent {
	background-color: #000000;
	width: 860px;
	height: 70%;
	margin: 0px auto auto auto;
	color: #ffffff;
	text-align: left;
	position: relative;
}

#kontent_txt {
	background-color: transparent;
	width: 280px;
	margin-left: 35px;
	margin-right: 35px;
	float: left;
	font-size: 0.8em;
	color: #ffffff;
}
* html #kontent_txt {
	width: 280px;
	margin-left: 15px;
	margin-right: 0px;
	float: left;
	font-size: 0.8em;
	color: #ffffff;
}

table.eier {
	background-color: transparent;
	width: 510px;
	margin-bottom: 20px;
	text-align: center;
}
td.eiertxt {
	padding-bottom: 15px;
	background-color: transparent;
	font-size: 0.8em;
	text-align: center;
}

span.countdown {
	background-color: transparent;
	background-image: url(../v-img/countdown_hgr.jpg);
	background-repeat: no-repeat;
	width: 115px;
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold; /*display: inline-block;*/
	text-align: center;
	margin: auto 2px auto auto;
	padding: 5px 22px 5px 14px;
}

div.info {
	position: absolute;
	left: 35px;
	top: 100px;
	width: 280px;
	height: 250px;
	z-index: 1;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 1px none #FF1829;
	color: #000000;
	padding: 4px;
	overflow: auto;
}
.info img {
	border:none;
	text-align: right;
}
.info a, .info a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 0.7em;
}
.info a:hover {
	color: #FF1829;
	text-decoration: underline;
}


.buy a, .buy a:visited {
	color: #ff0000;
	text-decoration: underline;
	font-size: 1.0em;
}
.buy a:hover {
	color: #FF1829;
	text-decoration: underline;
}


#fuss1 {
	background-color: #D2B48C;
	float: right;
	width: 280px;
	margin-bottom: 0px;
	margin-top: 120px;
	font-size: 0.8em;
	position: relative;
}

#fuss {
	background-color: transparent;
	width: 280px;
	margin-left: 0px;
	margin-right: 35px;
	margin-bottom: 0px; 
	margin-top: -40px;
	position: relative;
	text-align: left;
	font-size: 0.7em;
	padding-left: 35px;
	padding-bottom: 10px;
}