/***
	SHIRA
	created by nordicweb.com
***/

/* WETTER */

div.wetter {
position: absolute; 
top: 480px;
left: 68px;

}

/* BODY & SITE */

body {
	background: #ebf4e3;
}
div.site_body {
	background: #ebf4e3 url(../img/bg.jpg) repeat-x;
	padding: 0;
}
div.site {
	background: white url(../img/site_bg.jpg) repeat-y;
	width: 1000px;
	margin: 0 auto;
}
div.site_inner {
	background: url(../img/site.jpg) no-repeat;
  padding-top:420px;
}

div.content_inner img {
background:#F8F6DC;
padding:6px;
border:1px #D3D0B0 solid;

}



div.address {
position:absolute;
top:185px;
left:581px;
}

/* SLIDESHOW */
div#slideshow {
	top: 164px;
	left: 55px;
	width: 484px;
	height: 183px;
}

/* LIVE SEARCH */

div.livesearch {
position:absolute;
top: 130px;
left: 580px;
}

div.livesearch input {
border:0;
background: none;
color:#16195E;
width:182px;
}


/* CONTENT */

div.content {
	width:701px;
	float:right;
}
div.content_inner {
min-height: 310px;
height:auto !important;
height: 310px;
	padding:0 50px 10px 10px;
}


/* MENU */

div.menu { position: absolute; }

div.menu {
	top: 357px;
	left: 52px;
}


/* SUB MENU */

div.menu ul ul {
	position: absolute;
	top: 65px;
	left: 16px;
	width: 160px;
}

/* SUB SUB MENU */

div.menu ul ul ul {
	position: static;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a, div.menu li a:visited {
	border-left:4px solid #fff;
	color: white;
	text-decoration: none;
	padding: 6px 11px;
  background: #2F3164;
  font-weight:bold;
  font-size:15px;
  font-family: 'Times New Roman';
}
div.menu li a:hover {
	color: white;
	background: #44467B;
}
div.menu li a.active {
	color: white;
	background: #44467B;
}

/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
	color: #2F3164;
background:#fff;
border: 1px solid #DBDBE5; 
  margin-bottom:2px;
}
div.menu li li a:hover {
	background:#ddd;
color: #555;

}
div.menu li li a.active {
	background:#fff;
color: #555;

}

/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
	color: #2F3164;
background:#fff;
border: 0; 
  font-weight:normal;
  padding: 3px 20px;
  margin-bottom:2px; 
}
div.menu li li li a:hover {
	background:#ddd;
color: #555;
}
div.menu li li li a.active {
	background:#ddd;
color: #555;
}






/* FOOT */

div.site_foot {
	
}
div.foot {
	width: 1000px;
	margin: 0 auto;
  height: 105px;
	background: url(../img/foot_bg.jpg) no-repeat;
}
div.foot_inner {
	font-size: 11px;
	padding: 20px 20px 10px;
}
div.foot,
div.foot a {
	color:#fff;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	top: 10px;
	right: 20px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
	text-decoration: 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;
}



/* LOOK BUT DONT TOUCH */


div.menu a {
	display: block;
	overflow: hidden;
}

div.site,
div.foot
	{ position: relative; }


div.languages
	{	position: absolute;	}

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 li.active ul
	{	display: block;	}

div.menu ul ul,
div.menu li.active ul ul
	{	display: none;	}
	
div.menu li.active li.active ul
	{	display: block;	}



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%;
}




