body {
	background: #FFFFFF url(mitte2.gif) repeat-y top center;
	color:black;
	font-family: Verdana; 
	margin:0;
	padding:0;
	/*/*/ font-size:12px; /**/
}

h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, hr, pre {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

ul {
	padding: 0px 0px 0px 20px;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a:active {
	text-decoration: underline;
	color: #666666;
}
#bottomfixed {
	position:absolute;
	bottom:0px;
	background: url(unten2.gif) no-repeat bottom center;
	width: 100%;
}

body > #bottomfixed {
	position:fixed;
	background: url(unten2.gif) no-repeat bottom center;
	width: 100%;
}

#topfixed {
	position:absolute;
	top:0px;
	background: url(oben2gif) no-repeat top center;
	width: 100%;
}

body > #topfixed {
	position:fixed;
	background: url(oben2.gif) no-repeat top center;
	width: 100%;
}

h1, h2, h3, p, pre {
	text-align:left;
}

#bottomfixed {
	color:silver;
	background: url(unten2.gif) no-repeat bottom center;
	width: 100%;
}

#topfixed {
	color:silver;
	background: url(oben2.gif) no-repeat top center;
	width: 100%;
}

* html body {
	overflow-y:hidden;
}

* html #allbox{
	height:100%;
	overflow-y:scroll;
	right:0;
	top:0;
	margin:0;
	width:100%;
	left:0;
}

html + body #bottomfixed{
	left:0px;
	width: 100%;
	background: url(unten2.gif) no-repeat bottom center;
}

html + body #topfixed{
	left:0px;
	width: 100%;
	background: url(oben2.gif) no-repeat top center;
}

.spacer200 {
	height: 200px;
	width: 10px;
	background: transparent;
}

#allbox{
	position:absolute;
	text-align:center;
	width: 100%;
	padding:0;
	margin: 0;
}

#container {
	margin: auto;
	width: 750px;
	height: 100%;
	padding: 0;
	margin-top: 0px;
	padding-top: 0px;
	background: #FFFFFF;
}

* html #container {
	margin-left: 17px; /* 0px;*/
}

#headerbox {
	width:750px;
	height:259px;
	background: #FFFFFF url(balken.gif) repeat-x bottom;
	text-align:left;
}

#right {
	float: right;
	width: 386px;
	height: 232px;
	color: #999999;
	font-size: 0.75em;
}

#left {
	float: left;
	width: 360px;
	height: 232px;
}

#topnavi {
	margin-top: 8px;
	height: 24px;
	width: 386px;
	text-align: right;
}

#teaserpicture {
	float: right;
	overflow: hidden;
	height: 200px;
	width: 375px;
}

#logo {
	margin: 42px 0px 120px 10px;
}

ul.navi {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	height: 20px;
	width: 350px;
}

ul.navi li {
	float: left;
	padding: 0;
	margin: 0px 12px 15px 0px;
}

ul.navi li.menu1-act a {
	color: #FFFFFF;
	text-decoration: none;
/*	border-bottom: #D5D5D5 9px solid;*/
}

ul.navi li.menu1-no a {
	color: #000000;
	text-decoration: none;
}

ul.navi li.menu1-no a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul.navi2 {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

ul.navi2 li {
	float: left;
	padding: 0;
	margin: 0px 12px 0px 0px;
}

ul.navi2 li.menu2-act a {
	color: #000000;
	text-decoration: underline;
}

#main-container {
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
}

#rightboxes {
	float: right;
	width: 190px;
}

.box {
	background: url(box-u.gif) no-repeat bottom right;
}

.box-inside {
	background: url(box-o.gif) no-repeat top right;
	padding: 15px 10px 20px 23px;
	text-align: justify;
}

#content {
	float: left;
	width: 550px;
	margin: 15px 0px 0px 10px;
	text-align: justify;
}

#content p {
	text-align: justify;
}

