﻿/* ===========================================

Projekt:	Juicy Lucy
Datum:		21.10.2008
Autor:		Philipp Burton (aSOLEDOS GmbH)

Inhalt:		1. Allgemein
			2. Positionierung
			3. Hyperlinks
			
=========================================== */

/* -------------------------------------------
	1. Allgemein
------------------------------------------- */
*{ margin:0px; padding:0px; }

body{
	background-color:#65183c;
	color:#671c3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

td{
		font-size:12px;
		font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	
}

html{ height:100%; }

body{ height:100%; }

img{ border: 0px; }

.clear{ clear:both; }

h2{ font-size:16px; font-weight:bold; color:#651a3b; }

/* -------------------------------------------
	2. Positionierung
------------------------------------------- */

#wrapper{
	position:absolute;
	left:50%;
    top:50%;
	width:968px;
	height:596px;
	margin-left:-484px; /* - hälfte der breite für mittig */
	margin-top:-296px; /* - hälfte der hoehe für mittig  */
	
	background-image:url(../images_template/bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#logo{
	position:absolute;
	right:0;
	top:0;
}

	#navigation .home{
		position:absolute;
		top:190px;
		right:126px;
	}
	#navigation .sunless{
		position:absolute;
		top:196px;
		right:10px
	}
	#navigation .bleaching{
		position:absolute;
		top:270px;
		right:86px
	}
	#navigation .specials{
		position:absolute;
		top:376px;
		right:130px
	}
	#navigation .cleanings{
		position:absolute;
		top:350px;
		right:6px
	}
	#navigation .impressionen{
		position:absolute;
		top:470px;
		right:160px
	}
	#navigation .kontakt{
		position:absolute;
		top:470px;
		right:50px
	}
	#navigation .impressum{
		position:absolute;
		bottom:12px;
		left:100px;
	}

#content_title{
	position:absolute;
	top:72px;
	left:446px;
}

#content_headline{
	position:absolute;
	top:145px;
	left:224px;
}


#content{
	position:absolute;
	height:280px;
	left:224px;
	overflow:auto;
	padding-right:20px;
	position:absolute;
	top:170px;
	width:460px; 
		}
		
	#seiteninhalt {
		line-height:21px;
		color:#671c3d;
		font-size:12px;
		font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	}
	
	#seiteninhalt p {
	padding-bottom:18px
	}
	
	div.hr {
		 height: 2px;
		 background:url(../images_template/trennlinie.gif) repeat-x scroll center;
		 margin-bottom:10px;
	}
	div.hr hr {
		  display: none;
	}

#druckansicht {
	position:absolute;
	top:510px;
	left:415px;
	line-height:21px;
	color:#671c3d;
	font-size:12px;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

#copyright{
	position:absolute;
	bottom:108px;
	left:80px;
}


#seiteninhalt li {
	font-size: 12px;
	line-height:21px;
	color:#671c3d;
	list-style: none outside;
	background: url(../images_template/dot.gif) no-repeat;
	padding-left: 25px;
	margin-left: 0px; 
	margin-bottom: 0px;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
}


/* -------------------------------------------
	3. Hyperlinks
------------------------------------------- */

a{ outline:0; }

a:visited{ color: #671c3d; text-decoration:underline; }

a:link{ color: #671c3d; text-decoration:underline; }
a:active{ color: #9a657e; text-decoration:underline; }

a:hover{ color: #9a657e; text-decoration:underline; }

/* -------------------------------------------
	ENDE STYLESHEET
------------------------------------------- */