@font-face {
	 font-family: Frutiger;
	 src: url("/FrutigerLTStd-Light.eot") /* EOT file for IE */
	}
@font-face {
	 font-family: Frutiger;
	 src: url("/FrutigerLTStd-Light.ttf") /* TTF file for CSS3 browsers */
	}
/*=======================================================
		Sdt Styles
=======================================================*/

a:active, a:focus {
	outline: 			none;
	}
	
a {
	color:				#ffffff;
	}
	
#content-left a {
	text-decoration:	none;
	}

a:hover {
	text-decoration:	underline;
	color:				#ffcc00;
	}
	
a img {
	border:				0px solid;
	}	

h1	{
	display:			none;
	}
	
h4 {
	font-size:			12px;
	font-weight:		bold;
	color:				#ffcc00;
	margin:				0;
	margin-bottom:		10px;
	}
	
h5 {
	font-size:			12px;
	font-weight:		bold;
	color:				#ffffff;
	margin:				5px 0 0 0;
	}

textarea {
	border:				0px solid;
	background-color:	#3e3e3e;
	color:				#ffcc00;
	width:				260px;
	height:				100px;
	font-family:		Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	}	
	
input, select {
	border:				0px solid;
	background-color:	#3e3e3e;
	color:				#ffcc00;
	}

.inputCaptcha {
	height:				35px;
	width:				250px;
	font-size:			24px;
}

td {
	font-family:		Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#ffffff;
	}

ul {
	margin: 			0 0 0 16px;
	padding: 			0;
	/*list-style-image:	url('/images/list.png');*/
	list-style-type:	disc;
	}
	
li {
	margin-bottom:		5px;
	}

/*=======================================================
		Body Style
=======================================================*/

body {
	text-align:			center;
	margin:				0;
	padding:			0;
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:		0.02em;
	font-size:			12px;
	color:				#ffffff;
	background-image: 	url('/images/body_bg.png');
	background-repeat:	repeat-x;
	background-color:	#575757;
	}

#center {
	margin: 			0 auto;
	padding:			0 9px;
	width:				1018px;

	background-image:	url('/images/shadow_leftright.png');
	background-repeat:	repeat-y;
	text-align:			left;
	}
	


.sel {
	color:				#ffed00;
	}
	
.yellow {
	color:				#FFCC00;
	font-weight: 		bold;
	}

.line {
	border-bottom: 		1px solid #484748;
	width:				140px;
	margin: 			10px 0;
	}
	
.clear {
	clear:				both;
	}
	
.breit {
	letter-spacing:		0.03em;
	}
	
.error {
	color:				#ffed00;
	display:			block;
	margin:				5px 0;
	}
	
.button {
	width:				auto;
	}

.input {
	width:				260px;
	margin:				0 0 1px 0;
	padding:			0;
	border:				0px solid;
	}
	
.ref {
	margin:				0 5px 5px 0;
	}
	
.trans {
	background:			transparent;
	}

#middle-include {
	width:				968px;
}

/*=======================================================
		Menu Styles
=======================================================*/
	
#menu_box {
	position:			absolute;
	top:				24px;
	left:				300px;
	font-family: 		frutiger;
	}	

#subMenu {
	position:			absolute;
	top:				40px;
	left:				0px;
	}

#main_menu a {
	text-decoration: 	none;
	font-size: 			14px;
	line-height: 		20px;
	display: 			block;
	margin-right: 		5px;
	float:				left;
	}
	
#subMenu a {
	font-size:			12px;
	}
	
#main_menu a:hover, .sel {
	color: 				#ffcc00;
	}
	

/*=======================================================
		Title Styles
=======================================================*/	

#header {
	background-image:	url('../images/header_bg.png');
	background-repeat:	repeat-x;
	height:				88px;
	width:				1000px;
	position:			relative;
	}

#logo {
	background-image:	url('/images/logo.png');
	background-repeat:	no-repeat;
	height:				23px;
	width:				200px;
	position:			absolute;
	top:				20px;
	left:				20px;
	}

	
/*=======================================================
		Content Styles
=======================================================*/

