/*
______________________________________________
|                    ***                     |
|	        style.css                   |
|         (c) Gharieni GmbH 2008             |
|____________________________________________|


---------------- |Content| -------------------
 1. Definitions
   
    [Browser Reset]
   
 2. Layout
   	 2.1   Wrapper
	 2.2   Header
	 2.2.1 Navigation Header
	 2.2.2 Navigation 2 (Flaggen)
	 2.3   Left Col
	 2.3.1 Hauptnavigation
	 2.4   Navipath
	 2.5   Content
	 2.6   Navigation Unternehmen
	 2.7   Right Col
	 2.8   Footer
	 2.9   Copyright
	
 3. Typo
 4. Boxes 
 5. Forms
 6. SEO-Links
 7. Glossar
 8. Schulverzeichnis
 9. Sitemap
10. Unsorted
---------------------------------------------


************* |Definitions| *****************

Colors:
#E3D9CB (Gharieni Hellbraun) 
#CDBDA3 (Gharieni Mittelbraun)
#584036 (Gharieni Dunkelbraun)
#FAFAFA (Offwhite)
#333333 (Offblack)
silver  (Borders)
red     (Warnung)
#f4f4f4 (Boxes)

Fonts: "Lucida Grande", Lucida, Verdana, Arial, sans-serif

*********************************************

*/


/*** Browser Reset ***/

html, body, div, span, p, blockquote, pre, a, em, font, img, strong, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }

html { height: 100%; margin-bottom: 0.06em; }

a:focus {outline: none;}

body { 
	margin: 5px 0 0;
	background: #CDBDA3 url(../images/layout/bg_kachel.jpg) top center scroll repeat-y; 
	font: 100.01% "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
}



/*###### 2. Layout ######*/


/*---- 2.1 Wrapper ----*/

#wrapper { 
	width: 1000px; 
	height: auto; 
	margin: 0 auto; 
	}

/*---- 2.2 Header ----*/

#logo { 
	width: 350px; 
	height: 110px;  
	background: url(../images/layout/gharieni_logo.jpg) no-repeat; 
	float: left;
}

/**** 2.2.1 Navigation Header ****/

#navi { 
	width: 524px; 
	height: 110px;
	float: left;
}

#container {  
	width: 524px; 
	height: 110px;
	margin: 0;
	padding: 0; 
	position: relative;
}

#nav { 
	width: 524px;
	height: 110px; 
	position: absolute; 
	top: 0; 
	left:0; 
	list-style: none; 
	display: inline; 
	overflow: hidden;  
}

#nav li { 
	list-style-type: none;
	display: inline; 
}

#nav a {
	height: 0 !important; /* height /* :110px; /* for IE5/Win */  
	padding: 110px 0 0; 
	overflow: hidden;
	float: left;  
}

#nav a:hover { margin: 0; background-position: 0 -110px; }

#nav a:active, #nav a.selected { margin: 0; background-position: 0 -110px; }

#tface_beauty a  { width: 104px; margin: 0; background: url(../images/layout/face_beauty.jpg) top left no-repeat; }

#tbody_wellness a  { width: 105px; margin: 0; background: url(../images/layout/body_wellness.jpg) top left no-repeat; }

#thand_nails a  { width: 105px; margin: 0; background: url(../images/layout/hand_nails.jpg) top left no-repeat; }

#tfeet_care a  { width: 105px; margin: 0; background: url(../images/layout/feet_care.jpg) top left no-repeat; }

#tshop a  { width: 105px; margin:0; background: url(../images/layout/shop.jpg) top left no-repeat; }


/*** 2.2.2 Navigation 2 ***/

#navi2 { 
	width:110px;
	height:110px;
	margin: 5px 0 0 5px;  
	float:left;  
}

#hilfsnavi ul {  
	margin:0;
	font-size: 0.75em; 
	line-height: 1.4em; 
	list-style-type: none;  
}

#hilfsnavi a, a:link, #hilfsnavi a:visited { text-decoration:none; font-weight:normal; color:#584036; }

#hilfsnavi a:hover, a:active { text-decoration:none; color:#fafafa; font-weight:normal; }

#hilfsnavi img {margin-left: -7px; margin-right: 8px;}


/*---- //2.2 Header ----*/



/*---- 2.3 Left Col ----*/


/***** 2.3.1 Hauptnavigation *****/

