/* =================================================================================================================================================================== Allgemeines */
a
{
	text-decoration: none;
	cursor: pointer;
}
/* =============================================================================================================================================================================== */
/* ================================================================================================================================================== BACKGROUND-SCN SERVER-MASTER */
#MAIN-BGROUND
{
	position			: absolute;
	left				: 0px;
	top					: 0px;
	height				: 100%;
	width				: 100%;
	z-index				: 50;
	background-color	: #EEECE6;
/*	background-image	: url("./DESIGN/mainbg.jpg");*/
}
#MAIN-BGROUND #ScrollCover
{
	position			: absolute;
	right				: 0px;
	top					: 0px;
	height				: 100%;
	width				: 25px;
	z-index				: 250;
	background-color	: transparent;	
}
/* =============================================================================================================================================================================== */
/* ================================================================================================================================================== BACKGROUND-SCN SERVER-MASTER */
#CONTENT-BGROUND
{
	position			: absolute;
	left				: -22px;
	top					: 0px;
	height				: 100%;
	width				: 100%;
	background-color	: transparent;
}
/* =============================================================================================================================================================================== */
/* ================================================================================================================================================== CONTENT-SCN SERVER-MASTER */
#MAIN-CONTENT
{
	position			: absolute; 
	top					: 0px; 
	left				: 0px; 
	height				: 100%; 
	width				: 100%; 
	z-index				: 100; 
	overflow			: hidden; 
	background-color	: transparent;
}

/* =============================================================================================================================================================================== */
/* ===================================================================================================================================================== CONTROL-SCN SERVER-MASTER */
#MAIN-CONTROL-HEADER
{
	display				: none;	
	position : absolute;
	top: 0px;
	left: -22px; 
	height: 11%; 
	width: 100%; 
	text-align: center; 
	z-index: 151; 
	background-color: #040;
	border-bottom: solid 6px #000;
}
#MAIN-CONTROL-LBORDER
{
	position : absolute; 
	top: 0px;
	left: 0px; 
	height: 100%; 
	width: 2%;
	background-color: transparent;
	overflow: hidden; 
	z-index: 150;
}
#MAIN-CONTROL-RBORDER
{
	position : absolute; 
	top: 0px; 
	right: 22px; 
	height: 100%; 
	width: 5%; 
	background-color: transparent; 
	overflow: hidden;
	z-index: 150;
}
#MAIN-CONTROL-FOOTER
{
	display: none;
	position : absolute;
	bottom: 0px;
	left: -22px;
	height: 5%;
	width: 100%;
	background-color: #EEE;
	background-image	: url("./DESIGN/mainbg.jpg");
	overflow: hidden;
	z-index:151; 
/*	border-top: solid 3px green;*/
}

#HEADLINE
{
	position: absolute; 
	left: 0%;
	top: 2%;
	width: auto; 
	height: 10%;
	background-color: #EEE;
	color: #AAA;
	z-index: 160;
	padding-left: 1%;
	padding-right: 2%;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
	display: none;
	
}
#HEADLINE-L
{
	position: relative; 
	width: auto; 
	height: 100%;
	background-color: green;
	float: left;
}
#HEADLINE-C
{
	position: relative; 
	width: auto; 
	height: 100%;
	background-color: transparent;
	float: left;
	font-weight: bold;
	font-size: 140%;	
	text-align: left;
	border-left: solid 0px black;
	display: none;
}
#HEADLINE-R
{
	position: relative; 
	width: auto; 
	height: 100%;
	background-color: green;
	float: left;
}
#HEADLINE-OF-SITE
{
	display: none;
	position: absolute; 
	right: 14%;
	top: 16%;
	width: auto; 
	height: auto;
	background-color: transparent;
	z-index: 190;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	color: #BA6;	
}

