/***************************/ 
/* STYLESHEET FOR TEMPLATE  20.8.2006, ps*/
/***************************/

/* Gesamter BODY der Seite */
BODY {
	padding : 0;
	margin : 0;
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #797979;
   SCROLLBAR-HIGHLIGHT-COLOR: white;
   SCROLLBAR-SHADOW-COLOR: white;
   SCROLLBAR-3DLIGHT-COLOR: #797979;
   SCROLLBAR-ARROW-COLOR: white;
   SCROLLBAR-TRACK-COLOR: #797979;
   SCROLLBAR-DARKSHADOW-COLOR: #797979;
   SCROLLBAR-BASE-COLOR: #797979;
}

/* Tabelle im Kopfbereich mit Grafik links und Text rechts*/
#head {
	height: 100px;
	background-color: #797979;
	background-repeat: repeat-x;
	width: 100%;
}

/* Formatierungen der Contentabelle (3 Spalten) */
#content-table {
	height: 100%;
	width: 100%;
	margin-top: 5px;
}

/* Contentspalte Links (Menü) */
#content-left {
	margin: 0;
	border: 0;
	background-color: transparent;
	width: 165px;
	height: 100%;
}

/* Layer für Menü */
#menu {
   margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	background-color: #FFFFFF;
}

/* Formtierung des CSS Switchers */
#css-switcher {
	
}

/* Formatierung des PrintLinks */
#print-link {
	font-family: Verdana,Arial Georgia Times serif;
	font-size: 12px;
	margin-top: 10px;
	width: 100%;
	text-align: center; 	
}

#print-link a {
	
}

/* Languege Menü */
#lang-menu {
	display: block;
	margin-top: 10px;
	margin-left: 45px;
	background-color: transparent;
	width: 100px;
	border: 0px;
	text-align: center;
	clear: both;
}

#lang-menu a {
	background-color: transparent;
	border: 0px;
}

/* Content aus linker Spalte => unter Menü */
#content-left-content {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px;
	background-color: transparent;
	width: auto;
	text-align: center;
	clear: both;
}

/* Contentspalte für Hauptcontent (Mitte) */
#content-middle{
	height: 100%;
	padding: 0px 15px 0px 15px;
	font-family : Verdana,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: #999999;
	border-right: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 5px;
	width : auto;
}

/* Contentspalte rchts (Seitengrafik,Seitenlogo,News) */
#content-right{
	margin: 0;
	border: 0;
	background-color: transparent;
	width: 165px;
	height: 100%;
	text-align: center;
}

/* 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 : Verdana,Arial, Georgia, Times, serif;
	font-size : 8pt;
	font-weight : bold;
	color : #797979;
	text-align: center;
}

/* Layer für News */
#news {
	position : static;
	margin-right: 10px;
	width : 160px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

/* Position des Adminpanels */
#admPanel {
	position: absolute;
	top: 800px;
	left: 10px;
}

/***************************************************/
/* Formatierungen für vordefinierte Seitenelemente */
/***************************************************/

/* Schrift im Kopfbereich -> rechts */
.page-title {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #797979;
	padding-right: 17px;
}

/* Slogan aus linker Content Spalte */
DIV.page-title P.bodytext {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #797979;
	padding-right: 17px;
}

/* Klickbarer Pfad im Mittelbereich */
.page-path {
	font-family : Verdana,Arial, Georgia, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #797979;
	background-color : transparent;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #797979;
   padding-bottom:2px;
   margin-bottom:15px;
   padding-top: 5px;
}
