
body {
font-family:verdana;
color:#3a3a3a;
background-color:#b5b3b6;
}

h1{
color:#b5b3b6;
}

#inhalt {
position:absolute;
width:1200px;
height:650px;
/*background-color:red;*/
margin: -325px 0px 0px -600px;
top:50%;
left:50%;
}

#itservices {
/*background-color:blue;*/
height: 500px;
width:330px;
float:left;
margin-left:5px;
text-align:center;
}

#itservices img{
border:none;
}

#webdesign {
/*background-color:blue;*/
height: 500px;
width:330px;
float:left;
margin-left:100px;
text-align:center;
}

#webdesign img{
border:none;
}

#onlineshop {
/*background-color:blue;*/
height: 500px;
width:330px;
float:left;
margin-left:100px;
text-align:center;
}

#onlineshop img{
border:none;
}

#footer {
/*background-color:blue;*/
clear:left;
height:40px;
margin-top:600px;
text-align:center;
}

#footer ul{
padding:0;
}

#footer li{
display:inline;
list-style: none;
}

#footer a {
text-decoration:none;
color:#3a3a3a;
}

html,body,#content {     width:100%;     height:100%;     overflow:hidden;}

#bg {     position:fixed;     width:100%;     height:100%;}
#bg img {     min-height:100%;     height:auto !important;     height:100%;     min-width:100%;     width:auto !important;     width:100%;     margin:0 auto;     display:block;     position:absolute;     bottom:0;   right:0;}

#content{     position:absolute;     top:0;     left:13px;     z-index:70;     overflow:auto; }


#nav {
position:fixed;
top:-29px;
left:50%;
margin-left:-240px;
width: 480px;
height: 50px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
overflow:hidden;
background-image:url(../img/navbg.jpg);
line-height:5px;
-webkit-box-shadow: 5px 5px 15px #a4a4a4;
-moz-box-shadow: 5px 5px 15px #a4a4a4;
box-shadow: 5px 5px 15px #a4a4a4;
}

#nav:hover{
top:0px;
}

#nav li {
list-style: none;
display: inline;
color:white;
}

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

#nav a:hover {
color:orange;
}

#arrow {
text-align:center;
}

#black{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
margin:0px;
background-image: url(../img/black.png);
display:none;
z-index:299;
}

#fenster{
position:absolute;
top:50%;
padding:20px;
left:50%;
margin-left:-300px;
margin-top:-300px;
height:600px;
width:600px;
background-color:white;
z-index:300;
border-radius:15px;
border: solid 2px #ed7d00;
}

h2{
font-size:18px;
color:#ed7d00;
}

#absatz{
margin-top:30px;
}

span{
display:block;
margin-top:20px;
}

#logo{
background-image:url(../img/logo.png);
background-position:50%;
height:180px;
margin-top:30px;
width:100%;
background-repeat:no-repeat;
}