/***********************************/ 
/* STYLESHEET FOR TEMPLATE TEMPL02 */
/***********************************/

/* Gesamter BODY der Seite */
BODY {
	padding : 0;
	margin : 0;
	background-repeat: repeat;
	SCROLLBAR-FACE-COLOR: #7B5A00;
   SCROLLBAR-HIGHLIGHT-COLOR: #FFCA28;
   SCROLLBAR-SHADOW-COLOR: #FFCA28;
   SCROLLBAR-3DLIGHT-COLOR: #7B5A00;
   SCROLLBAR-ARROW-COLOR: #FFCA28;
   SCROLLBAR-TRACK-COLOR: #7B5A00;
   SCROLLBAR-DARKSHADOW-COLOR: #7B5A00;
   SCROLLBAR-BASE-COLOR: #7B5A00;
}

/* Rahmentabelle -> oberste Ebene*/
.main_tab {
	height: 97%;
	width: 100%;
	background-color: transparent;
}

/* Linke Spalte der Haupttabelle */
.main_tab_left {
	width: auto;
}

/* Rechte Spalte der Haupttabelle*/
.main_tab_right {
	width: 267px;
	background-repeat: repeat-y;
}

/* DIV in rechter Spalte -> Content über Grafik */
.main-content-col-right {

}

/*******************************************************************

/* SUB Tabelle 1 -> Bannerbereich und Content */
.sub_tab1 {
	width: 100%;
	height: 100%;	
}

/* Bannerbereich Oben */
.top_banner {
	height: 103px;
}

/* Bereich für SUB-Template -> Hintergrundgrafik im Contentbereich */
.sub_template {
	height: auto;
	background-position: bottom right;
	background-repeat: no-repeat;	
}

/*********************************************************************

/* Menübereich horizontal */
#menu2 {
		background-repeat: repeat-x;
		height: 33px;
		width: 100%;
		position: absolute;
		top: 103px;
		z-index: 10;
		visibility: visible;
		border: 0px;
		text-align: left;
}

/* Tabelle um Menü */
#menu_table {	
	border: 0px;
}

/* DIV in Tabellenzelle für Sparchenmenü */
.lang_menu {
	width: 130px;
	padding-top: 3px;
	padding-left: 0px;
	margin-top: 3px;	
}

/* DIV nach Sprachenmenü -> für erste vertikale Linie */
.lang_menu_line {
	width: 1px;
	height: 17px;
	border-right: 1px solid white;
	margin-top: 3px;
}


/******************************************************************

/* Tabelle für Fusßzeile */
.foot_line {
	width: 100%;
	height: 20px;
	
}

/* Fußzeilentext */
.foot_line_text {
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: middle;
}