﻿/* Home */
.butHomeWahnsinn { 
	width:188px; 
	height:35px; 
	position:absolute; 
	top:300px; 
	left:25px; 
	background-image:URL(../../page_includes/home.de/but_wahnsinn_off.jpg); 
}
.butHomeWahnsinn:hover { 
	background-image:URL(../../page_includes/home.de/but_wahnsinn_on.jpg);  
}

.butHomeGenie { 
	width:188px; 
	height:35px; 
	position:absolute; 
	top:300px; 
	right:25px; 
	background-image:URL(../../page_includes/home.de/but_genie_off.jpg); 
}
.butHomeGenie:hover {  
	background-image:URL(../../page_includes/home.de/but_genie_on.jpg); 
}

/* Landkreis */
.Landkreise a {
    display:inline-block;
    margin-right:15px;
}
    
/* Sidebar-Navi */
ul.sideBarNavi {
    margin:0;
    padding:0;
    list-style-type:none;
}    

ul.sideBarNavi li {
    margin-bottom:10px;
}
    
ul.sideBarNavi .aktiv a {
    font-weight:bold;
}
    
ul.sideBarNavi a {
    display:block;
    padding:2px;
}
    
ul.sideBarNavi a:hover {
    background-color:#eeeeee;
    text-decoration:none;
}    



/* ProjekteThumb */
.projektThumb {
    background-color:white;
    border:solid 1px #444444;
    margin-bottom:20px;
}

.projektThumb div {
    display:block;
    background-color:#444444;
    padding:2px;
}

.projektThumb div,
.projektThumb div * {
    color:White !important;
}       

.xxprojektThumb img {
    width:100%;
}    
            
/* contentTop Div */

.contentTopDiv {
    position:relative;
}

.contentTopDiv div {
    position:absolute;
    top:25px;
    left:25px;
}
    
/* Produkt-Tabellen */
.tblProdukt5er { margin-bottom:10px; }
.tblProdukt5er td { width:200px !important; padding-bottom:5px; }

.InfoBoxRight {
    border:solid 1px #cccccc; 
    float:right; 
    margin-left:25px; 
    margin-bottom:25px; 
    width:120px; 
    height:150px auto; 
    text-align:center; 
    padding:5px;
}

.ProduktBox {
    display:inline-block;
    float:left;
    border:solid 1px #cccccc; 
    margin-right:25px; 
    margin-bottom:25px; 
    width:123px; 
    height:auto; 
    text-align:center; 
    padding:5px;
}    

.ProduktBox H1 {
    font-size:150%;
    color:Red;
}
    
.Preis {
    color:#568ac2;
    font-size:150%;
    line-height:125%;
    font-weight:bold;
    display:block;
    margin-top:12px;
    margin-bottom:2px;
}   

/* Buttons */
.butBestellen {
    display:block;
    width:121px;
    height:21px;
    background-image:URL(../../../cms_daten/_lng_default/Layout/button_bestellen_off.png);
}
   
.butBestellen:hover {
    background-image:URL(../../../cms_daten/_lng_default/Layout/button_bestellen_on.png);
}