#menue { 
	width:188px; 
	height: 300px; 
	margin: 9px 5px 0 0;
	padding: 10px 10px 0 0; 
	background: url(../images/layout/menue.jpg) no-repeat; text-align: right;
	float:left; 
}

#menue ul { padding: 0; margin: 0; font-size: 0.75em; line-height:1.4em; }

#menue ul li { position: relative; list-style-type: none; ; }

#menue a.title, a.title:link, a.title:visited { 
	text-decoration:none; 
	font-weight: bold; 
	color:#584036; 
	background:transparent;
}

#menue a.title:hover { 
	font-weight: bold; 
	text-decoration:none; 
	color:#fafafa; 
	background:transparent; 
}

#menue a.utitle, a.utitle:link, a.utitle:visited { 
	text-decoration:none; 
	font-weight: normal; 
	color:#584036;  
	background:transparent; 
}

#menue a.utitle:hover {
	font-weight: normal; 
	text-decoration:none;
	color:#fafafa;   
}

/*---- //2.3 Left Col ----*/



/*---- 2.4 Navipath ----*/

#navipath { 
	width: 642px;
	margin: 0 0 .8em 0;
	border-bottom: solid 1px silver; 
	font-size: 0.75em; 
	letter-spacing: -0.02em;   
	color: #584036;
	display: inline; 
	float: left; 
}

#navipath b { 
	font-weight:bold;
	text-decoration:underline;   
	color:#584036; 
}

#navipath a:link, #navipath a:visited {
	font-weight:bold;  
	text-decoration:none;  
	color:#584036; 
}

#navipath a:hover, #navipath a:active { 
	font-weight:bold;
	text-decoration:underline;  
	color:#584036;  
}

#druck{ 
	float: right; 
	position: relative; 
	margin: 0 -10px 0 0; 
	padding: 0; 
	font-size:0.8em; 
	color:#584036; 
}

/*---- //Navipath ----*/



/*---- 2.5 Content ----*/

#content { 
	width:642px;  
	min-height: 350px; 
	height:auto;  
	margin: 10px 5px; 
	padding: 10px; 
	border: solid 1px silver;
	background: #fafafa; 
	float: left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}

/*---- //2.5 Content ----*/



/*---- 2.6 Navigation Unternehmen ----*/

#umenue { 
	float: left; 
	width: 662px; 
	height: 30px; 
	margin:10px 0 0 6px; 
	line-height: 30px; 
	background: url(../images/layout/unternehmen_bg.jpg) no-repeat; 
}

#umenue ul { 
	text-align:center; 
	display:inline; 
	color:#584036; 
	margin-left:0; 
	padding-left:0; 
}

#umenue ul li { 
	border-left:1px solid #584036; 
	list-style:none; 
	display:inline; 
	margin-left:0; 
	padding:0 15px; 
	font-size:0.75em; 
}

#umenue a, a:link, a:visited { 
	text-decoration:none; 
	font-weight:bold; 
	color: #584036; 
}

#umenue a:hover, a:active { 
	text-decoration:none; 
	font-weight:bold; 
	color:#fafafa; 
}

/*---- //2.6 Navigation Unternehmen ----*/




/*---- 2.7 Right Col ----*/

#right { 
	width:120px; 
	height:100%; 
	float:right; 
	margin: -30px 0 0; /* NUR BEI UNTERNEHMEHN!! */
}

#right ul li { 
	position: relative; 
	margin: -4px 0 0 0; 
	list-style-type: none; 
}

/*---- //2.7 Right Col ----*/



/*---- 2.8 Footer ----*/

#footer { 
	clear:both; 
	float: left; 
	width:640px; 
	padding: 10px 10px 0px 10px; 
	text-align:center; 
	text-decoration:none; 
	font-size: 10px; 
	margin-left:208px; 
	display: inline
}

#footer a, #footer a:visited, #footer a:link{ 
	text-decoration:none; 
	font-weight:bold; 
	line-height: 2em; 
	color:#584036; 
	font-size: 1.2em; 
}

#footer a:hover{ 
	text-decoration:underline; 
	color:#584036; 
	font-weight:bold; 
	line-height: 2em; 
	font-size: 1.2em; 
}

/*---- //2.8 Footer ----*/


/*---- 2.9 Copyright ----*/

