body {
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#cc3300;
scrollbar-base-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
background-image: url(../images/bg.gif);
background-repeat: no-repeat;
padding-left: 0px;
}

body {background-color: #C0E338; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
#starttext {display: none;}
td {font-family: Verdana; font-size:11px; line-height:12px; color:#666666;}
a:hover {font-family: Verdana; color:#000000; font-size:11px; text-decoration: none;}
a {font-family: Verdana; color: #000000; font-size:11px; line-height: 18px; text-decoration: none}

.image
	{
	border: 1px solid #FF1E00;
	}

a.nav, .nav, a.nav:active
{
font-family: Verdana;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: none;
}

a.nav:hover
{
font-family: Verdana;
font-size: 11px;
color: #EA2A11;
font-weight: bold;
text-decoration: none;
}

.name {
font-family: Verdana; font-size:11px; color: #EA2A11; font-weight: bold;
}

.titel {
font-family: Verdana; font-size:11px; color: #B0CE3D; font-weight: bold;
}


a.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B0CE3D;
	text-decoration: none;
}
a.copy:hover
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF1E00;
	text-decoration: none;
	}


///////////////////////////////////////////popup//////////////////////

var offen;
function show(datei, name, hoch, breit, scroll)
 {
 var winbreite = (screen.width - breit) / 2;
 var winhoehe = (screen.height - hoch) / 2;
 parameter =
 'height='+hoch+',width='+breit+',top='+winhoehe+',left='+winbreite+',scrollbars='+scroll;
 popup = window.open(datei, name, parameter);

 popup = window.open (datei, name, parameter);
  if (parseInt(navigator.appVersion) >= 4) {
 popup.window.focus();
 }
 }
 
 //////// System Error //////
 function SymError()
{
  return true;
}
window.onerror = SymError;