/* BODY */

body {
	margin: 0;
	background: #88c425 url(layout/body-background.jpg) no-repeat center top;
	text-align: center;
	font-family: "Droid Sans", arial, serif;
	font-size: 12px;
	color: #fafafa;
}

div#page {
	width: 920px;
	margin: 30px auto;
	text-align: left;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clear {
	clear: both;
}

div.third {
	float: left;
	width: 285px;
	margin-right: 25px;
	margin-bottom: 25px;
}

div.third.first {
	text-align: right;
}

div.third.last {
	margin-right: 0;
}

div.twothird {
	float: left;
	width: 580px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}

div.half {
	float: left;
	width: 430px;
	margin-top: 55px;
	margin-right: 25px;
	margin-bottom: 25px;
}

div.lasthalf {
	margin-right: 0;
	margin-left: 25px;
}

div.main {
	float: left;
	width: 600px;
	margin-top: 55px;
	margin-bottom: 25px;
}



/* HEADER */

p#logo {
	height: 30px;
	margin: 0;
}

p#logo a {
	display: block;
	position: absolute;
	z-index: 3;
	width: 149px;
	height: 36px;
	background: url(layout/yellowgreen-designbuero.png) no-repeat left top;
	text-indent: -999em;
}

p#butterfly {
	position: absolute;
	top: 25px;
	margin-left: 145px;
}

div#menu {
	position: absolute;
	z-index: 2;
	top: 20px;
	width: 935px;
	text-align: right;
}

div#menu div.container {
	display: inline;
}

div#menu h4 {
	float: right;
	height: 36px;
	background: url(layout/menu-background_left.png) no-repeat -999em;
	font-weight: normal;
	font-size: 14px;
}

div#menu h4 a {
	display: block;
	height: 36px;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 5px;
	background: url(layout/menu-background_right.png) no-repeat -999em;
	text-decoration: none;
	line-height: 26px;
}

div#menu h4.active,
body.news-page div#menu h4.cat-1303910328 {
	background-position: left top;
}

div#menu h4.active a,
body.news-page div#menu h4.cat-1303910328 a {
	background-position: right top;
}

div#menu h4:hover {
	background-position: left -50px;
}

div#menu h4:hover a {
	background-position: right -50px;
}

div#menu ol,
div#menu br {
	display: none;
}

div.header {
	padding-top: 15px;
}



/* CONTENT */

hr {
	clear: both;
	width: 960px;
	height: 3px;
	margin: 25px 0 25px -20px;
	background: transparent url(layout/hr-background.png) no-repeat left top;
	border: 0;
}

div.main hr {
	width: 600px;
}

p {
	margin: 0 0 18px 0;
}

a {
	cursor: default;
	text-decoration: underline;
	color: #fafafa;
}

a[href] {
	cursor: pointer;
}

img {
	border: 0;
}

p.link a:hover {
	text-decoration: underline;
}

