a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover{
	text-decoration: none;
	color: #DF6319;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	
}
h2 {
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 22px;
	
}

/* gilt für die gesamte Seite */
.seite {
	background-color: #262626;
	border: 2px solid #000000;
}

/* kopf + rahmen*/ 
.kopf {
	background-color: #262626;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}

.main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main_ref{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ACACAC;
}



.main_hg {
	background-image: url(../grafiken/linie-hg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 30px;
}
.content-sp-re {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 35px;
	line-height: 18px;
	padding-top: 5px;
}

.fuss {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	padding-left: 45px;
	font-weight: normal;
	padding-right: 45px;
}
.fuss a{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;
}
.fuss a:hover{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #DF6319;
}


.nav {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 1.2em;
	color: #FFFFFF;	
}
.nav a:link, .nav a:visited{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	display: block;
	padding-left: 2px;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
.nav a:hover,  .nav a:active{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 20px;
	color: #E98C2C;
	display: block;
	padding-left: 2px;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}

.nav-spalte a:link, .nav-spalte a:visited{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 36px;
	color: #FFFFFF;
	display: block;
	padding-left: 8px;
	text-decoration: none;
	padding-bottom: 3px;
}
.nav-spalte a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 36px;
	color: #EA953B;
	display: block;
	text-decoration: none;
}

.nav-spalte a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 36px;
	color: #EA953B;
	display: block;
	text-decoration: none;
}

