/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	
	background-color: #FFFFFF;
	background-image: url(../img/backgr_body.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	overflow: auto;
	}
textarea, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	}
h2 {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/headline-list-item.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
	line-height: 15px;
	}
p {
	margin: 10px;
	}
.highlight {
	font-size: 12px;
	font-weight: bold;
	color: #6EBE44;
	}
#head {
	position: absolute;
	width: 100%;
	height: 97px;
	background-color: #DBEAF7;
	border-bottom: 2px solid #FFFFFF;
	}
#head_bilder {
	position: absolute;
	top: 99px;
	width: 622px;
	margin: 0px;
	background-image:url(../img/headImg_3x1.jpg);
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	height: 165px;
	overflow: hidden;
	}
#menu {
	position: absolute;
	top: 265px;
	margin: -10px 0 0 0;
	z-index: 1;
	}
#menu ul{
	margin: 0px;
	padding: 0px;
	}
#menu .item{
	margin: 0px;
	display:inline;
	float: left;
	white-space: nowrap;
	}
#menu .item a {
	display: block;
	padding: 5px;
	background-color: #A7D75E;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	}
#menu .item a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #C6F283;
	}
#menu .item a.active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #C6F283;
	}
#submenu {
	position: absolute;
	top: 275px;
	left:624px;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	}
#submenu ul{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	}
#submenu .item{
	margin: 0px;
	display:inline;
	}
#submenu .item a {
	display: block;
	padding: 5px;
	background-color: #A7D75E;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	}
#submenu .item a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #C6F283;
	}
#submenu .item a.active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #C6F283;
	}
a.button{
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	background-color: #A7D75E;
	}
a:hover .button {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #C6F283;
	}
a:active .button {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #C6F283;
	}
a {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
	}
#content_container {
	position: absolute;
	top: 275px;
	margin: 0px;
	width: 100%;
	}
#content {
	position: relative;
	width: 622px;
	height: auto;
	overflow: visible;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color: #DBEAF7;
	}
#content1 {
	position: relative;
	}
.table-content {
	margin: 10px;
	padding: 0px;
	}
.table-content td {
	vertical-align:top;
	margin: 0px;
	}
.table-content td.pics {
	vertical-align:bottom;
	margin: 0px;
	}
.table-content .left {
	margin: 10px;
	float:left;
	}
.table-content .right {
	margin: 10px;
	float:right;
	}
.table-content .leftPic {
	margin: 5px;
	float:left;
	}
.table-content .rightPic {
	margin: 5px;
	float:right;
	}
.table-content .centerPic {
	margin-left: 5px;
	float:none
	}
.table-content img{
	border: 2px solid #FFFFFF;
	}
.table-table{
	padding: 0;
	margin: 0;
	}
.table-table td{
	padding: 3px;
	vertical-align:middle;
	white-space: nowrap;
 }
 .picleft {
	float:left;
	margin-bottom: 0px;
	text-align: center;
 }
 .picleft a {
	text-decoration: none;
 }
 .picright {
	float:right;
	margin-bottom: 0px;
	text-align: center;
 }
 .picright a {
	text-decoration: none;
 }
#scrollfenster{
	position:relative;
	left: 10px;
	width: 580px;
	height: 200px;
	overflow: auto;
	border: 2px solid #FFFFFF;
	}
#footer {
	position: relative;
	top: 10px;
	height: 20px;
	width: 100%;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #DBEAF7;
	text-align: center;
	}
