BODY {
	/* Scrollbar: */
  scrollbar-base-color:#EEEEEE;						/* Basisfarbe der Scroll-Leiste */
  scrollbar-arrow-color:#333333;					/* Farbe für Verschiebepfeile */
  scrollbar-highlight-color:#aaaaaa;			/* Farbe für oberen und linken Rand */
  scrollbar-shadow-color:#aaaaaa;					/* Farbe für unteren und rechten Rand */
	
  scrollbar-3dlight-color:#EEEEEE;				/* Farbe für Higlights */
  scrollbar-darkshadow-color:#EEEEEE;			/* Farbe für Schatten */
  scrollbar-face-color:#EEEEEE;						/* Farbe für Oberfläche */
  scrollbar-track-color:#EEEEEE;					/* Farbe für freibleibenden Verschiebeweg: */
}

BODY{
	background: url(../ximg/body_bg.gif) top repeat-x;
	background-color:#FFFFFF;
	font-family:	Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*letter-spacing: 0.1em;*/
	line-height: 18px;
	margin: 0px;
	text-align: center;
	color: #000000;
}

#horizon { /*Horzontaler Bereich der Website*/
	/*background-color: #ffffff;*/
	position: absolute;
	/* top: 50%; */
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	min-width: 955px;
	/*border: 1px dotted #990000;*/
}

/* ------------------- #horizon #all */
#all { /*Vertikaler Bereich der Website innerhalb von #horizon*/
	margin: 0px auto; /* "auto" ist für die Zentrierung im Firefox wichtig! */
	padding-left: 0px;
	padding-right: 0px;
	/*background-color: #ffdddd;*/
	position: relative;
	/*top: 0px;*/
	text-align: left;
	min-height: 450px;
	width: 955px; /* ist für die Zentrierung wichtig! */
	/*border: 1px dotted #ff0000;*/
}

/* ------------------- #horizon #all #header */
#header	{
	width: 100%;
	height: 87px;
	padding: 0;
	border: 0;
	margin: 0;
	background: url(../ximg/head_logo.gif) bottom left no-repeat;
	background-color:#CC000F;/**/
	font-size: 15px;
	line-height: 21px;
	color: #1B3E6A;
	letter-spacing: 0em;
}
#headwrap	{
	margin: 0;
	border: 0;
	padding: 0;
	/*display: none;*/
}


/* ------------------- Hauptnavigation */
#mainnavi {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	/*clear: both;
	height: 20px;*/
	margin-right: 0px;
	padding: 0px;
	border-top			: 0px solid #C7C6C2;	 /*oberste Linie*/
	border-left			: 0px solid #C7C6C2;	 /*Linie links-außen*/
	/*background: #E6EAC3;   Hintergrund des Hauptmenü-Balkens 
	width:100%;*/
	text-align:left;
	/*border: 1px dotted #ff0000;*/
}


#mainnavi ul {/*BG und Außenlinien des Navi-Blocks*/
	height					: 25px;
	margin					: 0;
	padding					: 0;
	/*position: relative;*/
	/*background			: #E6EAC3;*/
	border-left			: 0px none #C7C6C2;
	border-right		: 0px none #C7C6C2;
	border-top			: 0px none #C7C6C2;
	border-bottom		: 0px none #C7C6C2;
}

#mainnavi ul li {
	margin					: 0;
	padding					: 0;
	list-style			: none;
	display					: inline;
	top							: 0;
	height					: 25px;

}
/*Zwischenlinien und Schriftfarbe*/
#mainnavi ul li a {
	height					: 25px;
	/*display					: inline;*/
	display					: block;
	border-top			: 0px solid  #C7C6C2;
	border-bottom		: 0px solid  #C7C6C2; /*Linie zwischen aktivem Hauptmenü und Submenü*/
	border-left			: 0px none  #ffffff;
	border-right		: 0px solid #C7C6C2;
	float						: left;
	padding					: 4px 15px 0 125px; /*oben rechts unten links*/
	margin					: 0px;
	/*background			: #E6EAC3;*/
	/* text-indent: -9999px;	*/
}
#mainnavi ul li a, 
.structur span.mainnavi, 
.structur span.mainnaviActive {	
	color						: #000000;
	font-size				: 15px;
	/*font-weight			: bold;
	letter-spacing	: 0.1em;*/
	line-height			: 20px;
	text-decoration	: none;
	/*background-color:#66CCFF;*/
}

/*Main-Navi aktuelle Seite*/
#mainnavi ul li a.active, 
.structur span.mainnaviActive {	
	border-bottom		: 0px solid  #FEF8D2; /*Linie zwischen aktivem Hauptmenü und Submenü*/
	/*background			: #FEF8D2;*/
	color						: #CC000F;
	text-decoration	: none;
}