#contentField {
	background-image: 	url('/images/content_background.jpg');
	background-color: 	#333333;
	width: 				1000px;
	background-repeat: 	no-repeat;
	min-height:			432px;
	}
	
* html #contentField {
	height:				432px;
	}
	
#content {
	float: 				right;
	width:				697px;
	margin:				35px 35px 35px 35px;
	min-height:			180px;
	}
	
* html #content {
	display:			inline;
	height:				180px;
	}
	
#picture {
	width:				240px;
	float:				left;
	}
	
#picture .text {
	margin-top: 		0px;
	margin-bottom:		5px;
	margin-left:		10px;
	}
	
#textSmall {
	width:				457px;
	float:				left;
	}
	
#textLarge {
	width:				697px;
	float:				left;
	}
	
#content-left {
	float: 				left;
	width: 				198px;
	padding-left:		33px;
	padding-top:		33px;
	}

#shadow_bottom {
	background-image:	url('/images/shadow_bottom.png');
	background-repeat:	no-repeat;
	height:				10px;
	width:				1018px;
	margin:				0 auto;
	padding:			0 9px;
	text-align:			right;
	font-size:			9px;
	}
	
#shadow_bottom a {
	margin-right:		20px;
	display:			block;
	padding-top:		5px;
	}
	
.shadow {
	width: 				200px;
	height: 			155px;
	background-image:	url('../images/shadow.png');
	background-repeat:	no-repeat;
	text-align:			center;
	}
	
.shadow a {
	width:				180px;
	height:				135px;
	display:			block;
	margin:				0px auto;
	padding:			10px 0 0 0;
	}
	
.pre-txt {
	width:				12px;
	float:				left;
}

/*=======================================================
		Module Styles
=======================================================*/

.camBox {
	width:				700px;
	min-height:			200px;
/*	float: 				left;*/
	margin-right:		30px;
	}
	
* html .camBox {
	height: 			300px;
	}
		

ul#link {
	list-style-type:	none;
	list-style-image:	none;
	margin:				0;
	padding:			0;
	}
	
ul#link li ul {
	list-style-type:	none;
	list-style-image:	none;
	margin:				0 0 10px 15px;
	font-weight:		normal;
	padding:			0;
	}
	
ul#link li ul li:hover {
	list-style-type: 	disc;
	list-style-image:	none;
	}
	
.camPicture {
	margin:				0 0 0 43px;
	border:				5px solid #666666;
	width:				600px;
	}

#content-file {
	margin-top:			80px;
	}

#content-file ul {
	list-style-image:	none;
	list-style-type:	none;
	margin-top:			10px;
	margin-left:		23px;
	}
	
	
/*=======================================================
		Module map
=======================================================*/

	
	div#map {
		position:			relative;
		/*background:		url(images/karte.gif) no-repeat;*/
		background:			url(/images/karte_led-werbung.jpg) no-repeat;
		width:				680px;
		height:				455px;
		border:				1px solid #999;
	}
	
	.point  {
		font-size:		36px;
		color:			#ffcc00;
		text-decoration:none;
		cursor:			pointer;
	}
	
	.point .location {
		font-size:		9px;
		background:		#666;
	}
	
	.point {
		position:		absolute;
	}
	
	div.point:hover div.map-box {
		display:		block;
		z-index:		10;
	}
	
	.map-box {
		display:			none;
		width:				320px;
		min-height:			100px;
		background:			#333333;
		border:				1px solid #8f8f8f;
		top:				25px;
		left:				10px;
		position:			absolute;
		padding:			10px;
		z-index:			0;
		font-size:			12px;
		color:				#CCC;
		-webkit-box-shadow:	0px 0px 7px #ffed00;
		-moz-box-shadow: 	0px 0px 7px #ffed00;
		box-shadow:			0px 0px 7px #ffed00;
		padding:			10px;
		filter:				progid:DXImageTransform.Microsoft.Shadow(PixelRadius='7', MakeShadow='true', ShadowOpacity='0.60');
	}
	
	div.map-box img {
		border:			1px solid #8f8f8f;
	}
	
	div.map-box a {
		display:		block;
	}
