/*
	Theme Name: Ad Werft
	Theme URI: http://www.adwerft.de
	Description: Agentur für neue Medien
	Version: 1.0
	Author: AD WERFT
	Author URI: http://www.adwerft.de
	License: business
*/

* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a img {
	border: none;	
}

p {
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #404f64;
	padding-bottom: 10px;
	cursor: pointer;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #404f64;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	color: #404f64;
	padding-bottom: 10px;
}

a {
	color: #404f64;
	text-decoration: underline;
	font-size: 12px;
}

.clearBoth {
	clear: both;
	height: 0;
	width: 0;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

/* HEADER */

#header {
	padding-bottom: 50px;	
}

#logo {
	float: left;
	position: relative;
	width: 400px;
	padding-top: 25px;
}

#boxContact {
	float: right;
	position: relative;
	width: 200px;
	padding: 10px;
	background-color: #e4eaf2;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

#boxContact p {
	color: #7c92ac;
}

/* FOOTER */

#boxImprint {
	margin-top: 40px;
	border-top: dotted #7c92ac 1px;	
}

#boxImprint p {
	font-size: 11px;
	color: #7c92ac !important;
	padding-top: 5px;
}

/* CONTENT */

.slide {
	margin-bottom: 10px;	
}

#content p {
	color: #333;
	margin-bottom: 10px;
}

/* ABOUT */

#portrait {
	margin-bottom: 10px;	
}

#portraitLeft {
	float: left;
	position: relative;
	width: 380px;
	padding: 10px;
	margin-right: 10px;
	border: 1px dotted #7c92ac;
}

#portraitRight {
	float: right;
	position: relative;
	width: 380px;
	padding: 10px;
	border: 1px dotted #7c92ac;
}

#portraitRight .image, #portraitLeft .image {
	float: left;
	position: relative;
	width: 125px;
	margin-right: 25px;
}

#portraitRight .infos, #portraitLeft .infos {
	float: right;
	position: relative;
	width: 230px;
}

/* CASES */

.boxCase {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #7c92ac;
}

.boxCase .image {
	float: left;
	position: relative;
	width: 175px;
	margin-right: 25px;
}

.boxCase .infos {
	float: right;
	position: relative;
	width: 650px;
}