
/* --------------------------------------------

	Spielotron GmbH Stylesheet

	Author: Sebastian ter Haar westcreative.de
	Created: 2008/06/30
	Modified: Date

-----------------------------------------------

	COLOUR PALETTE

-----------------------------------------------

	#Grey (Spans): 			#4b4b4b
	#Light Blue (Links) 	#2385b4
	#White (Text, Hover)	#ffffff

----------------------------------------------- \*/


/* --------------------------------------------
	BASICS
----------------------------------------------- \*/

* {
	margin:0;
	padding:0;
}

html,
body {
	height: 100%;
}

body {
	background:#fff url(../images/bg-body.jpg) 0 101px repeat-x;
	color:#1a1c1f;
	font:500 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

h1#branding {
	background:url(../images/h1-branding.jpg) 0 0 no-repeat;
	float:left;
	height:132px;
	margin:15px 0 20px;
	width:97px;
	display:inline;
}

h2#claim {
	background:url(../images/h2-claim.jpg) 0 0 no-repeat;
	float:left;
	height:90px;
	margin:6px 0 0 13px;
	width:188px;
	display:inline;
}

h1#branding a img,
h2#claim a img {
	border:none;
}

h3 {
	font-size:18px;
	color:#474747;
	font-weight:500;
}

h4 {
	color:#18305d;
	font-size:16px;
	font-weight:700;
	margin:25px 0;
}

p {
	margin-bottom:20px;
}

a:link,
a:visited {
	color:#2385b4;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#000;
}

a img {
	border:none;
}

.clear {
	clear:both;
}

.clearFix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

* html .clearFix {
	height: 1%;
} /* Hides from IE-mac \*/

.floatLeft {
	float:left;
}

.floatRight {
	float:right
}

/* ---------------------------------------
	SITE
------------------------------------------ \*/


#container {
	background:url(../images/bg-container.jpg) 50% 272px no-repeat;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin:0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	width:980px;
	position:relative;
}

.center {
	margin:0 auto;
	width:980px;
	position:relative;
}

#header {
	height:272px;
	background:url(../images/bg-head.jpg) 0 101px no-repeat;
	padding-left:360px;
	width:620px;
	position:relative;
}

#header p {
	float:left;
	margin-right:20px;
	color:#4c4040;
	width:250px;
}

/*//////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////*/

#navi {
	float:left;
	margin:94px 0 20px;
}

div#navi ul#subnavi {
	margin-top:15px;
	list-style:none
}

div#navi ul#subnavi li {
	background:url(../images/li.gif) 20px 9px no-repeat;
	line-height:20px;
	list-style:none;
	padding:3px 0 0 38px;
}

div#navi ul#subnavi li.headline {
	font-size:18px;
	background:none;
	padding-left:20px;
	margin-bottom:15px;
	color:#474747;
}

div#navi ul#subnavi li a {
	text-decoration:none;
	color:#605d54;
	padding:0;
}

div#navi ul#subnavi li a:hover {
	color:#000;
}




#content {
	float:right;
	width:500px;
	margin-right:100px;
	padding:37px 20px 0;
}

#content dl {
	margin:2em 0;
}

#content dl dt {
	float:left;
	line-height:1.3em;
	padding-bottom:5px;
	/*width: 15em;*/
}

#content dl dd {
	line-height:1.3em;
	margin-left:18em;
	padding-bottom:15px;
}

#content ul {
margin:2em;
}

#content ul li {
list-style-type:square;
line-height:1.8em;
margin-bottom:5px;
}



#footer,
#push {
	height:120px; /* .push must be the same height as .footer */
}

#footer {
	background:#414041 url(../images/bg-footer.jpg) 50% 0 no-repeat;
	width:100%;
}

#footer ul {
	float:right;
	margin:70px 100px 0 0;
}

#footer ul li {
	display:inline;
	padding:0 5px;
	list-style-type:none;
	font-size:10px;
}

#footer ul li a {
	color:#fff;
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

.telefon {
	font:700 24px/1.8em Georgia, "Times New Roman", Times, serif;
	color:#48463f;
}
