@charset "UTF-8";
@import url(reset.css);

/*
	Project: Styles fuer snazzy.de
	File: screen.css
	Author: Carolin Schwank
*/

/* Basics */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

body {
	background: url(../img/bgPage.png) 0 0 repeat-x #33393e;
	font-family: sans-serif;	
	text-align: center;
}

a { text-decoration: none; }
	a:link { color: #bec501 }
	a:visited { color: #a2a801  }
	a:hover { color: #b30069 }
	a:active { color: #9c015c }
strong { font-weight: bold; }
em {  }
.big { font-size: 24px; }
p { line-height: 20px;margin: 0 0 10px 0; }
.clear {
	clear: both;
}

/* Layout */

#wrapper {	
	text-align: left;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#header {
	border-top: 1px solid #FFF;
	height: 240px;
	width: 930px;
	margin: 0 auto;	
}

#logo {	
	float: left;
	margin-top: 30px;
	width: 220px;
}

#logo .name {
	font: 24px Georgia, Times, serif;
	color: #33393E;
	padding: 0 0 50px 20px;
}

#logo .unterzeile {
	font: 18px Georgia, Times, serif;
	color: #bec501;
	padding: 0 0 10px 20px;
}

#topArea {
	margin: 65px 0 0 250px;	
	width: 680px;
}

#topArea h1 {
	font: 20px Georgia, Times, serif;
	color: #888;
	line-height: 30px;
	margin: 0 0 0 0;
	width: 620px;
}

#mainArea {
	padding: 10px 0 220px 0;
	width: 930px;
	margin: 0 auto;
}

#leistung, #beispiele, #kontakt {
	color: #CCC;
	font-size: 14px;
	line-height: 150%;
	margin-left: 250px;
	padding-bottom: 10px;
	width: 670px;
}

#leistung  h3, #beispiele  h3, #kontakt h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 15px 0;
}

#leistung h2, #beispiele h2, #kontakt h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

#leistung ol {
	margin: 0 0 15px 2px;
	list-style: decimal;
}

#leistung li {
	margin-left: 17px;
}

#kontakt {
	margin-bottom: 20px;
}

#kontakt dl dt {
	float:left;
	width: 50px;
}

#kontakt dl dd {
	margin-left: 60px;
}

#footerArea {
	background: url(../img/bgFooter.gif) 30px 10px no-repeat #1f2326;
	font-size: 12px;
	width: 100%;
	position: relative;
	margin-top: -220px; /* negative value of footer height */
	height: 220px;
	clear: both;
	text-align: center;	
}

#footerArea h3 {
	background: url(../img/bgLine.gif) left bottom repeat-x;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#footerArea li {
	background: url(../img/bgLine.gif) left bottom repeat-x;
	padding-left: 0;
	line-height: 24px;
}

#footerArea #footerContent {
	width: 680px;
	margin: 0 auto;
	padding: 30px 0 0 250px;
	text-align: left;
}

.footerLeft {
	float: left;
	width: 310px;
}

.footerRight {
	float: right;
	width: 310px;
}

