body {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFCC;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(Layout.jpg);
	background-repeat: no-repeat;
	}

}
a:link {
	color: #B24409;
}
a:visited {
	color: #B24409;
}
a:hover {
	color: #ffff33;
}
a:active {
	color: #B24409;
}

p {
	margin:0;
	padding:0;}

h1 {
	font-size: 42px;
	margin:0;
	padding:0;
}

h2 {
	font-size: 24px;
	margin:0;
	padding:0;
}

h3 {
	font-size: 19px;
	margin:3px;
	padding-top:10px;
}

#navsite       
   { 
   text-align: left;
   position: relative; 
   top: 132px; 
   left: 0px;
   overflow: visible; 
   visibility: visible; 
   display: block;
   } 
   
#navsite ul {
 padding: 3px 0; 
 margin-left: 0; 
 border-bottom: 1px solid #00; 
 font: bold 15px Verdana, sans-serif; 
}
#navsite ul li {
 list-style: none;
 margin: 0; 
 display: inline; 
}
#navsite ul li a {
 padding: 3px 0.5em; 
 margin-left: 3px; 
 border-bottom: none;
 background: #B24409;
 text-decoration: none;
}
#navsite ul li a:link {
 color: #ffff33;
}
#navsite ul li a:visited {
 color: #cccc66;
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
 color: #fff;
 background: #32261A;
 border-color: #227;
}
#navsite ul li a#current {
 background: B24409; 
 color: #000;
}

   
#blub        
   { 
   text-align: center; 
   position: absolute; 
   top: 173px; 
   left: 0px; 
   width: 100%; 
   height: 1px; 
   overflow: visible; 
   visibility: visible; 
   display: block 
   } 
   
 
#blablub 
   {
   text-align: center; 
   margin-left: -370px; 
   position: absolute; 
   top: 50px; 
   left: 50%; 
   width: 600px; 
   height: 250px;
   bgcolor: black; 
   } 
   

.ContentBox {
	background-image: url(transparent.png);
	allowtranparency: true;
	color: #000000;
	padding: 15px;
	border: medium solid #FFFFCC;
}
td {
	padding: 2px;
	valign: bottom;
}

.MailButton {
	text-align:center;
}
.MailButton a {
	color: #32261A;
	text-decoration:none;
	font-weight: 600;
	font-size:4em;
	background: #B24409;
	padding: 15px;
	border: medium solid #32261A;

}
.MailButton a:hover {
	background: #32261A;
	color: #B24409;
	border: medium solid #B24409;
}

.LinkTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}
.LinkTable td{
	text-align:left;
	border: 1px solid black;
	padding: 5px;
	height: auto;
}
	
.lastupdate {
	font-size: 9px;
	background-position: right;
	text-align: right;

}