#mainnavi ul li a:hover {
	/*background: #FEF8D2;*/
	color: #CC000F;
	text-decoration	: underline;

}

/*#mn1 {left: 0; width: 152px;}*/
/*Die einzelnen Hauptmenü-LI-Kontainer: */
#mn1 {}
#mn2 {}
#mn3 {}
#mn4 {}
#mn5 {}
#mn6 {}
#mn7 {}




/* ------------------- Submenu */
#submenu {
	/*clear: both;*/
	height					: 22px;
	border-left			: 0px none #d8d8d8;
	border-top			: 0px none #d8d8d8;
	border-right		: 0px none #d8d8d8;
	border-bottom		: 0px;
	padding					: 0px;
	/*background-color: #FFFFFF;*/
	

}
#submenu ul {
/*	float: left; Ist in index.php dynamisch integriert*/
/*	height: 22px;*/
	margin					: 0px;
	margin-top			: 0px;
	padding					: 0px;
	padding-left		: 125px;
	position				: relative;
	/*border-left: 0px solid #dddddd;*/
	/*border-bottom: 0px solid #dddddd;*/

}
#submenu ul li {
	margin					: 0;
	padding					: 0;
	list-style			: none;
	display					: inline;
}

#submenu ul li a {
	border					: 0px;
	/*border-right: 1px solid #B9B9CD;*/
	/*border-left: 0px;*/
	/*border-top: 0px;*/
	display					: block;
	float						: left;
/*	height: 20px;*/
	color						: #000000;
	padding					: 0px 30px 0px 0px ; /*oben rechts unten links*/
	margin					: 0px;
	font-size				: 12px;
	font-weight			: normal;
	/*line-height			: 22px;*/
	text-decoration	: none;
}
#submenu ul li a.active {
	color						: #CC000F;
	text-decoration	: none;
	/*font-weight			: bold;*/
	
}
#submenu ul li a:hover {
	color						: #CC000F;
	text-decoration	: underline;/**/
}



/* ------------------- Sprachnavigation */
#lannavi {
	height: 23px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../ximg/lannavbar.gif);
}
#lannavi ul {
	height: 23px;
	margin: 0 0 0 635px;
	padding: 0;
	position: relative;
}
#lannavi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#lannavi ul li, #lannavi a {
	height: 23px;
	display: block;
}
#lannavi ul li a        {
	text-indent: -9999px;
	text-decoration: none;
}
#ln1 {left: 0; width: 62px;}
#ln2 {left: 62px; width: 58px;}
#ln3 {left: 120px; width: 25px;}

#ln1 a:hover {background: transparent url(../ximg/lannavbtn.gif) 0 0px no-repeat;}
#ln2 a:hover {background: transparent url(../ximg/lannavbtn.gif) -62px 0px no-repeat;}
#ln3 a:hover {background: transparent url(../ximg/lannavbtn.gif) -120px 0px no-repeat;}

.de #ln1 {background: transparent url(../ximg/lannavbtn.gif) 0 0 no-repeat;}
.en #ln2 {background: transparent url(../ximg/lannavbtn.gif) -62px 0 no-repeat;}





/* ------------------- Footer */
#footer {
		background-color:#FEF8D2;
		filter:Alpha(opacity=83);
		border: none; 
		border-top: 1px solid #C7C6C2;
		/*border-bottom:#FFFFFF 1px;*/
		vertical-align: middle;
		text-align:center;		
		position: fixed;
		bottom:0; 
		left:0;
		right:0;
		position: expression("absolute");
		height: 31px;		
		width: 100%; 
		/*top: expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight - 1 +"px"); 
		width:expression(document.body.clientWidth + "px"); */
}

#footer[id] {
	 position: fixed;
}

#footer p{
	margin-top: 7px;
	margin-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	/*letter-spacing: 0.1em;*/
}




/* ------------------- Content */
#content {
	clear							: both;
	line-height				: 18px;
	text-align				: left;
/* 	letter-spacing: -0.1pt; */
 	 /*background-color: #EEEEEE;  Hintergrundfarbe des Inhalts*/
/*  	background: #fff url(../ximg/content_bgr.jpg) 0 0 repeat-y;	*/
	margin						: 0px;
  padding						: 0px;
	padding-top				: 20px;
	/*height						: 308px;
	overflow					: auto;*/
	width							: 100%;
	/*height						: 100%;
	border: 1px dotted #00ff66;*/
}

#contentwrap {
	background				: url(../ximg/sternkreis.gif) no-repeat left top; 
  padding						: 0px;
	padding-left			: 125px;
	padding-bottom		: 75px;
	margin						: 0px;
	float							: left;
	height						: 100%;
	/*width							: 100%;*/
	width							: 830px;
	/*background-color	: #dd0000;
		border: 1px dotted #990000;*/
}

