
/*    
Theme Name: sethdesign - Sebastian Schulz
Description: Launch Website 2010
Author: Sebastian Schulz
Author URI: http://www.sethdesign.de
Version: 1.0 

General License 
*/ 

@charset "iso-8859-2";
 html[xmlns^="http"] {
 overflow-y:scroll;
}

* {
	margin:0;
	padding:0
}

html {
	height:100%;
	overflow:hidden;
}

/* Standarts _______________________________________________________________ */

body {
	background:url(../images/bg_1.jpg) no-repeat fixed;
	height:100%;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	font-size:76%;
	margin:0;
	padding:0;
}

img {
	border:none;
}

p {
	margin-bottom:15px;
}

div#wrapper {
	margin:0 auto;
	position:relative;
	width:889px;
	z-index:100;
}

div#flash {
	height:100%;
	z-index:1;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:18px;
}

h3 {
	font-size:1em;
	font-weight:bold;
}


/* Header _______________________________________________________________ */

div#header {
	height:122px;
	padding:10px 0 0;
	width:890px;
}

h1.logo a {
	background:url(../images/logo.png) no-repeat;
	color:#fff;
	display:block;
	height:180px;
	text-indent:-8000px;
	overflow:hidden;
	width:389px;
}

.headerBild {
	margin-bottom:10px;
}

/* Navigation _______________________________________________________________ */

.nav {
	background:#fff;
	height:23px;
	height:22px\9;
	list-style:none;
	margin:10px 0 20px 0;
	padding-top:4px;
	width:860px;
}

.nav li {
	float:left;
}

.nav li a {
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
}

.nav li a:hover {
	background:#333;
	color:#fff;
	padding:4px 8px;
}

.nav li .navActive {
	color:#fff;
	background:#333;
	padding:4px 8px;
}

/* Content _______________________________________________________________ */

.box {
	background:#fff;
	float:left;
	height:165px;
	margin:0 10px 10px 0;
	padding:20px;
	text-align:left;
	width:240px;
}

.leistungen {
	color:#333;
	font-size:1.2em;
	line-height:22px;
	text-decoration:none;
}

.leistungen:hover {
	text-decoration:underline;
}

.thema {
	color:#333;
	font-size:1.6em;
	font-weight:bold;
	line-height:22px;
}

.linkBox a {
	background:#ff9900;
	color:#fff;
	padding:1px;
	text-decoration:none;
}

.linkBox a:hover {
	background:#fff;
	color:#000;
	padding:1px;
	text-decoration:none;
}

.contentBox {
	background:#fff;
	color:#000;
	float:left;
	margin:0 10px 10px 0;
	padding:20px;
	width:820px;
}

.textBox {
	line-height:18px;
	padding:0 20px 5px 0;
	width:820px;
}

.textBox ul {
	padding:0 0 15px 15px;
}

.thumbsBox img {
	margin:0 10px 10px 0;
}

.thumbsBox {
	background:#fff;
	margin-bottom:10px;
	padding:10px 0 0 10px;
	width:618px;
}

.top {
	margin-bottom:25px;
}

.mediaAward {
	padding-right:10px;
}

.branchenerfahrung {
	list-style:none;
	position:relative;
}

.branchenerfahrung li {
	margin-bottom:10px;
}

/* Kontaktformular __________________________________________________________________ */

.kontaktBox {
	float:left;
	width:400px;
}

.notification_error {
	color:#ff9900;
	font:"Lucida Grande", Verdana, Geneva, sans-serif;
	height:auto;
	margin-bottom:20px;
	padding:4px;
	text-align:left;
	width:310px;
}

.notification_ok {
	font:"Lucida Grande", Verdana, Geneva, sans-serif;
	height:auto;
	padding:4px;
	text-align:left;
	width:310px;
}

.info_fieldset {
	border:none;
	width:400px;
}

.button {
	background:#ff9900;
	border:none;
	clear:left;
	color:#fff;
	cursor:pointer;
	font-size:1em;
	height:25px;
	margin:10px 0 0 118px;
	width:200px;
}

label {
	display:block;
	font:"Lucida Grande", Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-bottom:1px;
	text-align:left;
	width:310px;
}

input,
textarea {
	border:1px solid #999;
	color:#000;
	font:1em "Lucida Grande", Verdana, Geneva, sans-serif;
	margin-bottom:8px;
	padding:3px;
	width:310px;
}

textarea {
	color:#000;
	font:1em "Lucida Grande", Verdana, Geneva, sans-serif;
	height:100px;
}

input:focus,
textarea:focus {
	border:1px solid #ff9900;
}


/* Footer _______________________________________________________________ */

.footer {
	background:#fff;
	clear:left;
	height:19px;
	list-style:none;
	margin:10px 0 10px 0;
	padding-top:4px;
	position:relative;	
	width:860px;
}

.footer li {
	float:left;
}

.footer li a {
	color:#333;
	font-size:1em;
	margin-right:7px;
	padding:4px;
	text-decoration:none;
}

.footer li a:hover {
	background:#333;
	color:#fff;
	padding:4px;
}
