body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #464646;
}

img, div { 
	behavior: url("/include/iepngfix.htc") ;
}

* {
	font-family: arial;
	font-size: 12px;
	color: #464646;	
}

#site {
	margin: 0px auto;
	margin-top: 50px;
	width: 790px;
	background: url("/pictures/allgemein/bg_site.gif") repeat-y;
}

#highlight {
	position: absolute;
	z-index: 1;	
	top:100px;
	left: 270px;
	width: 279px;
	height: 275px;
}

#left {
	float: left;
	width: 230px;
}

#right {
	position: relative;
	float: left;
	width: 560px;
}

#logo {
	margin-top: 20px;	
}

#navi {
	display: block;
	margin-top: 30px;
	padding-bottom: 30px;
}

#navi ul {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}

#navi ul li {
	margin-bottom: 10px;
	list-style-type: none;
}

#navi ul li a {
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url("../pictures/allgemein/bg_navi_li.gif") no-repeat 0px 5px;
}

#navi ul li a:hover {
	color: #ca0229;
	background: url("../pictures/allgemein/bg_navi_li_active.gif") no-repeat 0px 5px;
}

#navi ul li .active {
	color: #ca0229;
	background: url("../pictures/allgemein/bg_navi_li_active.gif") no-repeat 0px 5px;
}

#navi ul li ul {
	margin-top: 10px;
	margin-left: 20px;	
}

#navi ul li ul li a {
	background: none;
	font-size: 14px;
	font-weight: inherit;
}

#navi ul li ul li a:hover {
	background: none;
}

#navi ul li ul li .active {
	background: none;
}

#teaser {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}

#teaserHeadline {
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	background: #e8e8e8;
	font-size: 12px;
	font-weight: bold;
	color: #464646;	
}

#teaserText td{
	font-size: 10px;	
}

#header {
	display: block;
	height: 28px;
	padding-top: 30px;
	background: url("/pictures/allgemein/bg_header.jpg") no-repeat;
}

#naviTop {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: right;	
}

#naviTop ul {
	margin: 0px;
	padding: 0px;	
}

#naviTop ul li {
	list-style-type: none;	
}

#naviTop ul li a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
	color: #464646;
}

#naviTop ul li a:hover {
	color: #ca0229;
}

#naviTop ul li .active {
	color: #ca0229;
}

#bigPic {
	height: 271px;
	padding-top: 9px;
	background: url("/pictures/allgemein/bg_bigPic.jpg") no-repeat;
}

#slideshow_list {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 550px;
	height: 238px;
	overflow: hidden;
}

#slideshow_list li {
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#slideshow_list li img {
	display: block;
	background-color: #FFFFFF;
}


#content {
	width: 520px;
	line-height: 22px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#footer {
	margin: 0px auto;
	width: 790px;
	height: 25px;
	margin-top: 10px;
	padding-top: 15px;
	background: url("/pictures/allgemein/bg_footer.gif") repeat-x;
	text-align: right;
	font-size: 10px;
	color: #c7c7c7;
}

.galeryBlock {
	float: left;
	margin-right: 15px;	
	margin-bottom: 15px;
	border: 1px solid #efefef;
	cursor: pointer;
}

.galeryBlockOver {
	background: #e8e8e8;	
}

.lastRowBlock {
	margin-right: 0px;	
}

.galeryImage {
	width: 160px;	
	height: 120px;
	margin-bottom: 5px;
}

.galeryTitle {
	margin: 5px;	
}

#bo_hinweis{
	clear: both;
	border: 1px solid #cccccc;
	background: #efefef;
	color: #666666;
	width: 100%;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#form {
	margin-top: 15px;
	margin-bottom: 15px;
}

label {
	float: left;
	width: 100px;
}

input {
	margin-bottom: 5px;
	border: 1px solid #b6b6b6;
}

input:focus {
	background: #e8e8e8;
}

textarea {
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #b6b6b6;
}

textarea:focus {
	background: #e8e8e8;
}

label.error {
	float: right;
	width: 200px;
	color: #ff0000;
}
