body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	SCROLLBAR-FACE-COLOR: #747474;
	SCROLLBAR-HIGHLIGHT-COLOR: #747474;
	SCROLLBAR-SHADOW-COLOR: #747474;
	SCROLLBAR-3DLIGHT-COLOR: #9FA0A2;
	SCROLLBAR-ARROW-COLOR:  #9FA0A2;
	SCROLLBAR-TRACK-COLOR: #9FA0A2;
	SCROLLBAR-DARKSHADOW-COLOR: #9FA0A2;

	overflow: auto;
 }

/*
positionierung
*/

#div { 
	position:absolute; 
	left:50%; 
	top:20px; 
	width: 770px; 
	margin-left:-385px; 
} 

.textbox, .textbox2 {
	margin: 10px 0px 0px 10px; 
	padding: 0px;
	width:390px; 
	z-index:11; 
}

.textbox2 {
	height:290px; 
}

#navD {
	margin: 4px 0px 0px 10px; 
	padding: 0px;
	position:relative;
	width:400px;
	z-index:10;
	color: #980940;
}

#rahmen1, #rahmen2, #rahmen3, #rahmen14 {
	margin: 0px 0px 0px 340px;
	padding: 0px;
	border: solid 1px #FFFFFF;
	background-color: #9E9E9E;
	width: 414px;
	overflow: inherit;
}

#rahmen2 {
	background-color: #DCDCDC;
}

#rahmen3 {
	background-color: #7E7E7E;
}

#copyright {
	margin: 20px 0px 0px 344px;
	z-index:11;
}

#linien { 
	position:absolute;
	left:1px;
	top:25px;
	width:345px;
	z-index:1;
}

#logo {  
	position:relative;
	margin: -65px 0px 0px 318px;
	z-index:4;
}

/*
formatierung
*/

a:visited, a:link, a:hover,	a.nav:visited, a.nav:link, a.nav:hover, a.sub:visited, a.sub:link ,a.sub:hover, a.nav_d:visited, a.nav_d:link, a.nav_d:hover   {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #980940;
	font-family: verdana, arial, helvetica, sans serif, geneva;
	font-weight: normal;
	text-decoration: none;
}
	
a.nav:visited, a.nav:link, a.nav:hover, a.nav_d:visited, a.nav_d:link, a.nav_d:hover 		{
	color: #FFFFFF;
	line-height: 30px;
}

a.nav_d:visited, a.nav_d:link, a.nav_d:hover 		{
/*	color: #980940; */
	color: #FFFFFF;
	font-weight: bold; 
}

a.sub:visited, a.sub:link ,a.sub:hover 		{
	font-family: tahoma, arial, helvetica, sans serif, geneva;
	color: #980940;
	line-height: 22px;
}

a:hover, a.sub:hover		{
	color: #FFFFFF;
}
			
a.nav:hover		{
	color: #980940;
}
			
input, textarea, select  {
	background-color: #4C5E7B;
	font-family: verdana, arial, helvetica, sans serif, geneva;
	font-size: 12px;
	line-height: 11 px;
	border: solid 1;
	width: 150;
}

.text, p, .subnav, table, td, tr, h1, h2, h3, .small {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans serif, geneva;
	font-weight: normal;
}

.small {
	font-size: 9px;
	color: #FFFFFF;
}

h1, h2 {
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	background-color: #A8A8A8;
	line-height: 20px;
	width: 380px;
	padding: 0px 4px 0px 4px;
}

	