/* =============================================================================================================================================================================== */
/* =============================================================================================================================================================================== */
#MNU-STNDRD
{
	position: absolute; 
	left: 40%;							/* left dominiert*/
/*	right: 22px;						/* right wird ignoriert*/
	top: 94.2%; 
	width: 20%; 
	height: 1%; 
	font-family: arial; 
	font-size: 70%;
	background-color: transparent;
	z-index: 199;
	padding: 0%;
	padding-left: 0%;
	padding-right: 2%;
	padding-bottom: 3%;
	overflow: hidden;
	border: solid 0px blue;
}
#MNU-STNDRD a 
{
	color : #4E4C42;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

#MNU-STNDRD a:hover .MNU-STNDRD-Button
{
	color : #A19A87;
	background-color: transparent;
	
}
.MNU-STNDRD-Button
{
	height: 60%; 
	width: auto; 
	bottom: 20%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: left; 
	margin-right: 4%;
	background-color: transparent;
	border: solid 0px green;
	float: left;
}

/* =============================================================================================================================================================================== */

/* =============================================================================================================================================================================== */

#MNU-DRCT
{
	position			: absolute; 
	left				: 1%;							/* left dominiert*/
	top					: 24%; 
	width				: 15%; 
	height				: 45%; 
	font-family			: arial;	
	font-size			: 100%;
	background-color	: transparent;
	z-index				: 195;
	padding-top			: 0%;
	padding-left		: 0%;
	padding-right		: 0%;
	overflow			: hidden;
	text-align			: left; 
	border				: solid 0px red;	
}

#MNU-DRCT-CONTAINER
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
	visibility: visible;
	border				: solid 0px red;	
}

#MNU-DRCT a 
{
	color : #340;
	font-size: 73%;
	font-weight: bold;
	text-decoration: none;
}
#MNU-DRCT a:hover .MNU-DRCT-Button
{
	color : #700;
	background-color: transparent;
	
}

.MNU-DRCT-Button
{ 
	width: 89%; 
	padding-left: 5%;
	padding-right: 0%;
	text-align: left; 
	margin-right: 0%;
	margin-top: 2%;
	border: solid 0px red;
}

#MNU-DRCT-SWICH-on
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 10%;
	width: 100%;
	background-color: transparent;
	visibility: hidden;
}

#MNU-DRCT-SWICH-off
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	width: auto;
	background-color: lightblue;
	visibility: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#MNU-LANG
{
	display				: block;
	position			: absolute; 
	left				: 50.3%; 
	top					: 96.7%; 
	width				: 10%; 
	height				: auto; 
	font-family			: arial; 
	z-index				: 255;
	border				: solid 0px red;
}

.MNU-LANG-ENTRY
{
	position			: relativee; 
	left				: 0%; 
	top					: 0%; 
	width				: 15%; 
	height				: auto; 
	font-family			: arial; 
	border				: solid 2px transparent;
	margin-right: 2%;
	z-index				: 255;
}

#MNU-LANG a:hover .MNU-LANG-Button
{
	color 				: darkred;
	background-color	: transparent;
	border				: solid 2px #FFF;
	border-bottom		: solid 2px #000;
	border-right		: solid 2px #555;
}

.MNU-LANG-Button
{ 
	width				: 100%; 
	padding-left		: 1%;
	padding-right		: 0%;
	text-align			: center; 
	margin-right		: 1%;
	border				: solid 2px transparent;
}

