@charset "UTF-8";
/*
Teupel
http://www.xxxx.de
Start 12. März 2012
Last Changes: 12. März 2012
New Design

Design by 
Kwaerbeet-Werbeagentur
http://www.kwaerbeet.de

Implementation by
Lasse Laube, Laube webdesings
http://www.laube-web.com

*/

@import url("reset.css");


* {margin:0;padding:0}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { 
 min-height:600px;/* for good browsers*/
 min-width:950px;/* for good browsers*/

 background-color: #A8A8A8;
 
 font-family: Tahoma, sans-serif;
 font-size: 12px;
 line-height: 15px;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


/* Page */
#outer { width:100%; height:100%; display:table; vertical-align:middle; }
#container { position:relative; height: 552px; vertical-align:middle; display:table-cell; } 
#inner { margin-left:auto; margin-right:auto; width: 950px; height: 800px; /* background: transparent url(../gfx/bg_vcard.png) top left no-repeat; */ padding-left: 30px; color:#000; position: relative; }

#page { width: 950px; height:600px; margin-top: 20px;}

#sidebar { float:left; width: 250px; height: 600px; background: transparent url(../gfx/bg-sidebar.png) top left no-repeat; margin-left: 50px; padding-top: 7px;}

/* Content */
#content { float:left; width: 600px; height: 600px; background: transparent url(../gfx/bg-content.png) top left no-repeat; margin-left: 10px; position: relative; }

#txt-wide { width:560px; height:270px; margin-left: 10px; padding:10px; position: relative; }


	/* Impressum */
#txt-wide-scroll { width:560px; height:470px; margin-left: 10px; padding:10px; position: relative;   }
#txt-scroll {display:block; overflow:auto; width:530px; height:350px;  padding: 0 10px;}



#txt-offer { width:340px; height:300px; margin-left: 0px; padding:10px; position: relative; float: left; text-align: justify;}


.clear { clear: both;} 

/* Fonts */

h1 {
	color: #C3852F;
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 25px;
    text-align: center;
}

h2 {
    font-size: 15px;
    margin: 20px 0 10px;
}


p { font-size: 14px; line-height: 18px; margin-bottom: 10px;}


span.sup { 
       line-height: 0;
       font-size: 60%;
	   vertical-align: super;
}


/* Sidebar */
#menue {
  width: 300px;
  height: 600px;
  position: relative;
}

#menue a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menue .home {
  width: 284px;
  height: 176px;
  background: url(../gfx/nav_home.png) top left no-repeat;
  left: -50px;
  top: 0px;
}

#menue .home:hover, #menue .home_sel {
  width: 284px;
  height: 176px;
  background: url(../gfx/nav_home_sel.png) top left no-repeat;
  left: -50px;
  top: 0px;
}

#menue .angebot {
  width: 284px;
  height: 176px;
  background: url(../gfx/nav_angebot.png) top left no-repeat;
  left: -50px;
  top: 100px;
}

#menue .angebot:hover, #menue .angebot_sel {
  width: 284px;
  height: 176px;
  background: url(../gfx/nav_angebot_sel.png) top left no-repeat;
  left: -50px;
  top: 100px;
}

#menue .kontakt {
  width: 284px;
  height: 176px;
  background: url(../gfx/nav_kontakt.png) top left no-repeat;
  left: -50px;
  top: 200px;
}

#menue .kontakt:hover, #menue .kontakt_sel {
  width: 284px;
  height: 176px;
  background: url(../gfx/nav_kontakt_sel.png) top left no-repeat;
  left: -50px;
  top: 200px;
}

#menue .impressum {
  width: 284px;
  height: 176px;
  background: url(../gfx/nav_impressum.png) top left no-repeat;
  left: -50px;
  top: 300px;
}

#menue .impressum:hover, #menue .impressum_sel {
  width: 284px;
  height: 176px;
  background: url(../gfx/nav_impressum_sel.png) top left no-repeat;
  left: -50px;
  top: 300px;
}


/* Angebot Submenü */


#side-offer {
    float: left;
    width: 200px; height: 440px;
    margin: 5px 0 0 20px;
    position: relative;
    
}

#side-offer li {
	width: 182px; height: 45px;
	margin-bottom: 2px; 
	float:left; 
	
	background: transparent url(../gfx/sub-nav.gif) left top; 
	
}

#side-offer li a {
    color: white;
    display: block;
    font-size: 14px; font-weight: bold;
    height: 30px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 180px;
}

#side-offer li a.doppel {padding-top: 6px;height: 35px;}


#side-offer li a:hover, #side-offer li a.activ {color:#703929; }


#side-offer span {
  display: none;
  position: absolute;
}

#side-offer li a:hover span, #side-offer li a.activ span {	
	position: relative;
	top:0px; left:150px;
	display: block;
	width:42px; height: 44px;
	background: transparent url(../gfx/pinsel.png) top left no-repeat; 
}

#side-offer li a.doppel:hover span, #side-offer li a.doppel.activ span { top:-10px; }




/* Content */


#images { 
	position:relative; 
	top:30px; left:20px;
	
	width:100%; height:100px;
}

#images-offer { 
	position:relative; 
	top:0px; left:0px;
	
	width:300; height:100px;
	float: left;
}


	
#images li {float:left; margin:0 20px;}	
#images-offer li {float:left; margin:0 10px;}	


 /*  Contact Info  --------------------------------*/

#contact-info {
    float: left;
    margin-top:30px;
    width:230px; height: 300px;
    text-align: center;
    }


    /*  Contact Form  --------------------------------*/

#contactform {
        width: 280px;
        margin: 10px 0 0 10px;
        float: left;
    }
#contactform ul li {
        margin-bottom: 5px;
    }
#contactform input {
        width: 150px;
        background-color: #dab480;
        font-size: 12px;
    }
#contactform textarea {
        width: 250px;
        background-color: #dab480;
        font-size: 12px;
    }

#contactform .submit {
    float: right;
    margin-right: 30px;
    font-weight: bold; font-size: 14px;

    background: transparent url(../gfx/senden.png) left top no-repeat;
    width: 120px; height:30px;
    color: white;
    border: none;
}

#contactform .submit:hover {
    color:#703929;      
    }
    
#contactform .flabel {
        margin: 7px 9px;
        position: absolute;
}

.success {
    width: 280px;
    margin-bottom: 5px;
    text-align: center;
    color: green;
    }

#contactform .error {
	margin-top: 3px;
    color: red;
    font-size: 10px;
    display: block;
}


/* Footer */
#footer {
 position: relative;
 top:20px;
 width: 100%;
}
















