﻿body {
    background-color:#000;
    font-size:11px;
    font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
    /*letter-spacing:0.5px;*/
    color:#808080;
    padding:0px;
    margin:0px;
    margin-bottom:0px;
    text-align:center;
}

html, body {
    min-height:100%;
}

/* .............................. */
/* Links */
/* .............................. */

a {
    color:#708090;
    text-decoration:none;
}

a:hover {
    color:#778899;
    text-decoration:none;
}
.page-title {
    clear:left;
    float:left;
    font-size:16px;
    color:#C0C0C0;
    letter-spacing:4px;
    font-weight:bold;
    text-decoration:none;
}

.page-title:hover {
    text-decoration:none;
    color:#D3D3D3;
}

img {
    border:none;
}
#teaser {
    text-align:center;
    width:100%;
    margin-bottom: 20px;
}

#teaser a {
    margin-bottom:40px;
    border-bottom: 10px #2f2f2f solid;
}
#teaser a:hover, #teaser a:active {
    margin-bottom: 30px;
    border-bottom: 10px #5f5f5f solid;
}
/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#000 none repeat scroll 0 0;
    border-top:1px solid #696969;
    height:40px;
    width:70%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom:5px;
    padding-right: 10px;
    padding-left: 10px;
}
#navigation:hover {
    /*background:#262626;*/
    /*	border-top:2px solid #556B2F;*/
}

#navigation img {
    float:left;
}
.menu {
    float:right;
    clear:right;
    text-align:right;
    font-size:12px;
    letter-spacing:1px;
}

.menu a {
    color:#708090;
}

.menu a:hover {
    text-decoration:none;
    color:#778899;
}
.lang-select {
    font-size:10px;
    font-variant:small-caps;
}

/* .............................. */
/* Pages */
/* .............................. */

#page {
    background:#000000 none repeat scroll 0 0;
    font-size:30px;
    margin-bottom:300px;
    margin-left:auto;
    margin-right:auto;
}
#imprint {
    background: #000 url(images/aw_logo.jpg) no-repeat center center;
    margin-top:150px;
    margin-left:auto;
    margin-right:auto;
    width:500px;
    height:174px;
}
#about-page {
    background:#000;
    padding:20px;
    text-align:left;
    width:65%;
    margin:0px auto;
    margin-bottom:25px;
    line-height:16px;

}
#about-page img {
    float:right;
}
/* .............................. */
/* Table*/
/* .............................. */
.link-table {
    border:none;
    margin-left:auto;
    margin-right:auto;
}
.link-table td {

}

.link-table p {
    font-size:12px;
    padding:0px 5px;
}

.left-cell {
    width:300px;
    text-align:right;
}
.middle-cell {
    width:20px;
    text-align:center;
}
.right-cell {
    width:300px;
    text-align:left;
}
.copy-cell {
    width:300px;
}
/* .............................. */
/* Footer */
/* .............................. */
#footer_background {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#footer {
    width : 100%;
    position : fixed;
    bottom : 0;
    margin-left : auto;
    margin-right : auto;
    z-index: 1000;
    left: 0;
    text-align:center;
    background:#696969;
    margin-bottom:0px;
    color:#C0C0C0;
    opacity:0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
}
#footer:hover {
    opacity:1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}
#footer a {
    color:#000;
    text-decoration:none;
}
#footer a:hover {
    color:#C0C0C0;
    text-decoration:none;
}
