.cr {
  padding-top: 30px;
  top: 30px;
  float: right;
}

.footContent {
position: absolute;
  top: 30px;
  left: 350px;
}
div.hr {
height: 41px;
background: url(../img/hr.jpg) no-repeat top center;
}

div.news {
	position:absolute;
	z-index:100;
	top:530px;
	left:30px;
	width: 220px;
	height:auto;
	overflow:auto;
	font-size:11px;
	line-height:130%;
}
div.news_inner {
	padding:5px;
}
div.news ul {
	margin:0;
	padding:0;
	list-style:none;
}
div.news li {
	border-bottom:1px #ccc solid;
	padding:5px 0;
}
div.news li:hover {
	background:#f9f9f9;
}
div.news li.archiveLink a { color: #781335; }

div.news li a.title {
	display:block;
	font-weight:bold;
color: #3a3a3a;
}
div.news li span.date {
	display:block;
	font-style:italic;
	font-family: Georgia;
	color:#666;
}
div.news span.description { }


/* NEWS ITEM CONTENT */

div.newsContent span.date {
	display:block;
	float:right;
	font-style:italic;
	font-family: Georgia;
	color:#666;
}
div.newsContent {
padding: 0 10px 20px 10px;
}
div.newsContent h1 { line-height: 120%; }


/* NEWS ARCHIVE */
div.page_news div.site_inner {
background: url(../img/site.jpg) no-repeat;
}

div.newsIndex ul.newsList {
	list-style:none;
	padding:0;
	border-top:1px #ddd solid;
}

div.newsIndex ul.newsList li {
	padding:6px 0;
	border-bottom:1px #ddd solid;
}

div.newsIndex ul.newsList li a.title { }

div.newsIndex ul.newsList li span.date {
	font-style:italic;
	font-family: Georgia;
	color:#666;
	display:block;
}
div.newsIndex ul.newsList li span.description { }




/* NEWS ARCHIVE - YEARS & MONTHS OVERVIEW */

div.newsArchive {
	border-left:1px #ddd solid;
	background:white;
	float:right;
}
div.newsArchive_inner {
	padding:10px 15px;
}
div.newsArchive ul {
	list-style: none;
	padding:0;
	margin:0;
}
div.newsArchive li.y {
	margin-left:0;
}
div.newsArchive li.m {
	margin-left:15px;
}
div.newsArchive li span.total {
	color:#666;
}
div.newsArchive li.archiveLink a { }


/* NEWS PAGINATION */

div.newsIndex div.pagination {
	clear:both;
	text-align: center;
}
div.newsIndex div.paginateLinks { }
div.newsIndex div.paginateLinks a.prev { }
div.newsIndex div.paginateLinks a.next { }
div.newsIndex div.pageNumbers { }
div.newsIndex div.pageNumbers span a { }
div.newsIndex div.pageNumbers span.current a { }

div.newsContent a.archiveLink { color: #781335; }




/* BODY & SITE */

body {
  background: #fff;
}
div.site_body {
background: #fff url(../img/bg.jpg) repeat-x;
padding: 0;
}
div.site {
background: url(../img/site_bg.jpg) repeat-y;
width: 1000px;
margin: 0;
}
div.site_inner {
background: url(../img/site.jpg) no-repeat;

}

/* SLIDESHOW */
div#slideshow {
top: 110px;
right: 16px;
width: 215px;
height: 281px;
}

/* CONTENT */

div.content {
width: 1000px;
float: right;
}
div.content_inner {
padding: 250px 0px 20px 390px;
  min-height: 360px;
height:auto !important;
height: 360px;
}


/* MENU */

div.menu {
top: 199px;
left: 390px;
}

/* SUB MENU */

div.menu ul ul {
top: 30px;
left: 0;
width: 200px;
background: #fff;
border-top: 5px #ededed solid;
filter:alpha(opacity=80); /* IE */
-moz-opacity: 0.80; /* Mozilla */
opacity: 0.80; /* Opera */
padding-bottom:6px;  
}

/* SUB SUB MENU */

div.menu ul ul ul {
top: 0;
left: 200px;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a, div.menu li a:visited {
text-decoration: none;
padding: 5px 20px;
margin-right: 2px;
}
div.menu li a:hover {
color: white;
background: black;
-moz-border-top-left-radius:6px;
-khtml-border-top-left-radius:6px;
-webkit-border-top-left-radius: 6px;
-moz-border-top-right-radius:6px;
-khtml-border-top-right-radius:6px;
-webkit-border-top-right-radius: 6px;
}
div.menu li a.active {
color: white;
background: black;
-moz-border-top-left-radius:6px;
-khtml-border-top-left-radius:6px;
-webkit-border-top-left-radius: 6px;
-moz-border-top-right-radius:6px;
-khtml-border-top-right-radius:6px;
-webkit-border-top-right-radius: 6px
}

/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
color: #727273;
padding: 4px 20px;  
border-bottom: 1px #e3e3e3 dotted;
font-size:12px; 
}
div.menu li li a:hover {
color: #901335;
background: #f7f7f7;
}
div.menu li li a.active {
color: #901335;
background: #f7f7f7;
}

/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
background: #0507a7;
}
div.menu li li li a:hover {
background: #2f41ea;
}
div.menu li li li a.active {
background: #2f41ea;
}


