* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: #666666;
}
/* fonts */
h1 {font-size: 2.0em; color: #999999; font-weight: bold; line-height: 40px;}
h2 {font-size: 1.2em; color: #FFFFFF; font-weight: bold; line-height: 20px;}
h3 {font-size: 1.2em; color: #000000; font-weight: bold; line-height: 20px;}
h4 {font-size: 1.2em; color: #FF0000; font-weight: bold; line-height: 20px;}
h5 {font-size: 0.8em; color: #FF0000; font-weight: normal; line-height: 30px;}
p {font-size: 1.0em; color: #000000; font-weight: normal; line-height: 20px;}
p.center {text-align: center;}
.bold {font-size: 1.0em; color: #FF0000; font-weight: bold;}
.dark {font-size: 1.0em; color: #000000; font-weight: bold;}
.imgleft {margin: 20px 0px 20px 50px; border: 1px solid #FF0000;}
.imgcenter {margin: 20px 0px 20px 0px; border: 1px solid #FF0000;}
.imgright {margin: 20px 0px 20px 200px; border: 1px solid #FF0000;}

.header-top {
font-family: "Courier New", Courier, mono;
background-color: #333333;
background-image: url(logo.gif);
background-repeat: no-repeat;
background-position: right center;
padding-left: 50px;
border-top: 2px solid #FF0000;
border-left: 2px solid #FF0000;
border-right: 2px solid #FF0000;
}
.header-bottom {
background-image: url(hg-gleis.jpg);
background-repeat: repeat-x;
background-position: left;
border: 2px solid #FF0000;
}
.content {
padding: 20px;
background-color: #666666;
}
.column {
background-color: #333333;
border-right: 2px solid #FF0000;
}
.column p {
text-align: center;
text-decoration: none;
color: #999999;
}
.columnhot {
padding: 20px 0px 40px 0px;
}
.columnlink {
padding: 20px 0px 20px 0px;
border: 1px solid #FF0000;
}
.footer {
text-align: right;
padding: 10px 50px 10px 0px;
color: #FF0000;
background-color: #333333;
border: 2px solid #FF0000;
}
/* navigation other */
.content a {
font-weight: normal;
color: #999999;
background-color: transparent;
text-decoration: none;
}
.content a:hover {
color: #FF0000;
background-color: transparent;
}
.column a {
font-weight: normal;
color: #999999;
background-color: transparent;
text-decoration: none;
}
.column a:hover {
color: #FF0000;
background-color: transparent;
}
.footer a {
font-weight: normal;
color: #999999;
background-color: transparent;
text-decoration: none;
}
.footer a:hover {
color: #FF0000;
background-color: transparent;
}
/* navigation left */
.navleft {
padding-top: 60px;
background-color: #333333;
border-left: 2px solid #FF0000;
}
.navleft li {
list-style-type: none;
display: block;
padding: 0px 0px 20px 0px;
}
.navleft a {
text-decoration: none;
}
.navleft a:link {
font-size: 16px;
font-weight: normal;
color: #999999;
background-color: #333333;
}
.navleft a:hover {
color: #FF0000;
background-color: #333333;
}
a:visited {
color: #999999;
text-decoration: none;
}
a:active {
color: #999999;
font-weight: normal;
}
