html, body, td {
	font-family: verdana, arial, tahoma;
	font-size: 13px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #666;
	}
h1 {
	font-size: 19px;
	color: #003B79;
	}
h2 {
	font-size: 13px;
	color: #F5B04D;
   	}
.lang {
  float:right;
margin:20px 30px 0px 0px;
}
.lang a{
color:#999;
}
.container {
	width: 100%;
}
.top {
    height: 100px;
    vertical-align: middle;
}
.logo {
	float: left;
	height: 100px;
	margin-left: 50px;
	}
.title {
	float: left;
	font-family: serif;
	color: #003B79;
	font-size: 17px;
	margin-top: 40px;
	}
.navigation {
	background-image: url("../bilder/beveltop.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 36px;
	}
.navigation a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
.navigation a:hover {
	font-weight: bold;
	color: #003B79;
	}
.navigation li {
	list-style: none;
	margin: 7px 50px 0px 0px;
	float: left;
	}
.navSecond li {
	list-style: none;
	margin: 7px 50px 0px 0px;
	float: left;
	}
.navSecond {
        font-family:verdana,arial,tahoma;
        font-size:13px;
	}
.navSecond a {
        color:#666666;
	text-decoration: none;
	}
.navSecond a:hover {
        color: #003B79;
	}
.middle {
	padding: 70px 0px 0px 70px;
	min-height:500px;
	}
.content {
	width: 600px;
	text-align: justify;
	line-height:1.3;
}
.content a {
        color: #3A6997;
}
.content a:hover {
        color: #333;
}

.bottom {
	
}
.servicenav {
	background-image: url("../bilder/bevelbottom.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 85px;
	}
.servicenav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
.servicenav a:hover {
	font-weight: bold;
	color: #F5B04D;
	}
.servicenav li {
	list-style: none;
	margin: 60px 70px 0px 0px;
	float: left;
	}
.logobottom {
	float:right;
	}
input {
width:250px;
border:none;
}
textarea {
border: none;
width:100%;
height:200px;
}
.submit {
color:#F28300;
background-color: transparent;
}