BODY, textarea {
	/* 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:	Arial, Helvetica, Futura, sans-serif;
	font-size: 13px;
	line-height			: 19px;
	/*letter-spacing: 0.1em;*/
	margin: 0px;
	text-align: center;
	color: #333333;
}

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

/* ------------------- #horizon #all */
#all { /*Vertikaler Bereich der Website innerhalb von #horizon*/
	background: url(../ximg/all_bg.jpg) top left no-repeat;
	margin: 0px auto; /* "auto" ist für die Zentrierung im Firefox wichtig! */
	padding-left: 24px;
	padding-right: 20px;
	background-color: transparent;
	position: relative;
	/*top: 0px;*/
	text-align: left;
	min-height: 450px;
	width: 924px; /* 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.jpg) bottom left no-repeat;
	background-color: transparent;
	font-size: 16px;
	line-height: 21px;
	color: #1B3E6A;
	letter-spacing: 0em;
}
#headwrap h1	{
	margin: 0;
	border: 0;
	padding: 0;
	display: none;
}


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


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

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

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

/*Main-Navi aktuelle Seite*/
#mainnavi ul li a.active, 
.structur span.mainnaviActive {	
	border-bottom		: 1px solid  #FFFFFF; /*Linie zwischen aktivem Hauptmenü und Submenü*/
	background			: #FFFFFF;
	/*color						: #000000;*/
	font-weight			: bold;
}

#mainnavi ul li a:hover {
	background: #FFFFFF;
	/*color: #000000;*/

}

/*#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			: 5px;
	padding					: 0px;
	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						: #DC0101;
	padding					: 0px 37px 0px 0px ; /*oben rechts unten links*/
	margin					: 0px;
	font-size				: 13px;
	font-weight			: normal;
	line-height			: 22px;
	text-decoration	: none;
}
#submenu ul li a.active {
	color						: #DC0101;
	text-decoration	: underline;
	font-weight			: bold;
	
}
#submenu ul li a:hover {
	/*color						: #000000;*/
	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:#fff47e;
		color: #CC0000;
		filter:Alpha(opacity=83);
		border: none; 
		border-top: 1px solid #CC0000;
		/*border-bottom:#FFFFFF 1px;*/
		vertical-align: middle;
		text-align:center;		
		position: fixed;
		bottom:0; 
		left:0;
		right:0;
		position: expression("absolute");/**/
		height: 23px;		
		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: 2px;
	margin-bottom: 5px;
	margin-left: 24px;
	margin-right: 20px;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	/*letter-spacing: 0.1em;*/
}




/* ------------------- Content */
#content {
	clear							: both;
	line-height			: 19px;
	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				: 50px;
	padding-bottom		: 20px;
	/*height						: 308px;
	overflow					: auto;*/
	width							: 100%;
	/*height						: 100%;
	border: 1px dotted #09f;*/
}

#contentwrap {
  padding						: 0px;
	margin						: 0px;
	float							: left;
	height						: 100%;
	width							: 100%;
	/*background-color	: #dd0000;*/
}

#contentwrap.flaechen {
	/*background: #63694d url(../ximg/bgr_thumbs.gif) 0 0 repeat-y; */
	/*border:dotted 1px #6666FF;*/
	overflow:hidden;

}

#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 */
a,
a:link, 
a:visited,
.error a:link,
.error a:visited
{
	color: #DC0101;
	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;*/
}
#footer a,
#footer a:link, 
#footer a:visited
{
	color: #DC0101;
	text-decoration: none;
}

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

a.exlink {
	background-image		:url(../ximg/ext-link-rot.gif);
	background-position	:left;
	background-repeat		:no-repeat;
	/*padding-left				:15px;*/
	padding-left				:20px;
	color: #DC0101;
}
a.exlink:hover,
a.exlink:active {
	text-decoration: none;
}
a.pdflink {
	background-image		:url(../ximg/pdf.gif);
	background-position	:left;
	background-repeat		:no-repeat;
	/*padding-left				:15px;*/
	padding-left				:20px;
	color: #DC0101;
}
/* ------------------- Content */


