/* CSS erstellt im oberen Teil von Joachim Sühlo, im unteren Teil von J.C.Hanke */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #9A9968;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family: arial, tahoma, verdana, sans-serif;
     font-size: 100.01%;    
     z-index: 1; 
}
#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#art-page-background-gradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 251px;
	
}

#art-page-background-gradient
{
	background-position: top left;
}
.art-menu ul li
{
	clear: both;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:43px;
	min-height:43px;
}

.art-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 6px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 62px;
	height: 62px;
	background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 31px, 31px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 31px, 31px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(31px, 31px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(31px, auto, auto, 31px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 31px;
	right: 31px;
	height: 62px;
	background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 31px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(31px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 31px;
	bottom: 31px;
	width: 62px;
	background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 31px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 31px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 31px;
	left: 31px;
	right: 31px;
	bottom: 31px;
	background-color: #FDFCFD;
}


.art-Sheet
{
	margin-top: 20px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 0px 10px 0px 10px;
}

.art-nav
{
	position: relative;
	height: 25px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:10px;
}

.art-nav .r
{
	right: 0;
	width: 888px;
	clip: rect(auto, auto, auto, 878px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:0px;
}

.art-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
	color: #EBC7D8;
	padding: 0 17px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-25px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-25px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-25px;
}
.art-menu a:hover .t
{
	color: #1D1B1D;
}

.art-menu li:hover a .t
{
	color: #1D1B1D;
}

.art-menu li:hover>a .t
{
	color: #1D1B1D;
}



/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 38px;
	width: 180px;
	overflow:hidden;
	line-height: 38px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #9A9968;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 38px;
	color: #F6E5ED;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #F4E6F1;
	border-color: #D68FB1;
	background-position: 0 -38px;
}

.art-menu ul li:hover>a
{
	color: #F4E6F1;
	border-color: #D68FB1;
	background-position: 0 -38px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #F4E6F1;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #F4E6F1;
}


/* end MenuSubItem */



/* ------------- 1.  Die Zentrierung des Layouts und der Schatten ----------------- */
  
 #search2{
     position: absolute;
     left: 690px;
     top: 260px;
     text-align: left;
}

/* ----------------3.  Roter Querbalken  ------------------------------------------------------- */
#search{
	/*background-color: #323630;*/
	height: 31px;
	width: 870px;
	 background-repeat: no-repeat;
     background-position: 0px 0px
     margin-left: 0px;
     text-align: center;
	font-size: 0.8em;
	font-style: verdana;

}


form {
     color: black;
     font-size: 0.7em;
}

input {
      font-size: 1em;
}

textarea {
          background-color: #ffffff;
          z-index: 5000;
		width: 90%;
}    

  
/* ---------------- 5.  Das Hauptfeld für den Inhalt ---------------------------------- */
#content{
     background-color: transparent;
	width: 550px;
	margin-left: 188px;
     margin-top: 0px; 
     }
     
#navi {
	 width: 180px;
	 height: 500px;
     background-color: transparent;
     margin-left: 0px;
     margin-top: 0px;
    /* background-image: url(images/navigation.jpg);*/
     background-repeat: repeat-y; 
    /*  background-repeat: no-repeat;*/ 
     border-width: 0px;  
     float: left;
     } 

#imhaupt{
	width: 680px;
	margin-left: 10px;
     padding-top: 10px;
     padding-BOTTOM: 25px;
     background-color: transparent;
}

/* --------------- 6. und 7.  Die Felder unter dem Hauptfeld ------------------------ */
#unten{
	background-color: transparent;
	width: 888px;
	height: 20px;
     margin-left: 0px;
  clear: both;
}

#ganzunten{
	width: 888px;
	height: 50px;
     margin-left: 0px;
     text-align: center;
     font-size: 0.6em; 
     color: #990000;  
}

#randunten{
	width: 888px;
	height: 50px;
     background-color: #F9FED1;
    /* background-image: url(images/unten_rand.gif);*/
     background-repeat: no-repeat;
     background-position: 0px 0px;
     text-align: center;
     font-size: 0.6em;
}

.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 888px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 888px;
	height: 150px;
	bottom:0;
	left:0;
}


/* ----------------------------------------------------------------------------------------*/
/* ----------------------- TEXTAUSZEICHNUNGEN---------------------------------------*/
/* ----------------------------------------------------------------------------------------*/


/* ---------------- Ab hier vom Original C.J. Hanke mit einigen kleinen Änderungen --------------- */

/* Navigationspfad */
#path {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding-bottom: 3px;
}

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  width: 100%;
  padding-left: 0px;
  text-align: right;
}

