@charset "iso-8859-1";
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.textklein {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #CCCCCC;
}

.titel_orange {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #F7931E;
}
.hauptnavititel {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	color: #666666;
	font-weight: bold;
}
.hauptnavititelpink {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	color: #FF00FF;
	font-weight: bold;
}
.hauptnavititelblau {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	color: #29ABE2;
	font-weight: bold;
}
.hauptnavititelorange {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	color: #F7931E;
	font-weight: bold;
}
.titel_blau {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #29ABE2;
}
.text_blau {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #29ABE2;
}
.titel_pink {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FF00FF;
}

a.linkpink:link { color: #FF00FF; text-decoration: none; }
a.linkpink:visited { color: #FF00FF; text-decoration: none;}
a.linkpink:hover { color: #FF00FF; text-decoration: underline; } 

a.linkblau:link { color: #29ABE2; text-decoration: none; }
a.linkblau:visited { color: #29ABE2; text-decoration: none;}
a.linkblau:hover { color: #29ABE2; text-decoration: underline; } 

a.linkorange:link { color: #F7931E; text-decoration: none; }
a.linkorange:visited { color: #F7931E; text-decoration: none;}
a.linkorange:hover { color: #F7931E; text-decoration: underline; } 

a.hauptnavipink:link { color: #666666; text-decoration: none; }
a.hauptnavipink:visited { color: #666666; text-decoration: none;}
a.hauptnavipink:hover { color: #FF00FF; text-decoration: none; } 

a.hauptnaviblau:link { color: #666666; text-decoration: none; }
a.hauptnaviblau:visited { color: #666666; text-decoration: none;}
a.hauptnaviblau:hover { color: #29ABE2; text-decoration: none; } 

a.hauptnaviorange:link { color: #666666; text-decoration: none; }
a.hauptnaviorange:visited { color: #666666; text-decoration: none;}
a.hauptnaviorange:hover { color: #F7931E; text-decoration: none; } 