#copy { 
	width: 640px; 
	padding: 10px 10px 0px 10px; 
	text-align:center; 
	font-size: 0.7em; 
	color:#584036; 
	margin-left: 208px; 
	clear: both; 
	float: left; 
	display: inline; 
}

#copy a:link, a:visited { 
	text-decoration:none; 
	font-weight: normal; 
	color:#584036; 
}

#copy a:hover, a:active{ 
	text-decoration:underline; 
	font-weight: normal; 
	color:#584036; 
}

/*---- //2.9 Copyright ----*/

/*#### //2. Layout ###*/



/*#### 3. Typo ####*/

#content h1 {
	font-size: 1.2em; 
	color:#584036; 
}

#content h2 { 
    margin: 1em 0;
	font-size: 0.82em; 
	font-weight: bold; 
	text-decoration: none; 
	font-style: normal; 
	color: #584036; 
}

#content h3, #content h4 { 
	font-size: 0.75em; 
	font-weight: bold; 
	color: #584036; 
}

#content .servicebox h2, .servicebox h3 { padding: 0; margin: 1em 0 0 0}

#content p { 
	font-size: 0.75em; 
	margin: 0; 
	padding:0; 
	color: #333; 
	line-height: 1.4;
}

#content strong, #content em, #content u, #content b, #content i{ 
	font-size: 1em; 
	font-weight: normal; 
	text-decoration: none; 
	font-style: normal; 
	color: #333 
}

#content a:link, #content a:visited { 
	text-decoration:none; 
	font-weight:bold; 
	color:#584036;
}

#content a:hover, #content a:active { 
	text-decoration:underline; 
	font-weight:bold; 
	color:#584036;
}


#content ul {
display: block;
margin-left: 15em;
}

#content ul li { 
	margin-left: 1em; 
        font-size: 0.75em;
	list-style-type:square; 
	color: #333;
}

/*#### //3. Typo ####*/



/*#### 4. Boxes ###*/


/*** Box News/Presse ***/

.newsbox { 
	width: 608px;
	min-height:120px;  
	height:auto  !important; 
	height: 120px; /*für IE */  
	margin: 3px auto;
	border:1px solid silver;
	padding:1em;  
	background: #f4f4f4 url(../images/layout/bg_boxes.jpg) bottom center repeat-x; 
	overflow: visible;  
}

.newsbox img { 
	height: 120px;
	margin-left:1em; 
	float: right; 
	display:inline;  
}

#content .newsbox h2 {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding:0;
        font-weight: bold !important;
}

#content .newsbox h3 {margin: -1em 0 1em 0;}

/*** Box Messen ***/

.messebox { 
	width: 608px; 
	min-height:100px;  
	height:auto  !important; 
	height: 100px; /*für IE */ 
	margin: 5px auto;
	padding: 1em;
	border: 1px solid silver;  
	background: #f4f4f4 url(../images/layout/bg_boxes.jpg) bottom center repeat-x;  
	overflow: visible;  
}

.messelogo {
	float: right; 
	min-height: 100px; 
	height: auto !important;
	height: 100px; /*für IE */ 
	text-align: center; 
	margin-left:1em; 
}

#content .messebox h2 {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding:0;
        font-weight: bold !important;
}

#content .messebox h3 {margin: -1em 0 1em 0;}

#content .messebox p {margin: 0 0 1em 0;}


/*** Box Service ***/

.servicebox li { 
	width: 300px;
	min-height:120px;  
	height:auto  !important; 
	height: 120px; /*für IE */  
	margin: 5px auto 5px auto; 
	padding:1em;
	border:1px solid silver;
	background-color: #f4f4f4;  
	overflow: hidden; 
	float: left;
}

.servicebox img { 
	width: 30px;
	height: 20px; 
	margin-bottom: 110px;
	margin-right: 1em; 
	display:inline; 
	background-color: white;
	float: left;
}

/*** Box Partner ***/

.partnerbox { 
	width: 90%; 
	min-height:195px; 
	height:auto !important; 
	height: 195px;  /*für IE */; 
	margin: 10px auto;
	border:1px solid silver;  
	background: #f4f4f4; 
	overflow: visible; 
	padding: 5px 10px; 
}

.partnerbox img { 
	width: 200px; 
	height: 125px; 
	margin: 0 5px 0 0;
	float: left; 
}

/*#### //4. Boxes ####*/