#topmenu ul {
  padding: 3px;
  border-bottom: 1px solid silver; 
  margin-bottom: 10px;
}

#topmenu li {
  display: inline;
}

#topmenu a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  text-decoration: none; 
  border-bottom: 0;
}

#topmenu a:link {
  text-decoration: none;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu a:hover {
  background-color: red;
  width: 100%;
  color: white;
}

#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: red;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile für Menüeintrag im topmenu */


/* Listenstil für Menüeintrag*/

#navi ul {
  list-style-type: none;
  margin-top: 30px;
  margin-left: 1px;
  padding-left: 1px;
}

#navi ul ul {
  list-style-image: url(reddot.gif);
  padding-left: 30px;
  margin-left: 10px;
  margin-top: 3px;

  }
  
  
#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
 /* background-color: transparent;*/
 /* border-bottom-style: solid;*/
  /*border-width: 1px;*/
  /*border-color: silver;*/
  font-size: 0.8em;
}

#navi ul ul li a {
 display: block;
 margin-top:1px;
 padding:4px 4px 4px 2px;
 text-indent: 0px;
 font-weight: bold;
 color: black;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
 font-size: 0.7em;
}

#navi a:link {
  display: block;
  text-decoration: none;
  width: 173px;

}

#navi a:visited {
  color: gray;
  text-decoration: none;
  display: block;
  width: 173px;
}

#navi a:hover {
  color: #990000;
  display: block;
  background-color: transparent;
  width: 173px;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 177px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: #990000;
  background-color: transparent;
  /*border-bottom-style: solid;*/
  /*border-width: 1px;*/
  /*border-color: #990000;*/
  font-size: 0.8em;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 130px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  color: #AF1810;
  font-size: 0.7em;
}



/* Ab hier wird es für Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen 
im linken Pull-down-Menü von TinyMCE! */
/* Überschrift 1 gestalten */

h1 {
  color: #4E4F14;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 1px;
  padding-top: 4px;
padding-bottom: 4px;

}


/* Überschrift 2 */
h2 {
	font-size: 1.1em;
      line-height: 1.4;
	background-image: url(rotkaro.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* Überschrift 3 */
h3 {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}


/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: black;
}

/* normaler Listenstil */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 0.8em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Hovereffekt für Links */
a:link {
  text-decoration: none;
  color: #990000;
}


a:hover {
  text-decoration: underline;
  color: #990000;
}

/* besuchte Hyperlinks */
a:visited {
        color: gray;
}


/* Hier beginnen die ungebundenen Klassen, zu erkennen am Punkt vor dem Klassennamen */
/* Gestaltung des rechts ausgerichteten Kastens */
.kasten {
  font-size: 0.8em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin-top: 3px;
margin-bottom: 3px;
margin-left: 3px;

}

/* Einführungsabsatz */
.lead, .lead p {
font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif; 
font-size:  0.8em;
line-height: 1.5em;
font-weight: bold;
margin-top: 5px;
margin-right: 15px;

margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
font-family : Arial, Helvetica, Verdana,  sans-serif; 
font-size : 0.8em;
width: 95%;
background-color : #EEEEEE; 
border-style : solid; 
border-width : 1px; 
border-color : #CD3326; 
padding : 3px; 
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
font-family : Arial, Helvetica, Verdana,  sans-serif; 
font-size : 0.8em; 
width: 95%;
border-style : dotted; 
border-width : 1px; 
border-color : gray; 
padding : 3px;
margin-top: 8px;
margin-bottom: 10px; 
}

.code {
font-family: 'Courier New', Courier, monospace;
font-size: 0.8em;
color: #000099;
}

hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FF8040;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

table th, th, tbody {
  padding: 3px;
}

#content p a {
  display: inline;
  padding-left: 0px;
  color: #990000;
  /*background-image: url(bluedot.gif);*/
  background-repeat: no-repeat;
}

p {
  font-size:  0.8em;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um die gewünschte Hintergrundfarbe festlegen
zu können */
.plugin {
  background-color: white;
  font-size: 1em;
  line-height: 1.3em;
}

/* Stilregel für Frontend-Einloggbereich, 
wichtig, um die gewünschte Hintergrundfarbe festlegen zu
können */
.login {
  background-color: white;
  font-size: 1em;
  line-height: 1.3em;
}

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  font-size: 0.9em;
  margin-top: 10px;
  margin-right: -1px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #514B46;
}

.box h3 {
  background-color: #A6A579;
  /*background-image: url(images/box_top.jpg);*/
  /* background-image: url("kastenhintergrund1.jpg");*/
  color: #FFFFFF;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */