* {
	margin: 0;
	padding: 0;
	}

body {
	background: url(pictures/bodybg.png) repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	text-align: center;
	}
	
img {
	border: none;
	}
	
a {
	outline: none;
	}
	
.clearboth {
	clear: both;
	}
	
.noscreen {
	display: none;
	}
	
div.wrapper {
	width: 1000px;
	margin: 0 auto;
	}

div#topbg {
	width: 100%;
	min-width: 1000px;
	height: 119px;
	background: url(/pictures/topbg.png) repeat-x;
	margin: 0 auto;
	text-align: center;
	line-height: 119px;
	}
	
img.logo {
	vertical-align: middle;
	margin: 0 30px;
	}
	
div#navibg {
	height: 30px;
	background: url(/pictures/navibg.jpg) repeat-x;
	margin: 0 auto;
	line-height: 30px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
	}
	
a.navia, a.navia:visited {
	padding: 0 20px;
	color: inherit;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	}
	
a.navia:hover, a.selected, a.subnavia:hover, div.contentdes a:hover, a.navia.active, a.subnavia.active {
	color: #14a4e8;
	}

a.navia img {
	position: relative;
	top: 3px;
	}

div.subnavibg {
	height: 30px;
	background: url(/pictures/subnavibg3.png) repeat;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	line-height: 30px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
	display: none;
	}

a.subnavia, a.subnavia:visited {
	padding: 0 20px;
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	}

p.lang {
	text-align: center;
	padding: 60px 0 0 0;
	}
	
p.lang a {
	margin: 0 30px;
	}
	
p#langdes {
	display: none;
	}
	
a#en {
	opacity: 0.2;
	}
	
div#contentbg {
	width: 1000px;
	min-height: 512px;
	margin: 0 auto;
	background: url(/pictures/contentbg.png) no-repeat;
	
	}
	
h1.contentheader {
	padding: 25px 0;
	font-size: 30px;
	}
	
div.contentdes {
	width: 500px;
	border: none;// 1px dashed white;
	padding: 15px 12px 0 12px;
	text-align: left;
	margin: 20px 50px;
	float: left;
	}
	
errordes {
	width: 500px;
	border: none;// 1px dashed white;
	padding: 15px 12px 0 12px;
	text-align: left;
	margin: 0 50px;
	float: left;
	}
	
div.contentdes a, a:visited {
	color: inherit;
	text-decoration: underline;
	}
	
div.contentdes p {
	margin: 0 0 15px 0;
	}
	
div.contentdes ul {
	list-style-position: inside;
	}

div.contentdes ul li {
	margin: 0 0 15px 0;
	}
	
div#coverflow {
	float: left;
	height: 400px;
	width: 350px;
	margin-top: 20px;
	}
	
div#bigcoverflow {
	height: 500px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	}
	
strong {
	color: red;
	font-weight: bold;
	}
	
form#kontaktformular fieldset {
	margin: 0 0 20px 0;
	padding: 15px;
	border: 2px groove white;
	}
	
form#kontaktformular legend {
	padding: 0 5px 3px 5px;
	font-weight: bold;
	}
	
form#kontaktformular td {
	padding: 4px 15px 4px 5px;
	vertical-align: top;
	}
	
input.inputtext {
	width: 250px;
	}
	
textarea.inputtext {
	width: 250px;
	height: 250px;
	}
	
.inputtext {
	font-family: inherit;
	background-color: inherit;
	border: 2px groove white;
	color: inherit;
	font-size: inherit;
	padding: 0 5px;
	}
	
.inputtext:focus {
	background-color: white;
	color: black;
	border: 2px inset #14a4e8;
	}
	
ul#clientlist {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 20px;
	}
	
ul#clientlist li {
	display: inline;
	padding-right: 7px;
	}
	
ul#clientlist li:before {
	content:"•";
	color: inherit;
	padding-right: 7px;
	}
	
ul#servicelist {
	list-style-position: outside;
	list-style-type: disc;
	line-height: inherit;
	margin-bottom: 45px;
	}