p.link a {
	display: block;
	margin-top: 125px;
	padding-right: 30px;
	background: url(layout/symbol-forward.png) no-repeat right center;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

p.more a,
p.forward a,
p.back a {
	padding-right: 12px;
	background: url(layout/link-forward.png) no-repeat right center;
	text-decoration: none;
	color: #4f9628;
}

h1 {
	margin: 15px 0 25px 0;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-weight: normal;
	font-size: 58px;
	line-height: 48px;
}

h1 span {
	display: block;
	margin-top: 18px;
	font-family: "Droid Sans", arial, serif;
	font-size: 24px;
	line-height: 28px;
	color: #4f9628;
}

h1 span:first-letter {
	text-transform: uppercase;
}

div.header h1,
div.header h2 {
	text-align: center;
}

h2 {
	margin: 18px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #4f9628;
}

h3 {
	margin: 12px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

h2.big,
h3.big,
div.big h4,
p.big {
	margin: 0 0 12px 0;
	font-size: 30px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
}

h4 {
	margin: 12px 0;
	font-size: 12px;
	line-height: 14px;
}

h4.big {
	font-size: 14px;
	line-height: 16px;
}

h5 {
	margin: 12px 0 6px 0;
	font-size: 12px;
	line-height: 16px;
}

blockquote {
	margin: 12px 0 12px 26px;
	font-style: italic;
	line-height: 16px;
	color: #fff;
}

blockquote:before {
	display: block;
	position: absolute;
	content: '„';
	margin-top: -8px;
	margin-left: -26px;
	font-size: 38px;
	font-family: "Times";
	font-weight: bold;
	color: #4F9628;
}

blockquote a {
	color: #539A2C;
}

.green h1,
.green h2,
.green h3,
.green h4 {
	color: #4f9628;
}

pre {
	margin-left: -10px;
	padding: 5px 10px;
	background: #4f9628;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #739A34; 
	-webkit-box-shadow: 1px 1px 3px #739A34; 
	box-shadow: 1px 1px 3px #739A34; 
	text-shadow: 1px 1px 1px #34631A; 
	white-space: normal;
	font-size: 12px;
	font-family: Courier, monospace;
	color: #fff;
}



/* FOOTER */

p#footer {
	clear: both;
	text-align: center;
}

p#footer,
p#footer a {
	font-size: 10px;
	color: #539a2c;
}



/* MODULE: image */

div.image-module {
	margin-bottom: 50px;
}

div.image-module p.container {
	width: 960px;
	margin: 0 0 0 -21px;
	background: url(../../pages/portfolio/project-background.png) no-repeat left top;
	line-height: 0;
}

div.image-module p.container img {
	margin-top: 19px;
	margin-left: 21px;
}

div.image-module p.container:after {
	display: block;
	position: absolute;
	width: 960px;
	height: 40px;
	margin: -13px 0 0 0;
	background: url(../../pages/portfolio/project-background.png) no-repeat left bottom;
	content: '';
}



/* MODULE: images */

table.images-thumbnails-table {
	width: auto;
}

table.images-thumbnails-table td {
	padding: 0;
	line-height: 0;
}



/* MODULE: image-text.shadow */

div.shadow {
	margin-bottom: 50px;
	background: url(../../pages/portfolio/project-container-background.png) no-repeat 0 20px;
	color: #4F9628;
}

div.shadow:after {
	display: block;
	position: absolute;
	width: 910px;
	height: 13px;
	background: url(../../pages/portfolio/project-container-background.png) no-repeat left bottom;
	content: '';
}

div.shadow *:last-child {
	margin-bottom: 0;
	padding-bottom: 10px;
}

div.shadow div.container {
	width: 860px;
	margin-left: -21px;
	padding: 50px 50px 0 50px;
	background: url(../../pages/portfolio/project-background.png) no-repeat left top;
}

div.shadow div.container:after {
	display: block;
	position: absolute;
	width: 960px;
	height: 40px;
	margin-left: -50px;
	background: url(../../pages/portfolio/project-background.png) no-repeat left bottom;
	content: '';
}

.container .fullsize {
	margin-top: -30px;
	margin-left: -30px;
}

.container div.third.first {
	margin-left: -30px;
}



/* MODULE: form */

input[type="text"],
textarea {
	padding: 3px 5px;
	background: #87C040;
	border-top: 1px solid #74B13C;
	border-right: 0;
	border-bottom: 1px solid #ACD379;
	border-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Droid Sans", arial, serif;
	font-size: 12px;
	line-height: 16px;
	color: inherit;
}

div.email-form label {
	display: block;
	margin-bottom: 6px;
	color: #539a2c;
}

div.email-form p.required label:after {
	content: ' *';
	vertical-align: top;
}

div.email-form p.text {
	margin-bottom: 12px;
}

div.email-form p.text input {
	width: 287px;
	height: 25px;
	padding: 0;
	background: url(layout/textinput-background.png) no-repeat left top;
	border: 0;
	text-indent: 5px;
	line-height: 25px;
}

div.email-form p.half input {
	width: 143px;
	background-image: url(layout/textinput-half-background.png);
}

div.email-form span.spacer {
	padding: 0 0.6em;
}

