@charset "UTF-8";
/* CSS Cult Magazin 2010 */

body {
	top: 0;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #a20b24 url(../images/body_bg.png) repeat-x top;
}

.wrapper {
	width: 1060px;
	height: 100%;
	margin: 10px auto;
	padding: 0;
}

.body_frame {
	width: 910px;
	height: 100%;
	float: left;
}

.advert_frame {
	display: block;
	width: 120px;
	height: 600px;
	margin: 50px 0;
	background: #fff;
	float: right;
}

.header_frame {
	width: 900px;
	height: 165px;
	padding: 5px;
	text-align: left;
	background: url(../images/header_bg.png) no-repeat;
}

.header_picture {
	width: 900px;
	height: 166px;
	background: url(../images/header.png) no-repeat;
}

.main {
	width: 910px;
	height: 100%;
	background: url(../images/content_bg.png) repeat-y;
}

.footer {
	width: 900px;
	height: 15px;
	padding: 10px 5px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: url(../images/footer_bg.png) no-repeat top;
}

.left_col {
	width: 199px;
	height: 100%;
	margin: 0 0 0 5px;
	float: left;
}

* html .left_col { /* IE6 Hack */
	width: 199px;
	margin-left: 3px;
}

.right_col {
	width: 195px;
	height: 100%;
	margin: 0 5px 0 710px;
}

* html .right_col { /* IE6 Hack */
	width: 195px;
	margin: 0 0 0 708px;
}

.main_col {
	width: 486px;
	height: 100%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 10px;
	float: left;
}

* html .main_col {  /* IE6 Hack */ 
	width: 486px;
	margin: 0;
}

.clear {
	clear: both;
}

/* Inhaltselemente */
a, a:link, a:visited {
	color: #cc0033;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #cc0033;
	text-decoration: none;
}

img {
	border: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 12px 0;
}

h1 {
	font-size: 18px;
	color: #cc0033;
	width: 467px;
	height: 28px;
	margin: 5px 0 12px 0;
	padding: 8px 0 0 15px;
	background: url(../images/news_head_bg.png) no-repeat;
}

.left_col h1 {
	width: 185px;
	height: 19px;
	margin: 10px 0;
	padding: 3px 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	background: url(../images/left_head_bg.png) no-repeat;
}

.mod_navigation a,
.mod_navigation a:link,
.mod_navigation a:visited {
	display: block;
	width: 179px;
	height: 18px;
	padding: 3px 0 0 20px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: url(../images/navi_list_a.png) left no-repeat;
}

.mod_navigation a:hover {
	display: block;
	width: 179px;
	height: 18px;
	padding: 3px 0 0 20px;
	font-size: 12px;
	color: #cc0033;
	text-decoration: none;
	background: #fff url(../images/navi_list_h.png) left no-repeat;
}

.mod_navigation span {
	display: block;
	width: 179px;
	height: 18px;
	padding: 3px 0 0 20px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background: #fff url(../images/navi_list_h.png) left no-repeat;
}

.mod_breadcrumb {
	font-size: 11px;
	color: #999;
	border-bottom: 1px dotted #999;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

.right_col h1 {
	width: 185px;
	height: 19px;
	margin: 10px 0;
	padding: 3px 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/right_head_bg.png) no-repeat;
}

.right_col p {
	margin: 10px;
}

.ce_text {
	margin: 0 0 20px 0;
}

.ce_text p,
.ce_text div {
	margin: 0 10px;
	font-size: 12px !important;
}

.image_container {
	margin: 10px;
}

.teaser {
	margin: 0 10px;
}

.minicalendar {
	color: #fff;
	margin: 0 auto;
}
.minicalendar th {
	text-align:	center;
}
.minicalendar td {
	padding: 5px;
	border: 1px solid #666;
	text-align: center;
}

.mod_eventlist .header {
	width: 100%;
	margin: 5px 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #333;
	background:	none;
}

.mod_eventlist .event {
	margin: 10px 0 20px 0;
}

.mod_eventlist .event h2 {
	color: #cc0033;
}

.formbody td {
	padding: 10px;
}

.error {
	color: #F00;
}