/***
LUCIE
created by nordicweb.com
***/

/* BODY & SITE */

body {background: #02045B;
}
div.site_body {
background: #02045B 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;
padding-top:72px;
}

div.address{
position:absolute;
top:67px;
left:828px;
color:#fff;
font-size:11px;
line-height:140%;
}



/* SLIDESHOW */
div#slideshow {
top: 80px;
left: 173px;
width: 644px;
height: 124px;
}

/* CONTENT */

div.content {
width:820px;
float:right;
}
div.content_inner {
min-height: 410px;
height:auto !important;
height: 410px;
padding:155px 50px 5px 26px;
}

div.menu {
overflow:hidden;
}

/* MENU */

div.menu {
width:172px;
float:left;
}
div.menu_inner {
padding: 0;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a, div.menu li a:visited {
color: #fff;
text-decoration: none;
padding: 6px 10px;
  font-weight:bold;
  font-size:11px;
  border-bottom: 1px solid #2F96F2; 
  
text-transform:uppercase;
}
div.menu li a:hover {
color: white;
background: #02045B;
}
div.menu li a.active {
color: white;
background: #02045B;
}


/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
padding: 2px 10px;
  color: #070A72;
  font-weight:normal;
background: #D7E1E6;
  border-bottom: 1px solid #E3EBEF; 
  
text-transform:none;
}
div.menu li li a:hover {
color: #666;
background: #C7D3D9;
}
div.menu li li a.active {
color: #666;
background: #C7D3D9;
}


/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
margin-left: 20px;
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 {

}
div.foot {
height: 10px;
background: url(../img/foot_bg.jpg) no-repeat;
width: 1000px;
margin: 0;
}
div.foot_inner {
position: relative;
font-size: 11px;
}
div.foot,
div.foot a {
color:#757F84;
}

/* SITE CREATED */

div.foot div.siteCreated {
position: absolute;
top: 14px;
right: 25px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
text-decoration: none;
}


/* LIVE SEARCH */

div.livesearch {
position:absolute;
top: 10px;
right: 53px;
}

div.livesearch input {
border: 0;
background: none;
  height:14px;
  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:14px;
left:10px;
}
div.languages #languageActive img {
border: 0px white solid;
}
div.languages #languageOver img {
border: 0px 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:15px;        }
div.languages li a img { border:none; }


/* 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;
}