/***************************/ 
/* STYLESHEET FOR TEMPLATE */
/***************************/

/* Gesamter BODY der Seite */
BODY {
	padding : 0;
	margin : 0;
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #A0D086;
   SCROLLBAR-HIGHLIGHT-COLOR: #438D2C;
   SCROLLBAR-SHADOW-COLOR: #438D2C;
   SCROLLBAR-3DLIGHT-COLOR: #A0D086;
   SCROLLBAR-ARROW-COLOR: #438D2C;
   SCROLLBAR-TRACK-COLOR: #A0D086;
   SCROLLBAR-DARKSHADOW-COLOR: #A0D086;
   SCROLLBAR-BASE-COLOR: #A0D086;
}

/* Tabelle im Kopfbereich mit Grafik links und Text rechts*/
#head {
	height: 120px;
	background-color: white;
	background-repeat: repeat-x;
	background-position: top;
	width: 1000px;
}

/* Formatierungen der Contentabelle (3 Spalten) */
#content-table {
	height: 100%;
	width: 1000px;
	margin-top: 5px;
}

/* Contentspalte Links (Menü) */
#content-left {
	margin: 0;
	border: 0;
	background-color: transparent;
	width: 18%;
	height: 100%;
}

/* Content unter Menü links */
#content-left-content {
	margin-top: -55px;
	width: 100%;
	padding: 5px;
	background-color: transparent;
}

/* Layer für Menü */
#menu {
   margin-top: 10px;
	margin-left: 10px;
	width : 100%;
	background-color: #FFFFFF;
}

/* Formtierung des CSS Switchers */
#css-switcher {
	
}

/* Formatierung des PrintLinks */
#print-link {
	font-family: Arial Georgia Times serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	width: 0px;
	text-align: center;
 	color : #909090;
	visibility: hidden;
	overflow: hidden;
}

#print-link a {
	color : #909090;
}

/* Formatierung des LangMenus */
#lang-menu {
	font-family: Arial Georgia Times serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden;
}

/* Contentspalte für Hauptcontent (Mitte) */
#content-middle{
	height: 100%;
	padding: 0px 15px 0px 15px;
	font-family : Arial Georgia Times serif;
   font-size : 8pt;
   font-weight : normal;
   color : black;
   background-color : transparent;
	border-left: 1px;
	border-left-style: dotted;
	border-left-color: #438D2C;
	border-right: 1px;
	border-right-style: dotted;
	border-right-color: #438D2C;
	margin-top: 5px;
	width : 64%;
}

/* Contentspalte rchts (Seitengrafik,Seitenlogo,News) */
#content-right{
	margin: 0;
	border: 0;
	background-color: transparent;
	width: 18%;
	height: 100%;
}

/* Layer für Seitengrafik */
#site-image {
	position : static;
	margin-right: 10px;
	width : 160px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

/* Layer für AGB */
#agb {
	position : static;
	margin-right: 10px;
	width : 160px;
	background-color: transparent;
	margin-top: 20px;
	font-family : Arial, Georgia, Times, serif;
	font-size : 10pt;
	font-weight : bold;
	color : #909090;
	text-align: center;
}

#agb a {
               color : #909090;
}

/* Layer für News */
#news {
	position : static;
	margin-right: 10px;
	width : 160px;
	background-color: #FFFFFF;
	margin-top: 20px;
	visibility: hidden;
	height: 0px;
}

/* Position des Adminpanels */
#admPanel {
	position: absolute;
	top: 800px;
	left: 10px;
}

/***************************************************/
/* Formatierungen für vordefinierte Seitenelemente */
/***************************************************/

/* Schrift im Kopfbereich -> rechts */
.page-title {
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-right: 17px;
	visibility: hidden;
}

/* Slogan aus linker Content Spalte */
DIV.page-title P.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-right: 17px;
}

/* Klickbarer Pfad im Mittelbereich */
.page-path {
	font-family : Arial, Georgia, Times, serif;
	font-size : 18px;
	font-weight : bold;
	color : #F9680D;
	background-color : transparent;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #438D2C;
   padding-bottom:2px;
   margin-bottom:15px;
   padding-top: 5px;
}

.page-path a {
               color : black;
}
