@font-face {
	font-family: Century Gothic;
    src: url('GOTHIC.TTF');
    src: url('GOTHIC.TTF') format('truetype');
}
html,body{
  margin:0;
  padding:0;
  height: 100%;
}
.wrap{
    margin: auto auto;
    width: 930px;
}
.logo {
    float: left;
    width: 930px;
    margin-top: 8px;
}
.navi {
    float: left;
    overflow: hidden;
    width: 930px;
    height: 20px;
}
.navi_l {
    float: left;
    height: 20px;
    width: 150px;
    background-color: #000;
}
/*
.navi_p {
    float: right;
    text-align: right;
    font-family: Century Gothic;
    font-size:28px;
    margin-top:-9px;
    margin-left: 10px;
    padding-left: 26px;
    overflow: hidden;
    background-color: #000;
}
.navi_p:hover a{
    color: #000000;
}
.navi_p a:hover{
    text-decoration: none;
    color: #000000;
}
*/
.nav_contact{
    display: block;
    float: left;
    width: 225px;
    height: 20px;
    background-image: url('img/kontakt_u.png');
    margin-left: 10px;
}
.nav_contact:hover{
    background-image: url('img/kontakt_m.png');
    cursor: pointer;
}
.nav_references{
    display: block;
    float: left;
    width: 225px;
    height: 20px;
    background-image: url('img/referenzen_u.png');
    margin-left: 10px;
}
.nav_references:hover{
    background-image: url('img/referenzen_m.png');
    cursor: pointer;
}
.nav_what{
    display: block;
    float: left;
    width: 225px;
    height: 20px;
    background-image: url('img/was_u.png');
    /*margin-left: 10px;*/
}
.nav_what:hover{
    background-image: url('img/was_m.png');
    cursor: pointer;
}
.nav_who{
    display: block;
    float: left;
    width: 225px;
    height: 20px;
    background-image: url('img/wer_u.png');
    margin-left: 10px;
}
.nav_who:hover{
    background-image: url('img/wer_m.png');
    cursor: pointer;
}

.page {
    margin: auto auto;
    width: 930px;
    font-family: Helvetica;
}
.page a{
    color: #000;
}
.page a:hover{
    text-decoration:none;
}

.text_navi{
    float: left;
    width: 74px;
    margin-top: 8px;
    line-height: 20px;
    background-image: url('img/domain_links_de.png');
    background-position: right bottom;
}
.text_mid{
    float: left;
    margin-top: 8px;
    margin-left: 0px;
    padding: 10px;
    background-color: #fff;
    width: 200px;
    line-height: 20px;
    font-size: 14px;
    font-family: Century Gothic;
    text-align: right;
    font-weight: bold;
    opacity: 0.4;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    filter: alpha(opacity=40);
}
.text {
    float: left;
    padding: 10px;
    margin-top: 8px;
    margin-left: 10px;
    background-color: #fff;
    width: 606px;
    line-height: 20px;
    font-size: 14px;
    font-family: Helvetica;
    text-align: left;
    opacity: 0.7;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
}
.text li{
    margin-left: 40px;
}
.color{
    display: inline-block;
    width:10px;
    height:10px;
    float:left;
    margin-left:7px;
    margin-top:4px;
    border-style:solid;
    border-color:#999;
    border-width: 1px;
    overflow: hidden;
    font-size: 20px;
}
.color:hover{
    cursor:pointer;
    border-style:solid;
    border-color:#eee;
    border-width: 1px;
}
.color a{
    margin-top: -3px;
    margin-left: -3px;
    text-decoration: none;
}
.color a:hover{
    text-decoration: none;
}
.bottom{
    float: left;
    height: 20px;
    width: 930px;
    margin-top: 8px;
    overflow:hidden;
    background-color: #000;
    opacity: 0.6;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
}
.wsbtm {
    float: left;
    width: 930px;
    margin-top: 8px;
    height: 49px;
}