body
{
	font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #444444; text-decoration: none;
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #444444; text-decoration: none;
}
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #444444; text-decoration: none;	
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #181818; text-decoration: none;	
}
h1, h1 a, h1 a:visited, h1 a:hover{
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #CCCCCC;
}
h3, h3 a, h3 a:visited, h3 a:hover{
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}
h4{
	font-size: 1.0em;	
	margin: 0;
	padding: 0;
}
p{
	margin: 0px 0px 10px 0px;	
}
#overall
{
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}
#header
{
	width: 490px; height: 100px;
	position: absolute; left: 0px; top: 0px;
	border: 1px solid; border-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#random
{
	width: 400px; height: 334px;
	position: relative; left: 495px; 
	display: block;
	margin-top: 0px;
	border: 1px solid; border-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menubg
{
	width: 490px; height: 20px;	
	position: absolute; left: 0px; top: 105px;
	background: #FFFFFF;
	border: 1px solid; border-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menusp
{
width: 470px; height: 18px;
position: absolute; left: 10px; top: 3px;
text-align: center;
}
#main
{
	width: 470px;
	position: absolute; left: 7px; top: 140px;	
	padding: 3px;
	text-align: justify;
}
#manieu
{
	width: 394px;
	position: relative; left: 495px;
	margin-top: 4px;
	background: #FFFFFF;
	border: 1px solid; border-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}
#advert
{
	width: 394px;
	position: relative; left: 495px;
	margin-top: 4px;
	background: #FFFFFF;
	border: 1px solid; border-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	text-align: center;
}
.advert2
{
	position: relative; left: 495px;
	width: 400px;
	border: 1px solid; border-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 4px;
}
.sitetable
{
	width: 100%;	
	border: 1px solid; border-color: #000000;
}
.Cell1
{
	text-align: center;	
}


.field{
	font-size: 10px;
	color: #000000;
	background-color:#FFF;
	border:1px solid #181818; 
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
}
.bericht{
	font-size: 10px; 
	color: #000000;
	background-color:#FFF;
	border:1px solid #181818; 
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 280px;
	height: 150px;
}
.button{
	font-size: 10px;
	color: #000000;
	background-color:#c0c0c0;
	border:1px solid #181818; 
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100px;
}
.error{
	font-size: 14px;
	color: #F00;
	font-weight: bold;
}
.sended{
	font-size: 14px;
	color: #0F0;
	font-weight: bold;
}
#tooltip {
	position: absolute;
	max-width: 300px;
	z-index: 3000;
	border: 2px solid #181818;
	background-color: #ffffff;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
}
#tooltip h3{ 
	font-size: 1.0em;
	margin: 0; 
	color: #181818;
}
#tooltip div{
	font-size: 1.0em;
	margin: 0; 
	color: #181818;	
}

