@charset "utf-8";
/* CSS Document Advent Calendar */
/* www.polyband.de - created by stefan petershofer - bitarbyter.de - 05/08 */

table {
height: 0 !important;
border: 1 !important;
}

tr {
height: 0 !important;
border: 1 !important;
}

td {
height: 0 !important;
border: 1 !important;
}

div#advent {
	font-family: "Trebuchet MS", "MS Sans Serif", "Arial", "Tahoma";
	width: 564px;
	padding: 0 10px;
}

div#advent a {
	color: black;
	text-decoration: underline;
}

div#advent a:hover {
	text-decoration: none;
}

div#advent h3 {
	color: black;
}

html* div#advent h3 {
	padding-top: 10px;
}

div.question {
	font-size: 105%;
	color: white;
	font-weight: bold;
	padding: 4px 10px 10px 10px;
	width: 542px;
	background: #ff6600 url(images/adventskalender/adv_form_bg_question.jpg) repeat-x;
}

div.preis {
	margin: auto;
	width: 564px;
}

div.preispic {
	float: left;
	width: 221px;
}

div.preistext {
	float: right;
	width: 343px;
	font-size: 105%;
}

p.preistext_titel {
	font-size: 110%;
	font-weight: bold;
	color: #ff6600;
	}
	
html* p.preistext_titel {
	padding-top: 10px;
}
	
p.preistext_sponsor {
	font-size: 80%;
}

div.formular {
	margin: 20px auto;
	font-weight: bold;
}

input.adv_form {
	background: #CCC url(images/adventskalender/adv_form_bg_formfield.jpg) repeat-x;
	font-size: 110%;
	border: 2px solid #CCC;
}

div.bedingungen {
	width: 90%;
	font-size: 75%;
	font-weight: normal;
	margin: auto;
}

div.button {
	width: 50%;
	text-align: center;
	margin: auto auto 20px auto;
}

input.submit {
	cursor: pointer;
	border: none;
	font-size: 135%;
	font-weight: bold;
	color: white;
	width: 157px;
	height: 48px;
	background: url(images/adventskalender/adv_form_button_1.jpg) no-repeat;
}

input.submit:hover {
	cursor: pointer;
	width: 157px;
	height: 48px;
	background: url(images/adventskalender/adv_form_button_2.jpg) no-repeat;

}
