body, textarea {
	/* Scrollbar: */
  scrollbar-base-color:#AB0101;						/* Basisfarbe der Scroll-Leiste */
  scrollbar-arrow-color:#FEE1C7;					/* Farbe für Verschiebepfeile */
  scrollbar-highlight-color:#FEC3AC;			/* Farbe für oberen und linken Rand */
  scrollbar-shadow-color:#FEC3AC;					/* Farbe für unteren und rechten Rand */
	
  scrollbar-3dlight-color:#AB0101;				/* Farbe für 3D-Effekte */
  scrollbar-darkshadow-color:#AB0101;			/* Farbe für Schatten */
  scrollbar-face-color:#AB0101;						/* Farbe für Oberfläche */
  scrollbar-track-color:#AB0101;					/* Farbe für freibleibenden Verschiebeweg: */
}

body{
	background-image:url(../ximg/body_bg.gif);
	background-color:#AB0101;
	margin: 10px 0px 20px 0px;
	font-family: Verdana, Helvetica, Arial, Futura, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FEE1C7;
}

/* ------------------- #horizon */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -275px;
	text-align: center;
	min-width: 880px;
}
/* ------------------- #horizon #all */
#all {
	margin: 0px auto;
	background-color: transparent;
	position: relative;
	top: 0px;
	text-align: left;
	/*height: 450px;*/
	height: 469px;
	width: 880px;
}

/* ------------------- #horizon #all #header */
#header	{
	width: 922px; /*Wegen der Verschiebung (left: -42px;) sonst: 880px bzw. 100%*/
	height: 113px;
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: -38px;
	left: -42px;
	background: url(../ximg/head_logo.png) no-repeat left bottom;
	/*border:1px solid yellow;*/
}
#headwrap h1	{
	margin: 0;
	border: 0;
	padding: 0;
	display: none;
}

/* ------------------- #horizon #all #content #tray */
#tray {
	text-align: right;
	position: absolute;
	right: 0px !important; 
  right: 42px;  /*nur für den IE, wegen der Verschiebung im Seitenkopf! Der IE ignoriert den ersten Wert mit der !important-Angabe und übernimmt den zweiten. Alle anderen modernen Browser orientieren sich am erten Wert, da er Priorität hat.
*/
	top: 82px;
	height: 16px;
	background-color: #AB0101;
	border: 0px none #AB0101;
	border-top: 1px solid #AB0101;
	padding-bottom: 0px;
	padding-top:3px;
	padding-left:1px;
	padding-right:1px;
	margin:0px;
	z-index:50;
}

/* ------------------- #horizon #all #content */
#content {
	/*clear: both;*/
	font-size: 10px;
	line-height: 15px;
	text-align: left;
/* 	letter-spacing: -0.1pt; */
 	 background-color: #AB0101; /* Hintergrundfarbe des Inhalts*/
/*  	background-color: #EEEEF8; */
/*  	background: #fff url(../ximg/content_bgr.jpg) 0 0 repeat-y;	*/
	margin: 0px;
	/*float: left;*/
	width: 100%;
/* 	margin-left:211px; */
  	padding: 0px;
	height: 313px;
}

#contentwrap {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 100%;
	width: 100%;
}

#contentwrap.flaechen {
	overflow: hidden;
	/*background: #63694d url(../ximg/bgr_thumbs.gif) 0 0 repeat-y; */
}
#contentwrap.struct {
	overflow: auto;
}
/*
#contentwrap.struct table{
	background-color:#FFFFFF;
	padding: 10px;
}
#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;
}*/





/* ------------------- Hauptnavigation */
#mainnavi {
	/*clear: both;*/
	height: 24px;
	border: 0;
	padding: 0;
	margin: 0;
}

/*BG und Außenlinien des Navi-Blocks*/
#mainnavi ul {
	height: 22px;
	margin: 0;
	padding: 0;
	/*position: relative;*/
	background: #AB0101;
	border-bottom: 1px solid #AB0101;
	border-left: 1px solid #AB0101;
	border-top: 1px solid #AB0101;
	border-right: 1px solid #AB0101;
}

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

}

