/* CSS Document */

body
{
	font-family:Verdana;
	background-color:#CCCCCC;
	text-align:center;
	font-size:12px;
	margin-top:0px;
}

a
{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a:hover
{
	text-decoration:none;
}

input, textarea, select, option
{
	background-color:#F60;
	border: 1px solid #000;
	color:#000;
}

#header
{
	background-image:url(../pictures/header.jpg);
	position:relative;
	background-repeat:no-repeat;
	width:750px;
	height:206px;
}

#content
{
	background-image:url(../pictures/content.jpg);
	position:relative;
	float:left;
	background-repeat:repeat-y;
	width:750px;
}

#left
{
	position:relative;
	width:495px;
	float:left;
	padding:0px 0px 0px 0px;
}

#right
{
	position:relative;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:160px;
	float:right;
	padding-left:5px;
}

#bottom
{
	background-image:url(../pictures/bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	width:750px;
	height:118px;
}

#box
{
	text-align:left;
	width:750px;
	margin:auto;
}

.klein
{
	font-size:9px;
	display:none;
}

.spacerleft
{
	width:25px;
	height:25px;
	position:relative;
	float:left;
}

.spacerright
{
	width:30px;
	height:30px;
	position:relative;
	float:right;
}

.menu
{
	font-size:13px;
	font-weight:bold;
}

.menu h3
{
	font-size:15px;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	display:block;
	border:1px solid #FF6600;
	background-color:#FF6600;
	text-align:center;
}

.menu a
{
	color:#000033;
	text-decoration:none;
	display:block;
}

.menu a:hover
{
	text-decoration:underline;
}

.center
{
	text-align:center;
}

.hand
{
	cursor:pointer;
}

hr
{
	border:0;
	border-top:1px solid #000;
}
