/****************************************************************/
/*																*/
/*	Allgemeine Klasse(n)										*/
/*																*/
/****************************************************************/

h1, h2, h3, h4 {
	letter-spacing: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}

body {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #000000;
}

td {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #000000;
}

hr {
	border-width: 0px;
	border-top-width: 1px;
	border-color: #FFC100;
	height: 1px;
}

a:Link {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a:Visited  {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a:Hover  {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:Active  {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


/****************************************************************/
/*																*/
/*	Vererbte - Klasse(n)										*/
/*																*/
/****************************************************************/
div, th {
}

.form {
	font-size : 10px;
	border-top : 1px solid #a0a0a0;
	border-bottom : 1px solid #a0a0a0;
	border-right : 1px solid #a0a0a0;
	border-left : 1px solid #a0a0a0;
	color : #000000;
	width: 200px;
	background-color : #FFFFFF;
}

.button {
	color : #000000;
	font-size : 10px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
	padding-bottom: 1px;
	background-color : #d2d2d2;
	cursor: pointer;
	height: 18px;
}

.headline {
	font-family : Verdana, Arial;
	font-weight : bold;
	font-size : 20px;
	color : #010508;
	padding-bottom: 16px;
}

.subline {
	font-family : Verdana, Arial;
	font-weight : bold;
	font-size : 16px;
	color : #010508;
	padding-bottom: 16px;
}

.sublineNew {
	font-family : Verdana, Arial;
	font-weight : bold;
	font-size : 10px;
	color : #010508;
	padding-bottom: 16px;
}

.small {
	font-size : 9px;
}

.RandUmDasBild {
	border-color: #000000;
	border: 1px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}

/****************************************************************/
/*																*/
/*	Navigation	Ebene 1											*/
/*																*/
/****************************************************************/

A.level1, .level1:visited  {
	color: #ffffff;
	font-family : Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

A.level1:Hover, .level1:Active, .level1hl:Link, .level1hl:Visited, .level1hl:Active, .level1hl:Hover {
	color: #000000;
	font-family : Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/****************************************************************/
/*																*/
/*	Navigation	Ebene 2 - 5										*/
/*																*/
/****************************************************************/

A.level2, .level2:visited  {
	color: #eff3f5;
	font-family : Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

A.level2:Hover, .level2:Active, .level2hl:Link, .level2hl:Visited, .level2hl:Active, .level2hl:Hover  {
	color: #000000;
	font-family : Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/****************************************************************/
/*																*/
/*	Metanavigation												*/
/*																*/
/****************************************************************/

A.metanavi, .metanavi:visited  {
	color: #666666;
	font-family : Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

A.metanavi:Hover, .metanavi:Active, .metanavihl:Link, .metanavihl:Visited, .metanavihl:Active, .metanavihl:Hover {
	color: #1595ce;
	font-family : Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}


/****************************************************************/
/*																*/
/*	Tabellen (Farben def.)										*/
/*																*/
/****************************************************************/

.bgcolorhead {
	background-color : #d2d2d2;	
}

.bgcolornav {
	background-color : #a0a0a0;	
}

.bgcolorbody {
	background-color : #ffffff;	
}

