/* @group Reset */

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Typography */

body {
	background: #969691 url(../images_layout/background_page.jpg) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

p {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

h1 {
	float: left;
	display: inline;
	width: 282px;
	height: 40px;
	margin: 45px 0 0 35px;
	background: url(../images_layout/logo.gif) no-repeat;
	text-indent: -9000px;
}

h1 a {
	display: block;
	width: 282px;
	height: 40px;
	background: url(../images_layout/logo.gif) no-repeat;
}

h1 a:hover {
	background-position: 0 -50px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #C2533F;
	margin-bottom: 12px;
}

body#leistungen h2,
body#referenzen h2,
body#kontakt h2,
body#impressum h2 {
	display: none;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #C2533F;
	margin-bottom: 12px;
}

body#leistungen h3 {
	margin-bottom: 2px;
}

.home_teaser_66 h3 a {
	font-size: 20px;
	margin-bottom: 16px;
	text-decoration: none;
}

.home_teaser_66 h3 a:hover {
	color: #C2533F;
	text-decoration: underline;
}

a {
	color: #C2533F;
}

a:hover {
	color: #333;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #333;
}

ul.bulletlist li {
	background: url(../images_layout/bullet_20px.gif) no-repeat left top;
	padding-left: 10px;
	font-weight: bold;
	line-height: 20px;
}

ul.bulletlist li span {
	font-weight: normal;
	font-style: italic;
}

ul.bulletlist_small {
	margin-bottom: 20px;
}

ul.bulletlist_small li {
	background: url(../images_layout/bullet_18px.gif) no-repeat left top;
	padding-left: 10px;
}

ul.bulletlist_large li {
	font-size: 18px;
	color: #C2533F;
	line-height: 24px;
	background: url(../images_layout/bullet_24px.gif) no-repeat left top;
	padding-left: 14px;
	margin-bottom: 8px;
}

/* @end */

/* @group Layout Boxes */

#wrapper {
	width: 930px;
	margin: 0 auto 0 auto;
}

#header {
	height: 113px;
}

#navigation_main {
	height: 68px;
	position: relative;
	background: url(../images_layout/background_navigation.jpg) no-repeat;
}

#wrapper_content {
	background: #fff url(../images_layout/background_wrapper_bottom.jpg) repeat-y;
}

#content {
	min-height: 400px;
	padding: 53px 36px 0 36px;
	background: url(../images_layout/background_wrapper_top.jpg) no-repeat;
}

* html #content {
	height: 400px; /* set min-height for IE6 */
}


#footer {
	height: 91px;
	padding: 26px 0 0 6px;
	background: url(../images_layout/background_footer.jpg) no-repeat;
}

/* @end */

/* @group Navigation Main */

#navigation_main ul {
	padding: 6px 0 0 6px;
}

#navigation_main li {
	float: left;
}

#navigation_main a {
	display: block;
	height: 62px;
	background: url(../images_layout/buttons_navigation.jpg) no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}

#navigation_main a.button_home {
	width: 101px;
}

#navigation_main a.button_home:hover,
body#home #navigation_main a.button_home {
	background-position: 0 -100px;
}

#navigation_main a.button_profil {
	width: 108px;
	background-position: -101px 0;
}

#navigation_main a.button_profil:hover,
body#profil #navigation_main a.button_profil {
	background-position: -101px -100px;
}

#navigation_main a.button_leistungen {
	width: 144px;
	background-position: -209px 0;
}

#navigation_main a.button_leistungen:hover,
body#leistungen #navigation_main a.button_leistungen {
	background-position: -209px -100px;
}

#navigation_main a.button_referenzen {
	width: 145px;
	background-position: -353px 0;
}

#navigation_main a.button_referenzen:hover,
body#referenzen #navigation_main a.button_referenzen {
	background-position: -353px -100px;
}

#navigation_main a.button_kontakt {
	width: 125px;
	background-position: -498px 0;
}

#navigation_main a.button_kontakt:hover,
body#kontakt #navigation_main a.button_kontakt {
	background-position: -498px -100px;
}

#helmet {
	width: 187px;
	height: 157px;
	position: absolute;
	left: 680px;
	top: -67px;
	background: url(../images_layout/helmet.jpg) no-repeat;
}

