.TEXT1
{
height			: auto; 
width			: 100%; 
text-align		: justify; 
background-color: transparent; 
border			: solid 0px red;
color			: #5f5547;
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	: #FFF;
/*	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: #FFF;
	border-bottom: solid 3px #000;
}
#MAIN-CONTROL-LBORDER
{
	position : absolute; 
	top: 0px;
	left: 0px; 
	height: 100%; 
	width: 12%;
	background-color: #FFF;
	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
{
	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 STANDARD */
#MNU-STNDRD
{
	position: absolute; 
	left: 6%;							/* left dominiert*/
/*	right: 22px;						/* right wird ignoriert*/
	bottom: 1%; 
	width: 20%; 
	height: auto; 
	font-family: arial; 
	font-size: 91%;
	background-color: transparent;
	z-index: 195;
	padding-left: 0%;
	padding-right: 1%;
	padding-bottom: 0%;
	overflow: hidden;
	border: solid 0px blue;
}
#MNU-STNDRD a 
{
	color : gray;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

#MNU-STNDRD a:hover .MNU-STNDRD-Button
{
	color : #000;
	background-color: transparent;
	
}
.MNU-STNDRD-Button
{
	height: 10%; 
	width: auto; 
	bottom: 20%;
	padding-left: 0%;
	padding-right: 0%;
	text-align: left; 
	margin-right: 0%;
	background-color: transparent;
	float: left;
	margin-right: 10%;
}

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

/* ==================================================================================================================================================================== MNU DIRECT */

#MNU-DRCT
{
	position			: absolute; 
	left				: 6%;							/* left dominiert*/
/*	right: 22px;						/* right wird ignoriert*/
	top					: 10%; 
	width				: 14%; 
	height				: auto; 
	font-family			: arial;	
	font-size			: 100%;
	background-color	: transparent;
	z-index				: 195;
	padding				: 0.5%;
	padding-left		: 0%;
	padding-right		: 0%;
	overflow			: hidden;
	text-align			: left; 
	border				: solid 0px red;
}

#MNU-DRCT a 
{
	color : gray;
	font-size: 73%;
	font-weight: bold;
	text-decoration: none;
}
#MNU-DRCT a:hover .MNU-DRCT-Button
{
	color : darkgreen;
	background-color: transparent;
	
}

.MNU-DRCT-Button
{ 
	width: 89%; 
	padding-left: 1%;
	padding-right: 0%;
	text-align: left; 
	margin-right: 0%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#MNU-LANG
{
	display				: none;
	position			: absolute; 
	left				: 1%; 
	top					: 13%; 
	width				: 10%; 
	height				: auto; 
	font-family			: arial; 
	border				: solid 2px transparent;
	z-index				: 255;
}

.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: 40%;
	top:0px;
	height: auto;
	width: 40%;
	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 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* das NULL-Setzen der Ausdehnungen von StandartEbenen dient der einwandfreien Funktion in allen Browsern design1 - design12*/

#CONTENT-placement
{
	position: absolute;
	top: 0%;
	left: 20%;
	width: 60%;
	height: auto;
	background-color: transparent;
}

#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-FOOTER
{
	position: relative;
	width: 100%;
	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;
}

.EVNTPVB_PREVIEWPIC
{
position: relative; 
width: 12%; 
height: auto; 
float: left; 
background-color: transparent; 
margin-bottom: 0.5%; 
margin-top: 0.5%;
border: solid 2px #000; 
border-right: solid 2px #FFF; 
border-bottom: solid 2px #FFF;
}



/*7D6D57*/



#SUBCPTR-HEADER
{
position: relative;
float: right;
width: 99%;
height: auto;
font-size: 100%;
font-weight: bold;
font-family: arial;
color: #000;
border: solid 1px green;
padding-left: 1%;
padding-right: 1%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}

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

#SUBCPTR-SUBTITLE
{
position: relative;
float: right;
width: 89%;
height: auto;
font-size: 120%;
font-weight: bold;
font-family: arial;
color: #000;
}

#SUBCPTR-RIGHTS
{
position: relative;
float: right;
width: 89%;
height: auto;
font-size: 100%;
font-weight: bold;
font-family: arial;
color: #000;
}

#SUBCPTR-TITLEPICTURE
{
position: relative;
float: right;
width: 10%;
height: auto;
font-size: 100%;
font-weight: bold;
font-family: arial;
color: #000;
border: solid 0px red;
}






#CPTR-HEADER
{
position: relative;
float: right;
width: 99%;
height: auto;
font-size: 100%;
font-weight: bold;
font-family: arial;
color: #000;
border: solid 1px green;
padding-left: 1%;
padding-right: 1%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}

#CPTR-TITLE
{
position: relative;
float: right;
width: 89%;
height: auto;
font-size: 170%;
font-weight: bold;
font-family: Times,arial;
color: #262;
}

#CPTR-SUBTITLE
{
position: relative;
float: right;
width: 90%;
height: auto;
font-size: 120%;
font-weight: bold;
font-family: arial;
color: #000;
}

#CPTR-RIGHTS
{
position: relative;
float: right;
width: 90%;
height: auto;
font-size: 100%;
font-weight: bold;
font-family: arial;
color: #000;
}

#CPTR-TITLEPICTURE
{
position: relative;
float: right;
width: 10%;
height: auto;
font-size: 100%;
font-weight: bold;
font-family: arial;
color: #000;
border: solid 0px red;
}





#CONTENT-CONTENT
{
font-family: arial;
font-size: 70%;
color: #444;
}

#CONTENT-CONTROL-MNU-MAIN
{
	position: absolute;
	left: 20%;
	top:8%;
	height: 7%;
	width: 60%;
	background-color: #EEE;
	z-index: 191;
	padding-left: 1%;
	padding-right: 0%;
}


#CONTENT-CONTROL-MNU-BOOK-CTRL
{
	position: absolute;
	left: 56%;
	top:6.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;
	border: solid 0px red;
}

#CONTENT-CONTROL-MNU-BOOK-CTRL-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-BOOK-CTRL-Button
{
	position: absolute;
	height: auto;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: transparent;
	color: #6D5C44;
	float: left;
}

.CONTENT-CONTROL-MNU-BOOK-CTRL-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;
}

.MNU-BOOK-CTRL-ENTRY
{
	position: relative;
	height: auto;
	width: 12%;
	background-color: transparent;
	color: #7B0000;
	float: left;
	margin-right: 3%;



}



#MAIN-CONTROL-design1
{
	position: absolute;
	top: 48%;
	left: -2%;
	height: auto;
	width: 30%;
	background-color: transparent;
	z-index: 185;
	display: show;
}
#MAIN-CONTROL-design2
{
	position: absolute;
	top: 75%;
	left: 31%;
	height: auto;
	width: 43%;
	background-color: transparent;
	z-index: 185;
	text-align: justify;
}

#MAIN-CONTROL-design3
{
	position: absolute;
	top: 84.5%;
	left: 77%;
	height: auto;
	width: 20%;
	background-color: transparent;
	z-index: 185;
	text-align: justify;
}

#MAIN-CONTROL-design4
{
	position: absolute;
	bottom: 0%;
	left: -22px;
	height: auto;
	width: 100%;
	background-color: transparent;
	z-index: 184;
	text-align: justify;
}

#MAIN-CONTROL-design5
{
	position: absolute;
	bottom: 10%;
	left: 0%;
	height: 19%;
	width: 79.2%;
	background-color: transparent;
	z-index: 183;
	text-align: justify;
}


#PICCo
{
	position: relative;
	background-color: transparent; 
	float: left; 
	margin-bottom: 2%; 
	margin-top: 0.5%;
	
	border: solid 0px darkgreen;
}
/* ===============================================================================================================================================================================================================SITE CONTENT === */
/* ======================================================================================================================================================================================== CONTENT-BGROUND === */
/* ======================================================================================================================================================================================== CONTENT-CONTENT === */
/* ================================================================================================================================================================= CONTENT-CONTENT-LIBs-INDEX === */

.LIB-PV-BLOCK
{
	position: relative;
	float: none;
	left: 0%;
	height: auto;
	width: 99%;
	background-color: transparent;
	text-align: justify;
	margin-bottom: 2%;
	border-left: solid 2px #DDD;
	border-right: solid 2px #555;
	border-bottom: solid 2px #333;
	border-top: solid 2px #FFF;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 0.5%;
	overflow: hidden;

}

.LIB-PV-BLOCK-SPREATING
{
	position: relative;
	float: none;
	left: 0%;
	height: auto;
	width: 10%;
	background-color: transparent;
	text-align: justify;

}


.LIB-PV-BOX
{
	position: absolute;
	float: none;
	left: 0%;
	top: 0%;
	height: auto;
	width: 100%;
	background-color: transparent;
	text-align: justify;
	margin-bottom: 2%;
	padding-left: 0.5%;

}

.LIB-PV-PICTUR
{
	position: relative;
	float: left;
	height: auto;
	width: 10%;
	background-color: transparent;
	text-align: center;
	padding-top: 0.5%;
	padding-bottom: 0.5%;

}

.LIB-TITLE
{
	position: relative;
	height: auto;
	width: 100%;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	font-size: 150%;
	padding-left: 12%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	color: #262;

}

.LIB-SUBTITLE
{
	position: relative;
	height: auto;
	width: 83%;
	background-color: transparent;
	text-align: justify;
	font-weight: bold;
	font-size: 120%;
	padding-left: 15%;
	padding-bottom: 0.5%;
	color: #262;

}

.LIB-DESCRIPTION
{
	position: relative;
	height: auto;
	width: 83%;
	background-color: transparent;
	text-align: left;
	font-size: 90%;
	padding-left: 15%;
	text-align: justify;

}

/* ================================================================================================================================================================= CONTENT-CONTENT-LIB-INDEX === */

.SITE-PV-BLOCK
{
	position: relative;
	float: none;
	left: 0%;
	height: auto;
	width: 99%;
	background-color: transparent;
	text-align: justify;
	margin-bottom: 2%;
	border-left: solid 2px #DDD;
	border-right: solid 2px #555;
	border-bottom: solid 2px #333;
	border-top: solid 2px #FFF;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 0.5%;
	overflow: hidden;

}

.SITE-PV-BLOCK-SPREATING
{
	position: relative;
	float: none;
	left: 0%;
	height: auto;
	width: 10%;
	background-color: transparent;
	text-align: justify;

}


.SITE-PV-BOX
{
	position: absolute;
	float: none;
	left: 0%;
	top: 0%;
	height: auto;
	width: 100%;
	background-color: transparent;
	text-align: justify;
	margin-bottom: 2%;
	padding-left: 0.5%;

}

.SITE-PV-PICTUR
{
	position: relative;
	float: left;
	height: auto;
	width: 10%;
	background-color: transparent;
	text-align: center;
	padding-top: 0.5%;
	padding-bottom: 0.5%;

}

.SITE-TITLE
{
	position: relative;
	height: auto;
	width: 100%;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	font-size: 150%;
	padding-left: 12%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	color: #262;

}

.SITE-SUBTITLE
{
	position: relative;
	height: auto;
	width: 83%;
	background-color: transparent;
	text-align: justify;
	font-weight: bold;
	font-size: 120%;
	padding-left: 15%;
	padding-bottom: 0.5%;
	color: #262;

}

.SITE-DESCRIPTION
{
	position: relative;
	height: auto;
	width: 83%;
	background-color: transparent;
	text-align: left;
	font-size: 90%;
	padding-left: 15%;
	text-align: justify;

}







/* ======================================================================================================================================================================================== CONTENT-CONTROL === */
/* ======================================================================================================================================================================================== CONTENT-FGROUND === */
/* =========================================================================================================================================================================================== CONTENT-ADMN === */