#contentwrap.flaechen {
	/*border:dotted 1px #6666FF;*/

}

#contentwrap.struct {
	padding-bottom		: 40px;
	/*float: left;
	height: 308px;
	width: 850px;*/
	/*overflow: auto;*/
}

#contentwrap.struct .mainnaviActive{
	font-weight:bold;
	letter-spacing: 0.1em;
}
/*
#contentwrap.struct table tr td,
#contentwrap.struct table tr td p{
	color:#000000;
}
#contentwrap.struct table a{
	color:#0066CC;
	text-decoration:underline;
}
#contentwrap.struct table a:hover{
	text-decoration:none;
}*/



/* ------------------- Links */
#content a:link, 
#content a:visited,
#footer a:link, 
#footer a:visited,
a:link, 
a:visited
{
	/*color: #5075CC;*/
	color: #000000;
	text-decoration: underline;

/* 	clear: both;
  	display: block;
 	float: left;
	margin: 0px;
	padding: 0px;
	color: #000051;
	background: transparent url(../ximg/link_bgr.gif) 0px 4px no-repeat;
	text-decoration: none;
	padding-left: 18px;*/
}

#content a:active, 
#content a:hover,
#footer a:active, 
#footer a:hover
a:active, 
a:hover
{
	text-decoration: none;
	/*color: #5075CC;*/
	color: #CC000F;
/*	color:#fff;
	background-color: #0000A3;
	padding-left: 18px;*/
}

#content a.exlink {
	background-image		:url(../ximg/ext-link.gif);
	background-position	:left;
	background-repeat		:no-repeat;
	padding-left				:15px;
}
#content a.pdflink {
	background-image		:url(../ximg/pdf-link.gif);
	background-position	:left;
	background-repeat		:no-repeat;
	padding-left				:15px;
}
/* ------------------- Content */


/*** TEXTBLÖCKE ***/
#content .textOnePicXL, 
#content .textOnePic, 
#content .text, 
#content .textfull, 
#content .edit, 
#content .error,
#content .structur-title,
#content .structur,
#content .login { 
	line-height: 20px;
	float: left;
	margin: 0px;
	margin-top: 0px;
	margin-right:21px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*height:280px;
	overflow: auto;*/
	/*background-color: #ffdd99;
	border:#33CC00 dotted 1px;*/
}

#content .textOnePicXL {  /* Text neben langem Bild (Startseite) */
	width:132px;
}
#content .textOnePic { /* Text neben Bild */
	width:346px; 
}	
#content .text { /* Text neben Bild & Thumbnails */
	width:244px;
}
#content .textfull {
	width: 690px;
}
#content .edit {
	width: 950px;
	/*overflow: hidden;
	border:#33CC00 dotted 1px;*/
}
#content .edit table tr td{
	vertical-align:top;
	/*height:266px;
	height:100%;*/
}
#content .error {
	width: 256px;
}

#content .login{
	width: 800px;
	height:240px;
	margin-top: 60px;
	/*overflow: hidden;*/
}
#content .structur-title{ /* Titel der Struktur-Editieransicht */
	width							: 223px;
	/*overflow: hidden;*/
}
#content .structur { /* Hintergrund der Struktur-Editieransicht-Tabelle */
	width							: 320px;
	/*overflow: hidden;
	position:relative;
	left:320px;
	 border:solid 1px #FFCCCC; */
	 background-color	:#FFFFFF;
	 padding					: 12px;
	 margin-top				: 3px;
}



#content .bigthumb {
	/*display: none;*/
	color: #000000;
	float: left;
	padding: 0;
	padding-top: 4px;
	margin: 0;
	margin-bottom: 20px;
	width: 462px;
	height:309;
	overflow: hidden;
/*	background-color: #f9c;	
	border: 1px solid #E6E5E3;*/
}

#content #thumbs {
	text-align		: right;
	color					: #000000;
	width					: 90px;
	height				: 308px;
	float					: left;
	padding				: 0px;
	padding-top		: 4px;
	padding-left	: 5px;
	margin				: 0px;
	margin-bottom	: 20px;
 	/*background-color: #EEEEEE;*/
}
/*#content #thumbs br {
	height: 2px;
	line-height: 2px;
	display: none;
}*/
#thumbs a {
	display: block;
	width: 90px;
	height: 60px;
	margin: 0 0 0px 2px;
}



#content td {
	vertical-align: top;
	/*color: #000000;
	font-size: 11px;*/
}





















#content br {
/* 	margin-bottom: 20px; */
}


#content h1, h1 {
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0 0 0px 0;
	border: 0;
	padding: 0;
}
#content h2, h2{
	font-size: 15px;
	letter-spacing: 0em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	border: 0;
	padding: 0;
}
#content h3, h3{
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border: 0;
	padding: 0;
}

