<!-- Grundlayout -->
html, body{
	margin: 10px;
	background-color:#ffffff;
    scrollbar-face-color:#cccccc;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color: #999999;
    scrollbar-shadow-color:#999999;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-darkshadow-Color:#CCCCCC;	
}

#main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13;
	color: #000000;
	width: 790px;
	height: 100%;
	background: white;
}

#header{
	width: 781px;
	height: 125px;
	float: left;
}

#menue-links{
	padding: 0;
	width: 165px;
	float:left;
}

#content300{
	width: 302px;
	float:left;
	margin-left:10px;
}

#content120{
	width: 122px;
	float:left;
	margin-left:10px;
}

#content160{
	width:162px;
	float:left;
	margin-left:10px;
}

#fusszeile{
	margin-top:10px;
	width:781px;
	height: 5px;
	background: #ff9900;
}



<!-- Content -->
#box300 {
	width: 302px;
	border: solid 1px #ff9900;
	margin-bottom: 5px;
	float: left;
}

#box120 {
	width: 122px;
	border: solid 1px #ff9900;
	margin-bottom: 5px;
	float: left;
}

#box160 {
	width: 162px;
	border: solid 1px #969696;
	margin-bottom: 5px;
	float: left;
}

#boxspacer {
	width: 5px;
	float: left;
}

#text {
	padding-left: 3px;
	padding-right: 3px;
	text-align:left;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13;
	color: #000000;
}


<!-- Menü -->

.menue-head
{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.menue-link{
	color: #000000;
	font-size: 13px;
	text-decoration:none; 
	font-weight:normal;
	
}
.menue-link:hover,
.menue-link:active{
	color: #ff6600;
	font-weight: bold;
}

.table-menue
{ border: solid 1px #ff6600; }

.ueberschrift{
	color: #ff6600;
	font-weight: bold;
	font-size: 15px;
	text-align:left;
}

.menue-link-aktiv{
	color: #ff6600;
	font-weight: bold;
}



a { 
	color:#ff6600; 
	font-weight:bold;
}

a:hover{
	color:#ff9900;
	font-weight:bold;
}

a:active{
	color:#ff9900;
	font-weight:bold;
}

input, option
{
	border-color:#969696;
	border-width:1;
	background-color:#FFFFFF;
}

select
{
	border-color:#969696;
	border-width:1;
	background-color:#FFFFFF;
}

textarea
{
	border-color:#969696;
	border-width:1;
	background-color:#FFFFFF;
}

input.submit 
{
	background-color: #FFFFFF;
	font-weight: bold;
}

.textadhead {
	border: 1px solid #ff9900;
	background-color: #e1e1e1;
	text-indent: 2px;
}