/**
 * Project: Einstieg in CSS - Template "Vanilla Oasis" 
 * File:    basic.css
 *
 *
 * @copyright	Copyright 2008, Suzana Kötter
 * @author		Suzana Kötter
 * @link		  http://www.csscity.de 
 *
 */
/*----------------------------------------------
					RESET
------------------------------------------------*/
*           { padding: 0; margin: 0; font-size: 100%; font-weight: normal; }
ul, ol      { list-style: none; }
b, strong   { font-weight: bold; }
img, a img  { border: none; }
/*----------------------------------------------
				SCHRIFT / GRÖSSE
------------------------------------------------*/
body            {
	color: #6F3C59;
	text-align: left;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 78%;
	background-color: #EFDCE2;
	background-image: url(../images/bck_bdy.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4	{
	margin-bottom: 0.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #460E4E;
}
h1, h2          { color: #732d73; }
h1              { font-size: 2.2em; }
h2              { font-size: 1.5em; }
h3         { font-size: 1.2em; font-weight: bold; }
h4          {
	font-size: 1em;
	font-weight: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	text-decoration: underline;
	letter-spacing: 0.2em;
}
/*-----------------------------------------------
				LINKS
------------------------------------------------*/
a:link, a:visited           {
	text-decoration: none;
	color : #A22D4D;
}
a:hover, a:focus, a:active  { text-decoration: underline; color :#732d73; } 
/*-----------------------------------------------
				LAYOUT
------------------------------------------------*/
#container  {
	width: 870px;
	background-color: #FDEFEC;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#hdTop {
background: url(http://www.just-me-wellness.de/css/bgImg/topBg.gif) repeat-x left top;
height: 90px;
}

#header     {
	height: 90px;
	background-color: #F4ECF1;
	background-image: url(../imgBg/bg_hd_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: medium;
	border-bottom-style: solid;
	border-top-color: #E3C4CE;
	border-right-color: #E3C4CE;
	border-bottom-color: #E3C4CE;
	border-left-color: #E3C4CE;
}
#hdMenu {
	height: 215px;
	position: relative;
	background-color: #FDEFEC;
	background-image: url(../images/header%202.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-top-color: #EEDCDC;
	border-right-color: #EEDCDC;
	border-bottom-color: #EEDCDC;
	border-left-color: #EEDCDC;
}


#content    {
	position: relative;
	margin-top: 10px;
	background-image: none;
}
#main       {
	min-height:560px;
	float: left;
	width: 70%;
	margin-bottom: 2em;
	background-image: url(../images/bck_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FDEFEC;
}
#sidebar    {
	float: right;
	width: 28%;
	color: #33022D;
	background-color: #FAE8DE;
	background-image: url(../imgBg/sdbar_o.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*-----------------------------------------------
				Bilder
------------------------------------------------*/
.thumbnail:hover{
	background-color: #FAE8DE;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	border: 3px ridge #EC9FA5;
	visibility: hidden;
	color: #AD5678;
	text-decoration: none;
	left: -1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: #FBEDE6;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	margin: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	top: -80px;
	left: 25%;

}

/*-----------------------------------------------
				NAVIGATION
------------------------------------------------*/
#navigation               { float: right; }
#navigation li            { float: left; display:inline; margin-left: 0.5em; padding:0; }
#navigation a,
#navigation a:link, 
#navigation a:visited     { background: transparent url(http://www.just-me-wellness.de/navBg/navBg.gif) no-repeat left bottom; float:left;  text-decoration:none; }
#navigation a span        { background: transparent url(http://www.just-me-wellness.de/navBg/navBgRight.gif) no-repeat right bottom; color:#f3f0e7; font-weight: bold; display:block; float:left; padding: 2em 3em 1em 3em; }
#navigation a:hover, 
#navigation a:active      { background: transparent url(http://www.just-me-wellness.de/navBg/navOnBg.gif) no-repeat left bottom; padding-top: 1em; }
#navigation a:hover span,
#navigation a:active span { color:#f3f0e7; background: transparent url(http://www.just-me-wellness.de/navBg/navOnRight.gif) no-repeat right bottom; }
/*-----------------------------------------------
				INHALTE
------------------------------------------------*/
#logo                   {
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(http://www.just-me-wellness.de/imgBg/img_hd_top%2.jpg);
	background-repeat: no-repeat;
}
#titelbild              {
	position: relative;
	height: 245px;
	background-color: #FDEFEC;
	background-image: url(http://www.just-me-wellness.de/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#titelbild h1           {
	font-size: 2.5em;
	line-height:1.5em;
	letter-spacing: -1px;
	padding-top:2em;
	padding-left: 18em;
}
#mainIn, #sidebarIn	    { padding: 2em 1.5em; }
#mainIn p, #sidebarIn p	{ padding-bottom: 20px; }
#mainIn                 {
	background-image: url(../imgBg/main_in_rd_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	padding-top: 30px;
}
#sidebarIn              {
	background-image: url(../imgBg/sdbar_u.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 115px;
	padding-bottom: 115px;
}
#bildRundEnd            {
	position: absolute;
	width: 17px;
	height: 243px;
	right: -39px;
	top: 1px;
	background: url(http://www.just-me-wellness.de/imgBg/roundEndRight.gif) no-repeat right bottom;
}

.tb			{ position: absolute; right: 15px; top: -46px; }
.ende		{ background: #33383c url(http://www.just-me-wellness.de/imgBg/roundBoxbottom.gif) no-repeat left bottom; }
.colL		{
	float: left;
	width: 40%;
	background-color: #F8E4DB;
	background-image: url(../imgBg/bg_col.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 10px;
	color: #843E54;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F1C3C3;
	border-right-color: #F1C3C3;
	border-bottom-color: #F1C3C3;
	border-left-color: #F1C3C3;
}
.colR		{
	float: right;
	width: 40%;
	background-color: #FAE8DE;
	background-image: url(../imgBg/bg_col.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 25px;
	color: #843E54;
	border-top-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F1B6BA;
	border-right-color: #F1B6BA;
	border-bottom-color: #F1B6BA;
	border-left-color: #F1B6BA;
}

.img_inh		{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 40px;
}

.img_main		{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	position: relative;
	margin-right: 15%;
	margin-left: 15%;
	padding: 0px;
}

.fl 		{ float: left; padding-right: 1em; }
.fr 		{ float: right; padding-left: 1em; }
    #footer {
	clear: both;
	color: #3F0;
    } 
	
    #footer {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #EFDCE2;
	background-image: url(../imgBg/img_foot.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: auto;
	margin-bottom: 0px;
	color: #F0AA9B;
    } 
    #footer p {
	text-align: right;
	font-weight: bold;
	font-size: 80%;
	padding: 20px;
	margin: 0;
	color: #F2B1B7;
    }
/*-----------------------------------------------
				Fotogalerie
------------------------------------------------*/
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FBECE9;
	padding: 5px;
	border: 3px ridge #CCCCCC;
	visibility: hidden;
	color: #841C23;
	text-decoration: none;
	left: -1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	margin: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	top: 200px;
	left: 10%;

}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
