/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.11.2014, 14:03:48
    Author     : T Kroen
*/


body {
    font-family: Arial, sans-serif;
    color: #333333;
    background-color: white;
    margin: 0px;
}

html, body {
    height: 100%;
}

#dashboard {
    width:auto;
    max-width: 1000px;
    margin: 0 auto;
}

.headline {
    font-size: 1.5em;
}
.block {
    background: url("../images/noisy-white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 40px;
    word-wrap: break-word;
}

#navi {
    background-color: #434343;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    margin-bottom: 10px;
    overflow: hidden;
    word-wrap: break-word;
    height: 40px;
    line-height: 6px;
}



nav ul
{
    list-style:none;
    height: 40px;
    padding-left: 146px;
}

nav ul li
{
    display:block;
    float:left;
    padding-right: 15px;

}

nav ul li a {
    text-decoration:none;
    color: white;
    font-size: 15px;
}

nav ul li a.active {
    font-style: italic;
}


div#topheader {
    width:auto;
    max-width: 1000px;
    margin: 0 auto;
}

header {
    margin-bottom: 10px;
/*    background-color: white;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px; */
}

header #logo img {
 
    height: 90px;
    position: relative;
  top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

#logo {
    text-align:right;
    padding-right: 125px;
    height: 116px;
    background-image: url("../images/lighty_header.png");
    border-bottom: 1px solid white;
    
    
}

img.produkt {
   padding: 5px;
   border: 1px dashed gray;
   margin:20px;
   max-width: 175px;
   float: left;
}

div.clearleft {
    height: 215px;
    min-width: 500px;
    border: 1px dotted transparent;
    clear: left;

}

p.product_desc {
    margin-left: 215px;
    margin-top: 70px;
}


.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -75px;
}
.footer, .push {
height: 75px;
}

.footer {
    text-align:center;
    background-color: #434343;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    color: white;
    padding:10px;
    font-size: 15px;
    height: 50px;
    
} 

.footercontainer { 
		position:fixed;
bottom:0px;
width:100%;
	}
.footercontainer > div {
	
margin:0px auto; 
	}

a { color: white; text-decoration: none}


.rect-act:hover, .rect-prod:hover, .rect-objekt:hover, .rect-img:hover {
    cursor: pointer; 
}

p.headline {
    color:white;font-weight:bold;font-size:18px;
}

 a[href^=tel] {
    color: inherit;
    text-decoration: none;
} 