/* FOOT */

div.site_foot {
height: 0;

}
div.foot {
  background: url(../img/foot_bg.jpg) no-repeat;
}
div.foot_inner {
  width: 1000px;
margin: 0;
    height: 228px;
position: relative;
font-size: 11px;
}
div.foot,
div.foot a {
color: #3a3a3a;
}

/* SITE CREATED */

div.foot div.siteCreated {
position: absolute;
top: 30px;
left: 30px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
text-decoration: none;
}


/* LIVE SEARCH */

div.livesearch {
position:absolute;
top: 50px;
right: -10px;
}

div.livesearch input {
border: none;
background: none;
}


/* FORMS */

form div.input {
margin-bottom: 2px;
clear:both;
}
form label {
width:120px;
float:left;
display:block;
}
form div.input input,
form div.input textarea {
width: 240px;
border: 1px #ccc solid;
}
form div.input textarea {
height: 140px;
}
form div.submit {
padding-left: 120px;
clear:both;
}
form div.submit input {
}


/* LANGUAGE SELECTION */

div.languages {
top:10px;
right:10px;
}
div.languages #languageActive img {
border: 1px white solid;
}


/* SEARCH */

div#search_results_page ul {
list-style:none;
padding-left:0;
}
ul#search_results {
}

ul#search_results li.search_result_flag ul {
border-top:1px #ddd solid;
}
ul#search_results li.search_result_flag li.search_result {
margin-left:40px;
background:#f9f9f9;
}
ul#search_results li.search_result_flag li:hover {
}
ul#search_results li.search_result {
padding:6px 0;
border-bottom:1px #ddd solid;
}
ul#search_results li a {

}
ul#search_results li span {
display:block;
color:#555;
}

div#slideshow,
div#slideshow div.picture {
position: absolute;
overflow: hidden;
}

/* LOOK BUT DONT TOUCH */


div.menu a {
display: block;
overflow: hidden;
}

div.site,
div.foot,
div.menu li
{ position: relative; }

div.menu,
div.menu ul ul,
div.languages
{        position: absolute;  z-index:10;      }

div.menu li,
div.menu a,
div.languages li
{        float: left;        }

div.menu ul ul,
div.menu ul ul li,
div.menu ul ul a
{        float: none;        }

div.menu a .subind,
div.menu ul ul
{        display: none;        }

div.menu ul ul a .subind {
display: block;
float: right;
}

div.menu ul,
div.languages ul
{        margin:0; padding:0; list-style:none;        }

html, body {        height:100%; margin:0;        }
div.languages li a {        text-decoration:none; margin-right:2px;        }
div.languages li a img { border:none }

div#slideshow,
div#slideshow div.picture {
position: absolute;
overflow: hidden;
}

div.content
{        overflow:hidden        }

/* IE 5.5 CENTER FIX */

body,
div.foot
{        text-align:center;        }

div.site,
div.foot_inner
{        text-align:left;        }

/* IE 5.5 MAC FIX */
/* \*/
div.menu a
{        float: none;        }
/* */

*:first-child+html div.menu ul ul li {
float: left;
width: 100%;
}

* html div.menu ul ul li {
float: left;
height: 1%;
}
* html div.menu ul ul a {
height: 1%;
}


/* ERROR MELDUNGEN */
div.error-message {
padding:2px 0 2px 26px;
background: url(/img/icon/16/exclamation.gif) 4px 3px no-repeat;
font-weight:bold;
color:#e25f53;
width:334px;
margin-left:118px;
}

