/* Allg. Angaben ============================================ */
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background-color: #ffffff;
	background-image: url('/pics/layout/owd/bg_all.gif');
	background-repeat: repeat-y;
	background-position: top left;	
}


/* Unsichtbare Inhalte für Suchmaschinen */

.futsch1 { 
	position:absolute; 
	left:-1000px; 
	top:-1000px; 
	width:0px; 
	height:0px; 
	overflow:hidden; 
	display:inline;
}

.futsch2 { 
	position:absolute; 
	left:-1000px; 
	top:-1000px; 
	width:0px; 
	height:0px;
}

.unsichtbar	{ 
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0; 
}

/* Spezial-DIVs zum Abdunkeln des Hauptcontents */

/*
div#popup_window {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 3; 
	height: 372px; 
	width: 580px; 
	background-color: #FFFFFF; 
	border: solid 1px #e2e2e1;
}
*/

/* Spezial-DIVs zum Abdunkeln des Hauptcontents */

div#popup_window_container {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 3; 
	height: 372px; 
	width: 100%; 
}

div#popup_window {
	position: relative; 
	z-index: 3; 
	height: 590px; 
	width: 833px;
	margin: auto;
	background-color: #ffffff;
	/*border: solid 1px #e2e2e1; 
	background-color: red;*/
}


div#disablecontent1 {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 2; 
	height: 100%; 
	width: 100%;
}

div#fadeColor {
	background-color: black; 
	width: 100%; 
	height: 100%; 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
	filter:alpha(opacity=60);
}

