body {
 background-color : #050505;
 background-image : url('./images/page-bg.gif');
 background-repeat : repeat-y;
 background-position : center;
 font-size : 11px;
 letter-spacing : 1px;
 font-family : Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif;
 text-align : center;
 margin : 0px;
 padding : 0px;
 color : #aaa;
}

#page-all {
 margin : auto;
 padding : 0px;
 width : 500px;
 margin-top : 119px;
 margin-bottom : 0px;
 text-align : center;
 line-height : 18px;
}

#page-logo {
 background-image : url('./images/page-logo.gif');
 background-repeat : no-repeat;
 width : 480px;
 height : 90px;
 position : absolute;
 top : 0px;
 left : 50%;
 margin-left : -240px;
}
#page-logo h1{
 display : none;
}

#page-links {
 background : #181818;
 color : #666;
 height : 25px;
 line-height : 25px;
 cursor : default;
 position : absolute;
 top : 95px;
 left : 50%;
 margin-left : -250px;
 width : 500px;
}

#page-img {
 height : 239px;
 width : 500px;
}
#page-links a {
 color :#fff;
 text-decoration : none;
 padding : 5px;
}

#page-links a:hover {
 color : #b90000;
}

.page-page {
 width : 460px;
 text-align : justify;
 margin : auto;
}

#page-hell {
 margin-top : 20px;
}
#page-hell img {
 background-image : url('./images/page-hell.gif');
 background-repeat : no-repeat;
}

#page-hell img:hover {
 background-image : url('./images/page-hell-over.gif');
}

.links {
 background : #181818;
 color : #666;
 height : 25px;
 line-height : 25px;
 cursor : default;
 text-align : center;
 margin-top : 20px;
 margin-bottom : 50px;
}
.links a {
 color :#fff;
 text-decoration : none;
 padding : 5px;
}
.links b {
 color : #b90000;
 font-weight : normal;
 padding : 5px;
}
h2 {
 color : #eee;
 font-size : 22px;
 font-weight : normal;
 margin-top : 25px;
 font-family : Georgia, serif;
}

h3 {
 color : #eee;
 font-size : 15px;
 font-weight : bold;
 font-family : Georgia, serif;
}

h3 a, h2 a {
 color : #c00;
 text-decoration : none;
}

h3 a:hover, h2 a:hover {
 color : #e00;
 text-decoration : none;
}

a img {
 border : 0px solid #c00;
}

hr {
 background : #111;
 margin : 20px 0px 30px 0px;
}

li {
 list-style-type : square;
}
p b {
 color : #bbb;
}
p a, li a {
 color : #c00;
 text-decoration : none;
}

p a:hover, li a:hover {
 color : #e00;
 text-decoration : none;
}

iframe {
 background : #111;
}
.center {
 text-align : center;
}
.galerie {
 text-align : center;
 /*background : #181818;*/
 /*padding-top : 10px;*/
}
.galerie img {
 background : #111;
 margin : 2px;
 background-position : 50% 50%;
 background-repeat: no-repeat;
 border : 2px solid #111;
}

hr {
 background : #111;
 color : #111;
}

#page-links .active {
 color : #b90000;
}

