@media screen {
.druck {
	display:none;}
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/template/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
#wrapper {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #efefef;
}
#header {
	height: 60px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/template/bg_header-logo.jpg) no-repeat left top;
}
#top-nav {
	float: right;
	height: 20px;
	width: 300px;
	margin-top: 36px;
	text-align:right;
}
#top-nav a {
	color:#333333;
	text-decoration:none;
	margin-left:6px;
}
#top-nav a:hover {
	color:#006633;
}
#banner {
	height: 170px;
	width: 760px;
	margin: 0 auto 0 auto;
	background: url(../images/template/bg_banner.jpg) no-repeat center top;
}
#nav-frame {
	width: 760px;
	height: 30px;
	margin: 0 auto 0 auto;
	background: url(../images/template/bg_nav.jpg) no-repeat center top;
}
#nav {
	height: 30px;
	width: 540px;
	float:right;
	margin: auto;
}

#nav ul
{
	padding: 0;
	margin: 0 0 0 4px;
}
#nav ul li
{
	list-style-type: none;
	float:left;
	text-align: center;
}
#nav a
{
	margin-right:3px;
	height:24px;
	padding-top:8px;
	text-decoration: none;
	background-image: url(../images/template/nav-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-right: 16px;
	padding-left: 6px;
	float:left;
	position:relative;
}
#nav a:hover
{
	color: #333333;
	background-color:#FFFFFF;
}
#nav a.nav-aktiv {
	background-image: url(../images/template/nav-link-aktiv.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color:#333333 !important;
	background-color:#FFFFFF;
}
#main-frame {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	height: auto;
	width: 210px;
	margin: 18px 0 17px 0;
}


#left-content {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#right {
	float: right;
	height: auto;
	width: 530px;
	margin: 18px 10px 17px 0;
	border-left: 1px solid #999999;
}
#right-content {
	height: auto;
	width: 520px;
	float: right;
}
#footer {
	height: 18px;
	width: 760px;
	padding-top: 4px;
	margin:0 auto 0 auto;
	border-top: 30px #CCCCCC solid;
	color:#999999;
}
.col-right {
	float: right;
	height: auto;
	width: 49%;
}
.col-left {
	float: left;
	height: auto;
	width: 49%;
}
.col-right-35 {
	float: right;
	height: auto;
	width: 34%;
}
.col-left-65 {
	float: left;
	height: auto;
	width: 64%;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #006633;
	background: url(../images/template/bg_headline.gif) no-repeat left center;
	padding-left: 14px;
	border-bottom: 1px solid #666666;
	margin:0 0 8px 0;
}
a {
	color:#006633;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
}
a.link-big {
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../images/template/bg_textlink.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}
a.link-big:hover {
	color:#006633;
}
.clear {
	clear:both;
	height:1px;
}
div.bild-right {
  float: right;
  padding: 0 1px;
  margin-left: 6px;
  position: relative;
}

div.bild-right img {
	padding: 3px 3px 6px 3px;
	background: white url(img-shadow/shad_bottom.png) repeat-x bottom left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.bild-center {
  margin: auto;
  text-align:center;
  position: relative;
}

div.bild-center img {
	padding: 3px 3px 6px 3px;
	background: white url(img-shadow/shad_bottom.png) repeat-x bottom left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.bild-left {
  float: left;
  padding: 0 1px;
  margin-right: 6px;
  position: relative;
}

div.bild-left img {
	padding: 3px 3px 6px 3px;
	background: white url(img-shadow/shad_bottom.png) repeat-x bottom left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.spacer {
	height:32px;
	width:100%;
	clear:both;
}
th {
	text-align: left;
}
legend {
	color:#006633;
	font-size:12px;
	font-weight:bold;
	border-left: 1px solid;
	border-right: 1px solid;
	padding:2px 4px 2px 4px;
}
.err, .ok {
	padding: 2px 0 0 18px;
	height:18px;
	text-transform:uppercase;
	font-size:10px;
}
.err {
	color: #F61010;
	background: url(../images/delete.gif) no-repeat left center;
}
.ok {
	color: #33CC00;
	background: url(../images/ok.png) no-repeat left center;
}