/*#### 5. Forms ####*/

form.formfelder fieldset { 
	border: 1px solid #584036; 
	padding: 10px; 
	border-right: 1px solid #584036; 
	border-bottom: 1px solid #584036; 
	font-size:12pt; 
	font-family: verdana, arial, sans-serif; 
	color:#333; 
}

form.formfelder fieldset.bcolor1 { 
	border: 1px solid red; 
	padding: 10px; 
	border-right: 1px solid red; 
	border-bottom: 1px solid red; 
	font-size:12pt; 
	font-family: verdana, arial, sans-serif; color:#333; 
}

form.formfelder label { 
	margin-top: .33em; 
	display: block; 
	font-size:10pt; 
	font-family: verdana, arial, sans-serif; 
	color:#333;
}

form.formfelder legend { 
	font-weight: bold; 
	border: 1px solid #584036; 
	border-right: 1px solid #666; 
	border-bottom: 1px solid #666; 
	padding: .5em; 
	background-color: #f4f4f4; 
	font-size:12pt; 
	font-family:verdana, arial, sans-serif; 
	color:#333;
}

form.formfelder legend.bcolor2 { 
	font-weight: bold; 
	border: 1px solid red; 
	border-right: 1px solid red; 
	border-bottom: 1px solid red; 
	padding: .5em; 
	background-color: ##f4f4f4; 
}

form.formfelder input { 
	font-size:10pt; 
	font-family:verdana, arial, sans-serif; 
	color:#333; 
	border-width:1px; 
	letter-spacing:1.5pt; 
}

#content form.formfelder p { 
	font-size:10pt; 
	font-family:verdana, arial, sans-serif; 
	color:#333;
}

#content form.formfelder b { 
	font-weight: bold; 
	text-decoration: none; 
	font-style: normal; 
	color: #584036;
}

form.formfelder p.both { 
	margin-left: 12px; 
	clear:both;
}

form.formfelder em { 
	font-size:12pt; 
	font-family: verdana, arial, sans-serif; 
	color:#333; 
}

form.formfelder textarea { 
	width: 280px; 
	height: 150px; 
}

.formleft {
	float: left; 

	margin-right: 0px; 
	w\idth:300px;

}

.formright {
	float: right; 
	margin-left: 0px; 
	w\idth:300px;
}

/*#### //5.Forms ####*/





/*### 6. SEO-Links ###*/

#seo { 
	clear: both; 
	float: left; 
	width: 640px; 
	padding: 20px 10px 0; 
	text-align:center; 
	text-decoration:none; 
	font-size: 0.7em; 
	color:#584036; 
	margin-left: 208px; 

	display: inline;

}


#seo p {
	font-size: 10px; 



	width: 640px; 
	text-align: center;
}

#seo a:link, a:visited { 
	text-decoration:none; 
	font-weight: normal; 
	color:#584036; 
}

#seo a:hover, a:active{ 
	text-decoration:underline; 
	font-weight: normal; 
	color:#584036; 
}

#seo ul {
	margin: 1em auto; 
	text-align: center;
	width: 600px; 
	font-weight: normal;
}

#seo ul li {
	display: inline; 
	margin: 0 5px 0 5px; 
	padding:0; 
	list-style:none; 
	font-size: 10px; 
	text-align: justify;
}

#seo ul li a:link, #seo ul li a:visited {
	display: inline; 
	list-style:none; 
	font-size: 10px; 
	color: #584036; 
	text-align: justify; 
	text-decoration: none;
}

#seo ul li a:hover, #seo ul li a:active {
	display: inline; 
	list-style:none; 
	font-size: 10px; 
	color: #584036; 
	text-align: justify; 
	text-decoration: underline;
} 

/*### //6.SEO-Links ###*/



/*#### 7. Glossar ####*/

#wellnessGlossar { 
	width:160px; 
	float: right; 
	margin:10px 0 0 0; 
	border-left:0; 
}

#wellnessGlossar h1 { 
	font-size: 0.8em; 
	margin-top:1em; 
	margin:5px; 
	color:#584036; 
}

#wellnessGlossar select { 
	width: 160px; 
	font-size: 10px; 
	margin:0px;
}

#wellnessGlossar .letter { color: #000; background: #fafafa;}

#wellnessGlossar optgroup { 
	padding: 0 0 0 5px; 
	font-weight: bold; 
	font-style:normal; 
	color: #584036; 
	background: #E3D9CB; 
}

