@charset "utf-8";

/* Company: Euroweb Internet GmbH */

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

* {
   padding:0;
   margin:0;
}

body {
   color:#f9f9f9;
   vertical-align:baseline;
   text-align: center;
   font: 14px Arial, Helvetica, sans-serif;#
	line-height: 18px;
   background:#222635 url(../images/bg-body.jpg) center 0 repeat-x;
}

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

a:link,
a:visited {
   color: #00f837;
   text-decoration: none;
	outline:none;
}

a:hover {
   color: #00f837;
   text-decoration: underline;
	outline:none;
}

a:active {
   color: #00f837;
   text-decoration: none;
	outline:none;
}

.highlight{
   font-size:1.3em;
   line-height:1.8em;
   font-weight:bold;
}

p {
	margin-bottom: 10px;
}


ul.liste {
	list-style:circle;
	margin-left: 20px;
}

ul.liste li {
	margin-bottom: 10px;
}
/*==================================================
    => global classes
==================================================*/

.clear {
   clear:left;
   float:none;
}

.floatLeft {
   float: left;
}

.floatRight {
   float: right;
}

.noMarginRight {
   margin-right: 0;
}

.green { color:#00f639;}


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

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

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

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

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

h1#branding a {
	display:block;
	width:295px;
	height:106px;
	position:absolute;
	top:91px;
	left:66px;
	text-indent:-9999px;
	outline:none;
}

/*==================================================
    => contentContainer  
==================================================*/
div#contentContainer {
   height:100% !important;
   padding:0 0 0;
   width:960px;
}

/*------------------ =contentMain  ---------------*/

div#contentMain {
   float:right;
   width: 535px;
	margin-left: 41px; 
	text-align:left;
   height:auto !important;
   min-height:640px;
   height:640px;
}

#column1 {
	width: 258px;
	float:left;
	margin-right:22px;
}

#column2 {
	width: 255px;
	float:left;
}

p.gruen {
	color: #00f639; 
}

.video {
margin-top: 20px;
}

/*------------------ =headlines  ---------------*/

h2.home {
   background:url(../images/headlines/home.gif) no-repeat 0 0;
   text-indent:-9999px;
   height:105px;
}

h2.leistungen {
   background:url(../images/headlines/leistungen.gif) no-repeat 0 0;
   text-indent:-9999px;
   height:105px;
}

h2.projekte {
   background:url(../images/headlines/projekte.gif) no-repeat 0 0;
   text-indent:-9999px;
   height:105px;
}

h2.fuhrpark {
   background:url(../images/headlines/fuhrpark.gif) no-repeat 0 0;
   text-indent:-9999px;
   height:105px;
}

h2.danke {
   background:url(../images/headlines/danke.gif) no-repeat 0 0;
   text-indent:-9999px;
   height:105px;
}

h2.fehler {
   background:url(../images/headlines/fehler.gif) no-repeat 0 0;
   text-indent:-9999px;
   height:105px;
}

h2.kontakt {
   background:url(../images/headlines/kontakt.gif) no-repeat 0 0;
   text-indent:-9999px;
   height:105px;
}

h2.impressum {
   background:url(../images/headlines/impressum.gif) no-repeat 0 0;
   text-indent:-9999px;
   height:105px;
}

/* =image */

.image {
   border: 1px solid #c8c8c8;
   padding: 2px;
   margin: 0px 10px 10px 0;
   cursor: url(../images/icon-zoomin.cur), pointer;
   outline: none;
}

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


/*==================================================
    => contentSidebar    
==================================================*/

div#contentSidebar {
	position:relative;
   float:right;
   width: 384px;
   height:auto !important;
   min-height:640px;
   height:640px;
   padding: 0 0 0 0;
   display: inline;
	background: url(../images/bg-sidebar.gif) no-repeat;
	background-position:top; 
}

.contact {
	width: 317px;
	height: 329px;
	margin-left:67px;
	margin-top:272px;
}


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

ul#navi{
	width:900px;
	height:32px;
	position:absolute;
	top:335px;
	left:41px;
}