/* =============================================================================================================================================================================== */
/*#bgscn
{
	position			: absolute;
	left				: 0px;
	top					: 0px;
	height				: 100%;
	width				: 100%;
	z-index				: 50;
}

/* ============================================================================================================================================== CONTENT-SCN aus STANDARD-Design */
#cntntscn
{
	position			: absolute;
	left				: 0px;
	top					: 0px;
	height				: 100%;
	width				: 100%;
	z-index				: 100;
}
#cntnt-main
{
	height				: auto;
}
/*----------------------------------------------------------- Die Grund-Formatierung der in der Content-Section angezeigten Seite ----------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- Hintergrund                                */
#cntnt-bgscn
{
	position: absolute;
	left: 0px;
	top:0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 50;
	background-color: transparent;	
	
}
/*----------------------------------------------------------------------------------------------------------------- Inhaltsebene                                */
#cntnt-cntntscn
{
	position: absolute;
	left: 0px;
	top:0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 100;
	background-color: transparent;	
}
#cntnt-cntntscn #cntnt-main-position
{
	position: absolute;
	left: 20%;
	top:0px;
	height: auto;
	width: 60%;
	border: solid 0px green;
	z-index: 100;
	background-color: transparent;	
}
/*-----------------------------------------------------------*/
#cntnt-ctrlscn
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1%;
	width: 100%;
	z-index: 150;
	background-color: transparent;
}

#cntnt-ctrlscn #control-cntnt-position 
{
	position: absolute; 
	left: 0%; 
	top: 0%;
	width: 100%; 
	height: 1300%; 
	background-color: lightgray; 
	margin-left: -22px;
}

#InnerMenue
{
	position: absolute; 
	left: 26%; 
	top: 1080%; 
	width: 50%; 
	height: 350%; 
	background-color: #EEE;
}


#InnerMenue a
{
	color: #AAA;
	text-decoration: none;
	font-size: 80%;
	font-family: arial;
	font-weight: bold;
}
#InnerMenue a:hover
{
	color: #000;
}
#InnerMenue a:hover .InnerMenueEntry
{
	color: #000;
	background-color: #EEE;
}
.InnerMenueEntry
{
	margin-right: 2%; 
	position: relative; 
	float: left; 
	height: 60%; 
	width: auto; 
	padding: 1%;
}
/*-----------------------------------------------------------*/

/* ========================================================================================================================================== FGROUND-SCN aus STANDARD-Design ENDE*/

#MAIN-FGROUND
{
	position 			: absolute;
	top					: 0px;
	left				: 0px;
	height				: 100%;
	width 				: 100%;
	overflow			: show;
	background-color	: transparent;
	/*	background-image	: url(./MAIN-FGROUND-BG.png);	background-repeat	: repeat; */
	visibility			: hidden;
	z-index				: 250;
}
/* ========================================================================================================================================== ADMIN-SCN aus STANDARD-Design ENDE*/

