/* wrapper */

#wrapper{
width: 940px;
margin: 0 auto;
position: relative;
}

/**********/
/* Header */
/**********/

#pfeil{
position: absolute;
top: 71px;

}

#logo{
margin-left: 40px;
margin-top: 15px;
}

#header{
margin-bottom: 30px;
}

#header ul{
float: right;
margin-top: 51px;
}

#header li{
display: inline;
margin-right: 40px;
color: #7b7b7b;
font-family: Helvetica;
font-size: 18px;
text-decoration: none;
font-weight: lighter;
letter-spacing: -1px;
}

#header a{
color: #7b7b7b;
text-decoration: none;
}

/**********/
/* Slider */
/**********/

#slider{
overflow: hidden;
width: 940px;
height: 300px;
position: relative;
border-radius:7px;
}

#slider_a{
overflow: hidden;
width: 940px;
height: 300px;
position: relative;
border-radius:7px;
margin-bottom: 42px;
}

#image_title{
z-index: 3;
width: 100%;
height: 40px;
bottom: 0;
color: #dcdcdc;
background: url(media/black_bg_50.png) repeat;
position: absolute;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
font-size: 18px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}

#next, #prev{
width: 40px;
height: 54px;
position: absolute;
z-index: 5;
top: 120px;
cursor: pointer;
}

#next{right: 0;} #prev{left: 0;}

#image_title p{
margin: 10px;
}

#image_title ul{
margin: 10px;
float: right;
}

#image_title li{
display: inline;
}

#image_viewer {
z-index: 2;
position: absolute;
top: 0;
}

#image_viewer img{
border-radius: 7px;
}

/*********************/
/* Galleries Slider */
/*******************/

#g_slider{
overflow: hidden;
width: 940px;
height: 330px;
position: relative;
border-radius:7px;
margin-bottom: 11px;
background: #2f2b31;
}

#slider_container{
width: 1000px;
height: 100%;
}

.gallery_title{
z-index: 5;
width: 100%;
height: 40px;
bottom: -40px;
position: absolute;
color: #dcdcdc;
background: url(media/black_bg_50.png) repeat;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
font-size: 26px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}

.gallery_title p {
margin: 7px;
}

.gallery_entry{
float: left;
position: relative;
overflow: hidden;
width: 80px;
height: 100%;
background: black;
margin-right: 1px;
}

.active, .inactive{
position: absolute;
top: 0;
left: 0;
}

.active {
z-index: 3;
}

.cursor {
cursor: pointer;
}

/************/
/* WordlMap */
/************/

#map_canvas {
width: 940px;
height: 295px;
margin-bottom: 6px;
border-radius:7px;
border: 1px solid #5e5e5e;
margin-bottom: 12px;
}

/**********/
/* Social*/
/********/

#social{
margin-top: 10px;
margin-bottom: 8px;
}

/*****************/
/* Thumb Slider */
/***************/

#thumb_slider{
overflow: hidden;
position: relative;
width: 940px;
height: 181px;
margin-bottom: 40px;
}

#thumb_images {
z-index: 998;
position: absolute;
width: 2600px;
height: 180px;
top: 20px;
}

.thumb {
float: left;
width: 205px;
height: 135px;
background-color: white;
border-radius:7px;
position: relative;
-moz-box-shadow: 0px 4px 4px #666;
-webkit-box-shadow: 0px 4px 4px #666;
box-shadow:0px 4px 4px #666;
margin-right: 166px;
}

.image_mask {
z-index: 2;
position: absolute;
left: 10px;
top: 8px;
width: 185px;
height: 119px;
overflow: hidden;
border-radius:7px;
}

.thumb_hover{
z-index: 3;
position: absolute;
left: 10px;
top: 8px;
width: 185px;
height: 119px;
border-radius:7px;
overflow: hidden;
border-radius:7px;
cursor: pointer;
}

.thumb_hover img{
position: absolute;
top: 200px;
}

#ramp_left{
top: 5px;
z-index: 999;
position: absolute;
width: 200px;
height: 170px;
background: url(media/trans_ramp_left.png) repeat-y top left;
}

#ramp_right{
z-index: 999;
position: absolute;
top: 5px;
right: 0;
width: 200px;
height: 170px;
background: url(media/trans_ramp_right.png) repeat-y top right;
}

#slider_shadow_top{
position: absolute;
left: 4px;}

#slider_shadow_bottom{
position: absolute;
left: 4px;
bottom: 0px;
}

/************/
/* Content */
/**********/

#content{
margin-bottom: 70px;
}

#c_spacer{
margin-bottom: 50px;
}

.profile{
float: right;
margin-left:50px;
}

#content h1{
color: #4e6060;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 50px;
letter-spacing: 5px;
margin-bottom: 10px;
}

#content h2{
color: #93989a;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
font-size: 28px;
margin-bottom: 40px;
}

#content p{
color: #484848;
font-family: Arial;
font-size: 17px;
}

#content a{
color: #636363;
font-family: Arial;
font-size: 17px;
text-decoration: underline
}
