/*********************************
* Grid
**********************************/
body {
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 0px;
	padding-top: 10px;
	background-image: none;
}

#header, #top-menu, #left, #right, #breadcrumbs {
	display: none;
	visibility: hidden;
}



#wrapper, #center {
	width: auto;
	margin: 0;
	float: none;
}


#content {
	padding: 0px;
}

#logo, #printlogo {
	display: block;
	visibility: visible;
	width: 202px;
	height: 80px;
}

#url,#printurl {
	display: block;
	visibility: visible;
	padding: 15px;
}

#wrapper {
	padding: 15px;
}

a:link,a:visited {
	text-decoration: none;
	color: #b41825;
}

a:active,a:hover {
	text-decoration: none;
	color: #000000;
}

#center div.block, div.block {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	border-width: 0px;
}

h1 {
	color: #333333;
	line-height: 16px;
	padding: 0px;
	background-position: top right;
	background-image: none;
	background-color: #ffffff;
}

h2 {
	color: #333333;
	padding: 25px 0px 0px 0px;
	margin-bottom: 12px;
	line-height: 20px;
	border-width: 0px;
}

h2.large {
	color: #b41825;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 14px;

}

div.border-wrapper {
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-top: 24px;
	border-left-width: 0px;
	border-right-width: 0px;	
}

div.footer-wrapper-left {
	background-color: #ffffff;
	height: 9px;
	background-image: none;
}

div.footer-wrapper-right {
	height: 9px;
	background-image: none;
}

div.header-wrapper-left {
	background-color: #ffffff;
	height: 9px;
}

div.header-wrapper-right {
	height: 9px;
}

/*********************************
* Listen
**********************************/
div.list-left {
	float: left;
}

div.list-right {
	margin-left: 150px;
}

div.list-right-more {
	margin-left: 100px;
}

div.pagination {
	margin-top: 25px;
}

div.pagination-left {
	float: left;
	width: 100px;
}

div.pagination-center {
	text-align: center;
	float: left;
	width: 298px;
}

div.pagination-right {
	float: right;
	width: 100px;
	text-align: right;
}

/*********************************
* Links & Downloads
**********************************/
ul {
	margin: 1em;
	list-style: disc;
	margin-left: 1.5em;
}

ul li div {
	margin-left: 7px;
}

ul li a {
	font-style: normal;
	text-decoration: none;
	color: #001c5a;
}

li a:hover {
	text-decoration: underline;
}

/*********************************
* Bilder
**********************************/
div.blockbild_left {
	float: left;
	margin-right: 2em;
	padding-bottom: 1em;
	padding-top: 3px;
}

div.blockbild_right {
	float: right;
	margin-left: 2em;
	padding-bottom: 1em;
	padding-top: 3px;
}

div.blockbild_left_no_float {
	float: left;
	padding-top: 3px;
	margin-right: 2em;
}

div.blockbild_right_no_float {
	float: right;
	padding-top: 3px;
	margin-left: 2em;
}

div.blockbild_center {
	text-align: center;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
}

a.zoomlink {
	display: block;
}

div.imgcaption {
	color: #666;
	font-size: 9px;
	padding: 4px 0px 0px 0px;
	line-height: 12px;
	text-align: left;
}

/*********************************
* Sonstiges
**********************************/
div.error {
	color: #b41825;
}

hr {
	height: 1px;
	border: 0px;
	background-color: #B41825;
}

/* muss auf floatholder angewendet werden zum clearen*/
.clearfix:after {
	content: " ";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}  /* IE6 */
*:first-child+html .clearfix {
	min-height: 0;
} /* IE 7 */