﻿@charset "utf-8";

/* Author: Dennis Schmerbeck */
/* Company: Euroweb Internet GmbH */
/* Copyright: 2009 - Dennis Schmerbeck & Euroweb Internet GmbH */


/*==================================================
    => global tags
==================================================*/

* {
	padding:0;
	margin:0;
}

body {
	color:#333333;
	vertical-align:baseline;
	text-align:center;
	font:12px/20px Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.jpg) repeat-x;
}

html,
body,
#container {
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 100%;
}
 html[xmlns^="http"] {
 overflow-y:scroll;
}

ol,
ul,
dl {
	list-style:none;
}

a,
.escape span {
	text-decoration:underline;
	color:#c01f1f; /*white-space:nowrap;*/
}

a:hover,
a:hover span {
	color:#c01f1f;
	text-decoration:none;
}

a {
	outline:none; /* disable dotted active-link borders */
}

p {
	margin:0 0 15px 0;
}

img,
img a {
	border:none;
}

/*==================================================
    => global classes / ID's
==================================================*/
.hr {
	height:20px;
	background:url(../images/p-hr.jpg) repeat-x top;
	margin:20px 0 0 0;
}

.clear {
	clear:left;
	float:none;
	height:0;
	line-height:0.0em
}

.highlight {
	font-weight:bold;
	background:#fafafa url(../images/icon-get-more.png) no-repeat 3px center;
	border-bottom:solid 1px #e5e4e1;
	border-top:solid 1px #e5e4e1;
	padding:0 0 0 20px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.externerLink {
	background:url(../images/icon-external-link.gif) no-repeat right center;
	padding:0px 20px 0px 0px;
}

.error404 li {
	background:url(../images/icon-get-more.png) 5px 8px no-repeat;
	padding-left:20px;
	line-height:28px;
}

#buttonImprint {
	display:none;
}

/*==================================================
    => container
==================================================*/

div#container {
	width:955px;
	position:relative;
	margin:0 auto;
	text-align:left;
}

/*==================================================
    => header  
==================================================*/

div#header {
	background:url(../images/bg-header.jpg) no-repeat;
	width:900px;
	height:276px;
	position:relative;
}

div#header div#slideshow {
	background:url(../images/bg-slideshow.jpg) no-repeat;
	width:574px;
	height:292px;
	position:relative;
	left:325px;
	top:-105px;
}

/*------------------ =branding  ------------------*/

h1#branding
 {
	display:block;
	height:136px;
	position:relative;
	text-indent:-9999px;
	top:110px;
	width:336px;
}

h1#branding a {
	display:block;
	height:136px;
}

/*------------------ =claim  ---------------------*/

p#claim {
}

/*==================================================
    => content-container  
==================================================*/

div#contentContainer {
	padding-bottom: 53px;
}

div#contentContainer h1 {
	color:#c01f1f;
	font:bold 30px/30px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

div#contentContainer h2 {
	color:#4d4d4d;
	font:bold 20px/20px Arial, Helvetica, sans-serif;
}

div#contentContainer h3 {
	color:#c01f1f;
	font:bold 16px/24px Arial, Helvetica, sans-serif;
}

div#contentContainer h4 {
	color:#4d4d4d;
	font:bold 14px/22px Arial, Helvetica, sans-serif;
}

/*------------------ =content-main  ---------------*/

div#contentMain {
	float:left;
	width:560px;
	padding:105px 0 0 80px;
	position:relative;
	_top:-50px;
}

* html div#contentMain {
	padding:0 0 0 80px;
}

/*------------------ =content-column  -------------*/

div.contentColumn {
}

/*------------------ =content-sidebar  -------------*/

div#contentSidebar {
	background:url(../images/bg-sidebar.jpg) no-repeat;
	position:relative;
	width:260px;
	height:428px;
	_top:-152px;
	left:0px;
	float:left;
}

div#contentSidebar ul#kontaktdaten {
	height:150px;
	display:block;
	position:relative;
	top:133px;
	left:27px;
}

div#contentSidebar ul#kontaktdaten li#liTelefon span {
	padding-left:10px;
}

div#contentSidebar ul#kontaktdaten li#liFax span {
	padding-left:32px;
}

div#contentSidebar ul#kontaktdaten li#liMail span.spanPadding {
	padding-left:20px;
}

/*==================================================
    => image  
==================================================*/

.image {
	border: 1px solid #BF1F1F;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 0px 14px 10px 0;
	cursor: url(../images/icon-zoomin.cur), pointer;
	outline: none;
}

.image:hover,
a:hover img.image {
	border: 2px solid #BF1F1F;
	padding: 1px;
}

.image2 {
	border: 1px solid #BF1F1F;
	padding: 2px;
	background:#FFF url(../images/icon-progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

/*==================================================
    => imprint  
==================================================*/

dl.imprintBusiness,
dl.imprintAddress {
}

dl.imprintBusiness dt,
dl.imprintAddress dt {
	display:block;
	width:50%;
	float:left;
}

dl.imprintBusiness dd,
dl.imprintAddress dd {
	clear:right;
}

/*==================================================
    => navi    
==================================================*/

ul#navi {
	width:260px;
	height:102px;
	position:relative;
	display:block;
	top:27px;
	height:102px;
	text-indent:-9999px;
}

ul#navi li {
	height:29px;
	_height:30px;
	display:block;
	padding-bottom:7px;
	_padding-bottom:6px;
}

ul#navi li a {
	height:30px;
	_height:30px;
	display:block;
}

ul#navi li#liWirUeberUns a:hover {
	background:url(../images/bg-navi-hover.jpg) no-repeat;
}

ul#navi li#liUnsereLeistungen a:hover {
	background:url(../images/bg-navi-hover.jpg) no-repeat 0 -36px;
}

ul#navi li#liProjekte a:hover {
	background:url(../images/bg-navi-hover.jpg) no-repeat 0 -72px;
}

/*------------------ =navi-add  -----*/

ul#naviAdd {
	display:block;
	position:relative;
	width:400px;
	padding:16px 0 0 515px;
}

ul#naviAdd li {
	float:left;
	display:block;
}

ul#naviAdd li a {
	color:#fff;
	text-decoration:none;
}

ul#naviAdd li a:hover {
	text-decoration:underline;
}

ul#naviAdd li#liStartseite {
	padding-right:28px;
}

ul#naviAdd li#liAnfahrt {
	padding-right:27px;
}

ul#naviAdd li#liNewsletter {
	padding-right:27px;
}

ul#naviAdd li#liKontakt {
	padding-right:25px;
}

ul#naviAdd li#liImpressum {
	padding-right:30px;
}

/*==================================================
    => footer   
==================================================*/


/*------------------ =footer-container  --------*/

div#footerContainer {
	background:url(../images/bg-footer-container.jpg) repeat-x;
	height:53px;
	margin-top:-53px;
	position:relative;
	clear:both;
	width:100%;
	}

/*------------------ =footer  --------*/

div#footer {
	background:url(../images/bg-footer.jpg) no-repeat;
	height:53px;
	width:915px;
	position:relative;
	margin:0 auto;
}

/*==================================================
    => standarts   
==================================================*/

/*------------------ =list  --------*/
ul.list {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.list li {
	padding: 5px 0 5px 25px;
	border-bottom: dashed 1px #ccc;
	margin: 0 10px 0 0;
	line-height: 18px;
	list-style:none;
	_height: 20px;
}

ul.list li:hover {
}

.leistung01 {
	width:210px;
}

.leistung02 {
	width:270px;
}

/*==================================================
    => clearfix   
==================================================*/

.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
