/*** Schriftarten ******************************/
@font-face{
	font-family: 'candara';
	src: url('fonts/candara.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'candara';
	src: url('fonts/candara.ttf');
	font-weight: normal;
	font-style: normal;
}


/*** Allgemeine Definitionen *******************/
*{
	margin: 0;
	padding: 0;
}

html, body{
	width: 100%;
	height: 100%;
}

a{
	text-decoration: none;
	color: #5c661c;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

#distance{
	width: 1px;
	height: 50%;
	margin-bottom: -330px;
	float: left;
}

div.global{
	margin: 0 auto;
	position: relative;
	height: 660px;
	width: 1088px;
	clear: left;
	background: url('/pix/transparent.png');
	border: 1px solid #707070;
}

* html #ail{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pix/transparent.png', sizingMethod='scale');
	height: 1%;
}

* html #ail_menu{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pix/transparent.png', sizingMethod='scale');
	height: 1%;
}


/*** Spacer-Definitionen ***********************/
#spacer{
	float: left;
	width: 5px;
	height: 660px;
}


/*** Logo-Definitionen *************************/
#logo{
	float: left;
	width: 279px;
	height: 650px;
	margin-top: 5px;
}

#logo_text{
	font-family: 'candara';
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	margin-top: 30px;
	margin-left: 20px;
	z-index: 3;
}

#logo_text a{
	text-decoration: none;
	color: #ffffff;
}

#logo_subtext{
	font-family: 'candara';
	font-size: 15px;
	color: #ffffff;
	position: absolute;
	margin-top: 65px;
	margin-left: 45px;
	z-index: 2;
}

#logo_impressum{
	font-family: 'candara';
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	margin-top: 630px;
	margin-left: 215px;
	z-index: 3;
}

#logo_impressum a{
	text-decoration: none;
	color: #ffffff;
}

#logo_img{
	z-index: 1;
}


/*** Menü-Definitionen *************************/
#menu{
	float: left;
	width: 71px;
	height: 660px;
}

div.menu_title{
	width: 51px;
	height: 30px;
	font-family: 'candara';
	font-size: 16px;
	color: #707070;
	text-align: center;
	padding-top: 15px;
	margin-left: 5px;
	margin-right: 10px;
	background: url('/pix/transparent.png');
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

div.menu_content{
	width: 51px;
	height: 610px;
	font-family: 'candara';
	font-size: 16px;
	color: #707070;
	text-align: center;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	background: url('/pix/transparent.png');
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

#menu_p{
	background-color: #707070;
	color: #ffffff;
	font-weight: bold;
}


/*** Inhalts-Definitionen **********************/
#content{
	float: left;
	width: 439px;
	height: 660px;
}

#content_top{
	height: 20px;
}

#content_content{
	height: 635px;
	font-family: 'candara';
	font-size: 14px;
	color: #707070;
	margin-right: 10px;
	overflow: auto;
}

#content_zitat_spacer{
	width: 5px;
}

#content_zitat{
	font-style: italic;
}

#content_zitat_author{
	font-size: 11px;
	line-height: 3;
	margin-left: 20px;
}

#content_indention{
	margin-left: 20px;
	font-weight: bold;
	font-style: italic;
}

#content_content table{
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #707070;
	margin-bottom:7px;
}

#content_content th, td{
	border: 2px solid #707070;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	text-align: left;
}

#content_content th{
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #707070;
	color: #ffffff;
}

#content_content td{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #707070;
}

#bilder img{
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}


/*** Karten-Definitionen ***********************/
#map{
	float: left;
	width: 289px;
	height: 650px;
	margin-top: 5px;
}

#map_img{
	height: 650px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}

#track_img{
	height: 650px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 2;
}

#map_text{
	border: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: 'candara';
	font-size: 17px;
	color: #ffffff;
	position: absolute;
	margin-top: 60px;
	margin-left: 140px;
	z-index: 3;
	min-width: 50px;
}


/*** Impressum *********************************/
#impressum{
	font-family: 'candara';
	font-size: 14px;
	color: #707070;
	padding: 10px;
}