/***
SHIRA
created by nordicweb.com
***/


div.lang_de div.site_inner {
background: url(../img/site.jpg) no-repeat;
padding-top:545px;
}
div.lang_en div.site_inner {
background: url(../img/site_en.jpg) no-repeat;
padding-top:545px;
}

/* BODY & SITE */

body {
background: #0c325e;
}
div.site_body {
background: #87abd2 url(../img/bg.jpg) repeat-x;
padding: 0;
}
div.site {
background: #87abd2 repeat-y;
width: 960px;
margin: 0 auto;
}
div.site_inner {
background: url(../img/site.jpg) no-repeat;
padding-top:545px;
}


/* SLIDESHOW */
div#slideshow {
top: 129px;
left: 22px;
width: 917px;
height: 310px;
}


div.module_contact {
  float:left;
  border:0px solid red;
}


/* CONTENT */

div.content {
}
div.content_inner {
padding:0 20px 0px 25px;
}



/* MENU */

div.menu {
top: 0px;
left: 20px;
}

/* SUB MENU */

div.menu ul ul {
top: 55px;
left: 0;
width: 200px;
}

/* 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 {
color: #fff;
text-decoration: none;
padding: 20px 10px;
  border-left: 1px solid #0f417c;
}
div.menu li a:hover {
color: white;
background: url(../img/navbg.jpg) top center;
}
div.menu li a.active {
color: white;
background: url(../img/navbg.jpg) top center;
}

/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
background: #0c325e;
  padding: 10px 15px;
}
div.menu li li a:hover {
color: white;
background: #0f437f;
}
div.menu li li a.active {
color: white;
background: #0f437f;
}

/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
background: #f9f9f9;
}
div.menu li li li a:hover {
color: #740000;
}
div.menu li li li a.active {
color: #344b66;
}


/* FOOT */

div.site_foot {
height: 0;

}
div.foot {
background: url(../img/footer_bg.jpg) repeat-x;
}
div.foot_inner {
width: 960px;
  background: url(../img/foot_bg.jpg) no-repeat;   
margin: 0 auto;
position:relative;
font-size: 11px;
height: 273px;
}
div.foot,
div.foot a {
color: #344b66;
}


/* SITE CREATED */

div.foot div.siteCreated {
position: absolute;
top: 170px;
right: 140px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
text-decoration: none;
}


/* LIVE SEARCH */

div.livesearch {
position:absolute;
top: 77px;
right: 55px;
}

div.livesearch input {
border: 1px solid #fff;
background: #fff;
}


/* 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 {
}


/* 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;
}


/* LANGUAGE SELECTION */

div.languages {
top:70px;
right:250px;
}
div.languages #languageActive img {
border: 1px white solid;
}
div.languages a img {
display:none;
}

div.languages a {
  display:block;
  height:32px;
  width:32px;
  background-repeat:no-repeat;
}
div.languages a.de { background-image:url(/img/flags/32px/de.gif); margin-right: 10px; }
div.languages a.en { background-image:url(/img/flags/32px/en.gif) }



/* 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;
}