/*
-----------------------------------------------------------------------------------------------
INHALT
-----------------------------------------------------------------------------------------------
=GENERELLER SEITENAUFBAU


*/




/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h1, h2, h3, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, a {
	color: #645048;
	margin: 0;
	padding: 0;
	font-family: Tretbuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1.35em;
	text-decoration: none;
}


/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }



/* =EINGABEFELDER
----------------------------------------------------------------------------------------------- */
input, select, textarea {
	background-image: none !important;
	background: #fff;
	border: #939090 1px solid !important;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #939090;
	padding: 1px;
} 

input:focus, select:focus, textarea:focus {
	border: #4E5731 1px solid !important;
	color: #4E5731;
}

input.button {
	border: none !important;
}

input.send {
	background: url(images/button_send.png) no-repeat !important;
	cursor: pointer;
	float: right;
	height: 20px;
	margin-right: 5px;
}

input.send:hover {
	background: url(images/button_send_hover.png) no-repeat !important;
}

input.medium {
	width: 100px;
}

input.large {
	width: 150px;
}

.right {
	float: right;
}

body {
	background: url(images/background.jpg) no-repeat 50% 45px;
}


div.site {
	margin: 0 auto;
	width: 900px;
}

div.container {
	position: relative;
}

div.outer_wrapper {
	background: url(images/background_sidebar.png);
	border: #fff solid 1px;
	display: inline-block;
	height: 100%;
	outline: solid 1px #d4d0cf;
	width: 900px;
}


div.inner_wrapper {
	background: url(images/background_wrapper.png);
	display: inline-block;
	height: 100%;
	outline: solid 1px #d4d0cf;
}

div.inner_wrapper div.box {
	padding: 12px;
}


p {
	display: inline-block;
	margin-bottom: 5px;
}

span.separator {
	display: block;
	height: 1em;
}

span.separator.large {
	height: 2em;
}

span.separator.small {
	height: 0.5em;
}

h1.invisible, h2.invisible {
	position: fixed;
	left: 99999px;
}

h2 {
	color: #4E5731;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	color: #4E5731;
	display: block;
	font-size: 1.3em;
	margin-top: 10px;
}


label {
	display: inline-block;
	float: left;
}

span.prefix {
	display: inline-block;
	width: 60px;
}


div#header {
	height: 70px;
}

div#branding {
	margin-top: 20px;
}



img.bordered {
	background: #fff;
	border: #ccc 1px solid;;
	padding: 5px;
}

a:hover img.bordered {
	background: #f2f2f2;
	border: #645048 1px solid;;
}

div.checklist h3 {
	background: url(images/icon_checkmark.gif) no-repeat 5px 0;
	display: inline-block;
	height: 28px;
	padding-left: 25px;
}

div.checklist p {
	display: inline-block;
	margin: -7px 0 25px 0;
	padding-left: 25px;
}

p.legend {
	font-size: 0.9em;
}

a {
	display: inline-block;
	position: relative;
	font-style: italic;
	text-decoration: underline;
	z-index: 5;
}


/* =IE6 WARNUNG
----------------------------------------------------------------------------------------------- */
div#ie6 {
	height: 810px;
	position: absolute;
	margin-top: 70px;
	z-index: 1000;
}



/* =NAVIGATION
----------------------------------------------------------------------------------------------- */
div#navigation {
	float: right;
}

div#navigation a {
	border-top: 4px solid #b4cc4e;
	color: #b4cc4e;	
	display: inline-block;
	float: right;
	padding: 0 10px;
	text-decoration: none;
}

div#navigation a:hover,
body.home div#navigation a.home,
body.templating div#navigation a.templating,
body.webdesign div#navigation a.webdesign,
body.marketing div#navigation a.marketing,
body.references div#navigation a.references,
body.contact div#navigation a.contact {
	border-top: 4px solid #4E5731;
	color: #4E5731;
}


div#samples {
	margin-top: 10px;
}

div#samples img {
	background: #fff;
	padding: 5px;
	outline: #ccc 1px solid;
}

div#samples a.button_more_references {
	left: 240px;
	top: -45px;
	position: relative;
	z-index: 1000;
}


a.button_more {
	background: url(images/button_more_hover.png) no-repeat;
	display: inline-block;
	height: 20px;
	text-decoration: none;	
	width: 120px;
}

a.button_more:hover {
	background: url(images/button_more.png) no-repeat;
}

img.bandage {
	background: transparent !important;
	position: absolute;
	margin: -9px 0 0 -15px;
	outline: none !important;
}


/* =BOXEN
----------------------------------------------------------------------------------------------- */
div.offer, div.contact {
	background: #fff;
	margin-top: -20px;
	outline: solid 1px #666;
}


div.offer div div, div.contact div div.box {
	background: #b4cc4e url(images/offer_background.jpg) no-repeat right bottom;
}

div.contact div div.box {
	padding-right: 260px;
}


div.offer div div p, div.contact div div {
	color: #4e5731;
}

div.offer div div img, div.contact div div img {
	margin-bottom: 5px;
}

div.offer div div img.offer {
	margin-left: 125px;
	position: absolute;
	margin-top: -47px;
}

div.contact div div img.offer {
	margin-left: 490px;
	position: absolute;
	margin-top: -60px;
}




div#demand {
	display: inline-block;
}



/* =FOOTER
----------------------------------------------------------------------------------------------- */
div#footer {
	background: #b4cc4e url(images/background_footer.jpg) no-repeat 50% 0;
	margin-top: 15px;
	padding-top: 10px;
	width: 100%;
}

div#footer h3 {
	margin-bottom: 5px;
}


div#footer div.outer_wrapper {
	border-bottom: none;
}

div#footer p, div#footer div.tweet span.tweet_text, div#footer div#blogpreview div.blog_text a {
	color: #4E5731;
	font-size: 0.9em;
	line-height: 1.2em;
}



ul.tweet_list li {
	height: 50px !important;
	line-height: 1em;	
	margin-bottom: 5px;
}

ul.tweet_list a {
	display: none;
}

ul.tweet_list span.tweet_text a, div#disclaimer a {
	color: #4E5731;	
	display: inline;
	font-style: italic;
	font-size: 1em;	
	text-decoration: underline;
}

ul.tweet_list span.tweet_text a:hover, div#disclaimer a:hover {
	color: #3E1F12;
}

div#bookmarks img {
	margin-right: 1px;
}

div#search input {
	font-size: 0.9em;
}

div#search input.button {
	background: transparent url(images/button_search.png) no-repeat scroll 0 0 !important;
	border: none !important;
	cursor: pointer;
	height: 20px;
	width: 80px;
}

div#search input.button:hover {
	background: transparent url(images/button_search_hover.png) no-repeat scroll 0 0 !important;
}

div#disclaimer {
	text-align: center;
}



/* =GOOGLE SUCHE
----------------------------------------------------------------------------------------------- */
iframe html body {
	background-color: #000 !important;
	border: 3px solid #000;
}



/* =REFRENZEN
----------------------------------------------------------------------------------------------- */
p.technics {
	font-size: 0.9em;
	font-style: oblique;
}

div.comments p {
	font-style: italic;
}

span.quote {
	float: right;
	font-size: 0.9em;
	font-style: normal;
}


/* =WEBDESIGN
----------------------------------------------------------------------------------------------- */
a.button_more_references {
	background: url(images/button_more_references.png) no-repeat;
	display: inline-block;
	height: 20px;
	text-decoration: none;
	width: 150px;
}

a.button_more_references:hover {
	background: url(images/button_more_references_hover.png) no-repeat;
}