/*** TEXTBLÖCKE ***/
.textOnePicXL, 
.textOnePic,  
.textOnePic-2, 
.text, 
.textfull, 
.edit, 
.error,
.structur-title,
.structur,
.login { 
	line-height			: 19px;
	float							: left;
	margin						: 0px;
	padding						: 0px;
	padding-bottom		: 55px;
	/*height:280px;
	margin-top: 0px;
	margin-right:2px;
	padding-left: 0px;
	overflow: auto;*/
	/*background-color: #ff6633;*/
}

.textOnePicXL {  /* Text neben langem Bild (Startseite) */
	width:166px;
}
.textOnePic,
.textOnePic-2 { /* Text(e) neben Bild(ern) */
	width						:324px; 
	text-align			:justify;
	padding-right		: 45px;
}
.textOnePic-2 { /* 2. Text */
	padding-right		: 0px;
}	
.text { /* Text neben Bild & Thumbnails */
	width:288px;
}
.textfull {
	width: 819px;
}
.edit {
	width: 819px;
	/*overflow: hidden;*/
}
.edit table tr td{
	vertical-align:top;
	/*height:266px;
	height:100%;*/
}
.error {
	width: 256px;
}
.login{
	width: 819px;
	height:240px;
	margin-top: 40px;
	/*overflow: hidden;*/
}
.structur-title{ /* Titel der Struktur-Editieransicht */
	width							: 223px;
	/*overflow: hidden;*/
}
.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;
}



.bigthumb {
	/*display: none;*/
	color: #333333;
	float: left;
	padding: 0;
	padding-top: 4px;
	padding-right: 45px;
	margin: 0;
	overflow: hidden;
	height:309;
/*	background-color: #f00;	
	border: 1px solid #E6E5E3;*/
}
.bigthumb img{
	margin-bottom			: 30px;
}

#thumbs {
	text-align		: right;
	color					: #333333;
	width					: 90px;
	height				: 308px;
	float					: left;
	padding				: 0px;
	padding-top		: 4px;
	padding-left	: 5px;
	margin				: 0px;
 	/*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: #333333;
	font-size: 13px;*/
}





















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


h1 {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0 0 0px 0;
	border: 0;
	padding: 0;
}
h2{
	font-size: 16px;
	letter-spacing: 0em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	border: 0;
	padding: 0;
}
h3{
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border: 0;
	padding: 0;
}

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

span.breadcrumb {
	color: #DC0101;
}
h2 span {
	display: none;
}
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: 24px;
	top: 2px;
	height: 20px;
	background-color: #ffffff;
	padding-bottom: 2px;
	padding-top:3px;
	padding-left:1px;
	padding-right:1px;
	margin:0px;
	border: 1px dotted #AAAAAA;
	/*border-bottom: 0px none;*/
	z-index:50;
	/*visibility:hidden;*/
}
#tray a:link, #tray a:visited {
	color:	#999999;
	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: 2px solid #cc0000;
	background-color: #fff0f0;
	width: 320px;
	/*height: 200px;*/
	padding: 20px;
	padding-bottom:20px;
	position: absolute;
	top: 152px;
	left: 235px;
	z-index: 100;
	color: #333333;
}
#window h1 {
	color: #cc0000;
	margin-top: 25px;
}
#window h2 {
	color: #333333;
	font-size: 13px;
}
#window .eintrag{
	font-size: 16px;
}


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






a.nostyle:link, 
a.nostyle:visited {
	background: none;
	padding-left: 0px;
	margin-top: 5px;
	float: none;
	clear: none;
	display: inline;
}
ul {
	margin: 0px;
	padding: 0px 0px 15px 17px;
	list-style: square;
	clear: both;
}
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: #333333;
	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: #333;
}

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;
}
a span {
	display: none;
}

#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: Arial, Helvetica, Futura, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 380px;
}
input.M {
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 260px;
}
input.S {
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 188px;
}
input.XS {
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 141px;
}
input.XXS {
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 47px;
}

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

textarea.L {
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	width: 380px;
}

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