* {
   padding: 0px;
   margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	background: url(screen/bg_body.gif);
	font-family: Verdana, Arial, Helvetica, Georgia;
	font-size: 11px;
	color: #666666;
	line-height: 11pt;
}

/* Bild Impressum */

#impressum {
	background-image: url(navi/impr-up.gif);
	width: 128px;
	height: 23px;
}

#impressum a {
	display: block;
	width: 128px;
	height: 23px;
}

#impressum a:hover {
	background: url(navi/impr-on.gif) no-repeat;
}

/* Layout */

#out_top {
	height: 8px;
	background: url(screen/out_top.gif) no-repeat;
	overflow: hidden;
}

#out_bottom {
	height: 9px;
	background: url(screen/out_bottom.gif) no-repeat;
	overflow: hidden;
}

#out {
	width: 727px;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #ffffff;
}

#header {
	border-right: 2px solid #999999;
	text-align: right;
	padding-right: 65px;
}

#content {
	border-right: 2px solid #999999;
}

#content_top {
	width: 610px;
	margin-left: 50px;
	background: url(screen/content_top.gif) no-repeat;
	height: 8px;
	overflow: hidden;
}

#content_middle {
	width: 610px;
	margin-left: 50px;
	background: url(screen/bg_body.gif);
}

#content_bottom {
	width: 610px;
	margin-left: 50px;
	background: url(screen/content_bottom.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}

#footer {
	background: url(screen/bg_body.gif);
	height: 80px;
}

/* Inhaltsboxen Contentbereich */

.container {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

.container_top {
	height: 9px;
	background: url(screen/container_top.gif) no-repeat;
	overflow: hidden;
}

.container_middle {
	width: 568px;
	background-color: #ffffff;
	border-right: 2px solid #999999;
	padding: 20px 10px 20px 10px;
}

.container_bottom {
	height: 9px;
	background: url(screen/container_bottom.gif) no-repeat;
	overflow: hidden;
}

/* Navigation */

#navigation {
	height: 36px;
	border-right: 2px solid #999999;
	padding-left: 50px;
}

#navigation li {
	float:left;
	list-style: none;
	padding-right: 1px;
}

#navigation li a {
	display: block;
}

#navigation li span {
	display: none;
}

.active {
	background-position: 0px 0px !important;
}

/* Navigation Buttons */

a#button1 {
	width: 37px;
	height: 36px;
	background: url(navi/button1.gif) no-repeat;
	background-position: 0px -36px;
}

a#button1:hover {
	background-position: 0px 0px;
}

a#button2 {
	width: 102px;
	height: 36px;
	background: url(navi/button2.gif) no-repeat;
	background-position: 0px -36px;
}

a#button2:hover {
	background-position: 0px 0px;
}

a#button3 {
	width: 89px;
	height: 36px;
	background: url(navi/button3.gif) no-repeat;
	background-position: 0px -36px;
}

a#button3:hover {
	background-position: 0px 0px;
}

a#button4 {
	width: 52px;
	height: 36px;
	background: url(navi/button4.gif) no-repeat;
	background-position: 0px -36px;
}

a#button4:hover {
	background-position: 0px 0px;
}

a#button5 {
	width: 66px;
	height: 36px;
	background: url(navi/button5.gif) no-repeat;
	background-position: 0px -36px;
}

a#button5:hover {
	background-position: 0px 0px;
}

a#button6 {
	width: 81px;
	height: 36px;
	background: url(navi/button6.gif) no-repeat;
	background-position: 0px -36px;
}

a#button6:hover {
	background-position: 0px 0px;
}