﻿/*  style sheet for lino.elianto.de index */
/* Links color: black */	
 a{
font-weight:normal;
text-decoration:none;		/* underline; */
color:black;
}
/*  activ navigations-Buttons in header */
.her {
background-color: #006400;
}
.her a{
color:#fff;
}
header{
width:1000px;
height:100px;
position:relative;


}
body{
/* space form top */
margin:20px auto;
background-color: #F7E6C5;  		/* full background-color */
/*background-repeat:no-repeat; */
color:black;
width:1000px; /*?*/
font: normal .8em Verdana, sans-serif;
}
/* background def. part */ 
#wrapper{
/* background-color:#C0C0C0;*/ /* light gray */
/* background-image */
background-image:url(../images/lino_web.jpg);
width:1000px;
min-height:720px;
margin:0 auto;
position:relativ;
box-shadow:10px 0px 10px rgba(100,20,01,0.5); /* shadow right */
}
/**********************************************************************************************
Header conf.
***********************************************************************************************/
/* */
header ul {
width:1000px;
list-style-type:none;
margin:0;
position:absolute;
top:40px; 							/* space from top */
/* border, color, solid */
border-top:#000000 solid 3px; 		/* black */	
border-bottom:#000000 solid 3px;    /* black */
line-height:30px;
float:left;
padding-left:0px;     				/* form left 0px space */
background-color:#FFCC99;					/*  ;*/
}
/* Buttons Header def. */
header ul li{
width:115px;
float:left;						/* start form left */
text-align:center;				/* text in center */
line-height:20px;				/* */
background-color:;
border-right:solid #000000 3px;
position:relativ;				/*  */
}
/* color of buttons change when pass over (mouse) */
header ul li:hover{
background-color:#000000;
/* color:#000000; */
}
/* color of link-text change when pass over (mouse) */
header ul li a:hover{
font-weight:bold;
font-style:italic;
color:#fff;
}


/*  style sheet for ImmoMarkler drive */
#g_map{
position:relative;
padding-right:10px;
padding-left:10px;
margin-bottom:10px;
padding-top:10px;
border:2px solid #000000;
border-radius:9px;
background-color:#DEB887; /* BurlyWood  */
box-shadow:0px 0px 10px rgba(100,17,01,0.9);
float:left;
width: 500px;
-webkit-box-reflect: below 10px -webkit-gradient(linear, 
left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.1)));

}




