.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}

* {
margin:0;
padding:0;
}

html, body {
height: 100%;
width: 100%;
font-family:Times;
}

#distance {
width: 10px;
height: 50%;
margin-bottom: -650px;
float: left;
background-color: #FFF; /*nur zu Demozwecken*/
}

#container {
margin: 0 auto;
position: relative;
height: 1024px;
width: 1280px;
clear: left;
background:transparent url(../images/bg1.png) no-repeat top left;
}

#website {
    width:900px;
    margin:auto;
    text-align:left;
}

.navigation .item{
    position:absolute;
}
.user{
    top:240px;
    left:100px;
}
.home{
   top:128px;
   left:360px;
}
.shop{
   top:158px;
   left:645px;
}
.camera{
   top:285px;
   left:865px;
}
.fav{
   top:420px;
   left:950px;
}
a.icon{
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.user a.icon{
    background:transparent url(../images/user.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../images/shop.png) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(../images/camera.png) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(../images/fav.png) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item h2{
    position:absolute;
    width:147px;
    height:52px;
    color:#222;
    font-size:18px;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
}
.item h2.active{
    color:#fff;
    text-shadow:1px 0px 1px #555;
}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:25px;
    display:none;
}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:165px;
    text-shadow:1px 1px 1px #fff;
}

.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    text-shadow:1px 1px 1px #fff;
}

.item ul li a.arzt{
    width:180px;
}

.item ul li a.anfahrt{
    width:133px;
}

.item ul li a.shops{
    width:158px;
}

.item ul li a.photos{
    width:95px;
}

.item ul li a:hover{
    background-color:#fff;
    color:#444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666;
	cursor: pointer;
}

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#FFF; cursor:wait;}

/* Container */
#simplemodal-container {height:380px; width:640px; color:#000; background-color:#FFF; border:4px solid #365967; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#000;}
#simplemodal-container p  {margin-top:5px; margin-bottom:12px;}
#simplemodal-container a  {font-size:20px;}
#simplemodal-container body  {align:center}