/***************************/ 
/* STYLESHEET FOR TEMPLATE */
/***************************/

/* Gesamter BODY der Seite */
BODY {
	padding : 0;
	margin : 0;
	background-color: #1B3684;
	SCROLLBAR-FACE-COLOR: #1B3684;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: #1B3684;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #1B3684;
	SCROLLBAR-DARKSHADOW-COLOR: #1B3684;
	SCROLLBAR-BASE-COLOR: white;
	overflow-x: hidden;
}

/* Tabelle im Kopfbereich mit Grafik links und Text rechts*/
#head {
	height: 170px;
	background-color: #1B3684;
	background-repeat: no-repeat;
	background-position: center; 
	width: 1000px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1B3684;
	border-left: solid 2px #1B3684;
	border-right: solid 2px #1B3684;
	border-top: solid 2px #1B3684;
	padding-top: 10px;
}

/* Formatierungen der Contentabelle (3 Spalten) */
#content-table {
	height: 100%;
	width: 1000px;
	margin-top: 0px;
	border-left: solid 0px #1B3684;
	border-right: solid 0px #1B3684;
}

/* Contentspalte Links (Menü) */
#content-left {
	margin: 0;
	border: 0;
	background-color: #1B3684;
	width: 18%;
	height: 100%;
	border-top: 0px;
	border-top-style: dotted;
	border-top-color: #1B3684;
	padding-right: 2px;
}

/* Layer für Menü */
#menu {
   margin-top: 10px;
	margin-left: 10px;
	width : 100%;
	background-color: #1B3684;
}

/* 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: 10px;
	width: 10px;
	text-align: center;
 	color : #909090;
	visibility: hidden;
}

#print-link a {
                color : #909090;
}

/* Content aus linker Spalte => unter Menü */
#content-left-content {
	display: block;
	margin-top: -10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: -30px;
	border: 0px;
	background-color: transparent;
	width: auto;
	text-align: left;
	clear: both;
}

/* 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;
   background-repeat: no-repeat;
	background-position: top;
	border-left: 2px;
	border-left-style: solid;
	border-left-color: #1B3684;
	border-right: 2px;
	border-right-style: solid;
	border-right-color: #1B3684;
	margin-top: 5px;
	width : 64%;
}

/* Contentspalte rchts (Seitengrafik,Seitenlogo,News) */
#content-right{
	margin: 0;
	border: 0;
	background-color: #1B3684;
	width: 18%;
	height: 100%;
	border-top: 0px;
	border-top-style: dotted;
	border-top-color: #1B3684;
	padding-left: 2px;
}

/* Layer für Seitengrafik */
#site-image {
	position : static;
	margin-right: 10px;
	width : 160px;
	background-color: #1B3684;
	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: #1B3684;
	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: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding-right: 17px;
}

/* 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 : 12pt;
	font-weight : bold;
	color : black;
	background-color : transparent;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #909090;
   padding-bottom:2px;
   margin-bottom:30px;
   padding-top: 20px;
}

.page-path a {
               color : black;
}