a.CloseX {
	width: 27px;
	float: left;
	position: absolute;
	top: 500px;
	left: 630px;
	z-index: 99;
	background-image: url('/pics/layout/owd/closex.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	border: red solid 1px;
}

a.popupXBildlupe{
	width: 70px;
	float: left;
	position: absolute;
	top: 544px;
	left: 730px;
	z-index: 99;
	padding: 0 0 0 20px;
	background-image: url('/pics/layout/owd/closex.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	color: #aba395;
	font-weight: bold;
	font-size: 80%;
}

div.BildLupeContent {
	width: 810px;
	float: left;
	padding: 23px 0 0 23px;
}

div.BildCenter {
	width: 784px;
	height: 458px;
	float: left;
	text-align: center;
	padding: 4px 0 0 0;
}

div.TrennlinieGrau {
	width: 784px; 
	float: left;
	height: 20px;
	/*background-color: #e5e5e5;*/
}

div.BlaetterpfeileBL {
	width: 130px;
	float: left;
}

div.BlaetterpfeileBL div.PfeilLinksBL {
	width: 22px;
	padding: 3px 0 3px 0;
	float: left;
}

div.TextInMitteBL {
	width: auto; 
	float: left; 
	padding: 0 10px 0 10px;
}

div.BlaetterpfeileBL div.PfeilLinksBL a {
	width: 18px;
	height: 9px;
	float: left;
	background-image: url('/pics/layout/owd/pfeil_left.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.BlaetterpfeileBL div.PfeilRechtsBL {
	width: 22px;
	padding: 3px 0 0 3px;	
	float: left;
}

div.BlaetterpfeileBL div.PfeilRechtsBL a {
	width: 18px;
	height: 9px;
	float: left;
	background-image: url('/pics/layout/owd/pfeil_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.BildunterschriftBL {
	width: 550px;
	float: left;
	margin-right: 25px;
}


/* ALLGEMEINE OBJEKTE -----------*/

form {
	padding: 0px;
	margin: 0px;
}

input {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 80%;
}

textarea {
	font-family: Arial;
	font-size: 80%;
}


iframe {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	outline: none; 
}

a img {
	border: 0px;
}


.Clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	float:none;
}

.Center {
	text-align: center;
}

.Right {
	text-align: Right;
}


/*SCHRIFT -----------*/
/*Schriftfarben -----*/

h1 {
	padding: 0;
	margin: 0;
	font-size: 140%;
}


h2 {
	padding: 0;
	margin: 0;
	font-size: 100%;
}


h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
}



p {
	padding: 0px;
	margin: 0px;
}

/*Weiss*/
.ColorW {
	color: #FFFFFF;
}

/*Schwarz*/
.ColorS {
	color: #000000;
}

/*Braun*/
.ColorBR {
	color: #8d826e;
}


/*Hellbraun*/
.ColorHBR {
	color: #aba395;
}


/*Blau*/
.ColorB {
	color: #3fbcf0;
}

/*Textgroessen -----*/

.TextXXS {
	font-size: 65%
}

.TextXS {
	font-size: 70%
}


.TextS {
	font-size: 75%;
}

.TextM {
	font-size: 80%
}


.TextL {
	font-size: 100%;
}

.TextXL {
	font-size: 155%;
}

.fontbold {
	font-weight: bold;
}

.fontnormal {
	font-weight: normal;
}


.kursiv {
	font-style: italic;
}

.center {
	text-align: center;
}

.textRight {
	text-align: right;
}

ul {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.NoTextdeco {
	text-decoration:none;
}

.Textdeco {
	text-decoration:underline;
}


/*Abstaende -----*/
.ObenZwei {
	margin-top: 2px;
}

.ObenDrei {
	margin-top: 3px;
}

.ObenVier {
	margin-top: 4px;
}


.ObenFuenf {
	margin-top: 5px;
}

.ObenSechs {
	margin-top: 6px;
}

.ObenSieben {
	margin-top: 7px;
}

.ObenAcht {
	margin-top: 8px;
} 

.ObenNeun {
	margin-top: 9px;
}

.ObenZehn {
	margin-top: 10px;
}

.ObenDreizehn {
	margin-top: 13px;
}

.ObenFuenfzehn {
	margin-top: 15px;
}


.ObenSechszehn {
	margin-top: 16px;
}


.ObenAchtzehn {
	margin-top: 18px;
}


.ObenZwanzig {
	margin-top: 20px;
}


.ObenZweiundzwanzig {
	margin-top: 22px;
}

.ObenDreiundzwanzig {
	margin-top: 23px;
}

.ObenVierundzwanzig {
	margin-top: 24px;
}

.ObenFuenfundzwanzig {
	margin-top: 25px;
}

.ObenSechsundzwanzig {
	margin-top: 26px;
}

.ObenDreissig {
	margin-top: 30px;
}

.ObenVierunddreissig {
	margin-top: 34px;
}

.ObenVierzig {
	margin-top: 40px;
}

.ObenFuenfzig {
	margin-top: 50px;
}

.ObenAchtzig {
	margin-top: 80px;
}

.ObenHundert {
	margin-top: 100px;
}

.ObenHundertVierzig {
	margin-top: 140px;
}


.ObenHundertFuenfzig {
	margin-top: 150px;
}
 
.ObenZehnPadding {
	padding-top: 10px;	
}

.UntenZwei {
	margin-bottom: 2px;	
}


.UntenDrei {
	margin-bottom: 3px;	
}

.UntenVier {
	margin-bottom: 4px;	
}

.UntenFuenf {
	margin-bottom: 5px;	
}

.UntenSieben {
	margin-bottom: 7px;	
}


.UntenAcht {
	margin-bottom: 8px;	
}

.UntenZehn {
	margin-bottom: 10px;	
}

.UntenFuenfZehn {
	margin-bottom: 15px;	
}

.UntenZwanzig {
	margin-bottom: 20px;	
}

.UntenFuenfzig {
	margin-bottom: 50px;	
}

.LinksZehnPadding {
	padding-left: 10px;	
}

.LinksDreiunddreissig {
	margin-left: 33px;	
}

.LinksZwanzigPadding {
	padding-left: 20px;	
}

.RechtsVierzehnPadding {
	padding-right: 14px;
}

.RechtsZehn {
	margin-right: 10px;
}

.RechtsElf {
	margin-right: 11px;
}

.RechtsFuenfundzwanzig {
	margin-right: 22px;
}


/*ALL*/
/*
div.Zentrierung {
	width: 1002px;
	text-align: center;
  	margin: auto;
}
*/
div.All {
	width: 1002px;
	float: left;
	text-align: left;
	position: relative;
	overflow: hidden;
}

/* Content All =====================*/

div.ContentAll {
	width: 1002px; 
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}

div.Header {
	width: 1002px;
	height: 221px;
	float: left;
	background-image: url('/pics/layout/owd/bg_header.gif');
	background-repeat: repeat-x;
	background-position: top left;

}

div.Logo {
	width: 233px;
	float: left;	
}

div.HeaderContentRightTop {
	width: 727px;
	height: 119px;	 
	float: left; 
	margin-right: 2px;
	padding: 0 0 0 40px;
	background-image: url('/pics/layout/owd/bg_header_content_right.gif');
	background-repeat: no-repeat;
	background-position: top right;	
}

div.HeaderContentRightTop a {
	width: auto; 
	float: left;
	margin-top: 30px;
}

div.HeaderContentRightMiddle {
	width: 727px;
	height: 55px;	 
	float: left; 
	margin-right: 2px;
	padding: 0 0 0 40px;
}

div.HeaderContentRightMiddle a.Home {
	width: 59px;
	height: 33px; 
	float: left; 
	margin: 7px 114px 0 0;
	background-image: url('/pics/layout/owd/icon_home.gif');
	background-repeat: no-repeat;
	background-position: 10px 0px;	
}

div.HeaderContentRightMiddle a.Home:hover {
	width: 59px;
	height: 33px;
	float: left; 
	margin: 7px 114px 0 0;
	background-image: url('/pics/layout/owd/icon_home_MO.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.HeaderContentRightMiddle a.HomeAktiv {
	width: 34px;
	height: 33px;
	float: left; 
	margin: 7px 114px 0 0;
	background-image: url('/pics/layout/owd/icon_home_MO.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.HeaderContentRightMiddle a.Kontakt {
	width: 75px;
	height: 29px;
	float: left; 
	margin: 12px 140px 0 0;
	background-image: url('/pics/layout/owd/icon_kontakt.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.HeaderContentRightMiddle a.Kontakt:hover {
	width: 138px;
	height: 29px;
	float: left; 
	margin: 12px 77px 0 0;
	background-image: url('/pics/layout/owd/icon_kontakt_MO.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.HeaderContentRightMiddle a.KontaktAktiv {
	width: 138px;
	height: 29px;
	float: left; 
	margin: 12px 77px 0 0;
	background-image: url('/pics/layout/owd/icon_kontakt_MO.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.HeaderContentRightMiddle a.Vita {
	width: 70px;
	height: 33px;
	float: left; 
	margin: 10px 96px 0 0;
	background-image: url('/pics/layout/owd/icon_vita.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.HeaderContentRightMiddle a.Vita:hover {
	width: 70px;
	height: 33px;
	float: left; 
	margin: 10px  96px 0 0;
	background-image: url('/pics/layout/owd/icon_vita_MO.gif');
	background-repeat: no-repeat;
	background-position: 10px 1px;	
}

div.HeaderContentRightMiddle a.VitaAktiv {
	width: 70px;
	height: 33px;
	float: left; 
	margin: 10px 96px 0 0;
	background-image: url('/pics/layout/owd/icon_vita_MO.gif');
	background-repeat: no-repeat;
	background-position: 10px 1px;	
}

div.HeaderContentRightMiddle a.Impressum {
	width: 147px;
	height: 33px;
	float: left; 
	margin: 10px 0 0 0;
	background-image: url('/pics/layout/owd/icon_impressum.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.HeaderContentRightMiddle a.Impressum:hover {
	width: 147px;
	height: 33px;
	float: left; 
	margin: 10px 0 0 0;
	background-image: url('/pics/layout/owd/icon_impressum_MO.gif');
	background-repeat: no-repeat;
	background-position: 13px 4px;	
}

div.HeaderContentRightMiddle a.ImpressumAktiv {
	width: 147px;
	height: 33px;
	float: left; 
	margin: 10px 0 0 0;
	background-image: url('/pics/layout/owd/icon_impressum_MO.gif');
	background-repeat: no-repeat;
	background-position: 13px 4px;	
}

div.HeaderContentRightBottom {
	width: 727px;
 	float: left; 
	height: 38px;
	margin-right: 2px;
	padding: 10px 0 0 40px;
	overflow: hidden;
}

div.HeaderContentRightBottom a {
	width: auto;
 	float: left; 
}

/*Content START ============ Menü, Zwischenspalte, Content*/

div.MenueZSContentGesamt {
	width: 1002px;
	float: left; 
	overflow: hidden;
}

/* Menue */

div.MenueGesamt {
	width: 200px;
	float: left; 
	padding: 35px 0 0 0px;
	overflow: hidden;
}

a.MenueZeile {
	width: 164px; 
	height: 19px; 
	float: left;
	padding: 5px 0 3px 36px;
}

a.MenueZeileAktiv {
	width: 164px; 
	height: 19px; 
	float: left;
	padding: 5px 0 3px 36px;
}

a.MenueZeile:hover {
	background-color: #8d826e;
	border-right: 1px solid #9b9180;	
	font-weight: bold;			
}

a.MenueZeileAktiv {
	/*border-right: 1px solid #f2c71e;*/		
	font-weight: bold;	
}

/*Gelb 1*/

a.MenueZeile#PfeilGelb {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
}

a.MenueZeile#PfeilGelbDown {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_down.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
}

a.MenueZeileAktiv#PfeilGelb {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	background-color: #fdca00;			
}

a.MenueZeileAktiv#PfeilGelbDown {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_down.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	background-color: #fdca00;	
}



/*Orange 1*/
a.MenueZeile#PfeilOrange {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
}

a.MenueZeile#PfeilOrangeDown {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_down.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
}

a.MenueZeileAktiv#PfeilOrange {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
	background-color: #f69800;	
}

a.MenueZeileAktiv#PfeilOrangeDown {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_down.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
	background-color: #f69800;	
}





/*Rot 1*/
a.MenueZeile#PfeilRot {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
}

a.MenueZeile#PfeilRotDown {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_down.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
}

