a:link {
  color: #0000FF;
  text-decoration: none;
}

a:visited {
  color: #0000FF;
  text-decoration: none;
}

a:active {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  color: #0066FF;
  text-decoration: none;
}

body{
	margin:0;
	padding:0;
	background-color: #d9d7ce;
	font-family:Verdana;
	font-size:11px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 94px;
	background: #797f7f url(../img/logo2.jpg) right top no-repeat;
	z-index:20;
}

#header_img_1 {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

#new_layer {
	position:absolute;
	top: 94px;
	left: 0px;
	width: 100%;
	height: 3px;
	background: url(../img/line.jpg) repeat-x;
}

#nav_bar_top {
	position:absolute;
	top: 115px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #e26f26;
	z-index: 1;
}

#nav_bar_bottom {
	position:absolute;
	top: 135px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #ff9933;
	z-index: 4;
}

#nav_bar_shadow {
	position:absolute;
	top: 195px;
	left: 0px;
	width: 100%;
	height: 30px;
	background: url(../img/shadow.jpg) repeat-x;
}

#link_1 {
	height: 100%;
	width: 110px;
	padding: 2px 0px 0px 5px;
	font-weight:bold;
	z-index: 3;
	float:left;
	color: black;
	font-size:12px;
}

#link_bg_end_1 {
	float:left;
	background: url('../img/link_bg_end.gif') right top no-repeat;
	width:20px;
	height:20px;
	
}

#link_bg_end_3 {
	float:left;
	background: url('../img/link_bg_end.gif') right top no-repeat;
	width:20px;
	height:20px;
	display: none;
}

#seperator_1 {
	position:absolute;
	top: 0px;
	left:107px;
	height: 100%;
	width: 1px;
	padding: 2px 0px 0px 5px;
	font-weight:bold;
	z-index: 5;
}

#link_2 {
	float:left;
	width: 120px;
	height: 100%;
	padding: 2px 0px 0px 8px;
	font-weight:bold;
	z-index: 2;
	color: black;
	font-size:12px;

}

#link_bg_end_2 {
	float:left;
	background: url('../img/link_bg_end.gif') right top no-repeat;
	width:20px;
	height:20px;
	display: none;
}

#seperator_2 {
	position:absolute;
	top: 0px;
	left:259px;
	height: 100%;
	width: 1px;
	padding: 2px 0px 0px 5px;
	font-weight:bold;
	z-index: 6;

}

#link_3 {
	position: absolute;
	top:0px;
	left: 267px;
	width: 60px;
	height: 100%;
	padding: 2px 0px 0px 8px;
	font-weight:bold;
	z-index: 5;
}

#box_1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 600px;
	height: 270px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#box_2 {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 600px;
	height: 305px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#box_3 {
	position: absolute;
	top: 625px;
	left: 10px;
	width: 600px;
	height: 270px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#box_4 {
	position: absolute;
	top: 263px;
	left: 710px;
	width: 250px;
	height: 250px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#box_5 {
	position: absolute;
	top: 535px;
	left: 710px;
	width: 250px;
	height: 250px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#box_6 {
	position: absolute;
	top: 810px;
	left: 710px;
	width: 250px;
	height: 350px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#box_7 {
	position: absolute;
	top: 230px;
	left: 50px;
	width: 900px;
	height: 900px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#components_border {
	position: absolute;
	border: 2px dashed #FFFFFF;
	width: 625px;
	height: 905px;
	top: 250px;
	left: 45px;
	margin-bottom: 50px;
}

#tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	background: url(../img/corner_top_left.jpg) no-repeat;
	z-index: 2;
}

#tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 8px;
	background: url(../img/corner_top_right.jpg) no-repeat;
	z-index: 2;
}

#bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	background: url(../img/corner_bottom_left.jpg) bottom left no-repeat;
	z-index: 2;
}

#br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 8px;
	height: 8px;
	background: url(../img/corner_bottom_right.jpg) bottom right no-repeat;
	z-index: 2;
}

#box_headline {
	position: absolute;
	top: 10px;
	background-color: #666666;
	height: 18px;
	width: 100%;
	z-index: 3;
	border-bottom: 2px solid #555555;
}

#box_headline2 {
	position: relative;
	top: 29px;
	background-color: #999999;
	height: 18px;
	width: 100%;
	z-index: 3;
}

.headline {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color: white;
	padding: 1px 0px 0px 8px;
}

.headline2 {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	padding: 1px 0px 0px 8px;
}


#box_1_content {
	position: absolute;
	top: 45px;
	left: 15px;
	width: 560px;
	z-index: 3;
}

#box_4_content {
	position: relative;
	top: 29px;
	width: 240px;
	z-index: 3;
	padding: 5px;
}

#box_5_content {
	position: relative;
	top: 35px;
	left: 60px;
	width: 150px;
	z-index: 3;
	padding: 5px;
}

#box_6_content {
	position: relative;
	top: 35px;
	left: 30px;
	width: 100px;
	z-index: 3;
	padding: 5px;
}

#box_7_content {
	position: relative;
	top: 35px;
	left: 30px;
	width: 800px;
	z-index: 3;
	padding: 5px;
}

#img_map {
	margin: 0px 8px 0px 0px;
}

#img_trade {
	margin: 0px 0px 0px 8px;
}

#img_vis {
	margin: 0px 8px 0px 0px;
}

#vc_nav_bar {
	position: absolute;
	bottom: 5px;
	left: 14px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color: white;
	z-index: 100;
}

#city_logo {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 106px;
	height: 45px;
	background: url(../img/lindau_logo.jpg) bottom left no-repeat;
	z-index: 10;
}

#footer_1 {
	position: absolute;
	width: 100%;
	height: 14px;
	left: 0px;
	background-color: #e26f26;
	font-size: 10px;
	text-align: center;
}

#footer_2 {
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0px;
	background-color: #ff9933;
	text-align: center;
	vertical-align: middle;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
}


#impressum_center_box { 	
  position:absolute;
  height:220px; 
  width:400px;
  margin: -50px 0px 0px -280px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
}

#impressum {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 500px;
	height: 280px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#impressum_content {
	position: absolute;
	top: 45px;
	left: 15px;
	width: 560px;
	z-index: 3;
}

.vc_nav_link:link, .vc_nav_link:active, .vc_nav_link:visited {
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #d9d7ce;
	z-index:50;
}
.vc_nav_link:hover { 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: underline;
	color: #FFFFFF;
	z-index:50;
}

.vc_nav_link_act:link, .vc_nav_link_act:active, .vc_nav_link_act:visited {
	font-family:Verdana;
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	z-index:50;
}
.vc_nav_link_act:hover { 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FFFFFF;
	z-index:50;
}

#components_title {
	position: absolute;
	top: 220px;
	left: 45px;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color: black;
	z-index:20;
}

