﻿body {
	background-color: #FFFFFF;
	color: #333333;
	
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	
    -webkit-text-size-adjust: 100%;
}

/* webkit required for iPhone text rendering */

#Container_Auto_Width {
	width: 100%;
	padding: 0px;
}

#Container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
}

#Footer {
    position: static;
    bottom: 0px;
}

.NormalText {
	font-size: 		 14px;
	text-decoration: none;
	font-weight:     normal;
	font-variant:    normal;
	text-transform:  none;
	color:           #000000;
}

.NormalText_Ctr {
	font-size: 		 14px;
	text-decoration: none;
	font-weight:     normal;
	font-variant:    normal;
	text-transform:  none;
	text-align:		 center;
	color:           #000000;
}

.SmallText {
	font-size: 		 12px;
	text-decoration: none;
	font-weight:     normal;
	font-variant:    normal;
	text-transform:  none;
}

.FooterText {
    text-align: center; 
	text-decoration: none;
	font-size: 8px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.box_yellow_hdr {
	border: 2px solid;
	background-color: #FFD624;
	color: #FFD624;
	padding: 10px;
	box-shadow: 10px 10px 15px #888888;
	text-align: center;
	vertical-align: top;
}

.box_yellow {
	border: 5px solid;
	background-color: #FFFFFFFF;
	color: #FFD624;
	padding: 10px;
	box-shadow: 10px 10px 15px #888888;
	text-align: left;
}

.box_green_hdr {
	border: 2px solid;
	background-color: #02A552;
	color: #02A552;
	padding: 10px;
	box-shadow: 10px 10px 15px #888888;
	align: "center";
}

.box_green {
	border: 5px solid;
	background-color: #FFFFFF;
	color: #02A552;
	padding: 10px;
	box-shadow: 10px 10px 15px #888888;
	text-align: left;
}

.box_blue_hdr {
	border: 2px solid;
	background-color: #00529C;
	color: #00529C;
	padding: 10px;
	box-shadow: 10px 10px 15px #888888;
	align: "center";
}

.box_blue {
	border: 5px solid;
	background-color: #FFFFFF;
	color: #00529C;
	padding: 10px;
	box-shadow: 10px 10px 15px #888888;
	text-align: center;
}

.box_text_hdr {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.style_hdr {
	font-size: 20px;
	font-weight: bold;
}

.style_hdr_blue {
	font-size: 20px;
	font-weight: bold;
	color: #00529C;
}

.style_hdr_green {
	font-size: 20px;
	font-weight: bold;
	color: #02A552;
}

/* Styles für bildliste_sponsoren.inc.htm */
.style_ZentraleGewinnabholung {
	color: #FF0000;
	font-weight: bold;
}

.style_Sponsor {
	font-size: 16px;
	font-weight: bold;
}

.style_img_Sponsor {
	max-width: 270px;
	max-height: 100px;
	display: block;
	width: auto;
	height: auto;
}

/* 
	Styles für Adventskalender Gewinnertabellen 
	Achtung, diese werden vom Excel Script verwendet!
*/
.style_tab_LosNr {
	width: 60px;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #00529C;
}

.style_tab_Gewinn {
	width: auto;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #00529C;
}

.style_tab_Wert {
	width: 80px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #00529C;
}

.style_tab_Sponsor {
	width: 220px;
	font-size: 13px;
	text-align: left;
	border-bottom: 1px solid #00529C;
}


