/***
        LUCIE
        created by nordicweb.com
***/




div.ModuleGuestbookWebsite {
display:none;
}


/* NEWS SIDEBAR */

div.news {
	position:absolute;
	z-index:1000;
	top:170px;
	right:-3px;
	width:155px;
	height:400px;
	background:#fff;
	overflow:auto;
	font-size:11px;
	line-height:130%;
}
div.news_inner {
	padding:0px;
}
div.news ul {
	margin:0;
	padding:0;
	list-style:none;
}
div.news li {
	border-bottom:1px #ccc solid;
	padding:7px;
        background: url(../img/newsLI.jpg) 0 0 repeat-x;
}
div.news li:hover {
	background:#eee;
}
div.news li.archiveLink a { color:#113572; }

div.news li a.title {
	display:block;
	font-weight:bold;
        color:#1b2b50;
}
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 a.archiveLink { }


/* NEWS ARCHIVE */

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 { }



/* BODY & SITE */

div.addressFooter{
position:absolute;
  top:18px;
  left:30px;
  font-size:11px;
  
  }

body {
}
div.site_body {
        background: #fff url(../img/bg.jpg) no-repeat top left;
        padding: 0;
}
div.site {
        background: none;
        width: 1000px;
        margin: 0;
}
div.site_inner {
        background:none ;
padding-top:127px;
}

/* SLIDESHOW */
div#slideshow {
top: 0px;
left: 0px;
width: 0px;
height: 0px;
}

/* CONTENT */

div.content {
        width:769px;
float:right;
}
div.content_inner {
min-height: 620px;
height:auto !important;
height: 620px;

padding:18px 190px 5px 20px;
}

div.menu {
overflow:hidden;
}

/* MENU */

div.menu {
        width:231px;
        float:left;
}
div.menu_inner {
        padding: 0 1px 0 13px;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a, div.menu li a:visited {
        color: #000F33;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
text-decoration: none;
padding:10px 10px 10px 10px;
 background: #DAE1EB;
 filter:alpha(opacity=74); /* IE */
-moz-opacity:0.74; /* Gecko-Browser */
opacity:0.74; /* Opera 9+ */
border-top:1px #DDF0F8 solid;
}
div.menu li a:hover {
        color: #4F4F4F;
        background: #DAE1EB;
}
div.menu li a.active {
        color: #4F4F4F;
 background: #DAE1EB;
}


/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
text-transform:none;
border-top :0;

font-weight:normal;
font-size:12px;
padding:1px 10px 8px 10px;
color:#4F4F4F;
background: #DAE1EB;
line-height: 100%;
text-decoration: none;
}
div.menu li li a:hover {
          color: #000F33;
       background: #DAE1EB;
text-decoration: underline;
}
div.menu li li a.active {
      color:#4F4F4F;
         background: #DAE1EB;
text-decoration: none;
}


/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
        color:#d9dfe9;
padding:4px 5px 6px 25px;
        background: none;
}
div.menu li li li a:hover {
        color: black;
        background: none;
}
div.menu li li li a.active {
        color: black;
        background: none;
        text-decoration: underline;
}

/* FOOT */

div.site_foot {
        height: 21px;
        background: url(../img/foot_bg.jpg) no-repeat;
}
div.foot {
        width: 1000px;
        margin: 0;
}
div.foot_inner {
position: relative;
        font-size: 11px;
}
div.foot,
div.foot a {
        color:#666;
}

/* SITE CREATED */

div.foot div.siteCreated {
        position: absolute;
        top: 20px;
        right: 20px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
        text-decoration: none;
}


/* LIVE SEARCH */

div.livesearch {
position:absolute;
top:100px;
left: 873px;
}

div.livesearch input {
border:0;
background: none;
color:#A0A7B4;
width:122px;
font-size:12px;
}


/* 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 li,
div.languages li
        {        display:inline        }

div.menu li ul,
div.menu li.active li ul,
div.menu li.active li.active li ul
        { display:none        }

div.menu li.active ul,
div.menu li.active li.active ul,
div.menu li a
        { display:block        }

div.menu ul,
div.languages ul
        {        margin:0; padding:0; list-style:none;        }

div.site,
div.foot
        { position: relative; }

html, body {        height:100%; margin:0;        }
div.languages { position: absolute }
div.languages li { float:left }
div.languages li a {        text-decoration:none; margin-right:2px;        }
div.languages li a img { border:none }

/* IE HEIGHT FIX */
div.content {
        min-height: 300px;
height: auto !important;
height: 300px;
}

/* IE 5.5 CENTER FIX */

body,
div.foot
        {        text-align:left;        }

div.site,
div.foot_inner
        {        text-align:left;        }

/* 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;
}