div.email-form textarea {
	width: 311px;
	height: 135px;
	background: url(layout/textarea-background.png) no-repeat left top;
	border: 0;
	resize: none;
}

p.error {
	width: 250px;
	color: red;
}

/* MODULE: news */

body.news-page h1 {
	font-size: 42px;
}

div.news-pages-topics h4 {
	margin: 0 0 12px 0;
	font-size: 30px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-weight: normal;
	line-height: 36px;
}

div.news-pages-topics h4:after {
	content: ':';
}

div.news-pages-topics div.container br {
	display: none;
}

ol.news-pages-topics {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.news-pages-topics li {
	line-height: 20px;
}

div.news-pages-topics li a {
	text-decoration: none;
}

div.news-pages-topics li a:hover {
	text-decoration: underline;
}

div.news-pages-topics li.active {
	margin: 3px 0 3px -5px;
}

div.news-pages-topics li.active a {
	padding: 3px 5px;
	background: #4f9628;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.news-pages-topics li.active a:hover {
	text-decoration: none;
}

div.news-pages-topics li span.posts {
	display: none;
}

div.list-news-page {
	padding-bottom: 24px;
}

div.list-news-page h2.headline {
	margin-bottom: 12px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 30px;
	line-height: 36px;
}

div.list-news-page h2.headline a {
	text-decoration: none;
}

div.list-news-page p.more {
	margin-top: 12px;
}



/* MODULE: languages */

div#language-chooser {
	position: absolute;
	top: 175px;
	width: 600px;
	text-align: right;
}

div#language-chooser a {
	padding: 3px 5px;
	background: #4f9628;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* PAGE: Landing Pages */

div#landing-header {
	width: 960px;
	margin-top: 35px;
	margin-bottom: 75px;
	margin-left: -20px;
}

div#landing-header h1 {
	margin-bottom: 32px;
	margin-left: 20px;
}

div#landing-header p {
	margin-left: 20px;
}


div.contao-header {
	margin-top: -115px !important;
	padding-top: 125px;
	padding-bottom: 10px;
	background: url(../../pages/contao-agentur-hannover/header.png) no-repeat center top;
}

div.services-description h3,
div.services-description p {
	position: static !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	height: auto !important;
	padding-left: 0 !important;
}




/* PAGE: homepage */

div#home-header {
	width: 960px;
	margin-top: -75px;
	margin-left: -20px;
	padding-top: 85px;
	padding-bottom: 325px;
	background: url(../../pages/homepage/flyer.png) no-repeat left top;
}

div#home-header h1 {
	float: left;
	margin-bottom: 58px;
	margin-left: 20px;
}

ul#service-roller {
	float: right;
	width: 295px;
	margin: 15px 20px 0 0;
	padding: 0;
	text-align: right;
}

ul#service-roller li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#service-roller h2 {
	margin: 0 0 6px 0;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 46px;
	color: #fafafa;
}

ul#service-roller p {
	font-size: 14px;
	color: #4f9628;
}

ul#service-roller p.teaser {
	position: absolute;
	width: 295px;
	margin-top: 12px;
}

div#home-services {
	width: 960px;
	margin-top: -20px;
	margin-left: -20px;
	padding-bottom: 20px;
	background: url(layout/hr-background.png) no-repeat left bottom;
}

div#home-services ul,
div#home-services li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#home-services ul {
	margin-left: 20px;
}

div#home-services li {
	float: left;
	display: block;
	width: 285px;
	height: 115px;
	margin-bottom: 30px;
	background: url(layout/vr-background.png) no-repeat 35px top;
}

div#home-services li.middle {
	margin-left: 30px;
	margin-right: 30px;
}

div#home-services h3 {
	position: absolute;
	height: 100px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left 3px;
	white-space: nowrap;
	font-weight: normal;
}

div#home-services li.comment h3 {
	background-image: url(layout/symbols/comment.png);
}

div#home-services li.laptop h3 {
	background-image: url(layout/symbols/laptop.png);
}

div#home-services li.gear h3 {
	background-image: url(layout/symbols/gear.png);
}

