/***
	SHIRA
	created by nordicweb.com
***/

/* Logos im Banner */

.links {
position: absolute;
top: 149px;
left: 52px;
}

.links a.avoca,
.links a.avocanest,
.links a.jago,
.links a.arianne,
.links a.lollipops,
.links a.chill {
width: 160px;
background: url(../img/button_avoca.jpg) 0 0 no-repeat;
display: block;
height: 263px;
float: left;
margin-right: 26px;
}

.links a.avocanest { background: url(../img/button_avocanest.jpg) 0 0 no-repeat; }
.links a.jago { background: url(../img/button_jago.jpg) 0 0 no-repeat; }
.links a.arianne { background: url(../img/button_arianne.jpg) 0 0 no-repeat; }
.links a.lollipops { background: url(../img/button_lollipops.jpg) 0 0 no-repeat; }
.links a.chill { background: url(../img/button_chill.jpg) 0 0 no-repeat; }

.links a.avoca:hover,
.links a.avocanest:hover,
.links a.jago:hover,
.links a.arianne:hover,
.links a.lollipops:hover,
.links a.chill:hover {
background-position: 0 -263px; 
}

/* Startseite */

div.acc {
position: absolute;
top: 376px;
right: 0px;
z-index: 99;
}

div.page_18006 div.content_inner {
padding:0 44px 20px 50px;
}

div.page_18006 div.site {
background: url(../img/site_bg.jpg) repeat-y;
}

div.page_18006 div.site_inner {
background: url(../img/site2.jpg) no-repeat;
}

body.page_18006 div.foot_inner {
background: url(../img/foot_bg.jpg) no-repeat;
}

div.page_18006 div.xOpening {
  display: inline;
  position: absolute;
  top: 490px;
  right: 280px;
}
div.page_18006 div.xAdress {
  display: inline;
  position: absolute;
  top: 490px;
  right: 50px;
}

div.xAdress { display: none; }
div.xOpening { display: none; }

.footContent {
  position: absolute;
  top: 92px;
  left: 40px;
  width:930px;
  color: #878888;
}
.col {
  float: left;
  margin-right: 120px;
}

.col2 {
  float: right;
  margin-right: 0;
}

div.page_18006 div#slideshow{
  display: inline;
top: 199px;
right: 43px;
width: 415px;
height: 276px;
}

/* BODY & SITE */

body {
background: #eef2e4 url(../img/bg.jpg) top center no-repeat;
}
div.site_body {
padding: 0;
}
div.site {
background: url(../img/site_bg_content.jpg) repeat-y;
width: 1000px;
margin: 0 auto;
}
div.site_inner {
background: url(../img/site_content.jpg) no-repeat;
padding-top: 443px;
}

/* SLIDESHOW */

div#slideshow {
display: none;
}

/* CONTENT */

div.content {
}
div.content_inner {
padding:0 45px 20px 50px;
  min-height: 360px;
height:auto !important;
height: 360px;
}

/* MENU */

div.menu {
top: 82px;
left: 227px;
}

/* SUB MENU */

div.menu ul ul {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 160px;
}

/* SUB SUB MENU */

div.menu ul ul ul {
top: 0;
left: 161px;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */
div.menu li a, div.menu li a:visited {
  font-weight: normal;
background:none;
text-transform:uppercase;  
font-family: arial;
font-size: 13px;  
	color: #111;
	text-decoration: none;
border-left:1px #666 solid;  
  line-height:110%;
padding: 4px 10px;
}
div.menu li a:hover {
	color: #666;
background: none;  
}
div.menu li a.active {
	color: #666;
background: none;   
}

/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
font-size: 11px;  
	color: #444;
	text-decoration: none;
padding: 2px 10px;
  background:#fefefe url(../img/pfeil.gif) no-repeat 0px;
  text-transform: none; 
}
div.menu li li a:hover {
color: #666;
  background:#edf2e3 url(../img/pfeil.gif) no-repeat 0px;
}
div.menu li li a.active {
color: #666;
  background:#edf2e3 url(../img/pfeil.gif) no-repeat 0px;
}

/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
  padding: 2px 10px;
	font-size: 11px;  
	color: #000;
	text-decoration: none;
  background:#fff url(../img/pfeil.gif) no-repeat 0px;
border: none;  
}
div.menu li li li a:hover {
color: #000;
  background:#edf2e3 url(../img/pfeil.gif) no-repeat 0px;
  border: none;
}
div.menu li li li a.active {
color: #000;
  background:#edf2e3 url(../img/pfeil.gif) no-repeat 0px;
  border: none;
}

/* FOOT */

div.site_foot {
	
}
div.foot {

}
div.foot_inner {
width: 1000px;
margin: 0 auto;
height: 108px;
background: url(../img/foot_bg_content.jpg) no-repeat;
font-size: 11px;
position: relative;
}

div.foot,
div.foot a {
	color: #878888;
} 

/* SITE CREATED */

div.foot div.siteCreated {
position: absolute;
top: 112px;
right: 65px;
color: #878888;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
	text-decoration: none;
color: #878888;
}

/* 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,
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;
}




#highlight2 {
background: #EBF9FF;
color:#a2a2a2;
-moz-border-radius:6px;
-khtml-border-radius:6px;
-webkit-border-radius:6px;
width: 200px;
height: 380px;
padding-top: 18px;
position: relative;
top: -640px;
margin-left: 40px;
left: 40px;
float: right;
margin-right: 21px;
}


#highlight2:hover, 
#highlight h2:hover {
background: #9BD5C4;
color:#fff;
width: 200px;
height: 380px;
padding-top: 18px;
position: relative;
top: -640px;
margin-left: 40px;
left: 40px;
float: right;
margin-right: 21px
}
