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

td {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 14px;
	color: #333;
}

*{
	font-family: arial;
	font-size: 14px; 
	color: #333; 
}

ul{
	list-style-image: url(/pictures/allgemein/bullet_point.gif);
}

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

#header {
	display: block;
	height: 115px;
	background: url("/pictures/allgemein/bg_header.jpg") repeat-y;
}

#logo {
	float: left;
	margin-left: 11px;
}

#naviHead {
	float: right;
	margin-top: 80px;
	margin-right: 22px;
	text-align: right;
}

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

#naviHead ul li {
	display: inline;
	list-style-type: none;
        list-style-image: none;
}

#naviHead ul li a {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#naviHead ul li a:hover {
	color: #d40e14;
}

#naviHead ul li .active {
	color: #d40e14;
}

#left {
	clear: both;
	float: left;
	width: 196px;
}

#right {
	float: right;
	width: 720px;
	margin-top: -3px !important;
	margin-top: 0px;
}

#naviLeft {
	display: block;
	margin-top: 30px;
	margin-left: 25px;
}

#naviLeft ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#naviLeft ul li {
	margin-bottom: 13px;
	list-style-type: none;
}

#naviLeft ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

#naviLeft ul li a:hover {
	color: #d40e14;
}

#naviLeft ul li .active {
	color: #d40e14;
}

#naviLeft ul li ul {
	margin-top: 5px;
	margin-bottom: 15px;
}

#naviLeft ul li ul li {
	margin-left: 20px;
}

#naviLeft ul li ul li a {
	font-weight: normal;
	text-transform: none;
}

#bigPic {
	position: absolute;
	width: 691px;
	height: 195px;
	margin-left: 20px !important;
	margin-left: 0px;
	background: url("/pictures/allgemein/bg_bigPic.gif") repeat-x;
	overflow: hidden;
}

#slideshow_list{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 691px;
	height: 129px;
	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;
}

#slogans {
	position: absolute;
	overflow: hidden;
	width: 686px;
	height: 129px;
	margin-left: 32px;
}

#content {
	display: block;
        margin: 183px 10px 27px 20px;
}

#footer {
	clear: both;
	display: block;
	height: 18px;
	margin-left: 11px;
	margin-right: 10px;
	padding-top: 12px;
	background: url('/pictures/allgemein/bg_footer.gif') repeat-x #ffffff;
	text-align: right;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
#listviewBlock {
	width: 320px;
	height: 160px;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background: url('/pictures/allgemein/bg_listviewBlock.jpg') repeat-y;
}

#listviewImg {
	float: left;
	width: 100px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 4px;
}

#listviewImg:hover {
	cursor: pointer;
}

#listviewDate {
	margin-bottom: 5px;
}

#listviewHeadline {
	display: block;
	margin-bottom: 3px;
}

#fixedWidth {
	width: 200px;
}

#listviewText {

}

#listviewText a {
	text-decoration: none;
}

#listviewText a:hover {
	text-decoration: underline;
}


#bo_hinweis {
	clear: both;
	border: 1px solid #cccccc;
	background: #efefef;
	margin-bottom: 10px;
	color: #000000;
}

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

label .small {
	font-size: 10px;
}

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

textarea {
	margin-bottom: 5px;
	border: 1px solid #333;
}

.invalid {
	border: 1px solid #ff0000;
}

.errorList {
	margin: 0px;
	margin-left: 165px;
	padding: 0px;
	list-style-type: none;
}

	.errorBox {
		font-weight: bold;
		color: #ff0000;
	}


