/* ========================================================================
Datei: screen.css
Datum: 7. März 2010
Autor: Daniel Rasljic
Aufbau: 1. Kalibrierung und Restauration
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
=========================================================================== */

/* =================================================
1. Kalibrierung und Restauration
===================================================*/
/* Reset - alle Abstände auf NULL */
* { padding: 0; margin: 0;}
/* optional: erzwingt Scrollbar im Firefox */
html { height: 101%;}

/*==================================================
2. Allgemeine Styles
====================================================*/
body {
	background-color: white; /*Hintergrundfarbe */
	color: #666; /* Schriftfarbe */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; /* Schriftgrösse */
	background-image: url(img/bg-header.png);
	background-repeat: repeat-x;
}
p { padding: 8px;}
h4 {font-weight: bold;
	font-size:85%;
	color: #999999;
	padding: 1px 8px;}
h3 {
	font-weight:bold;
	font-size: 110%;
	background-image:url(img/h3-background.png);
	color: #333;
	padding: 4px 8px 4px 8px;
	background-repeat: repeat-x;
}
h2 {
	font-size: 120%;
	padding: 8px;
	color: #333333;
}
h1 {
	font-weight: bold;
	padding-top: 4px 8px 4px 8px;
	color: #333;
	background-color:#CCCCCC;
	font-size: 150%;
	float: left;
}
address {
	text-align: center; /* Zentrieren */
	font-size: 80%; /* etwas kleiner als der Rest */
	font-style: normal; /*normale Schrift, nicht kursiv */
	letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
	line-height: 1.5; /* Zeilenabstand, ohne Einheit*/
}
/*==================================================
3. Styles für die Layoutbereiche
====================================================*/

#wrapper {
	width: 960px; /*Breite des Inhaltbereichs */
	margin: auto;
}
#kopfbereich {
	height: 110px;
	background-image: url(img/hd-background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 16px;
}
#navibereich {
	height: 30px;
}
#textbereich {
	background-color: #eee;
	margin-top: 16px;
	height: 1200px;
	border: 1px solid #999;
}
#linksbereich {
	float: left;
	height: 1200px;
	width: 198px;
}
#nextgamebox {
	color: #333;
	background-image: url(img/bg-nextgame.png);
	height: 260px;
	width: 180px;
	margin-top: 10px;
	margin-left: 16px;
	border: 1px solid #CCC;
	
}
#ranglistebox {
	color: 333;
	background-color:#FFFFFF;
	height: 375px;
	width: 180px;
	margin-top: 18px;
	margin-left: 16px;
}
#hauptbox {
	float: left;
	color: #333;
	background-color: #FFFFFF;
	height: 1180px;
	width: 540px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
#rechtsbereich{
	float: left;
	height: 1200px;
	width: 198px;
}

#infobox {
	float: left;
	color: #333;
	height: 136px;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
}
#sponsorenbox {
	color: 333;
	background-color: #FFF;
	height: 560px;
	width: 180px;
	margin-top: 16px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
.logo {
	display: block;
	float: left;
}
#fussbereich {
	clear: both;
	height: 66px;
	color: #FFF;
	background-image: url(img/bg-header.png); 
	background-repeat: repeat-x;
	padding: 20px 20px 20px 20px;
	margin-top: 0; /*oberhalb LInie */
}
#kopfbereich form input {
	display: inline-block;
	float:right;
	margin: 70px 3px 3px 3px;
}

.bildzentriert {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	padding: 10px;
}
.bildlinks {
	padding: 20px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.bildrechts {
	float:right;
}
.bildsponsoren {
	padding: 30px 10px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	}
.bildthumbnail
{border:1px solid #333333;
}
.bildhoch {
padding-top: 6px;
padding-right: 10px;
float:left;
}
/*Kontaktformular*/
form {
background-image: url(img/bg-nextgame.png);
padding: 20px;
border: 1px solid #dddddd;
}

label {
display: block;
cursor: pointer;
}
input#absender, 
textarea {
width: 300px;
border: 1px solid #8c8c8c;
margin-bottom: 1em;
}
textarea {
height: 7em;
}
input: focus {
background-color: #d9d9d9;
}

