/***************************/ 
/* STYLESHEET FOR TEMPLATE */
/* 3.9.2006 ps */
/***************************/

/* Gesamter BODY der Seite */
BODY {
	padding : 0;
	margin : 0;
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #6A849D;
   SCROLLBAR-HIGHLIGHT-COLOR: white;
   SCROLLBAR-SHADOW-COLOR: white;
   SCROLLBAR-3DLIGHT-COLOR: #6A849D;
   SCROLLBAR-ARROW-COLOR: white;
   SCROLLBAR-TRACK-COLOR: #6A849D;
   SCROLLBAR-DARKSHADOW-COLOR: #6A849D;
   SCROLLBAR-BASE-COLOR: #6A849D;
}

/* Tabelle im Kopfbereich mit Grafik links und Text rechts*/
#head {
	height: 100px;
	background-color: #6A849D;
	background-repeat: repeat-x;
	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%;
}

/* 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: 20px;
	margin-left: 10px;
	width: 150px;
	text-align: center; 	
}

/* 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: #999999;
	border-right: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	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: 0px;
}

/* Layer für AGB */
#agb {
	position : static;
	margin-right: 10px;
	width : 160px;
	background-color: transparent;
	margin-top: 0px;
	font-family : Arial, Georgia, Times, serif;
	font-size : 10pt;
	font-weight : bold;
	color : #6A8398;
	text-align: center;
}

/* Layer für News */
#news {
	position : static;
	margin-right: 10px;
	width : 160px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

/* Position des Adminpanels */
#admPanel {
	position: absolute;
	top: 800px;
	left: 10px;
}

/***************************************************/
/* Formatierungen für vordefinierte Seitenelemente */
/***************************************************/

/* Schrift im Kopfbereich -> rechts */
.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	padding-right: 17px;
}

/* Slogan aus linker Content Spalte */
DIV.page-title P.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	padding-right: 17px;
}

/* Klickbarer Pfad im Mittelbereich */
.page-path {
	font-family : Arial, Georgia, Times, serif;
	font-size : 12pt;
	font-weight : bold;
	color : #6A8398;
	background-color : transparent;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6A8398;
   padding-bottom:2px;
   margin-bottom:15px;
   padding-top: 5px;
}