ul#navi li {
   float:left;
}

ul#navi li a {
   height:32px;
   display:block;
   outline:none;
   text-decoration: none;
   text-indent: -999em;
}

ul#navi li a.leistungen {
   width:152px;
}

ul#navi li a.projekte {
   width:152px;
}

ul#navi li a.fuhrpark {
   width:152px;
}

ul#navi li a.portfolio {
   width:270px;
}

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

ul#navi li a.projekte:hover {
   background-position: -152px 0px;
}

ul#navi li a.fuhrpark:hover {
   background-position: -304px 0px;
}

ul#navi li a.portfolio:hover {
   background-position: -456px 0px;
}


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

div#footer {
   height: 81px;
   margin:0 auto 0px;
   width:100%;
   background: url(../images/bg-footerkachel.jpg) repeat-x 0 0;
}

div#footerContent {
   position:relative;
   margin:0 auto;
   padding:13px 0 0 0px;
   width:960px;
   height:68px;
   background: url(../images/bg-footerContent.jpg) no-repeat 0 0;
   text-align:left;
   font-size:0.9em;
   line-height:1.6em;
}


/*==================================================
    => naviAdd   
==================================================*/

ul#naviAdd{
   width:269px;
   height:13px;
   position:absolute;
   top:13px;
   left:670px;
}

ul#naviAdd li {
	float: left;
}

ul#naviAdd li a {
   height:13px;
   display:block;
   outline:none;
   text-decoration: none;
   text-indent: -999em;
}

ul#naviAdd li a.home {
   width:97px;
}

ul#naviAdd li a.kontakt {
   width:82px;
}

ul#naviAdd li a.impressum {
   width:90px;
}

ul#naviAdd li a:hover {
   background:url(../images/bg-naviAddHover.gif) no-repeat 0 0;
}

ul#naviAdd li a.kontakt:hover {
   background-position: -97px 0px;
}

ul#naviAdd li a.impressum:hover {
   background-position: -179px 0px;
}


/*==================================================
    => googlemaps   
==================================================*/

div#map a {
   background:transparent url(../images/bg-google-enlarge.gif) no-repeat scroll 0 0;
   display:block;
   height:31px;
   text-indent:-9999px;
   width:258px;
   margin:10px 0 5px 0;
}

.iframemap {
   border:1px solid #dddbdb;
   padding:3px;
}

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

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

.clearfix {
   display: inline-block; /* for IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
   zoom: 1; /* triggers hasLayout */
}

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




/*====================
	Slider
======================*/
#slider {
	position:absolute;
	top:104px;
	left:30px;
	height:149px;
	width:216px;
	overflow:hidden;
}
#slider li { 
	position:relative;
	width:216px;
	height:149px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn {
	display:block;
	width:22px;
	height:89px;
	position:absolute;
	z-index:1000;
	top:145px;
	left:15px;
}
#nextBtn { 
	left:925px;
	top:165px;
	left:215px;
}										
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:35px;
	height:35px;
	text-indent:-5000px;
	background:url(../images/slideshow-left.png) 0 0 no-repeat;
}	
#nextBtn a, #slider1next a{ 
	width:35px;
	height:35px;
	background:url(../images/slideshow-right.png) 0 0 no-repeat;
}

#slider .slider-btn {
	position:absolute;
	top:272px;
	left:755px;
	background:url(../images/btn-slider-shop.gif) 0 0 no-repeat;
	width:145px;
	height:28px;
	text-indent:-5000px;
}



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


dl.imprintTypeOfBusiness,
dl.imprintAddress {
	width:100%;
	line-height:18px;
	margin:15px 0;
}

dl.imprintTypeOfBusiness dt,
dl.imprintAddress dt {
	display:block;
	width:40%;
	float:left;
}

#datenschutz {
	display:block;
}

dl.imprintTypeOfBusiness dd,
dl.imprintAddress dd {
	clear:right;
}
.float
{
	margin-left: 40px;
}