/*** HAUPTMENÜ LINKS ***/
#mainnavi ul li a {
	display: block;
	float: left;
	height: 21px;
	font-size: 12px;
	letter-spacing: 0.1em;
	/*	background: #f00; */
	padding: 0 25px 0 25px;
	margin: 0px;
	/*	text-indent: -9999px;	*/
	line-height: 22px !important;
	line-height: 21px;  /*nur für den IE! Der IE ignoriert den ersten Wert mit der !important-Angabe und übernimmt den zweiten. Alle anderen modernen Browser orientieren sich am erten Wert, da er Priorität hat.
*/
}
/* Zwischenlinien und Schriftfarbe: */
#mainnavi ul li a:link, #mainnavi ul li a:visited {
	border-right: 1px solid #FEC3AC;	
	border-left: 0px solid #FEC3AC;
	border-bottom: 0px none #FEC3AC;  
	border-top: 0px solid #FEC3AC;
	 color: #FEE1C7; 
	/*color: #ffffff;*/
	font-weight: bold;
	text-decoration: none;
}
#mainnavi ul li a:hover, #mainnavi ul li a:active {
	border-right: 1px solid #AB0101;	
	border-left: 0px solid #AB0101;
	border-bottom: 1px solid #fab59b; /*Obere Linie zwischen aktivem Hauptmenüeintrag und Submenü*/
	border-top: 0px solid #AB0101;
	background: #fab59b;
	color: #AB0101;
	font-weight: bold;
}
/* Main-Navi Akuelle Seite */
#mainnavi ul li a:link.active, #mainnavi ul li a:visited.active  {
	border-right: 1px solid #AB0101;	
	border-left: 0px solid #AB0101;
	border-bottom: 1px solid #fab59b; /*Obere Linie zwischen aktivem Hauptmenüeintrag und Submenü*/
	border-top: 0px solid #AB0101;
	background: #fab59b;
	color: #AB0101;
	font-weight: bold;
}

/*#mn1 {left: 0; width: 152px;}*/
#mn1 {left: 0; width: 152px;}
#mn2 {}
#mn3 {}
#mn4 {}
#mn5 {}



/*** UNTER-MENÜ LINKS ***/
#submenu {
	clear: both;
	height: 22px;
	padding: 0px;
	font-size: 12px;
	letter-spacing: 0.1em;
	background:#FAD9BB;
	border-left: 1px solid #AB0101;
	border-top: 0px solid #FAD9BB;
	border-right: 1px solid #AB0101;
	border-bottom: 1px solid #AB0101;

}
#submenu ul {
/*	float: left; Ist in index.php dynamisch integriert*/
/*	height: 22px;*/
	margin: 0px;
	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: block;
}

#submenu ul li, #submenu a {
	display: inline;
}
#submenu ul li a {
	border: 0px;
	border-right: 1px dotted #AB0101;
	/*border-left: 0px;*/
	/*border-top: 0px;*/
	display: block;
	float: left;
	/*	height: 20px; */
	color: #AB0101; 
	padding: 0 25px 0 25px;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	letter-spacing: 0.1em;
}
#submenu ul li a.active {
	color: #AB0101;
	font-weight: bold;
	background: #fab59b;
	border-bottom: 1px solid #fab59b;
	
}
#submenu ul li a:hover {
	color: #AB0101;
	/*text-decoration:underline;*/
	background: #fab59b;
	border-bottom: 1px solid #fab59b;
}



/* ------------------- 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 {
	clear: both;
	padding: 5px 2px 0 0 ;
	margin: 0;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 10px;
	font-weight: normal;
	color: #AB0101;
}

#footer a.footer{
	color: #AB0101;
	text-decoration: none;
	font-weight: normal;
}
#footer a.footer:hover, #footer a.footer:active{
	color: #AB0101;
	text-decoration: underline;
	font-weight: normal;
}














/* ------------------- Content */


/*** TEXTBLÖCKE ***/
#content .textOnePicXL, 
#content .textOnePic, 
#content .text, 
#content .textfull, 
#content .edit, 
#content .error,
#content .structur-title,
#content .structur,
#content .login { 
	color: #FEE1C7;
	font-size: 10px;
	float: left;
	margin: 0px;
	margin-top: 33px;
	margin-right:2px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 25px;
	height:265px;
	overflow: auto;
	/* background-color: #440000; */
}

#content .textOnePicXL {  /* Text & langes Bild (Startseite) */
	width:173px;
}
#content .textOnePic { /* Text & Bild */
	width:385px; 
}	
#content .text { /* Text, Bild & Thumbnails */
	width:293px; 
}
#content .textfull {
	width: 826px;
}
#content .edit {
	width: 826px;
	height:320px;
	overflow: hidden;
}
#content .edit table tr td{
vertical-align:top;
	/*height:266px;
	height:100%;*/
}
#content .error {
	width: 263px;
}
#content .login{
	width: 826px;
	margin-top: 40px;
	overflow: hidden;
}
#content .structur-title{
	width: 230px;
	overflow: hidden;
}
#content .structur {
	/*overflow: hidden;
	position:relative;
	left:320px;
	 border:solid 1px #FFCCCC; */

	width: 300px;
	overflow: auto;
	height: 260px;
	/*height: 280px;*/
}



/* ------------------- Links im Content */
#content a:link, #content a:visited
{
	color: #FEE1C7; 
	/* color: #ffffff;*/
	font-size: 10px;

/* 	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;*/
	text-decoration: underline;
}

#content a:active, #content a:hover
{ 
	 color: #FEE1C7; 
	/*color: #ffffff;*/
	text-decoration: none;
	font-size: 10px;
/*	color:#fff;
	background-color: #0000A3;
	padding-left: 18px;*/
}