a.MenueZeileAktiv#PfeilRot {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
	background-color: #e50003;	
}

a.MenueZeileAktiv#PfeilRotDown {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_down.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
	background-color: #e50003;	
}


/*Grün 1*/
a.MenueZeileAktiv#PfeilGruen {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
	background-color: #4bab25;		
}

a.MenueZeile#PfeilGruen {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
}



/*Blau 1*/
a.MenueZeileAktiv#PfeilBlau {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	background-color: #19a4dd;			
}

a.MenueZeile#PfeilBlau {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_re.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;	
}




/*Ebene 2*/
a.MenueZeileEbene2 {
	width: 144px; 
	height: 19px; 
	float: left;
	padding: 5px 0 3px 56px;
}

a.MenueZeileEbene2Aktiv {
	width: 144px; 
	height: 19px; 
	float: left;
	padding: 5px 0 3px 56px;
	font-weight: bold;
}

a.MenueZeileEbene2:hover {
	background-color: #8d826e;
	border-right: 1px solid #9b9180;			
	font-weight: bold;
}

a.MenueZeileEbene2Aktiv {
	/*border-right: 1px solid #f2c71e;*/		
}

/*Gelb 2*/
a.MenueZeileEbene2Aktiv#PfeilGelb {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #fdca00;		
}

