body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #444444;
	background-color: #DCDCDC;	
	border: 0px;	
	padding: 0px;
	margin: 0px;
}


table {
	border: 0px;
	border-color: #CDD3A1;	
	padding: 0px;
	margin: 0px;
}

td {
	border: 0px;
	border-color: #E94F19;
}

.outer {
	background-color: #DCDCDC;
}

.inner {
	background-color: #CDD3A1;
}

.menue {
	background-color: #CDD3A1;
	/* color: #FFFFFF; */
	font-size: 12px;
	font-weight: bold;
	text-align: right;	
	vertical-align: middle;	
	padding: 1px;
	letter-spacing: 1px
	/*
	margin-bottom: 8px;
	margin-left: 8px;
	*/
}

.menue-on {
	background-color: #CDD3A1;
	color: #444444; 
	font-size: 12px;
	font-weight: bold;
	text-align: right;	
	vertical-align: middle;
	padding: 1px;	
}

.submenue {
	background-color: #CDD3A1;
	font-size: 11px;
	font-weight: bold;
	text-align: right;	
	vertical-align: middle;	
  	
}

.submenue-on {
	background-color: #CDD3A1;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	text-align: right;	
	vertical-align: middle;	
  	
}

.titel-start {
	color: #FFFFFF;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	font-size: 32px;
	font-weight: normal;
	text-align: center;	
	vertical-align: middle;
	letter-spacing: 20px
}


.titel-gross {
	color: #FFFFFF;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	font-size: 32px;
	font-weight: normal;
	text-align: left;	
	vertical-align: middle;
	letter-spacing: 20px
}

.untertitel-links {
	color: #444444;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	font-size: 18px;
	font-weight: bold;
	text-align: left;	
	vertical-align: middle;
	letter-spacing: 5px
}

.untertitel-rechts {
	color: #444444;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	font-size: 18px;
	font-weight: bold;
	text-align: right;	
	vertical-align: middle;
	letter-spacing: 5px
}

.content-start {
	color: #444444;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
	vertical-align: top;
}


.content-links {
	color: #444444;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	font-size: 12px;
	font-weight: normal;
	text-align: left;	
	vertical-align: top;
}

.content-rechts {
	color: #444444;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	font-size: 16px;
	font-weight: bold;
	text-align: right;	
	vertical-align: bottom;
}




.banner {
	color: #FFFFFF;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	font-size: 24px;
	font-weight: normal;
	text-align: left;	
	vertical-align: middle;
}

.banner-logo {
	color: #FFFFFF;
	/*background-color: #CEE094;*/	/* 2. Farbvariante */
	background-color: #CDD3A1;	/* 1. Farbvariante */
	text-align: center;	
	align: left;
	vertical-align: middle;
}

.titel {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
}

.header {
	font-weight: normal;
	font-size: 16px;
	color: #000000;	
	/*
	font-size: 18px;
	color: #444444;
	*/
	/*color: #887382;*/
	vertical-align: middle;
	text-align: center; /*Darstellung in IE ungenau, aber über align im td-Tag nicht besser!*/	
}

.footer {
	font-weight: normal;
	font-size: 16px;
	color: #AC1A32;
	color: #000000;
	/*color: #887382;*/
	vertical-align: middle;	
}

.news {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #999999;
}


h1 {
	font-size: 30px;
	/* color: #D64616; */
	color: #333333;
}


h3, h4, h5 {
	color: #333333;
	/*vertical-align: top; */ /* keine Wirkung in Mozilla! */
	/* Schriftfarbe in weiteren Klassen definieren!*/
}

h3 {
	color: #333333;
	font-weight: normal;
	vertical-align: bottom;
}

h2 {
	color: #333333;
	font-weight: bold;
	vertical-align: bottom;
}

hr {
	color: #333333;
	background-color: #333333;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #444444; 
}

a:visited {

}

a:active {
	/*color: #F26037; */ /* 2. Farbvariante */	
	color: #444444; /* 2. Farbvariante */	
}


/* wird sonst vom IE ausgelesen und überschreibt die Sub-Klassen 
a:hover {
	color: #FFFFFF;
}
*/

a.menue {
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}

.menue:hover {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

/* löschen?*/
a.menue:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


a.submenue {
	text-decoration: none;
	font-size: 11px;	
	font-weight: bold;
	color: #888888;
}

a.submenue:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	/*color: #F26037; */ /* 2. Farbvariante */
	color: #444444; /* 2. Farbvariante */	
}

a.submenue:active {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	/*color: #F26037;*/ /* 2. Farbvariante */
	color: #FFFFFF; /* 2. Farbvariante */
}


a.contentnav {
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	/*color: #1C3669;	*/
}

a.contentnav-on {
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	/*color: #E94F19;*/
	color: #FFFFFF;
}

a.contentnav:hover {
	/*color: #E94F19;*/
	color: #FFFFFF;
}

a.contentnav:active {
	/*color: #E94F19;*/
	color: #FFFFFF;
}

