@charset "utf-8";
/* CSS Document */

html>body {
	height: auto;
}

body {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(images/background_2.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
	position: relative;
	height: 1%;
}

.page_margins {
	background-color: #fff;
	background-image: url(images/body.gif);
	background-repeat: repeat;
	height:100%;
	width:910px;
	margin: 50px auto;
	border: 20px solid #ffffff;
	opacity: 0.95;
}

div#header {
	background-position:50% 0;
	padding: 30px 30px;
	top:0;
}

div#logo {
	height: 128px;
	overflow: hidden;
	position: relative;
	width: 512px;
}

div#logo a, div#logo a:visited, div#logo a:focus, div#logo a:hover, div#logo a:active {
	text-decoration: none;
}

div#logo span {
	width: 500px;
	background: url(images/w-tander-logo.png);
	display: block;
	position: relative;
	height: 128px;
	width: 512px;
	margin-left: 60px;
}

.ie6 div#logo span {
	background:url(images/w-tander-logo.gif);
}


#nav {
	font-size:107.1%;
	height:30px;
	font-weight: 500;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	width: 710px;
	margin: 0 100px;
	padding-top: 10px;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	display:inline;
	font-size:1em;
	line-height:1em;
	list-style-type:none;
	padding-right: 25px;
	text-align: center;
}

a {
	color:#616E5F;
	text-decoration:none;
}

#nav ul li a:visited {
	color: none;
}

#nav ul li a:hover {
color: #116a72;
}

#nav ul li.active {
	font-weight:800;
	color: #116a72;
}

#nav ul li.last {
	padding-right: 0px;
}

.content {
	position:relative;
	padding-top:20px;
	padding-left:100px;
	padding-right:100px;
}

.content h1 {
	font-size:2.5em;
	font-style:normal;
	color:#116a72;
	text-shadow: 0px 1px 0 #fff;
}

.content h1.start {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.content h2 {
	font-size:1.5em;
	font-style:normal;
	color:#116a72;
	text-shadow: 0px 1px 0 #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.65em;
	color:#616E5F;
	text-shadow: 0px 1px 0 #fff;
}

.content p.start {
	font-size: 2em;
	line-height: 1.5em;
	color:#616E5F;
	padding-top: 0px;
	border-top:none;
}

.content ul {
	color: #616E5F;
	text-shadow: 0px 1px 0 #fff;
	margin-top: 6px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.65em;
}

.fett {
	font-weight:bold;
	color:#116a72;
}

.name {
	color:#616E5F;
	font-weight:bold;
	margin: 20px 0 0 0;
}

.position {
	font-style:italic;
	font-size:1em;
	margin: 0px;
}

.kommunikation {
	margin: 0px;
	padding: 0px;
}

.bodytext img {
	float:left;
	margin-bottom:25px;
	margin-right:20px;
}

p.kommunikation a {
	color: #116A72;
	text-decoration: none;
}

p.kommunikation a:hover {
	text-decoration: underline;
}

div#footer {
	font-size:0.8em;
	color:#616E5F;
	margin: 60px 100px 60px 100px;
	border-top: solid 1px #CCC;
	padding-top: 10px;
}