@CHARSET "UTF-8";

body {
	margin:0px;
	font-family: Verdana;
	font-size:12px;
	color:#000000;
	line-height: 20px;
	background-color:#ffeccf;
	text-align:center;
}

h1 {
	margin:0px;
	margin-bottom:2px;
	margin-top:15px;
	padding:0px;
	color:#000000;
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:22px;
}

h2 {
	margin:0px;
	margin-bottom:2px;
	margin-top:15px;
	padding:0px;
	font-size:14px;
	font-family: Arial, sans-serif;
}


img {
	border:0px;
}

select {
	font-size:12px;
	
	}
	
	input {
	font-size:12px;
	
	}

a {
	color:#7B1A0A;
	text-decoration: underline;
	outline: none;
}

div#content {
	position:relative;
	margin:auto;
	text-align:auto;
	width:860px;
}

div#head {
	text-align:right;
	width:840px;
	height:30px;
	}
	
	
div#head a {
	text-decoration: none;
	color:#1a171b;
	}

div.menu {
	float:left;
	width:190px;
	text-align:center;
	}
	
	
div.menutop {
	background-image:url(/static/gfx/menu-top.jpg);
	width:185px;
	height:14px;
	margin-left:2px;
	margin-top:5px;
}

div.menubg {
	position:relative;
	background-image:url(/static/gfx/menu.jpg);
	width:185px;
	font-family: Arial;
	margin-left:2px;
}

a.level1 {
	border-top:1px solid #000000;
	font-size:16px;
	color:#1a171b;
	width:153px;
	//width:177px;
	float:left;
	text-align:left;
	text-decoration: none;
	padding:4px;
	padding-left:20px;
	margin-left:4px;
}

a.level1:hover {
	color:#db002f;
}

a.level1x {
	background-color:#db002f;
	border-top:1px solid #000000;
	font-size:16px;
	color:#FFFFFF;
	width:153px;
	//width:177px;
	float:left;
	text-align:left;
	text-decoration: none;
	padding:4px;
	padding-left:20px;
	margin-left:4px;
}

a.level1xa {
	background-color:#FFFFFF;
	background-image:url(/static/gfx/reddot.jpg);
	background-position:2px 6px;
	background-repeat:no-repeat;
	border-top:1px solid #000000;
	font-size:16px;
	color:#db002f;
	width:153px;
	//width:177px;
	float:left;
	text-align:left;
	text-decoration: none;
	padding:4px;
	padding-left:20px;
	margin-left:4px;
}

a.level2 {
	background-color:#5e5c5f;
	border-bottom:1px solid #FFFFFF;
	font-size:14px;
	color:#FFFFFF;
	width:141px;
	//width:177px;
	float:left;
	text-align:left;
	text-decoration: none;
	padding:0px;
	padding-left:36px;
	margin-left:4px;
}

a.level2xa {
	background-color:#5e5c5f;
	border-bottom:1px solid #FFFFFF;
	font-size:14px;
	color:#FFFFFF;
	width:141px;
	//width:177px;
	float:left;
	text-align:left;
	text-decoration: none;
	padding:0px;
	padding-left:36px;
	margin-left:4px;
	font-weight:bold;
}


div#fullcontent {
	padding-top:2px;
	margin-left:193px;
	//margin-left:180px;
	width:647px;
}

div.menubottom {
	background-image:url(/static/gfx/menu-bottom.jpg);
	height:73px;
	width:185px;
	margin-left:2px;
	left:0px;
	bottom:0px;
}


div#fcontent {
	margin-top:5px;
	background-color: #FFFFFF;
	width:647px;
	text-align:left;
}
	
div#fcontent-top {
	
	width:647px;
	background-image:url(/static/gfx/content-top.jpg);
	height:13px;
}

div#fcontent-inner {
	padding-left:34px;
	text-align:justify;
	padding-bottom:20px;
	width:570px;
}


div.expose {

	overflow:hidden;
	width:555px;

	background-color:#f1f2f2;
	margin-right:4px;
	background-repeat: no-repeat;
	background-position: 545px 0px;
	padding:10px;
	padding-bottom:5px;
}

div.expose2 {
	background-color:#ffffff;
}

div.img {
	float:left;
	width:115px;
	height:80px;
}

img.image {
	float:left;
	margin:5px;
}

div.expose div.headline {
	color:#000000;
	line-height:14px;
	margin-bottom:5px;
	font-size:16px;
}

td {
	font-size:12px;
	line-height: 20px;
	
	
	text-align: justify;
}



#fcontent-inner a {
	text-decoration:underline;
	color:#000000;
}


a.routenplanung {
	font-size:14px;
	text-decoration:none !important;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

div#page {
	position:absolute;
	right:0px;
	top:6px;
}


div#page a {
	float:left;
	width:19px;
	height:19px;
	background-image:url(/static/gfx/page.png);
	background-position: 0px 0px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
	line-height:18px;
	text-align: center;
}

div#page a:hover {
	background-position: 19px 0px;
	color:#FFFFFF;
}


div#page a.x {
	float:left;
	width:19px;
	height:19px;
	background-image:url(/static/gfx/page.png);
	background-position: 19px 0px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
	line-height:18px;
	text-align: center;
}


.tooltip-red
{
	background-color: #db002f;
	color: #FFFFFF;
	font-size:11px;
	font-family:verdana;
    padding:4px;
	z-index:100;
}



div#filtercontainer {
	width:576px;
	height:20px;
	position:relative;
	overflow:hidden;
}

div#filterinner {
	margin:20px;
}

div#filterclose {
	position:absolute;
	right:0px;
	top:0px;
	width:20px;
	height:20px;
	cursor:hand;
	cursor:pointer;
}

div#filter {
	height:280px;
	width:580px;
	position:absolute;
	bottom:0px;
	left:0px;
	vertical-align: bottom;
	background-image:url(/static/gfx/rollover-trans.gif);
	background-repeat:no-repeat;
	background-position:0px -320px;
	background-color:#FFFFFF;
	color:#000000;
}