/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height:100%;
}
body {
	background:#dbe2e8 url(../pics/bg.jpg) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#58585a;*/
	color:#333333;
	font-size:14px;
}
#main {
	width:1092px;
	height:962px;
	margin:auto;
}
#wrapper {
}
#shadow-top {
}

/* Navigation */
#nav {
	height:54px;
	width:1092px;
	background:#FFFFFF url(../pics/Bilder/navtest.jpg) no-repeat center right;
}
#nav ul {
	list-style:none;
}
#nav li {
	height:54px;
	float:left;
	display:block;
}
#sub-1 {
	position:absolute;
	left:16%;
	top:130px;
	float:left;
	z-index:100;
}
#sub-1 a, #sub-1 a:active, #sub-1 a:focus {
	-moz-outline-style:none;
}
#sub-1 a:hover, #sub-1 a.active {
	text-decoration:underline;
	color:#97bf0d;
}
#sub-1 li {
	float:left;
	padding:0px 30px 0px 0px;
}
/**************/

#header {
	width:1092px;
	height:144px;
	clear:both;
}
#content {
	background: url(../pics/content.jpg) top left no-repeat;
	width:902px;
	height:572px;
	padding:26px 90px 40px 100px;
}
#contentscript {
	height:550px;
	overflow:auto;
	-moz-outline-style:none;
}
#contentpics {
	float:right;
	padding:0px 0px 0px 30px;
	margin:0;
}
#contentpics img {
	border:none;
	padding:0px 0px 12px 0px;
}
#contentscript p {
	padding:0px 0px 15px 45px;
	line-height:18px;
}
#contentscript ul {
	padding:0px 0px 15px 55px;
	list-style:none;
}
#contentscript li {
	background:url(../pics/li.jpg) no-repeat 0 5px;
	padding:0px 0px 5px 15px;
}
#praxis img {
	float:right;
	padding-right:15%;
}
#praxis td {
	vertical-align: top;
	width: 16%;
	padding-right: 2%;
}
#footer {
	background:transparent;
	width:1092px;
	height:69px;
}
.logo {
	float:right;
	position:relative;
	right:84px;
}
.logo a {
	padding:0px 0px 0px 24px;
}
img {
	border:0;
}
span.incontent {
	display:block;
	padding:0px 0px 0px 45px;
	background:url(../pics/haupsanstrich.gif) left center no-repeat;
	line-height:28px;
}
a, a:active, a:focus {
	color:#00305d;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	-moz-outline-style:none;
}
a:hover {
	color:#97bf0d;
}
h1 {
	color:#00305d;
	font-size:16px;
	font-weight:bolder;
	background:url(../pics/haupsanstrich.gif) left center no-repeat;
	padding:0px 0px 0px 45px;
	margin:0px 0px 0px 0px;
	line-height:28px;
	text-transform:uppercase;
}
.clear {
	font-size:1px;
	line-height:1px;
	clear:both;
}