@charset "UTF-8";

p {
	margin: 0;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font: 100% Tahoma, Helvetica, Verdana, Arial, sans-serif;
	background: #CCCCCC;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
}

#container {
	width: 968px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

#mainContent {
	min-height: 280px;
	background: url(../images/stripe.png);
}

#spacer_top {
	height: 16px;
}

div.mainSpacer {
	height: 16px;
}

#header {
	min-height: 246px;
	text-align: left; 
	background: url(../images/header.png) no-repeat;
}	

#leftArea {
	position:relative;
	top: 0px;
	left: 16px; 
	width: 458px;
	text-align: left;
	float: left;
}	

#rightArea {
	position:relative;
	top: 0px;
	right: 16px; 
	text-align: left; 
	width: 458px;
	float: right;
}	

#leftHeader {
	text-align: left;
	min-height: 49px;
	background: url(../images/box_header_fb.png) no-repeat;
}	

#rightHeader {
	text-align: left; 
	min-height: 49px;
	background: url(../images/box_header.png) no-repeat;
}	

#leftContent {
	text-align: left; 
	min-height: 189px;
	background: url(../images/box_content.png) no-repeat;
}	

#rightContent {
	text-align: center;
	min-height: 189px;
	background: url(../images/box_content.png) no-repeat;
}

p.contentText {
	position:relative;
	top: 10px;
	left: 25px;
	font-size: 14px;
	color: #333333;
	width: 420px;
}

p.contentTextCenter {
	position:relative;
	top: 30px;
	left: 0px;
	font-size: 14px;
	color: #333333;
	width: 450px;
	text-align: center;
}

#footer {
	text-align: right; 
	min-height: 33px;
	background: url(../images/footer.png) no-repeat;
}

#footerContent {
	position: relative;
	top: 10px;
	right: 20px;
	text-align: right; 
	font-size: 10px;
	color:#FFF;
}

#footer a:link {color:#000000; text-decoration:none; text-underline:none;}
#footer a:visited {color:#000000; text-decoration:none; text-underline:none;}
#footer a:hover {color:#879B1D; text-decoration:underline; text-underline:true;}
#footer a:active {color:#000000; text-decoration:none; text-underline:none;}

.bigbuttons {
	position:absolute;
	bottom: 40px;
	right: 120px;
}

.bigbuttons li {
	list-style: none;
}


.facebook {
	background-image: url(../images/facebook_32.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 32px;
}
.facebook a{
	background-image: url(../images/facebook_32_bw.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 32px;
	display: block;
}
.facebook a:hover{
	background: none;
}

.anmelden {
	background-image: url(../images/btn/btn_sign_up_over.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 210px;
}
.anmelden a{
	background-image: url(../images/btn/btn_sign_up.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 210px;
	display: block;
}
.anmelden a:hover{
	background: none;
}


img{
	border: 0;
}

span.bold {
	font-weight: bold;
}