/* =========================================
=================== Links ==================
========================================= */

a:link { text-decoration:none; color: #6666FF }
a:visited { text-decoration:none; color: #6666FF }
a:hover { text-decoration:underline; color: #FF6600 }
a:active { text-decoration:none; color: #6666FF }
a:focus { text-decoration:none; color: #6666FF }

a.mainMenu:link { text-decoration:none; color: #ffffff }
a.mainMenu:visited { text-decoration:none; color: #ffffff }
a.mainMenu:hover { text-decoration:none; color: #993300 }
a.mainMenu:active { text-decoration:none; color: #ffffff }
a.mainMenu:focus { text-decoration:none; color: #ffffff }

a.subMenu:link { text-decoration:none; color: #000000 }
a.subMenu:visited { text-decoration:none; color: #000000 }
a.subMenu:hover { text-decoration:none; color: #FF6600 }
a.subMenu:active { text-decoration:none; color: #000000 }
a.subMenu:focus { text-decoration:none; color: #000000 }

a.impressum:link { text-decoration:none; color: #ffffff }
a.impressum:visited { text-decoration:none; color: #ffffff }
a.impressum:hover { text-decoration:none; color: #993300 }
a.impressum:active { text-decoration:none; color: #ffffff }
a.impressum:focus { text-decoration:none; color: #ffffff }

/* =========================================
============ Rahmen und Spalten ============
========================================= */

.infoBox {
/*	color: #003399;*/
	background-color: #FFF6F0;

	border:1px solid #BBBBBB;
	padding:5px 7px;
	margin-left: 15px;
	margin-bottom: 10px;
	float:right;
}

/* =========================================
================== Menues ==================
========================================= */

.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #ffffff;
	line-height: normal;
	position: static;
	text-decoration: none;
	TEXT-TRANSFORM: none;
}

.mainMenuLine {
	margin: 0px 41px 0px 10px;
}

.subMenuLine {
	width:123px;

	background-color: #EEEEEE;
	background-repeat: repeat;

	text-align: right;
	padding-left:1px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;

	margin: 2px 0px 0px 15px;
	overflow:hidden;
}

.subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #000000;
}

.menuMarker {
	width: 5px;
	height: auto;
	
	background-color: #EEEEEE;
	background-repeat: repeat;
}

.mainMenuMarker {
	float: right;
}

.subMenuMarker {
	float: left;
	
	margin: 2px 0px 0px 7px;
	
	padding-left:1px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
}

.subMenuMarkerPassive {
	width: 4px;
	height: auto;

	float: left;
	
	margin: 2px 0px 0px 7px;
	border: #EEEEEE solid 1px;

	padding-left:0px;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
}

#menuSpacer {
	height : 20px;
	margin : 0px;
}

/* =========================================
================ Google Maps ===============
========================================= */

.tx-lumogooglemaps-pi1 {

}

.tx_lumogooglemaps_pi1_sidebar  {
	font-weight:bold;
}

/* =========================================
================= Framework ================
========================================= */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	background-color: #eeeeee;
	height: 100%;
}

#frame-outter {
	position: absolute;
	min-height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;

	background-image:url("/uploads/tf/menu_hintergrund.png");
	background-repeat: repeat-y;
}

#frame-top {
	width: 100%;
	height: 110px;
	overflow: hidden;
}

#frame-top-left {
	position: absolute;
	top: 0px;
	left: 0px;

	width:140px;
	height:110px;

	background-image:url("/uploads/tf/logo_hintergrund_08.jpg");
}

#frame-top-right {
	position: relative;
	top: 0px;
	left: 140px;

	width: 100%;
	height: 110px;

	background-image:url("/uploads/tf/titel_hintergrund.png");
}

#frame-middle {

	width: 100%;
}

#frame-left {
	width:15%;
	min-width:140px;
	min-height: 100%;

	float: left;


	overflow:hidden;
}

#frame-menu {
	top:110px;
	left:0px;
	width:140px;
	height:100%;

	overflow:visible;
}

#frame-impressum {
	position: absolute;
	bottom: 5px;
	width: 95px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	text-align:right;
	color: #000000;
	overflow:hidden;
}

#frame-countdown {
	position:absolute;
	top: 5px; 
	right: 0px;
	text-align: right;
	margin-right: 150px;
	color: #EEEEEE;
}

#contentLayer {
	width:75%;
	float:left;
	padding-left: 10px;
	background-color: #eeeeee;
}

#rightCol {
	padding:0px 3px;
	margin-left: 15px;
	margin- bottom: 15px;
	min-width: 250px;
	width: 25%;
	float:right;
}

#breadcrumb {
	margin: 21px 0px 0px 3px;
}
