@charset "utf-8";

/* Company: Euroweb Internet GmbH */

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

* {
   padding:0;
   margin:0;
}

body {
   color:#000;
   vertical-align:baseline;
   text-align: center;
   font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
   background:#d7a367 url(../images/bg-body.jpg) center 0 repeat-x;
}

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

a:link,
a:visited {
   color: #465b11;
   text-decoration: underline;
}

a:hover {
   color: #465b11;
   text-decoration: none;
}

a:active {
   color: #465b11;
   text-decoration: underline;
}

/*------------------ =linksGaestebuch  ------------------*/

table td .gbentrybottom a {
   color: #f2eed5;
   text-decoration: underline!important;
}

table td .gbentrybottom a:hover {
   color: #f2eed5;
   text-decoration: none!important;
}

p {
   margin: 0 0 16px 0px;
}

img,
img a {
   border: none;
   -ms-interpolation-mode: bicubic;
}

.trenn {
   padding:0 0 0 0;
   margin-bottom:10px;
   border-bottom:#d09d5f 1px solid;
   clear:left;
   height:1px;
}

* html .trenn { /*IE6 Hack*/
   margin-top:-25px; 
}

.highlightPdf {
   color:#802b2b;
   background-color:#FDF5CB;
   padding:3px;
}

/*==================================================
    => global classes
==================================================*/

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

.floatLeft {
   float: left;
}

.floatRight {
   float: right;
}

.noMarginRight {
   margin-right: 0;
}


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

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

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

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

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

h1#branding a {
   display:block;
   width:330px;
   height:100px;
   position:absolute;
   top:180px;
   left:320px;
   text-indent:-9999px;
   outline:none;
}

/*==================================================
    => contentContainer  
==================================================*/
div#contentContainer {
   background:transparent url(../images/bg-contentContainer.jpg) 0 0 repeat-y;
   height:100% !important;
   padding:0 0 0;
   width:960px;
}

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

div#contentMain {
   float:left;
   width: 563px;
   padding: 0 30px 0 55px;
   text-align:left;
   font-size:13px;
   line-height:21px;
   height:auto !important;
   min-height:450px;
   height:450px;
   background:url(../images/bg-contentMain.jpg) no-repeat 0 0;
}

div#contentMain p strong{
	font-weight:bold;
   color:#000;
}

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

