body {
/*
	background-color:#CC3333;
	
	background-image:url(resources/bg.png);
*/	
	background-position:left top;
	background-repeat:repeat-x;
	
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#505050;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

a {
	text-decoration:underline;
	color:#CC3333;
}

a:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Navigation allgemeine Definitionen */
div.mod_navigation {
	width:943px;
	height:27px;
	margin-top:15px;
	margin-left:20px;
	padding-left:17px;
	background-image:url(resources/topnav_bg.png);
	background-position:left top;
	background-repeat:no-repeat;	
}

div.mod_navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
	z-index:20;
}

div.mod_navigation li {
	margin:0px;
	padding:0px;
}

div.mod_navigation li:hover > a, 
div.mod_navigation li:hover > span {
	color:#CC3333;
}

div.mod_navigation a {
	text-decoration:none;
	color:#505050;
	outline:none;
}

div.mod_navigation a.active, 
div.mod_navigation span.active {
	color:#CC3333;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Navigation Ebene 1: Tabs */
div.mod_navigation ul.level_1 > li {
	position:relative;
	float:left;
	line-height:27px;
	background-image:url(resources/topnav_inactive_b.png);
	background-position:right top;
	background-repeat:no-repeat;
	margin-right:-11px;
}

div.mod_navigation ul.level_1 > li.active, 
div.mod_navigation ul.level_1 > li.trail {
	background-image:url(resources/topnav_active_b.png);
	background-position:right top;
	background-repeat:no-repeat;
	z-index:10;
}

div.mod_navigation ul.level_1 > li > a, 
div.mod_navigation ul.level_1 > li > span {
	display:block;
	font-family:Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#CC3333;
	letter-spacing:-1px;
	overflow:hidden;
	height:27px;
	line-height:32px;
	padding-right:11px;
	padding-left:17px;
	margin-right:6px;
	background-image:url(resources/topnav_inactive_a.png);
}

div.mod_navigation ul.level_1 > li > a.active, 
div.mod_navigation ul.level_1 > li > span.active, 
div.mod_navigation ul.level_1 > li > a.trail, 
div.mod_navigation ul.level_1 > li > span.trail {
	background-image:url(resources/topnav_active_a.png);
	color:#555555;
}

div.mod_navigation ul.level_1 li:hover > ul {
	display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Navigation Ebene 2+: vertikales Menü */
div.mod_navigation ul.level_2 {
	display:none;
	position:absolute;
	top:26px;
	left:5px;
}

div.mod_navigation ul.level_2 li {
	position:relative;
	width:190px;
	border-right:1px solid #888888;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #888888;
	background-color:#DDDDDD;
}

div.mod_navigation ul.level_2 li:hover {
	background-color:#EEEEEE;
}

div.mod_navigation ul.level_2 li > a,
div.mod_navigation ul.level_2 li > span {
	display:block;
	width:165px;
	padding-top:5px;
	padding-right:18px;
	padding-bottom:5px;
	padding-left:7px;
	line-height:15px;
}

div.mod_navigation ul.level_2 li.first {
	border-top:1px solid #888888;
}

div.mod_navigation ul.level_2 li.last {
	border-bottom:1px solid #888888;
}

div.mod_navigation ul.level_2 li.submenu {
	background-image:url(resources/secnav_submenu_inactive.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

div.mod_navigation ul.level_2 li.submenu:hover {
	background-color:#EEEEEE;
	background-image:url(resources/secnav_submenu_hover.gif);
	border-right:1px solid #EEEEEE;
}

div.mod_navigation ul.level_2 ul {
	display:none;
	position:absolute;
	top:-1px;
	left:190px;
}

div.mod_navigation ul.level_3 li.first {
	border-left:1px solid #EEEEEE;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Navigation Ebene 2+: vertikales Menü über einem ausgewählten Reiter */
div.mod_navigation ul.level_1 li.active ul.level_2, 
div.mod_navigation ul.level_1 li.trail ul.level_2 {
	top:27px;
}

div.mod_navigation ul.level_1 li.active ul.level_2 li, 
div.mod_navigation ul.level_1 li.trail ul.level_2 li {
	background-color:#FFFFFF;
	border-bottom:1px solid #F0F0F0;
}

div.mod_navigation ul.level_1 li.active ul.level_2 li:hover, 
div.mod_navigation ul.level_1 li.trail ul.level_2 li:hover {
	background-color:#EEEEEE;
}

div.mod_navigation ul.level_1 li.active ul.level_2 li.first, 
div.mod_navigation ul.level_1 li.trail ul.level_2 li.first {
	border-top:none;
}

div.mod_navigation ul.level_1 li.active ul.level_2 li.last, 
div.mod_navigation ul.level_1 li.trail ul.level_2 li.last {
	border-bottom:1px solid #888888;
}

div.mod_navigation ul.level_1 li.active ul.level_2 li.submenu, 
div.mod_navigation ul.level_1 li.trail ul.level_2 li.submenu {
	background-image:url(resources/secnav_submenu_active.gif);
}

div.mod_navigation ul.level_1 li.active ul.level_2 li.submenu:hover, 
div.mod_navigation ul.level_1 li.trail ul.level_2 li.submenu:hover {
	background-image:url(resources/secnav_submenu_hover.gif);
}

div.mod_navigation ul.level_1 li.trail ul.level_2 li.trail {
	background-image:url(resources/secnav_submenu_trail.gif);
}

div.mod_navigation ul.level_1 li.active ul.level_3 li.first, 
div.mod_navigation ul.level_1 li.trail ul.level_3 li.first {
	border-top:1px solid #888888;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Sprachumschaltung */
div.mod_changelanguage {
	display:inline;
}

div.mod_changelanguage ul {
	display:inline;
	margin:0px;
	padding:0px;
	list-style:none;
}

div.mod_changelanguage li {
	display:inline;
	margin:0px;
	padding:0px;
}

div.mod_changelanguage img {
	border:none;
	margin-bottom:-1px;
	margin-left:2px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Navigationspfad */
div.mod_breadcrumb {
	display:inline;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Sitemap */
div.mod_sitemap {
	margin-top:24px;
}

div.mod_sitemap ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

div.mod_sitemap li {
	margin:0px;
	padding:0px;
}

div.mod_sitemap ul.level_1 li {
	font-weight:bold;
}

div.mod_sitemap ul.level_1 ul {
	background-image:url(resources/sitemap_v_line.gif);
	background-position:9px top;
	background-repeat:repeat-y;
}

div.mod_sitemap ul.level_2 li {
	font-weight:normal;
	padding-top:2px;
	padding-right:0px;	
	padding-bottom:0px;
	padding-left:20px;
	background-image:url(resources/sitemap_h_line.gif);
	background-position:8px 9px;
	background-repeat:no-repeat;
}

div.mod_sitemap ul.level_2 li.last {
	padding-bottom:15px;
	background:white;
	background-image:url(resources/sitemap_last.gif);
	background-position:9px top;
	background-repeat:no-repeat;
}

div.mod_sitemap ul.level_2 li.submenu {
	padding-bottom:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

.invisible { display:none; }

div.logo_home {
	width:160px;
	height:65px;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:40px;
}

div.logo_home img {
	border:none;
}

div.flash_header {
	position:absolute;
	top:0px;
	left:230px;
}


div.content_top {
	width:960px;
	height:10px;
	margin-left:20px;
	background-image:url(resources/content_top.png);
	background-position:left top;
	background-repeat:no-repeat;
}

div.content_body_1column {
	width:918px;
	min-height:500px;
	margin-left:20px;
	padding-top:0px;
	padding-right:19px;	
	padding-bottom:10px;	
	padding-left:23px;	
	background-image:url(resources/content_body_1column.png);
	background-position:left top;
	background-repeat:repeat-y;
	overflow:auto; /* dadurch kann das <div class="clear"><!-- --></div> entfallen */
	overflow-y:hidden; /* der IE8 blendet durch das "overflow:auto;" u.U. einen vertikalen Scrollbalken ein, der so ausgeblendet wird */	
}

div.content_body_2columns {
	width:918px;
	min-height:500px;
	margin-left:20px;
	padding-top:0px;
	padding-right:19px;	
	padding-bottom:10px;	
	padding-left:23px;	
	background-image:url(resources/content_body_2columns.png);
	background-position:left top;
	background-repeat:repeat-y;
	overflow:auto; /* dadurch kann das <div class="clear"><!-- --></div> entfallen */
	overflow-y:hidden; /* der IE8 blendet durch das "overflow:auto;" u.U. einen vertikalen Scrollbalken ein, der so ausgeblendet wird */
}

div.content_body_3columns {
	width:918px;
	min-height:500px;
	margin-left:20px;
	padding-top:0px;
	padding-right:19px;	
	padding-bottom:10px;	
	padding-left:23px;	
	background-image:url(resources/content_body_3columns.png);
	background-position:left top;
	background-repeat:repeat-y;
	overflow:auto; /* dadurch kann das <div class="clear"><!-- --></div> entfallen */
	overflow-y:hidden; /* der IE8 blendet durch das "overflow:auto;" u.U. einen vertikalen Scrollbalken ein, der so ausgeblendet wird */
}

div.content_left {
	width:189px;
	float:left;
	/*background:#F2F2F2;*/
}

div.content_body_1column div.content_center {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

div.content_body_2columns div.content_center {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:210px;
}

div.content_body_3columns div.content_center {
	margin-top:0px;
	margin-right:210px;
	margin-bottom:0px;
	margin-left:210px;
}

div.content_right {
	width:189px;
	float:right;
	/*background:#F2F2F2;*/
}

div.content_footer {
	width:950px;
	margin-left:20px;
	padding-top:20px;
	padding-left:10px;
	background-image:url(resources/content_footer.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

div.address {
	margin-top:15px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:15px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	border-top:1px solid #CCCCCC;
}

div.address label{
	display:block;
	width:23px;
	float:left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Suche */
div.mod_search form {
	margin:0px;
	padding:0px;
	float:left;
}

div.mod_search input.text {
	width:160px;
	height:16px;
	margin:0px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:1px;
	padding-left:2px;
	border:1px solid #878787;
	font-family:Arial,sans-serif;
	font-size:12px;
	float:left;
	background-image:url(resources/search_bg_small.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

div.results input.text {
	width:250px;
	background-image:url(resources/search_bg_large.gif);
}

div.mod_search input.submit {
	width:21px;
	height:22px;
	margin:0px;
	padding:0px;
	border:none;
}

div.mod_search div.even, 
div.mod_search div.odd {
	border-bottom:1px solid #CCCCCC;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:0px;	
}

div.mod_search div#search_description {
	margin-top:2px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:15px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

div.mod_search p.header {
	margin:0px;
	padding:0px;
	text-align:right;
}

div.mod_search h3 {
	font-size:12px;
	font-weight:bold;
	color:#555555;
	margin:0px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:0px;
	clear:both;
}

div.mod_search span.relevance {
	color:#AAAAAA;
}

div.mod_search span.highlight {
	color:#CC3333;
}

div.pagination {
	position:relative;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
}

div.pagination p {
	margin:0px;
	padding:0px;
	float:right;
}

div.pagination ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

div.pagination li {
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
	float:left;
}

div.pagination li a.first, 
div.pagination li a.last {
	display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Newsmodul Startseite */
div.mod_newslist {
	margin-top:36px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
}

div.mod_newslist h1 {
	font-size:15px;
	font-weight:bold;
	color:#666666;
	margin:0px;
	border-bottom:1px solid #CC3333;
}

div.mod_newslist div.layout_simple {
	padding-top:15px;
	padding-right:0px;
	padding-bottom:15px;
	padding-left:0px;
	border-bottom:1px solid #CCCCCC;
	overflow:auto; /* dadurch kann das <div class="clear"><!-- --></div> entfallen */
}

div.mod_newslist div.layout_simple a.image {
	margin-top:0px;
	margin-right:70px;
	margin-bottom:0px;
	margin-left:0px;
	float:right;
}

div.mod_newslist div.layout_simple a.image img {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
	border:none;
}

div.mod_newslist div.layout_simple div.content {
	padding-top:0px;
	padding-right:70px;
	padding-bottom:0px;
	padding-left:70px;
}

div.mod_newslist div.layout_simple div.content h2{
	font-size:13px;
	font-weight:bold;
	color:#555555;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:13px;
	margin-left:0px;	
}

div.mod_newslist div.layout_simple div.content div {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:13px;
	margin-left:0px;	
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Newsmodul Detailseite */
div.mod_newsreader div.layout_full h1 {
	font-size:15px;
	font-weight:bold;
	color:#666666;
	margin-top:24px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	border-bottom:1px solid #CC3333;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Kontaktformular */
div.ce_form {
	margin:0px;
	padding:0px;
}

div.ce_form form {
	margin:0px;
	padding:0px;
}

div.ce_form div.headline {
	font-weight:bold;
	margin-top:24px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

div.ce_form div.checkbox_container {
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	overflow:auto;
}

div.ce_form div.checkbox_container span {
	width:330px;
	display:block;
	float:left;
}

div.ce_form div.checkbox_container label {
	width:auto;
	display:inline;
	float:none;
	white-space:nowrap;
}

div.ce_form div.checkbox_container + br {
	display:none; /*<br /> hinter Checkboxen entfernen */
}

div.ce_form input.text {
	width:300px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:Arial,sans-serif;
	font-size:12px;	
}

div.ce_form input.large {
	width:400px;	
}

div.ce_form textarea{
	width:400px;
	height:100px;
	display:block;
	font-family:Arial,sans-serif;
	font-size:12px;	
}

div.ce_form textarea + br {
	display:none; /*<br /> hinter Textareas entfernen */
}

div.ce_form label {
	width:100px;
	display:block;
	float:left;
	margin-top:8px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;	
}

div.ce_form div.submit_container {
	margin-top:24px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;	
}

div.ce_form p.error {
	color:#FF0000;
	display:block;
	margin-top:8px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;	
	padding:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* Inhaltselemente */
div.ce_text {
	margin-top:24px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

div.content_right div.ce_text {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:24px;
	margin-left:0px;
}

div.ce_text h1 {
	font-size:15px;
	font-weight:bold;
	color:#666666;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
	border-bottom:1px solid #CC3333;
}

div.ce_text h2 {
	font-size:13px;
	font-weight:bold;
	color:#555555;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:13px;
	margin-left:0px;
	border-bottom:1px solid #CC3333;
}

/* ------------------------------ */

div.ce_text img {
	border:0px;
}

/* ------------------------------ */

div.ce_text table {
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
}

div.ce_text table caption {
	font-size:15px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #CC3333;
	padding-bottom:6px;
	padding-left:8px;
	text-align:left;
}

div.ce_text table td {
	margin:0px;
	padding-top:6px;
	padding-right:8px;
	padding-bottom:6px;
	padding-left:8px;
}

div.ce_text table thead tr {
	border-top:none;
	border-bottom:1px solid #CC3333;
}

div.ce_text table thead td {
	font-size:13px;
	font-weight:bold;
	color:#555555;
}

div.ce_text table tbody tr {
	border-top:1px solid #CCCCCC;
}

div.ce_text table tbody tr:first-child {
	border-top:none;
}

div.ce_text table tfoot tr {
	border-top:1px solid #CC3333;
	border-bottom:none;
}

div.ce_text table tfoot td {
	font-weight:bold;
}

div.ce_text table img {
	margin-top:6px;
	margin-right:0px;
	margin-bottom:6px;
	margin-left:0px;
}

/* ------------------------------ */

div.ce_text ul, 
div.ce_text ol {
	margin:0px;
	padding:0px;
}

div.ce_text ul li {
	margin-top:2px;
	margin-right:0px;
	margin-bottom:2px;
	margin-left:25px;
	padding:0px;
}

div.ce_text ol li {
	margin-top:2px;
	margin-right:0px;
	margin-bottom:2px;
	margin-left:28px;
	padding:0px;
}

/* ------------------------------ */

div.ce_text strong {
	color:#666666;
}

/* ------------------------------ */

.rte_text_highlight {
	color:#CC3333;
}
