@charset "utf-8";
/* CSS Document */

html {height:100%;}
body {
 height:80%;
 margin:0%;
 padding:0% 10%;
 background-color:#666666;
 text-align:center;
}

div{
background-color:#CCCCCC;
font-family:Tahoma,Verdana,Arial;
font-size:14px;
font-color:#000000;
}

div#content {
 background-image:url(/images/contentbackground.jpg);
 background-repeat:no-repeat;
 margin:0px auto;
 padding:1% 0%;
 height:auto;
 width:750px;
 border-left:1px dashed #ffffff;
 border-right:1px dashed #ffffff;
 text-align:left;
}
div#navigation {
 background-color:#cc0000;
 width:750px;
 height:auto;
 margin:0px auto;
 padding:0% 0%;
 height:auto;
 border-left:1px dashed #ffffff;
 border-right:1px dashed #ffffff;
 text-align:center;
 font-size: 16px;
 color:#FFFFFF;
}

div#header {
 background-image:url(/images/header.jpg);
 margin:20px auto 0% auto;
 padding:0% 0%;
 height:175px;
 width:750px;
 border-left:1px dashed #ffffff;
 border-right:1px dashed #ffffff;
 border-top:1px dashed #ffffff;
 text-align:left;
}

div#footer {
 background-color:#cc0000;
 margin:0px auto;
 padding:0% 0%;
 height:auto;
 width:750px;
 border-left:1px dashed #ffffff;
 border-right:1px dashed #ffffff;
 border-bottom:dashed 1px #ffffff;
 text-align:center;
 color:#FFFFFF;
 font-size:12px;
}

.text{
 margin: 10px 120px 10px 20px;
}

table{
 margin: 0px 120px 0px 20px;
}

table#gbook {
 margin: 10px 10px 10px 10px;
 background-color:#cccccc;
}

td{
}

.oben{
 vertical-align:top;
}

a:link {
 color:#000000;
 text-decoration:underline;
}
 
a:visited {
 color:#000000;
 text-decoration:underline;
}

a:active {
 color:#000000; 
 text-decoration:none;
}
 
a:hover {
 color:#000000; 
 text-decoration:none;
}

.menu:link {
 color:#FFFFFF;
 text-decoration:underline;
}

.menu:visited {
 color:#FFFFFF;
 text-decoration:underline;
}

.menu:hover {
 color:#FFFFFF;
 text-decoration:none;
}

.menu:active {
 color:#FFFFFF;
 text-decoration:none;
}

hr {
 width:75%;
}