/* @end */

/* @group Columns */

.col_100 {
	width: 858px;
	padding-bottom: 30px;
}

.col_100_home {
	width: 858px;
	background: url(../images_layout/home_teaser_background.jpg) no-repeat;
	padding-bottom: 30px;
}


.col_66 {
	width: 562px;
}

.col_50 {
	width: 414px;
}

.col_33 {
	width: 266px;
}

.box_normal_100 {
	width: 818px;
	background-color: #fff;
	padding: 19px 19px 1px 19px;
	border: 1px solid #E3E3E1;
}

body#leistungen .box_normal_100 {
	background: #fff url(../images_layout/leistungen_background.jpg) no-repeat right bottom;
}

.box_normal_66 {
	width: 522px;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 19px 19px 1px 19px;
	border: 1px solid #E3E3E1;
}

.box_normal_50 {
	width: 374px;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 19px 19px 1px 19px;
	border: 1px solid #E3E3E1;
}

.box_blank_33 {
	width: 252px;
}

.box_blank_50 {
	width: 394px;
}

/* @end */

/* @group Home */

#home_teaser {
	float: left;
	width: 562px;
	height: 100px;
	text-indent: -9000px;
	background: url(../images_layout/home_teaser.jpg) no-repeat;
}

.home_teaser_66 {
	width: 274px;
	height: 305px;
	margin-top: 30px;
	padding: 36px 0 0 286px;
	background: #fff url(../images_layout/home_teaser_66.jpg) no-repeat;
	border: 1px solid #E3E3E1;
}

.home_teaser_33 {
	width: 226px;
	height: 328px;
	margin-top: 30px;
	background: #fff url(../images_layout/background_highlight.jpg) repeat-x;
	padding: 13px 19px 0 19px;
	border: 1px solid #E3E3E1;
}

.home_teaser_33  a.ref_link {
	display: block;
	width: 224px;
	height: 148px;
	margin-bottom: 6px;
	border: 1px solid #c0c1bf;
}

.home_teaser_33  a.ref_link:hover {
	border: 1px solid #C2533F;
}

a.home_visicard {
	display: block;
	float: right;
	width: 238px;
	height: 100px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images_layout/home_visicard.jpg) no-repeat;
}

a.home_visicard:hover {
	background-position: 0 -100px;
}

/* @end */

/* @group Gallery */

.gallery a {
	display: block;
	float: left;
	width: 58px;
	height: 58px;
	margin: 0 18px 18px 0;
	border: 1px solid #c0c1bf;
}

.gallery a.last {
	margin-right: 0;
}

.gallery a:hover {
	border: 1px solid #C2533F;
}


/* @end */

/* @group Form */

#formbox {
	width: 374px;
	margin-bottom: 30px;
	padding: 19px 19px 1px 19px;
	border: 1px solid #E3E3E1;
	background: #fff url(../images_layout/background_highlight.jpg) repeat-x;
}

#formbox p {
	margin-bottom: 0;
}

.form_error {
	clear: both;
	margin: 4px 0 4px 0;
	padding: 3px 5px 3px 5px;
	color: #333;
	background-color: #ebe5bf;
}

fieldset {
	border: solid 0 transparent;
}

label {
	display: block;
	margin-bottom: 2px;
	margin-left: 1px;
}

input {
	margin-bottom: 6px;
}

textarea {
	height: 110px;
}

input, textarea {
	width: 366px;
	padding: 1px 2px 1px 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #969691;
	color: #333;
	background-color: #fff;
}

input:hover, textarea:hover {
	border-color: #C2533F;
}

#formbox button {
	border: none;
	display: block;
	width: 69px;
	height: 20px;
	margin: 10px 0 20px 0;
	text-indent: -9000px;
	background:url(../images_layout/button_send.gif);
	cursor: pointer;
}

#formbox button:hover {
	background-position: 0 -20px;
}


/* @end */

.clear {
	clear: both;
}

.left {
	float: left;
}

.middle {
	float: left;
	margin-left: 30px;
}

.right {
	float: right;
}

html {
	height: 100%;
	margin-bottom: 1px;
}





