.body
{
	background-color:#ffffcc;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:20px 0px 20px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#111111;
}

div.text30
{
	width: 30%;
	vertical-align: top;
	text-align:left;
	float:left;
}

div.text30r
{
	width: 30%;
	vertical-align: top;
	text-align:right;
	float:left;
}

div.text70
{
	width: 70%;
	text-align: justify;
	float:left;
}

a.standard:link
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.standard:visited
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
	
a.standard:hover
{
	color: #334DAD;
	font-weight: normal;
	text-decoration: none;
}

a.standard:active
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.applemenu1{
width: 780px; /*width of menu*/
border: 1px solid #ff9933;
position:relative;
}

.applemenu1 div.silverheader1 a{
background: url(images/g1.png) repeat-x center left;
font: normal 12px Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0px 3px 5px;
text-decoration: none;
text-align:left;
}

.clear
{
	clear:left;
	border-bottom:1px solid #fff;
	margin-bottom:3px;
	padding-top:3px;
}

.clear1
{
	clear:left;
	margin-bottom:3px;
	padding-top:3px;
}

div.newsinhalt
{
	width: 150px;
	font-family: Verdana;
	font-size: 10px;
	color: #eeeeee;
	background-color:#ff9933;
	text-align: center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */
#nav, #nav ul
{
	padding:0;
	margin:0 auto;
	list-style:none;
	background:#fff;
}

#nav
{
	position:relative; z-index:50;
}

#nav ul
{
	display:none;
}

#nav li
{
	float:left;
	position:relative;
}

#nav li a
{
	text-decoration:none;
	font-family: Verdana, sans-serif;
	font-size:14px;
	white-space:nowrap;
}

#nav li b
{
	display:block;
	padding:0 30px 0 20px;
	cursor:pointer;
	height:30px;
	line-height:30px;
	float:left;
	background:url(images/g1.png) repeat-x center left;
	font-weight:normal;
	color:#fff;
}

#nav li.first b
{
	padding-left:40px;
	background-position:left center;
}

#nav li.last b
{
	padding-right:30px;
	background-position:right center;
}

#nav li a b.clicked
{
	color:#000;
}

#nav li ul
{
	position:absolute;
	left:0;
	top:35px;
	height:auto;
	float:left;
	background:#ff9933;
	padding:2px;
	border:1px solid #fff;
}

#nav li ul.w1
{
	width:80px;
}

#nav li ul.w2
{
	width:230px;
}

#nav li ul.w3
{
	width:125px;
}

#nav li ul.w4
{
	width:100px;
}

#nav li ul.w5
{
	width:75px;
}

#nav li ul.w6
{
	width:125px;
}

#nav li ul li
{
	float:none;
}

#nav li ul li a
{
	display:block;
	height:20px;
	line-height:20px;
	padding:0 5px;
	color:#000;
	font-size:12px;
	text-align:left;
}

#nav li ul li a:hover
{
	background:#ff9933;
	color:#fff;
}