body, div, td
{
	fonz-size:large;
	font-family:arial;
}
body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	background-image:url(ballgross.jpg);
	background-position: -50px -200px;
	background-repeat:no-repeat;
}
#left
{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
}

#header
{
	position:absolute;
	width:75%;
	height: 75px;
	top:2%;
	left:2%;
	text-align:right;
}
#header b
{
	color:#0098eb;
}

#lustigebox
{
	position:absolute;
	left:0px;
	bottom: 10px;
	width:20%;
}

#powered
{
	position:absolute;
	left:0px;
	bottom: 0px;
	width:130px;
}

#nav
{
	position:absolute;
	top:175px;
	right:0px;
	width:20%;
}
#nav a
{
	color:#a34622;
	display:block;
	background-image:url(navbg.png);
	/* width:100%; */
	vertical-align:bottom;
	border-bottom:1px solid #a34622;
	border-top:   1px solid #a34622;
	border-left:   1px solid #a34622;
	text-decoration:none;
	margin:5px;
	margin-top:10px;
	margin-bottom:0px;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:0px;
}
#content
{
	position:absolute;
	left:22%;
	width:56%;
	top:125px;
	padding-bottom:50px;
	border-bottom: 1px solid #a34622;
}
#news
{
	position:absolute;
	left:0px;
	width:20%;
	top:175px;
}
.newsbox
{
	border:1px solid #a34622;
	padding:5px;
	margin-top:10px;
	margin-bottom:0px;
	border-left:0px;
	font-size:small;
}

.nav_active, #nav a:hover
{

	border-bottom:1px solid black;
	border-top:   1px solid black;
	color: black;
}
h1
{
	width:100%;
	text-align:center;
}

#nav a.sm
{
	margin-top:2px;
	margin-bottom:2px;
	margin-left:15px;
	padding:2px;
	padding-left:5px;
}