/*  
Theme Name: jenniferrohini
Theme URI: http://www.maru-design.eu
Description: Jennifer Rohini - Make-Up Artist and Hair-Stylist.
Version: 2.3 (14.03.2009)
Author: maru-design Team
Author: URI: http://www.maru-design.eu
Copyright: © 2009 maru-desgin Team 
*/


/* Allgemein */
* {
margin:0;
padding:0;
}

/* body */
body {
background: #405009;
font-family: 'Verdana', Lucida Grande, Arial, Sans-Serif;
font-size: 12px;
font-style: normal;
line-height: 1.2em;
text-align:left;
color: #333333;
padding: 100px 0;
}

/* Main */
#page {
background: #fff; 
border:1px solid #000000; 
margin: 0 auto;
width: 700px;
}

/* Header */	
#header {
width: 700px;
height: 125px;
background: url("images/header.jpg") no-repeat bottom center;
}

/* Pages */	
#content {
margin:0px 20px;
padding: 25px 0;
}

/* Home */	
.home{
background: url("images/home.jpg") no-repeat;
width: 625px;
height: 340px;
margin-left: 15px;
}

/* Footer */	
#footer {
padding-top: 0px;
margin: 0 auto;
width: 700px;
color: #000000;
text-align:right;
font-size: 10px;
}

#footer a{
color: #000000;
text-decoration: none;
}

/* Sonstiges */	
h2 {
font-size: 1.3em;
font-weight: bold;
color: #333333;
margin-left: 5px;
padding-bottom: 8px;
}

p {
padding: 5px;
}

/* Links */	
a{
color: #405009;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: none;
}

a img {
border: 0px;
text-decoration: none;
}

/* Menue */	
#menue {
color: #ffffff;
background: #0F1015;
width:700px;
font-size: 10px;
}

#menue ul {
background: #0F1015;
min-height: 25px;
list-style-type: none;
font-weight: bold;
}

#menue li {
display: inline;
float: left;
position: relative;
padding: 5px 15px;
z-index: 9;
}

#menue li ul {
left: 0px;	
top: 100%;
font-weight: normal;
}

#menue ul li ul {
width: 82px;
}

#menue ul ul,
#menue ul li:hover ul ul,
#menue ul ul li:hover ul ul,
#menue ul ul ul li:hover ul ul,
#menue ul ul ul ul li:hover ul ul {
position: absolute;
display:none;
}

#menue li:hover ul,
#menue ul li:hover ul,
#menue ul ul li:hover ul,
#menue ul ul ul li:hover ul,
#menue ul ul ul ul li:hover ul,
#menue ul ul ul ul ul li:hover ul {
display: block;
}

#menue a {
text-decoration: none;
color: #FFFFFF;
}

#menue ul li:hover {
background: #405009;
}

#menue ul li ul li:hover {
background: #405009;
width: 52px;
}