/* CSS Document */

body, td, th {
	margin:0px; font-family: Lucida Sans Unicode;
	font-size: 12px;
	color: #000000;
	background-image: url('/gfx/bg.gif');
	text-align: center
}

a:hover {
	color: #000000;
}
a:visited {
	color: #0000FF;
}

#wrapper {
position: relative;
margin: 0px auto;
width: 800px;
background-color: #FFFFFF;
color: #000;
text-align: left;/*Aufheben von IE_quirks im BODY*/
}

#header{
	background-image: url('/gfx/headerx.gif');
	width:800px;
	height:71px;
	text-align: right
}

#loginarea{
	float:right;
	color:#FFFFFF;
	margin:3px;
	margin-top:23px;
	text-align:right;
	width:270px;
}
.randompicsrow {
  padding-top:0px;
  margin:0px auto;
  width:798px;
  height:120px;
  text-align:center;
}
.randompic  {
   float: left;
   margin: 5px;
   padding-top: 0px;
   border: 0px;
   width: 146px;
   text-align:center;
}
.maincontent {
  padding-top:0px;
  margin:0px auto;
  width:798px;
  height:100px;
  text-align:left;
}
.contentrow1  {
   float: left;
   margin: 5px;
   padding-top: 0px;
   border: 0px;
   width: 205px;
   text-align:left;
}
.contentrow2  {
   float: left;
   margin: 5px;
   padding-top: 0px;
   border: 0px;
   width: 385px;
   text-align:left;
}
.contentrow3  {
   float: left;
   margin: 0px;
   padding:0px;
   padding-top: 0px;
   border: 0px;
   width: 175px;
   text-align:center;
}
.contentrow4  {
   float: left;
   margin: 5px;
   padding:0px;
   padding-top: 0px;
   border: 0px;
   width: 560px;
   text-align:center;
}
.contentbox{
border:1px dashed #CCCCCC;
width:380;
padding:3px;
margin:0px auto;
}
.navheader{
background-color:#000000;
color:#FFFFFF;
border:0px;
padding:2px;
width:200px;
}

.navline {
line-height:1px;
font-size:0px;
background-color:#940000;
width:200px;
padding:2;
margin:0;
}

.navmain{
background-color:#CCCC99;
color:#000000;
line-height:150%;
border:0px;
padding:2px;
width:200px;
}
form{
padding:0px;
margin:0px;
}
img{
border:0px;
}
p{
margin:2px;
padding:2px;
}

/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: center;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}