a.MenueZeileEbene2Aktiv#PfeilGelbDown {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #fdca00;	
}

a.MenueZeileEbene2#PfeilGelb {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;
}

a.MenueZeileEbene2#PfeilGelbDown {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
}



/*Rot 2*/
a.MenueZeileEbene2Aktiv#PfeilRot {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #e50003;		
}

a.MenueZeileEbene2Aktiv#PfeilRotDown {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #e50003;	
}

a.MenueZeileEbene2#PfeilRot {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;
}

a.MenueZeileEbene2#PfeilRotDown {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
}


/*Orange 2*/
a.MenueZeileEbene2Aktiv#PfeilOrange {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #f69800;		
}

a.MenueZeileEbene2Aktiv#PfeilOrangeDown {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #f69800;	
}

a.MenueZeileEbene2#PfeilOrange {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;
}

a.MenueZeileEbene2#PfeilOrangeDown {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
}


/*Gruen 2*/
a.MenueZeileEbene2Aktiv#PfeilGruen {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #4bab25;		
}

a.MenueZeileEbene2Aktiv#PfeilGruenDown {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #4bab25;	
}

a.MenueZeileEbene2#PfeilGruen {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;
}

a.MenueZeileEbene2#PfeilGruenDown {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
}



/*Blau 2*/
a.MenueZeileEbene2Aktiv#PfeilBlau {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #19a4dd;		
}

a.MenueZeileEbene2Aktiv#PfeilBlauDown {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #19a4dd;	
}

a.MenueZeileEbene2#PfeilBlau {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_re.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;
}

a.MenueZeileEbene2#PfeilBlauDown {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
}



/*Ebene 3*/

