/**
 * Style sheet main
 */
body
{
	background-color:#EFF2F3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding: 0px;
	margin: 20px;
	margin-top: 15px;
}
p {
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}
a {
	color:#B30000;
	text-decoration: none;
}
.klein {
	font-size: 10px;
	color:#999999;
}
h1
{
	margin-bottom:15px;
	font-weight:normal;
	font-size:25px;
	color:#B30000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}
h2 a {
	color: #666666;
}

h3 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}
h3 a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}
a.invisible
{
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
}
div#leftcolumn {
	visibility:hidden;
	height: 0px;
}
div#header {
	visibility:hidden;
	height: 0px;
}
div#navigation {
	visibility:hidden;
	height: 0px;
}
div.head_left {
	visibility:hidden;
	height: 0px;
}
div.head_right {
	visibility:hidden;
	height: 0px;
}
div#title {
	visibility:hidden;
	height: 0px;
}
div#upperToolbar {
	visibility:hidden;
	height: 0px;
}
.layout_short img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.caption {
	color: #666666;
	font-style: italic;
	background-color: #F0F0F0;
	padding: 5px;
	margin-top: -6px;
}
.image_container a {
	background-image: none !important;
	padding: 0px !important;
	margin: 0px;
}
.clear
{
	clear:both;
	background: none;
}
#headline_section {
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
}
.ce_text a, .ce_hyperlink a {
	background-image:url("../images/link.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #666666;
}
.enclosure {
	padding-top: 5px;
	padding-bottom: 5px;
}
.enclosure a {
	color: #666666;
}
.trennlinie {
	margin-bottom: 10px;
	height: 10px;
}
.trennlinie.solid {
	border-top: 1px solid #CCCCCC;
}
.trennlinie.dotted {
	background: transparent url(../images/dotted.gif) repeat-x top;
}
div#rightcolumn {
	background:#fff url(../images/borders/main/leftside.jpg) repeat-y left top;
	margin-left: 10px;
}
div#rightcolumn .top {
	width:100%;
	height:36px;
	background:url(../images/borders/main/top.jpg) no-repeat left top;
}
div#rightcolumn .top span.top-right {
	display:block;
	position:relative;
	height:36px;
	padding-left: 20px;
	padding-top: 12px;
	background:url(../images/borders/main/top-right.jpg) no-repeat right top;
}
div#rightcolumn .center-content {
	position:relative;
	background:url(../images/borders/main/rightside.jpg) repeat-y right top;
	padding:15px 20px 15px 20px;
	margin:-1px 0 -15px 0;
}
div#rightcolumn .bottom {
	width:100%;
	height:15px;
	background:url(../images/borders/main/bottom.jpg) no-repeat left bottom;
}
div#rightcolumn .bottom span {
	display:block;
	position:relative;
	height:15px;
	background:url(../images/borders/main/bottom-right.jpg) no-repeat right bottom;
}
#rightcolumn
{
	width:712px;
	position:relative;
	float:right;
	display:inline;
	margin-right:0px;
	margin-bottom:5px;
	padding-top: 0px;
	color:#333;
	line-height: 20px;
}

#rightcolumn p {
	margin: 0px;
	padding: 0px;
}
#rightcolumn p.back {
	margin-top: 15px;
	background-image:url("../images/link.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #666666;
}

#rightcolumn .ce_image img
{
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#rightcolumn .ce_text img
{
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.mod_eventlist .eventlist_print h1 {
	border-bottom: 0px;
	color: #000000;
	font-size: 22px;
	margin-bottom: 5px;
}
.mod_eventlist .eventlist_print h2,
.mod_eventlist .eventlist_print h2 a {
	border-bottom: 0px;
	font-size: 14px;
	color:#000000;
}
.mod_eventlist .eventlist_print .header.first {
	border-top: 0px;
}
.mod_eventlist .eventlist_print .header {
	padding-top: 15px;
	border-top: 4px solid #000000;
}
.mod_eventlist .eventlist_print .ce_text {
	border-bottom: 1px solid #000000;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.mod_eventlist .eventlist_print .last .ce_text {
	border-bottom: 0px;
}