/*
Template: Rot zweispatig
Author: Bernd Frigger
Author URL: www.bfrigger.de
Release date: 2014-12-02
Description: Drewer Hausverwaltung
*/

* {
	margin: 0;
	padding: 0;
}

body {
	    background: #404040 url(../images/drewer_bg2.png) no-repeat;
	    background-attachment:fixed; 
	    color: #543;
	    font: normal 75% "Lucida Sans Unicode",sans-serif;
}



p,ul {
	    font-size: 1.2em;
	    padding-bottom: 1.2em;
}

h1 {
	    font-size: 1.4em;
	    margin-bottom: 4px;
	    color:  #000000;
	    padding-top: 10px;
}

b {
	    /*font-size: 1em;*/
	    color:  #909295;
	    font: bold 1.2em "Lucida Sans Unicode",sans-serif; 
	   
}


.werbung {
           font-size: 1.4em;
	       margin-bottom: 4px;
	       color:  #FB000D;;
	       padding-top:10px;
}

.clearer {
	        clear: both;
}

.alert {
            font-size: 2em;
            color: #a31e1f;
       }

.formbox {
  padding: 10px;
  width: 800px;
  color: #000000;
  border: 1px solid #666666;
  font-size: 12px;
}


select {
    padding:5px;
    margin: 0;
    background: #162d43;
    border-left: #a31e1f 5px solid;
    border-bottom: none;
    border-top: none;
    border-right: none;
    color:#ffffff;
    font: normal 1em "Lucida Sans Unicode",sans-serif;
    width: 150px;
    padding-left: 5px;
}
 
.eingabe  {
    color: #000000;
    font: normal 1.1em "Lucida Sans Unicode",sans-serif;
    background-color: #8aadd4;
    padding: 3px;
    height: 20px;
    width: 100px;
}

.button  {
    color: #000000;
    font: normal 1.2em "Lucida Sans Unicode",sans-serif;
    background-color: #162d43;
    padding: 5px;
    height: 30px;
    width: 150px;
    border-top: none;
    border-right: none;
    border-bottom: none;  
    border-left: #a31e1f 5px solid;
	color:  #8aadd4;  
}

.sidenbutton  {
    color: #000000;
    font: normal 1.2em "Lucida Sans Unicode",sans-serif;
    background-color: #162d43;
    padding: 5px;
    height: 30px;
    width: 218px;
    border-top: none;
    border-right: none;
    border-bottom: none;  
    border-left: #a31e1f 5px solid;
	color:  #8aadd4;  
}


.tabbody {
		padding: 10px;
		background: #2c5780;
		color: #ffffff;
		font: normal 1.3em "Lucida Sans Unicode",sans-serif; 
		font: 1.3em; 
}

.tabresult {
		padding: 5px;
		background: #2c5780;
		color: #ffffff;
		font: normal 1.2em "Lucida Sans Unicode",sans-serif; 
		width: 150px;
}

.tabproductline {
		padding: 5px;
		background: #2c5780;
		color: #ffffff;
		font: normal 1.2em "Lucida Sans Unicode",sans-serif; 
		width: 115px;
		text-align: center;
}    

.tabprodspace {
		padding: 5px;
		background: #2c5780;
		color: #ffffff;
		font: normal 1.2em "Lucida Sans Unicode",sans-serif; 
		width: 40px;
		text-align: center;
}    


.prozenteingabe  {
    color: #000000;
    font: normal 1.1em "Lucida Sans Unicode",sans-serif;
    background-color: #8aadd4;
    padding: 3px;
    height: 20px;
    width: 40px;
}

.prozentbutton  {
    color: #000000;
    font: normal 1.2em "Lucida Sans Unicode",sans-serif;
    background-color: #162d43;
    padding: 5px;
    height: 30px;
    width: 40px;
    border-top: none;
    border-right: none;
    border-bottom: none;  
    border-left: #a31e1f 5px solid;
	color:  #8aadd4;  
}


.greenhr {
  background-color: #03b039;
  color:#03b039;
  border:#FF0000;
  height:5px;
}

.blackhr {
  background-color: #000000;
  color:#000000;
  border:#000000;
  height:5px;
}

.bluehr {
  background-color: blue;
  color: blue;
  border: blue;
  height: 5px;

}


table {
  padding:0px;
/*  border:1px #03b039; */
  border-spacing:0px;
}  



/* structure */
.container {
	margin: 0 auto;
	width: 1200px;
}

.header {
	height: 120px;
	margin: 0 auto;
	width: 1200px;
	background: #ffffff;
}

.main {
/*	background: #8aadd4;	*/
	background: #ffffff;
	clear: both;
	padding: 0 10px 12px 28px; 
}

.contentleft {
	background: #ffffff;	
    margin: 20px;
	float: left;
	width: 540px;
	min-height: 250px;
}

.contentright {
	float: right;
	margin: 20px;
	width: 540px;
}

.contentboth {
	background: #ffffff;	
    margin: 20px;
	float: left;
	width: 1080px;
	min-height:500px;

}
.navigation {
	background:  #FB000D;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 1164px;
}
.navigation a {
	font: bold 1em Verdana,sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
/*	line-height: 44px;  */
}
.navigation a:hover {
	font: bold 1em Verdana,sans-serif;
	background: #FB000D;
	color: #000000;
}

/* sub navigation */

.sidenav h1 {
	background: #162d43;
	border-bottom: 1px solid #8aadd4;
	border-top: 1px solid #8aadd4;  
	border-left: #a31e1f 5px solid;
	color:  #8aadd4;  
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding: 8px 4px 8px 12px;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}


.sidenav li {
	border-bottom: 1px solid #8aadd4;
	border-top: 0px solid  #8aadd4;  
	list-style: none;
}
.sidenav li a {
	background: #162d43;
	color:  #ffffff;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	border-left: #a31e1f 5px solid;
}
.sidenav li a:hover {
	background: #2c5780;
	color: #AEB6BB;
}

#navMenue {
    margin: 0;
    padding: 0:
}

#navMenue ul {
    margin:0;
    padding: 0;
    line-height: 40px;
}

#navMenue li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position:relative;
    background: #FB000D;   
}

#navMenue ul li a {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    height: 40px;
    width: 190px;
    display: block;
    color: #ffffff;
    border: 1px solid #ffffff;
/*    text-shadow: 1px 1px 1px #000000;  */
    
}

#navMenue ul ul {
    position: absolute;
    visibility: hidden;
    top: 42px;
}

#navMenue ul li:hover ul {
    visibility: visible;
}

#navMenue li:hover {
    background: #404040;
}

#navMenue ul li:hover ul li a:hover {
    background: #cccccc;
    color: #000000;
}

#navMenue a: hover {
    color: #000000;
}

.clearFloat {
    clear: both;
    margin: 0;
    padding: 0;
}

.slider {
    width: 800px;
    height: 400px;
    overflow: hidden;
    margin: 20px auto;
}

.shadow {
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 864px;
    height:144px;
    margin: -40px auto;
}

/* content */
.content .descr {
	color: #909295;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background:  #fb000d;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 1200px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #C0B8A6;}
.footer .right a:hover {color: #FFE;}

.left {float: left;}
.right {float: right;}
.clearer {clear: both;}








