* {
	padding:0px;
	margin:0px;
}

html, body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#737373;
}

body {
	background-color:#ffffff;
	width:100%;
}

h1 {
	font-size:16px;
}

h2, h3, h4 {
	font-size:14px;
}

a {
	text-decoration:none;
	color:#6d6d6d;
}

img {
	border:0px;
}

ul, li {
	margin:6px;
	list-style-type:square;
}

#bar1 {
	width:100%;
	height:5px;
	background-image: url(bar1.png);
	background-repeat: repeat-x;
}

#bar2 {
	width:100%;
	height:6px;
	background-image: url(bar2.png);
	background-repeat: repeat-x;
}

#bar3 {
	width:100%;
	height:2px;
	background-image: url(bar3.png);
	background-repeat: repeat-x;
}

#bar4 {
	width:100%;
	height:2px;
	background-image: url(bar3.png);
	background-repeat: repeat-x;
	margin-bottom:50px;
}

#head_wrapper {
	width:1200px;
	height:155px;
	margin:auto;
	position:relative;
}

#image_wrapper {
	height:507px;
	width:100%;
	position:relative;
	background-color: #bebebe;
}

#wrapper {
	width:1000px;
	margin:auto;
	margin-bottom:15px;
	position:relative;
	}


#header {
	height:180px;
	padding-top:20px;
	text-align:center;
}

#logo {
	float:left;
}

#menu {
	margin-top:124px;
	margin-left:150px;
	float:left;
}

#menu a {
    padding-left: 14px;
    text-decoration: none;
    float:left;
    margin-right:15px;
    background-image: url(menupoint.png);
    background-repeat:no-repeat;
    background-position: 0px 1px;
}

#menu a:hover {
	color:#543881;
	background-image:url(menupoint_active.png);
}

#menu a.active {
	color:#543881;
	font-weight:bold;
	background-image:url(menupoint_active.png);
}

#menu_imprint {
	margin-top:124px;
	margin-left:50px;
	float:right;
	text-align:right;
}

#menu_imprint a {
    padding-left: 14px;
    text-decoration: none;
    float:left;
    margin-right:15px;
    background-image: url(menupoint.png);
    background-repeat:no-repeat;
    background-position: 0px 1px;
}

#menu_imprint a:hover {
	color:#543881;
	background-image:url(menupoint_active.png);
}

#menu_imprint a.active {
	color:#543881;
	font-weight:bold;
	background-image:url(menupoint_active.png);
}

#main {
	position:relative;
	width:1200px;
	margin:auto;
	margin-top:20px;
	padding-bottom:10px;
	z-index:1000;
}

#submenu {
	float:left;
	width:435px;
	text-align:right;
	margin-top:36px;
}

#submenu a:hover {
	color:#543881;
}

#submenu a.active {
	color:#543881;
}

#overlayMapAreas {

}

#image_content {
	width:1200px;
	overflow:hidden;
	height:507px;
	position:relative;
	margin:auto;
	/*margin-left:-150px;*/
	z-index:1;
	overflow:hidden;
}

#image_fade_content {
	width:1500px;
	margin-left:-150px;
}

#image_overlay_content {
	width:1200px;
	height:507px;
	position:relative;
	/*margin-left:-150px;*/
	/*z-index:2;*/
}

#image_overlay_content_image {
	height: 305px;
    left: -240px;
    position: absolute;
    top: -65px;
    width: 223px;
    z-index: 10;
}

#image_fade {
	width:1200px;
	height:507px;
	position:absolute;
	/*margin-left:-150px;*/
	z-index:1;
}

#image_overlays {
	width:1500px;
	height:507px;
	margin:auto;
	position:absolute;
	z-index:100;
}

#image_overlay_top {
	width:1500px;
	height:28px;
	top:0px;
	left:-150px;
	position:absolute;
	z-index:3;
	background-image:url(image_overlay_top.png);
	background-repeat: repeat-x;
}

#image_overlay_bottom {
	width:1500px;
	height:16px;
	bottom:0px;
	left:-150px;
	position:absolute;
	z-index:4;
	background-image:url(image_overlay_bottom.png);
	background-repeat: repeat-x;
}

#image_overlay_left {
	width:50px;
	height:507px;
	top:0px;
	left:-150px;
	position:absolute;
	z-index:5;
	background-image:url(image_overlay_left.png);
	background-repeat: repeat-y;
}

#image_overlay_right {
	width:50px;
	height:507px;
	top:0px;
	right:-150px;
	position:absolute;
	z-index:6;
	background-image:url(image_overlay_right.png);
	background-repeat: repeat-y;
}

#content {
	float:left;
	margin-left:33px;
	width:700px;
	position:relative;
	min-height:280px;
}

#content h1 {
	color:#543881;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}

#footer {
	
	padding-left:5px;
	width:1200px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;

}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a.active {
	text-decoration:underline;
}


#notes {
	background-image: url(notes.png);
	position:absolute;
	top:15px;
	left:540px;
	width:470px;
	height:309px;
}


.card {
	box-shadow:1px 1px 3px #333333;
	-moz-box-shadow:1px 1px 3px #333333;
	-webkit-box-shadow:1px 1px 3px #333333;
	-ms-box-shadow:1px 1px 3px #333333;
	-o-box-shadow:1px 1px 3px #333333;
	margin-bottom:10px;
	overflow: hidden;
	padding:15px;
}

.card h1 {
	margin-bottom:20px;
	font-size:22px;
}

.card h2 {
	font-size:18px;
	line-height:120%;
	font-weight:normal;
}


.team_overlay {
	position:relative;
	opacity:0.000001;
}

.team_text_hidden {
	display:none;
}


.team_image_hidden {
	display:none;
}

.clear {
	clear:both;
}