/*#### //7. Glossar ####*/



/*### 8. Schulverzeichnis ###*/

#kosmetikschulen table { 
	width: 95%; 
	text-align: left; 
	margin-left: 10px; 
	border:solid 1px silver; 
	font-size: 12px; 
}

#kosmetikschulen thead { background-color: #e3d9cb; }

#kosmetikschulen td { 
	border-top:solid 1px silver; 
	margin:0px; 
	vertical-align: top; 
}

#kosmetikschulen ul { 
	text-align:left; 
	color:#584036; 
	margin-left:0; 
	padding-left: 0; 
}

#kosmetikschulen ul li { 
	list-style:none; 
	margin-left:0; 
	padding: 0 1em 10px 1em; 
	font-size:0.75em; 
}

#kosmetikschulen ul.schulen { 
	width: 95%; 
	border:solid 1px silver; 
	text-align:left; 
	color:#584036; 
	margin-left:10px; 
	padding:0px; 
}

#kosmetikschulen ul.schulen li.schulen { 
	list-style:none; 
	margin-left:0; 
	padding: 0px; 
	font-size:0.75em; 
}

#kosmetikschulen p { 
	margin-left:0; 
	padding:0 10px; 
	font-size:0.75em; 
}

#kosmetikschulen h1 { 
	margin-left:0; 
	padding:0px; 
	font-size:1.1em; 
	font-weight: bold; 
}

#kosmetikschulen a, #kosmetikschulen a:visited, #kosmetikschulen a:link { 
	text-decoration:none; 
	font-weight:normal; 
	color: #584036; 
}

#kosmetikschulen a:hover, #kosmetikschulen a:active { 
	text-decoration:underline; 
	font-weight:normal; 
	color:#584036; 
}

#kosmetikschulen strong { font-weight: bold; }

/*### //8. Schulverzeichnis ###*/



/*#### 9. Sitemap ####*/

#sitemap ul { 
	margin: 5px; 
	padding: 0; 
	list-style-type: none; 
	font-size: 1.2em;
}

#sitemap li { margin: 5px; list-style-type: none;}

#sitemap a { display: block; 
	color: #584036; 
	background-color: #CDBDA3; 
	width: 200px; 
	padding: 3px 12px 3px 8px; 
	text-decoration: none; 
	font-weight: bold; 
}

#sitemap a:hover { background-color: #584036; color: #fafafa; }

#sitemap li li { 
	display: block; 
	color:#584036; 
	list-style-type: none; 
	font-weight: bold; 
	padding: 3px 3px 3px 17px; 
	margin: 2px 0 2px 0; 
	text-decoration: none;
}

#sitemap li li a { 
	color:#584036; 
	background:transparent; 
	text-decoration: none; 
	font-weight: bold; 
}

#sitemap li li a:hover { 
	color:#CDBDA3; 
	background:transparent; 
	text-decoration: none; 
	font-weight: bold; 
}

/*#### //9. Sitemap ####*/



/*### 10. Unsorted ###*/

/*---- googleMap ----*/

#navipath img {margin-bottom: -2px;} /* kill inline style */

#right img {margin-bottom: 7px !important;} /* kill inline style */

#map {margin: 10px auto 5px auto; clear: both;}

/*---- Marken ----*/

#marken {
	width: 290px;
	float: right;
	height: auto;
	margin: -10px 0 10px 0;
	border-left: solid 1px silver;
	padding: 0 0 0 10px;

}



#marken img{
	margin: 0 10px 10px 10px;
	width: 250px;
	float: left;
	display: block;
}


#loginbox { clear: both; margin: 20px 5px 0px 10px; padding: 20px 5px 0px 10px; border: 0px;}
#loginbox form input { width: 120px;
	font-size:10pt; 

	font-family:verdana, arial, sans-serif; 
	color:#333; 
	border-width:1px; 
	letter-spacing:1.5pt; 
}
#loginbox form label { 

	margin-top: .33em; 
	display: block; 
	font-size:10pt; 
	font-family: verdana, arial, sans-serif; 
	color:#333;
}


#logoutbox { text-align: center; clear: both; width: 120px; margin: 5px; padding: 5px; border: 1px solid; background: #CF8D72;}
#content .strong {font-weight: bold;}