#admscn
{
	height				: 100%;
	width 				: 1%;
	overflow			: show;
	background-color: red;
	border: solid 1px red;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< CONTENT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

#CONTENT-placement
{
	position: absolute;
	top: 0%;
	left: 17%;
	width: 61.5%;
	height: auto;
	background-color: transparent;
	border: solid 0px red;
}

#CONTENT-CONTENT
{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #transparent;
/*	background-color	: #DD9; */
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	border: solid 0px red;
}

#CONTENT-HEADER
{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #transparent;
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}
#CONTENT-HEADER-SPREATING
{
	position: relative;
	width: 18%;
	height: auto;
	background-color: transparent;
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}

#CONTENT-FOOTER
{
	position: relative;
	width: 10%;
	height: auto;
	background-color: transparent;
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
}




#EVNT-PV-BOX
{
	position			: relative;width: 100%; 
	height				: auto; 
	background-color	: #C4BAA1; 
	border				: solid 2px #E6DABD; 
	border-right		: solid 2px #000; 
	border-bottom		: solid 2px #000;
}


#EVNTPVB-SUBCPTR-TITLE
{
	position: relative;
	float: right;
	width: 90%;
	height: auto;
	font-size: 170%;
	font-weight: bold;
	font-family: Times,arial;
	color: #5f5547;
}

#EVNTPVB-SUBCPTR-SUBTITLE
{
	position: relative;
	float: right;
	width: 90%;
	height: auto;
	font-size: 130%;
	font-weight: bold;
	font-family: Times,arial;
	color: #7D6D57;
}

#EVNTPVB-SUBCPTR-DESCRIPTION
{
	position: relative;
	float: right;
	width: 110%;
	height: auto;
	font-size: 110%;
	font-weight: normal;
	font-family: Times,arial;
	color: #7D6D57;
}

/*7D6D57*/

#subcptr-header
{
border: solid 0px #5F5547;
border-bottom: solid 2px #5F5547;
}



#SUBCPTR-TITLE
{
position: relative;
float: right;
width: 90%;
height: auto;
font-size: 170%;
font-weight: bold;
font-family: Times,arial;
color: #5F5547;
}

#SUBCPTR-SUBTITLE
{
position: relative;
float: right;
width: 90%;
height: auto;
font-size: 120%;
font-weight: bold;
font-family: arial;
color: #5F5547;
}











#CPTR-TITLE
{
position: relative;
float: none;
width: 100%;
height: auto;
font-size: 250%;
font-weight: bold;
font-family: Times,arial;
color: #5F5547;

}

#CPTR-SUBTITLE
{
position: relative;
float: none;
width: 100%;
height: auto;
font-size: 120%;
font-weight: bold;
font-family: arial;
color: #5F5547;

}

#CPTR-RIGHTS
{
position: relative;
float: none;
width: 100%;
height: auto;
font-weight: normal;

}
#CAPTURE-HEADER-BLOCK
{
border-bottom: solid 2px #5F5547;
padding-bottom: 10px;
}


.TEXT1
{
color		: #5f5547;
font-size	: 110%; 
font-weight	: normal; 
font-family	: arial; 
text-align	: justify;
}



















#CONTENT-CONTENT
{
font-family: arial;
font-size: 70%;
color: #EEE;
}
#CONTENT-CONTROL-MNU-MAIN
{
	position: absolute;
	left: 81%;
	top:58%;
	height:auto;
	width: 18%;
	background-color: transparent;
	z-index: 191;
	padding-left: 0%;
	padding-right: 0%;
	font-family: arial;
	font-size: 70%;
	font-weight: bold;
	visibility: visible;
}


.CONTENT-CONTROL-MNU-MAIN-Button
{
	position: relative;
	height: auto;
	width: 100%;
	background-color: transparent;
	z-index: 191;
	margin-top: 0%;
	margin-bottom: 4%;
	padding-left: 10%;
	padding-right: 0%;
	color: black;
	float: left;
}
.CONTENT-CONTROL-MNU-MAIN-Button-active
{
	position: relative;
	height: auto;
	width: 100%;
	background-color: red;
	z-index: 191;
	margin-top: 0%;
	margin-bottom: 4%;
	padding-left: 10%;
	padding-right: 0%;
	color: black;
	float: left;
}

#CONTENT-CONTROL-MNU-XTRA1
{
	position: absolute;
	left: 56%;
	top:8.5%;
	height:auto;
	width: 22%;
	background-color: transparent;
	z-index: 200;
	padding-left: 0%;
	padding-right: 0%;
	font-family: arial;
	font-size: 70%;
	font-weight: bold;
}

#CONTENT-CONTROL-MNU-XTRA1-TITLE
{
	position: relative;
	height: auto;
	width: 100%;
	background-color: transparent;
	z-index: 191;
	margin-top: 0%;
	margin-bottom: 1%;
	padding-left: 0%;
	padding-right: 0%;
	float: left;
	font-size: 150%;
	font-weight: bold;
	color: #7B0000;
/*	border: solid 1px green;
	color: #493A26;
*/
}

.CONTENT-CONTROL-MNU-XTRA1-Button
{
	position: relative;
	height: auto;
	width: auto;
	background-color: transparent;
	z-index: 191;
	margin-top: 0%;
	margin-bottom: 1%;
	padding-left: 0%;
	padding-right: 4%;
	color: #6D5C44;
	float: left;
}
.CONTENT-CONTROL-MNU-XTRA1-Button-active
{
	position: relative;
	height: auto;
	width: auto;
	background-color: transparent;
	z-index: 191;
	margin-top: 0%;
	margin-bottom: 1%;
	padding-left: 0%;
	padding-right: 4%;
	color: #7B0000;
	float: left;
}

#CONTENT-BGROUND-DSGN2
{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 15.5%;
	width: 100%;
	background-color: #D0C5A9;
	background-image: url(../CONTENT/SCN-CONTROL/DATA/HG-DSGN2-1.jpg);
	z-index: 186;
	border: solid 0px red
}

#CONTENT-BGROUND-DSGN4
{
	position: absolute;
	bottom: -1%;
	left: 0%;
	height: 8.5%;
	width: 100%;
	background-color: #D0C5A9;
	background-image: url(../CONTENT/SCN-CONTROL/DATA/HG-DSGN2-1.jpg);
	z-index: 188;
}




#CONTENT-CONTROL-DSGN1
{
	position: absolute;
	top: 0%;
	left: -3%;
	height: 17%;
	width: 100%;
	background-color: #EEECE6;
	z-index: 185;
	border: solid 0px red
}

#CONTENT-CONTROL-DSGN2
{
	position: absolute;
	top: 0%;
	left: -3%;
	height: 15.5%;
	width: 100%;
	background-color: #D0C5A9;
	background-image: url(../CONTENT/SCN-CONTROL/DATA/HG-DSGN2-1.jpg);
	z-index: 186;
	border: solid 0px red
}

#CONTENT-CONTROL-DSGN3
{
	position: absolute;
	bottom: -1%;
	left: -3%;
	height: 10%;
	width: 100%;
	background-color: #E6DABD;
	z-index: 187;
}

#CONTENT-CONTROL-DSGN4
{
	position: absolute;
	bottom: -1%;
	left: -3%;
	height: 8.5%;
	width: 100%;
	background-color: #D0C5A9;
	background-image: url(../CONTENT/SCN-CONTROL/DATA/HG-DSGN2-1.jpg);
	z-index: 188;
}

#CONTENT-CONTROL-DSGN5
{
	position: absolute;
	top: 5%;
	left: 18%;
	width: 36%;
	background-color: transparent;
	z-index: 189;
	border: solid 0px red
}

#CONTENT-CONTROL-DSGN6
{
	position: absolute;
	bottom: 1.4%;
	left: 18%;
	width: 5%;
	background-color: transparent;
	z-index: 190;
}

#CONTENT-CONTROL-DSGN7
{
	position: absolute;
	bottom: 1.2%;
	left: 24%;
	width: 15%;
	background-color: transparent;
	z-index: 197;
}

#CONTENT-CONTROL-DSGN10
{
	position: absolute;
	top: 0.7%;
	left: 8%;
	width: 6.5%;
	background-color: transparent;
	z-index: 199;
}


#MAIN-CONTROL-DSGN1
{
	position: absolute;
	top: 0.5%;
	left: 70%;
	height: auto;
	width: 27%;
	background-color: transparent;
	z-index: 185;
	border: solid 0px red
}


#MAIN-BGROUND-DSGN1
{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 17%;
	width: 100%;
	background-color: #A19A87;
	z-index: 185;
	border: solid 0px red
}

#MAIN-BGROUND-DSGN2
{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 15.5%;
	width: 100%;
	background-color: #D0C5A9;
	z-index: 186;
	border: solid 0px red
}

#MAIN-BGROUND-DSGN3
{
	position: absolute;
	bottom: -1%;
	left: 0%;
	height: 10%;
	width: 100%;
	background-color: #E6DABD;
	z-index: 196;
}

#MAIN-BGROUND-DSGN4
{
	position: absolute;
	bottom: -1%;
	left: 0%;
	height: 8.5%;
	width: 100%;
	background-color: #D0C5A9;
	z-index: 197;
}