#content .bigthumb {
	/*display: none;*/
	color: #FEE1C7;
	float: left;
	padding: 0;
	margin: 0;
	/*margin-right: 1px;*/
	width: 443px;
	height: 313px;
	overflow: hidden;
/*	background-color: #f00;	*/
}
#content .bigthumbXXL {
	/*display: none;*/
	color: #FEE1C7;
	float: left;
	padding: 0;
	margin: 0;
	/*margin-right: 1px;*/
	width: 655px;
	height: 313px;
	overflow: hidden;
/*	background-color: #f00;	*/
}
#content #thumbs {
	font-size		: 0px;
	line-height	: 0px;
	text-align	: right;
	color				: #FEE1C7;
	width				: 90px;
	height			: 313px;
	float				: left;
	padding			: 0;
	margin			: 0;
	z-index			: 150;

/*	background: url(../ximg/body_bg.gif);
 	background-color: #151B45;*/
}
#content #thumbs br {
	/*height			: 3px;
	line-height	: 3px;  Abstand zwischen den Thumbnails */
/*	display: none;*/
}
#thumbs a {
	display				: block;
	width					: 90px;
	height				: 60px;
	padding				: 0;
	margin				: 0; 
	margin-left		: 3px; /* Abstand nach links */
	margin-bottom	: 3px; 
}


#content img {
 	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*border-bottom: 0px solid #FD7473;*/
/*	float: left;
	clear: both;*/

}
#content td {
	/*vertical-align: top;*/
	color: #FEE1C7;
	font-size: 10px;
	padding-bottom:10px;
}









#content h1 {
	font-size: 13px;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin: 0 0 3px 0;
	border: 0;
	padding: 0;
}
#content h2{
	font-size: 13px;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	border: 0;
	padding: 0;
}
#content h3{
	font-size: 10px;
	letter-spacing: 0.2em;
	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 p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
/*	line-height: 15px; */

/* 	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: 0px;
	top: 75px;
	height: 20px;
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-top:3px;
	padding-left:1px;
	padding-right:1px;
	margin:0px;
	border: 1px solid #ffffff;
	/*border: 1px dotted #b2b2b2;*/
	/*border-bottom: 0px none;*/
	z-index:50;
}
#tray a:link, #tray a:visited {
	color:	#666666;
	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: #4066b4;*/
	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;
}
/*
#tray a{
font-size:10px;
	letter-spacing:0.2em;
	text-decoration: none;
	font-weight: bold;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin:0px;
	border: 1px solid #AB0101;
}
#tray a:link, #tray a:visited {
	color:	#FEE1C7;
	background-color:#AB0101;

}
#tray a:hover {
	color: #AB0101;
	background-color: #FEE1C7;

}
*/


.normal {
	font-weight: normal;
}
#window {
	border: 4px solid #FAD9BB;
	background-color: #cc0000;
	width: 400px;
	height: 160px;
	padding: 20px;
	position: absolute;
	top: 160px;
	left: 225px;
	z-index: 100;
	color: #FFFFFF;
}
#window .eintrag {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#ffffff;
	color:#333333;
}
#window h1, #window h2, #window a:link, #window a:visited {
	color: #FFFFFF;
}




/*Trennlinien <HR />*/
#content hr {
	color: #FEC3AC;
	background-color: transparent;
	height: 1px;
	border: none;
	border-bottom:solid 1px #FEC3AC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px; 
}




#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: #FEC3AC;
	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 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;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:2px;
	padding-top:1;
	border:outset 2px #ffffff; 
}
#content a {
	/*text-decoration: none;*/
}
#content a span {
	display: none;
}
#content a.exlink {
	background-image:url(../ximg/ext-link.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:9px;
}

#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;
}

#content a.tmpl-but-add, #content a.tmpl-but-add:visited  {
	background: url(../ximg/admin/ico_add.gif) no-repeat 0 3px;
	display: block;
	height: 31px;
	width: 19px;
	padding-left:25px;
	padding-top:6px;
}
#content a.tmpl-but-add:hover {
	background: url(../ximg/admin/ico_add_a.gif) 0 3px no-repeat;
}


input, textarea {
	font-family: Verdana, Arial,Helvetica,Verdana,sans-serif;
	padding: 1px;
	color: #333;
	font-size: 10px;
	font-weight: normal;
}
input {
	border:1px solid #FEC3AC;
}

input:focus, textarea:focus {
	background: #FAD9BB;
	/*color: #000;*/
}

input.L {
	width: 400px;
}
input.M {
	width: 260px;
}
input.S {
	width: 188px;
}
input.XS {
	width: 141px;
}
input.XXS {
	width: 47px;
}

input.h1 {
	letter-spacing: 0.2em;
	font-weight: bold;
	width: 400px;
}

textarea.L {
	line-height: 15px;
	width: 398px;
	height:116px;
}


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