h2.home {
   background:url(../images/index/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.fehler {
   background:url(../images/fehler/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.kontakt {
   background:url(../images/kontakt/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.anfahrt {
   background:url(../images/anfahrt/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.impressum {
   background:url(../images/impressum/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.newsletter {
   background:url(../images/newsletter/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.aktuelles {
   background:url(../images/aktuelles/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.produkte {
   background:url(../images/produkte/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.service {
   background:url(../images/service/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.firmenhintergrund {
   background:url(../images/firmenhintergrund/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

h2.links {
   background:url(../images/links/headline.jpg) no-repeat 0 0;
   text-indent:-9999px;
   height:100px;
   margin:0 0 20px 0;
}

div#contentMain h3 {
   font-size:16px;
   line-height:20px;
   font-weight:bold;
   color:#000;
   margin-bottom:12px;
}

div#contentMain h4 {
   font-size:14px;
   line-height:20px;
   font-weight:bold;
   color:#000;
   margin-bottom:12px;
   margin-top:12px;
   color:#354409;
}

div#contentMain .highlight {
   font-weight:bold;
   color:#354409;
}

/* =lists */

div#contentMain ul {
   margin: 0 0 20px 10px;
   padding: 5px;
   list-style: none;
}

div#contentMain ul li {
   padding: 3px 0 10px 16px;
   background:url(../images/li-contentMain.gif) no-repeat left 6px;
   line-height: 21px;
   list-style:none;
   _height: 1%; /*IE6 Hack*/
}

div#contentMain ul {
   margin: 0 0 0 0;
   padding: 5px;
   list-style: none;
}

div#contentMain ul.links {
   margin: 0 0 20px 0;
   padding: 5px;
   list-style: none;
   width:260px;
   float:left;
}

div#contentMain ul li.links {
   padding: 3px 0 10px 16px;
   background:url(../images/li-contentMain.gif) no-repeat left 6px;
   line-height: 21px;
   list-style:none;
   _height: 1%; /*IE6 Hack*/
}

div#contentMain ul li.pdf {
   padding: 3px 0 10px 23px;
   background:url(../images/li-pdf.gif) no-repeat left 4px;
   list-style:none;
   _height: 1%; /*IE6 Hack*/
}

#nodisplay {
	display: none;
}

/* =image */

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

.pictext {
	text-align:center;
   width:140px;
   float:left;
   line-height:15px!important;
   font-weight:bold;
   font-size:11px;
   color:#354409;
}

.imagetext {
   border: 1px solid #ba803e;
   padding: 2px;
   margin: 0 0 0 0;
   cursor: url(../images/icon-zoomin.cur), pointer;
   outline: none;
   line-height:15px!important;
   font-weight:bold;
   font-size:11px;
   color:#354409;
}

.imagetextSpan {
	text-align:center;
   width:140px;
   float:left;
   margin: 5px 10px 0 0;
   line-height:15px!important;
   font-weight:bold;
   font-size:11px;
   color:#354409;
}

.contentMainBildRight {
	float:right;
   padding: 0 20px 0 0;
}

.imageCMS {
	float:right;
   padding: 0 20px 0 0;
}

html>image {
   margin: 0px 10px 5px 0;
}

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

/* =imprint */

dl.imprintTypeOfBusiness,
dl.vcard {
   line-height: 20px;
   margin: 15px 0 20px 0;
}

dl.imprintTypeOfBusiness dt,
dl.vcard dt {
   display: block;
   width: 160px;
   float:left;
   font-weight:bold;
}

dl.imprintTypeOfBusiness dd,
dl.vcard dd {
   clear:right;
   width:390px;
   float:left;
}

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

div#contentSidebar {
	position:relative;
   float:left;
   width: 312px;
   height:auto !important;
   min-height:516px;
   height:516px;
   padding: 0 0 0 0;
   background:url(../images/bg-contentSidebar.jpg) no-repeat 0 0;
   display: inline;
   margin-top:3px;
}

div#contentSidebarAdress {
	padding:158px 0 0 60px;
   font-size:12px;
   line-height:19px!important;
   width: 252px;
}

div#contentSidebarAdress h3{
   font-size:16px;
   margin-bottom:5px;
}

div#contentSidebarContact {
	padding:92px 0 0 60px;
   font-size:12px!important;
   line-height:19px!important;
   width: 202px;
}

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

ul#navi{
   width:947px;
   height:76px;
   position:absolute;
   top:311px;
   left:0px;
}

ul#navi li {
   float:left;
}

ul#navi li a {
   height:76px;
   display:block;
   outline:none;
   text-decoration: none;
   text-indent: -9999px;
}

ul#navi li a.produkte {
   width:242px;
}

ul#navi li a.service {
   width:236px;
}

ul#navi li a.firmenhintergrund {
   width:237px;
}

ul#navi li a.links {
   width:232px;
}

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

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

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

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

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

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

ul#naviAdd{
   width:236px;
   height:27px;
   position:absolute;
   top:22px;
   left:38px;
}

ul#naviAdd li {
   float:left;
}

ul#naviAdd li a {
   height:27px;
   display:block;
   outline:none;
   text-decoration: none;
   text-indent: -9999px;
}

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

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

ul#naviAdd li a.anfahrt {
   width:54px;
}

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

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

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

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

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

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

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

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

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

div#footercontentAmazon a {
   display:block;
   width:530px;
   height:70px;
   position:absolute;
   top:10px;
   left:360px;
   text-indent:-9999px;
   outline:none;
}

.top {
	position:absolute;
   right:15px;
   top:-15px;
   width:120px;
}

.footercontentBanner {
   padding:0 0 0 0;
}

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

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

.iframemap {
   border:1px solid #c68a4c;
   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 */

