/**
YUI CSS-Tools: Reset, Fonts, Base
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

html {
	background: url('../images/bg.png') #ECECEC;
	color: #000;
}

body {
	font-family: Verdana;
	font-size: 77%;
	margin: 0;
}

header#c2, footer, section#main {
	margin: auto;
	clear: both;
	width: 836px;
	padding: 0 35px;
}

section#main, header#c2, footer {
	background: url(../images/middle.png) repeat-y;
}

header div.helper {
	margin-left: -35px;
	width: 906px;
	height: 11px;
	background: url(../images/top.png) no-repeat;
}

header#c2 {
	margin-top: 15px;
	height: 111px;
}

header#c2 img {
	float: right;
}

footer div.helper {
	margin-left: -35px;
	width: 906px;
	height: 40px;
	background: url(../images/bottom.png) no-repeat;
}

section#main {
	padding: 2px 35px;
}

header#c2 nav {
	margin-top: 60px;
	height: 40px;
}

header#c2 nav ul {
	margin: 0;
	padding: 0;
}

header#c2 nav ul li {
	list-style-type: none;
}

header nav ul li a {
	float: left;
	margin-right: 25px;
	text-decoration: none;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	background-repeat: no-repeat;
}

header#c2 nav ul li a, header#c2 nav ul li a:link, header#c2 nav ul li a:visited {
	color: #000;
}

header#c2 nav ul li.leistungen a {
	background-image: url(../images/creatures/Audiformer-small.png);
	padding-left: 39px;
}

header#c2 nav ul li.referenzen a {
	background-image: url(../images/creatures/Keyboard-Hero-small.png);
	padding-left: 44px;
}

header#c2 nav ul li.creatures a {
	background-image: url(../images/creatures/Quirks-small.png);
	padding-left: 41px;
}

header#c2 nav ul li.projekte a {
	background-image: url(../images/creatures/Philcon-small.png);
	padding-left: 36px;
}

header#c2 nav ul li.kontakt a {
	background-image: url(../images/creatures/Drumbo-small.png);
	padding-left: 48px;
}

section hr {
	border: 0;
	border-top: 1px solid #DCDCDC;
	width: 866px;
	margin-left: -15px; 
}

section#main header {
	height: 80px;
	padding: 5px 20px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	width: 826px;
	margin: 10px 0 10px -15px;
}

section#main header.home {
	height: 165px;
}

h1 {
	background-repeat: no-repeat;
	height: 80px;
	line-height: 80px;
	margin: 0;
	font-family: Verdana;
	font-weight: 100;
	font-variant: small-caps;
	font-size: 300%;
	letter-spacing: 0.05em;
	color: #FFF;
	text-transform: capitalize;
	text-indent: -1000px;
}

header.leistungen {
	background-image: url(../images/header-leistungen.png);
}
header.referenzen {
	background-image: url(../images/header-referenzen.png);
}
header.creatures {
	background-image: url(../images/header-creatures.png);
}
header.projekte {
	background-image: url(../images/header-projekte.png);
}
header.kontakt {
	background-image: url(../images/header-kontakt.png);
}
header.agb {
	background-image: url(../images/header-agb.png);
}
header.impressum {
	background-image: url(../images/header-impressum.png);
}
header.home {
	background-image: url(../images/header-home.png);
}

section a, section a:link, section a:visited {
	color: #080;
}

footer {
	color: #666;
	padding-top: 1px;
	font-size: 85%;
}

footer hr {
	margin-left: -15px;
	width: 865px;
	border: 0;
	border-top: 1px solid #EEE;
}

#location {
	display: none;
}

footer a, footer a:link, footer a:visited {
	color: #666;
}

footer nav li {
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
	float: right;
}


/* Home */

/*section#blog {
	float: left;
	border-right: 1px solid #E9E9E9;
	width: 255px;
	padding-right: 17px;
	height: 250px;
	display: block;
}

section#leistungen {
	float: left;
	border-right: 1px solid #E9E9E9;
	width: 255px;
	padding-left: 17px;
	padding-right: 17px;
	height: 250px;
	display: block;
}

section#ref {
	margin-left: 563px;
	padding-left: 17px;
	width: 256px;
	height: 250px;
	display: block;
}*/

section#home {
	display: table-row;
}

section#blog {
	border-right: 1px solid #E9E9E9;
	width: 255px;
	padding-right: 17px;
	display: table-cell;
}

section#leistungen {
	border-right: 1px solid #E9E9E9;
	width: 255px;
	padding-left: 17px;
	padding-right: 17px;
	display: table-cell;
}

section#leistungen ul {
	margin: 0 0 1em 15px;
	padding: 0;
}

section#leistungen ul li {
	list-style-type: circle;
	margin-bottom: 1em;
}

section#leistungen div {
	float: right;
	margin-right: -17px;
	background: url('../images/showcase-flip.png');
	width: 139px;
	height: 151px;
}

section#ref {
	margin-left: 563px;
	padding-left: 17px;
	width: 256px;
	display: table-cell;
}

section#ref .preview {
	float: right;
	margin-left: 5px;
}

/* Showcase */

nav.showcase ul {
	margin: 0;
	padding: 0;
}

nav.showcase ul li {
	float: left;
	list-style-type: none;
	cursor: pointer;
	margin-right: 5px;
}

nav.showcase ul li img {
	border: 1px solid #000;
}

div.showcase {
	clear: both;
	width: 836px;
	height: 350px;
	overflow: hidden;
}

div.showcase .page {
	width: 836px;
	height: 350px;
	float: left;
}

div.showcase .page .screen {
	margin: auto;
	padding: 10px;
	float: left;
	width: 250px;
}

div.showcase .page .screen a:focus {
	outline: none;
}

div.showcase .page .desc {
	margin-left: 300px;
	padding-right: 10px;
}

/* Kontakt */
label {
	display: block;
	margin-bottom: 12px;
}

label span {
	display: block;
	margin-bottom: 3px;
}

label input {
	width: 300px;
}

label textarea {
	width: 500px;
	height: 250px;
}

label input,
label textarea,
#submit {
	padding: 4px;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #F8FFFA;
}

label input:focus,
label textarea:focus,
input#submit:focus {
	border: 1px solid #000;
	outline: none;
}

label span.error {
	display: none;
	color: #B00;
}

#status {
	height: 28px;
	display: block;
}

input#submit {
	background-color: #DDD;
	cursor: pointer;
	outline: none;
}

#sending {
	background: url('../images/sending.gif') no-repeat;
	padding-left: 20px;
}

#thankyou {
	color: #008;
}

/* == Kontakt == */
.profileLinks {
	margin: 10px 0 0 0;
	padding: 0;
	height: 40px;
}

.profileLinks li {
	display: inline;
}

.creatureLink {
	text-decoration: none;
	float: left;
	height: 40px;
	line-height: 40px;
	background-repeat: no-repeat;
	display: block;
}

.drumbo {
	background-image: url(../images/creatures/Drumbo-small.png);
	width: 48px;
}

.keyboard-hero {
	background-image: url(../images/creatures/Keyboard-Hero-small.png);
	width: 44px;
}

.philcon {
	background-image: url(../images/creatures/Philcon-small.png);
	width: 36px;
}

.photo {
	padding: 2px;
	border: 1px solid #333;
	margin: 0 5px 5px 0;
	float: left;
}

.profileDesc {
	height: 96px;
	min-height: 96px;
}

html > body .profileDesc {
	height: auto;
}