#content h1 span, #content h2 span, #content h3 span {
	font-weight: normal;
}

#content h3 span {
	font-weight: normal;
}
#content h2 span {
	display: none;
}
#content p {
/*	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 14pt; */

/* 	border-left: 1px solid; */
	/* padding-bottom: 50px; */
	/* background-color: #00f; */
/* 	letter-spacing: 0em; */
}

#content div.float {
	width: 500px;
	float: left;
	padding-left: 20px;
}

#content div.float p {
	margin: 0px 0px 20px 0px;
}





/* ------------------- #horizon #all #content #tray */
#tray {
	position: absolute;
	/*right: 500px;*/
	left: 10px;
	top: 64px;
	height: 20px;
	background-color: #ffffff;
	padding-bottom: 2px;
	padding-top:3px;
	padding-left:1px;
	padding-right:1px;
	margin:0px;
	/*border: 1px dotted #AAAAAA;*/
	border: 1px solid #888888;
	/*border-bottom: 0px none;*/
	z-index:50;
	/*visibility:hidden;*/
}
#tray a:link, #tray a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:	#888888;
	font-weight: normal;
	text-decoration: none;
	border-top: 3px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}
.normal {
	font-weight: normal;
}
#tray a:hover {
	/*background-color: #5075CC;*/
	text-decoration: none;
	border-top: 3px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	color: #000000;
}


#window {
	border: 3px double #882222;
	background-color: #FDEDED;
	width: 320px;
	/*height: 200px;*/
	padding: 10px;
	padding-bottom:20px;
	position: absolute;
	top: 72px;
	left: 280px;
	z-index: 100;
	color: #333333;
}
#window h1 {
	color: #882222;
	margin-top: 25px;
}
#window h2 {
	color: #333333;
	font-size: 11px;
}
#window .eintrag{
	font-size: 15px;
}









/*Trennlinien <HR />*/
#content hr, 
#window hr  {
	color: #333333;
	background-color: transparent;
	height: 1px;
	border: none;
	border-bottom:dotted 1px #333333;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 12px; 
}










#content a.nostyle:link, #content a.nostyle:visited {
	background: none;
	padding-left: 0px;
	margin-top: 5px;
	float: none;
	clear: none;
	display: inline;
}
#content ul {
	margin: 0px;
	padding: 0px 0px 15px 17px;
	list-style: square;
	clear: both;
}
#content li {
	padding-top: 5px;
	list-style: square;
}








/* Form Elements */
/* Styles */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	font-size: 9pt;
	margin: 0px 5px 10px 5px;
	border: 0;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0.5pt;
	color: #000000;
	background: transparent;
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	padding: 0 0em;
 	text-align: left;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #000000;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
	margin-left: 0px;
	border: none;
}

div.fm-multi label {
	display: block;
/* 	width: 400px; */
 	text-align: left;
}
.tmpl-submit {
	font-weight: bold;
}


#content a.tmpl-but-down, #content a.tmpl-but-down:visited  {
	background: url(../ximg/admin/ico_down.gif) 0 0 no-repeat;
	display: block;
	height: 19px;
	width: 19px;
}
#content a.tmpl-but-down:hover {
	background: url(../ximg/admin/ico_down_a.gif) 0 0 no-repeat;
}

#content a.tmpl-but-up, #content a.tmpl-but-up:visited  {
	background: url(../ximg/admin/ico_up.gif) 0 0 no-repeat;
	display: block;
	height: 19px;
	width: 19px;
}
#content a.tmpl-but-up:hover {
	background: url(../ximg/admin/ico_up_a.gif) 0 0 no-repeat;
}

#content a.tmpl-but-del, #content a.tmpl-but-del:visited  {
	background: url(../ximg/admin/ico_loesch.gif) no-repeat 0 0;
	display: block;
	height: 19px;
	width: 19px;
}
#content a.tmpl-but-del:hover {
	background: url(../ximg/admin/ico_loesch_a.gif) 0 0 no-repeat;
}



input:focus, textarea:focus {
	background: #EEEEF8;
	color: #000;
}

input.L {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 380px;
}
input.M {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 260px;
}
input.S {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 188px;
}
input.XS {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 141px;
}
input.XXS {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 47px;
}

input.h1 {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: 380px;
}

textarea.L {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	width: 380px;
}
textarea.XXL {
	font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	width: 100%;
}

#content .thumbs_left {
	color: #000000;
	float: left;
	width: 265px;
	margin-top: 20px;
	padding: 0px 30px 0px 30px;
	overflow: auto;
	/*text-overflow: ellipsis;	*/
	height: 265px;
}