a.MenueZeileEbene3 {
	width: 126px; 
	height: 19px; 
	float: left;
	padding: 5px 0 3px 74px;
}

a.MenueZeileEbene3Aktiv {
	width: 126px; 
	height: 19px; 
	float: left;
	padding: 5px 0 3px 74px;
	font-weight: bold;
	
}

a.MenueZeileEbene3:hover {
	background-color: #8d826e;
	border-right: 1px solid #9b9180;			
	font-weight: bold;
}

a.MenueZeileEbene3Aktiv {
	/*border-right: 1px solid #f2c71e;	*/
	font-weight: bold;	
}

/*Gelb 3*/
a.MenueZeileEbene3#PfeilGelb {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
}

a.MenueZeileEbene3Aktiv#PfeilGelb {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
	background-color: #fdca00;	
}

a.MenueZeileEbene3Aktiv#PfeilGelbDown {
	background-image: url('/pics/layout/owd/menue_pfeil_gelb_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #fdca00;		
}

/*Rot 3*/
a.MenueZeileEbene3#PfeilRot {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
}

a.MenueZeileEbene3Aktiv#PfeilRot {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
	background-color: #e50003;	
}

a.MenueZeileEbene3Aktiv#PfeilRotDown {
	background-image: url('/pics/layout/owd/menue_pfeil_rot_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #e50003;		
}

/*Orange 3*/
a.MenueZeileEbene3#PfeilOrange {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
}

a.MenueZeileEbene3Aktiv#PfeilOrange {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
	background-color: #f69800;	
}

a.MenueZeileEbene3Aktiv#PfeilOrangeDown {
	background-image: url('/pics/layout/owd/menue_pfeil_orange_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #f69800;		
}

/*Gruen 3*/
a.MenueZeileEbene3#PfeilGruen {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
}

a.MenueZeileEbene3Aktiv#PfeilGruen {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
	background-color: #4bab25;	
}

a.MenueZeileEbene3Aktiv#PfeilGruenDown {
	background-image: url('/pics/layout/owd/menue_pfeil_gruen_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #4bab25;		
}


/*Blau 3*/
a.MenueZeileEbene3#PfeilBlau {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
}

a.MenueZeileEbene3Aktiv#PfeilBlau {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_re.png');
	background-repeat: no-repeat;
	background-position: 52px 4px;	
	background-color: #19a4dd;	
}

a.MenueZeileEbene3Aktiv#PfeilBlauDown {
	background-image: url('/pics/layout/owd/menue_pfeil_blau_down.png');
	background-repeat: no-repeat;
	background-position: 34px 4px;	
	background-color: #19a4dd;		
}


/* Zwischenzeile */

div.ZSGesamt {
	width: 27px;
	float: left; 
	overflow: hidden;
	text-align: center;
	padding: 222px 0 0 15px; 
}

div.ZSContent {
	width: 15px;
	float: left; 
}


