.TEXT1
{
color		: #AAA;
font-size	: 110%; 
font-weight	: normal; 
font-family	: arial; 
text-align	: justify;
}


/* =================================================================================================================================================================== 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	: #AAA;
/*	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: 1%;							/* left dominiert*/
/*	right: 22px;						/* right wird ignoriert*/
	bottom: -4%; 
	width: 42.5%; 
	height: auto; 
	font-family: arial; 
	font-size: 80%;
	background-color: transparent;
	z-index: 196;
	padding: 0%;
	padding-left: 0%;
	padding-right: 2%;
	padding-bottom: 3%;
	overflow: hidden;
	border: solid 0px blue;
}
#MNU-STNDRD a 
{
	color : #999;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

#MNU-STNDRD a:hover .MNU-STNDRD-Button
{
	color : #305;
	background-color: transparent;
	
}
.MNU-STNDRD-Button
{
	height: 60%; 
	width: auto; 
	bottom: 20%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: left; 
	margin-right: 5%;
	background-color: transparent;
	border: solid 0px green;
	float: left;
}

/* =============================================================================================================================================================================== */

/* =============================================================================================================================================================================== */

#MNU-DRCT
{
	display				: none; 
	position			: absolute; 
	left				: 77%;							/* left dominiert*/
/*	right: 22px;						/* right wird ignoriert*/
	top					: 44%; 
	width				: 20%; 
	height				: 100%; 
	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 a 
{
	color : #AAA;
	font-size: 73%;
	font-weight: bold;
	text-decoration: none;
}
#MNU-DRCT a:hover .MNU-DRCT-Button
{
	color : #FFF;
	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;
}
#MNU-DRCT-SWICH-off
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	width: auto;
	background-color: lightblue;
	visibility: hidden;
}

#MNU-DRCT-CONTAINER
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
	visibility: visible;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#MNU-LANG
{
	display				: none;
	position			: absolute; 
	left				: 27%; 
	top					: 97%; 
	width				: 10%; 
	height				: auto; 
	font-family			: arial; 
	border				: solid 2px transparent;
	z-index				: 255;
	border: solid 1px 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: 20%;
	width: 60%;
	height: auto;
	background-color: transparent;
	background-image: url(./BG40.png);
}

#CONTENT-CONTENT
{
	position: relative;
	width: 100%;
	height: auto;
	background-color: transparent;
	padding-left: 1%;
	padding-right: 1%;
	float: left;
}

#CONTENT-HEADER
{
	position: relative;
	width: 100%;
	height: auto;
	background-color: transparent;
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
}
#CONTENT-HEADER-SPREATING
{
	position: relative;
	width: 15%;
	height: auto;
	background-color: transparent;
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
}

#CONTENT-FOOTER
{
	position: relative;
	width: 100%;
	height: auto;
	background-color: transparent;
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
}

#SUBCPTR-TITLE
{
position: relative;
float: right;
width: 90%;
height: auto;
font-size: 170%;
font-weight: bold;
font-family: Times,arial;
color: #cA0;
}
#SUBCPTR-SUBTITLE
{
position: relative;
float: right;
width: 90%;
height: auto;
font-size: 120%;
font-weight: bold;
font-family: arial;
color: #cA0;
}











#CPTR-TITLE
{
position: relative;
float: none;
width: 100%;
height: auto;
font-size: 210%;
font-weight: bold;
font-family: Times,arial;
color: #cA0;
text-align: center;
}

#CPTR-SUBTITLE
{
position: relative;
float: none;
width: 100%;
height: auto;
font-size: 120%;
font-weight: bold;
font-family: arial;
color: #cA0;
text-align: center;
}

#CPTR-RIGHTS
{
position: relative;
float: none;
width: 100%;
height: auto;
font-weight: normal;
text-align: center;
}
#CAPTURE-HEADER-BLOCK
{
border-bottom: solid 3px darkgreen;
}





















#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: darkgray;
	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: 81%;
	top:18%;
	height:auto;
	width: 7%;
	background-color: transparent;
	z-index: 191;
	padding-left: 1%;
	padding-right: 0%;
	font-family: arial;
	font-size: 70%;
	font-weight: bold;
}

.CONTENT-CONTROL-MNU-XTRA1-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-XTRA1-Button-active
{
	position: relative;
	height: auto;
	width: 100%;
	background-color: darkgray;
	z-index: 191;
	margin-top: 0%;
	margin-bottom: 4%;
	padding-left: 10%;
	padding-right: 0%;
	color: black;
	float: left;
}


#MAIN-BGROUND-design1
{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	background-color: transparent;
	z-index: 185;
}


#MAIN-CONTROL-DSGN1
{
	position: absolute;
	top: 0%;
	left: -2%;
	height: 14%;
	width: 100%;
	background-color: transparent;
	z-index: 185;
	border: solid 0px red
}

#MAIN-CONTROL-DSGN2
{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 14%;
	width: 70%;
	background-color: transparent;
	z-index: 186;
}

#MAIN-CONTROL-DSGN3
{
	position: absolute;
	bottom: -1%;
	left: -2%;
	height: 5%;
	width: 100%;
	background-color: transparent;
	z-index: 196;
}

#MAIN-CONTROL-DSGN4
{
	position: absolute;
	bottom: -2.5%;
	right: 3%;
	height: 5%;
	width: 25%;
	background-color: transparent;
	z-index: 196;
	color: #001800;
	font-size: 70%;
	text-align: right;
}

#MAIN-BGROUND-DSGN1
{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	background-color: transparent;
	z-index: 185;
	border: solid 0px red
}

#MAIN-BGROUND-DSGN2
{
	position: absolute;
	bottom: -1%;
	left: 0%;
	height: 5%;
	width: 100%;
	background-color: transparent;
	z-index: 196;
}