div#home-services li.lab h3 {
	background-image: url(layout/symbols/lab.png);
}

div#home-services li.photography-camera h3 {
	background-image: url(layout/symbols/photography-camera.png);
}

div#home-services li.tools h3 {
	background-image: url(layout/symbols/tools.png);
}

div#home-services p {
	margin-top: 28px;
	margin-left: 50px;
}

div#home-portfolio {
	width: 960px;
	height: 295px;
	margin-bottom: 50px;
	margin-left: -20px;
	background: url(layout/hr-background.png) no-repeat left bottom;
}

div#home-portfolio p.book {
	position: relative;
	top: -20px;
}

div#home-advice {
	float: left;
	width: 600px;
}

div#home-contact {
	float: left;
	width: 285px;
	margin-bottom: 30px;
	margin-left: 35px;
	background: url(layout/vr-background.png) no-repeat 35px top;
	text-align: right;
}

div#home-contact p.big {
	background: url(layout/symbols/comment.png) no-repeat left 3px;
}

div#home-contact p.link a {
	margin-top: 30px;
}



/* PAGE: about */

div#about-teaser {
	width: 960px;
	height: 436px;
	margin-left: -20px;
	padding-top: 24px;
	background: url(../../pages/about/teaser-background.png) no-repeat left top;
}

div#about-teaser h3.text,
div#about-teaser p.text {
	margin-right: 25px;
	margin-left: 650px;
	text-align: right;
}

div#about-teaser h3.text {
	margin-top: -350px;
}



/* PAGE: portfolio */

div.header h2 strong {
	font-weight: normal;
}

div.header h2 a {
	text-decoration: none;
	color: #4f9628;
}

div.header h2 a.active {
	text-decoration: underline;
}

div.header h2 a:hover {
	color: #fff;
}

div.portfolio-navigation {
	width: 960px;
	margin-top: 120px;
}

div.portfolio-navigation p {
	margin: 0;
	width: 56px;
	height: 55px;
	background-image: url(../../pages/portfolio/buttons.png);
	background-repeat: no-repeat;
}

div.portfolio-navigation a {
	display: block;
	position: absolute;
	z-index: 4;
	width: 56px;
	height: 56px;
	text-indent: -999em;
}

p#portfolio-previous {
	margin-left: -35px;
}

p#portfolio-previous.disabled {
	background-position: left bottom;
}

p#portfolio-next {
	margin-top: -56px;
	margin-left: 890px;
	background-position: right top;
}

p#portfolio-next.disabled {
	background-position: right bottom;
}

div#portfolio-first {
	margin-top: -150px;
}

div.portfolio-page p.title {
	margin-bottom: 6px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 38px;
	line-height: 52px;
	color: #539A2C;
}

div.portfolio-page p.title a {
	text-decoration: none;
	color: #539A2C;
}

div.portfolio-page p.teaser {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 26px;
	color: #539A2C;
}

div.portfolio-page p.specs em {
	padding: 3px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #539a2c;
	font-style: normal;
	font-size: 11px;
}



/* PAGE: contact */

div#contact-area {
	width: 600px;
	min-height: 250px;
	margin-right: 0;
	background: url(../../pages/contact/photo.png) no-repeat right top;
}


/* CONTENT: tool */

div.tool {
	margin-top: 12px;
	border-top: 3px dotted #fff;
}

div.tool td {
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

div.tool td:first-child {
	padding-left: 0;
	border: 0;
}

div.tool label {
	display: block;
	margin: 6px 0;
}

div.tool label:after {
	content: ':';
}

div.tool textarea {
	width: 98.5%;
	margin: 18px 0;
}

div.tool input[type="text"] {
	width: 50%;
}


/* PAGE: serp-tracker */

div#serp-data {
	margin: 25px 0 25px -10px;
	padding: 5px 10px;
	background: #4f9628;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #739A34; 
	-webkit-box-shadow: 1px 1px 3px #739A34; 
	box-shadow: 1px 1px 3px #739A34; 
	color: #fff;
}

div#serp-data td.provider {
	width: 50px;
}