div.ZSGesamt a.PfeilTop {
	width: 13px;
	height: 13px;
	float: left; 
	margin-bottom: 4px;
	background-image: url('/pics/layout/owd/pfeil_top.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


div.ZSGesamt a.PfeilBottom {
	width: 13px;
	height: 13px;
	float: left; 
	background-image: url('/pics/layout/owd/pfeil_bottom.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.ZSGesamt a.ZahlenBoxAktiv {
	width: 13px;
	height: 13px;
	text-align: center;
	float: left; 
	margin-bottom: 3px;
	background-image: url('/pics/layout/owd/zahlen_box_hellbraun.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.ZSGesamt a.ZahlenBox {
	width: 13px;
	height: 13px;
	text-align: center;
	float: left; 
	margin-bottom: 4px;
	background-image: url('/pics/layout/owd/zahlen_box_weiss.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* Content */ 
div.ContentGesamt {
	width: 730px;
	float: left; 
	overflow: hidden;
	padding: 0 0 0 30px;
}


div.ContainerContent {
	width: 730px;
	float: left; 
	overflow: hidden;
}

/* großes Bild und Text schmal rechts */


div.ContainerContent h2.Headline {
	width: 430px;
}

div.ContainerContent h2.HeadlineSmall {
	width: 180px;	
}


div.ContainerLeft {
	width: 430px;
	padding-right: 70px;
	float: left;
	overflow: hidden;
}

div.ContainerLeft p {
	width: auto;
	float: left;
}


div.ContainerLeft p.BildUnterschrift {
	width: 430px;
	float: left;
}



div.ContainerLeft a {
	width: auto;
	float: left;
}


div.ContainerLeft p a {
	color: #8d826e;
	float: none;
	text-decoration: underline;
}

div.ContainerLeft p a:hover {
	color: #3fbcf0;
	
}

div.ContainerLeft a img {
	width: auto;
	float: left;
}

/*Aufzählung im Textabsatz*/

div.ContainerLeft ul {
	width: 430px;
	float: left;
	padding: 5px 0 0 10; 	
}

div.ContainerLeft ul li {
	width: 430px;
	float: left;
	padding: 2px 0 2px 14px;
	color: #8d826e;
	font-size: 75%;
	background-image: url('/pics/layout/owd/azp_icon.gif');
	background-repeat: no-repeat;
	background-position: 3px 6px;	
}


div.ContentAlbumbild {
	width: 430px;
	float: left;
}

div.Blaetterpfeile {
	width: 430px;
	float: left;
}

div.Blaetterpfeile div.PfeilLinks {
	width: 22px;
	padding: 3px 0 3px 0;
	float: left;
}

div.Blaetterpfeile div.PfeilLinks a {
	width: 18px;
	height: 9px;
	float: left;
	background-image: url('/pics/layout/owd/pfeil_left.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}



div.Blaetterpfeile div.PfeilRechts {
	width: 22px;
	padding: 3px 0 0 3px;	
	float: left;
}

div.Blaetterpfeile div.PfeilRechts a {
	width: 18px;
	height: 9px;
	float: left;
	background-image: url('/pics/layout/owd/pfeil_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}


div.ContainerRight {
	width: 200px;
	float: left;
	overflow: hidden;	
}

div.ContainerRight p {
	width: 180px;
	float: left;
}

div.ContainerRight a {
	width: auto;
	float: left;
}

div.ContainerRight a img {
	width: auto;
	float: left;
}

div.ContainerRight p a {
	width: auto;
	float: none;
	text-decoration: underline;
	color: #8d826e;
}

div.ContainerRight p a:hover {
	color: #3fbcf0;
}



div.LinkElemente {
	width: 180px;
	float: left;
}

div.ContainerRight ul {
	width: 180px;
	float: left;
	overflow: hidden;	
}


div.ContainerRight ul li.intern a {
	width: 180px;
	float: left;
	padding: 0px 0 0 24px;
	background-image: url('/pics/layout/owd/pfeil_grau_right.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;	
}

div.ContainerRight ul li.extern a {
	width: 180px;
	float: left;
	padding: 0px 0 0 24px;
	background-image: url('/pics/layout/owd/pfeil_grau_up.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;	
}

div.ContainerRight ul li.download a {
	width: 180px;
	float: left;
	padding: 0px 0 0 24px;
	background-image: url('/pics/layout/owd/pfeil_grau_down.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;	
}

div.ContainerRight ul li a:hover {
	color: #3fbcf0;
}


/*Download*/
div.DownloadText {
	width: 270px;
	float: left;
}

div.DownloadText a.Download {
	width: auto;
	height: 15px;
	float: left;
	padding: 16px 0 0 40px;
	background-image: url('/pics/layout/owd/pdf_icon.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

div.DownloadText a.Download:hover {
	color: #3fbcf0;
}

div.DownloadText p {
	width: 255px;
	float: left;
	padding: 0 0 0 8px;
}

div.DownloadPic {
	width: 160px;
	float: left;
}

/*Externe Links*/

div.LinkText {
	width: 315px;
	float: left;
}

div.LinkText a.ExtLink {
	width: auto;
	height: 15px;
	float: left;
	padding: 0px 0 0 24px;
	background-image: url('/pics/layout/owd/pfeil_grau_up.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;	
}

div.LinkText a.ExtLink:hover {
	color: #3fbcf0;
}

div.LinkText p {
	width: 305px;
	float: left;
}

div.LinkPic {
	width: 115px;
	float: left;
}


/*Interner Seitenverweis */

div.LinkText a.IntLink {
	width: auto;
	height: 15px;
	float: left;
	padding: 0px 0 0 24px;
	background-image: url('/pics/layout/owd/pfeil_grau_right.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

div.LinkText a.IntLink:hover {
	color: #3fbcf0;
}

