body{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dedede;
	background-color:#19191a;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	/*line-height:18px;*/
	}



a {
text-decoration: none;
color: #ee1b22;
}

a:hover {
text-decoration: underline;
}



#wrapper{
	width:940px;
	margin:0 auto;
	background-repeat:no-repeat;
	position:relative;
	height:250px;
	background-position: right top;
}


#wrapperRedirect{
margin-top: 200px;
width:256px;
text-align: center;

}




#content_div{
	width:840px;
	margin:0 auto;
	background-repeat:no-repeat;
	position:relative;
	padding: 30px;
	background-position: right top;
}

div#content_div p{
	line-height: 2;
	text-align: justify;
}

div#content_div p.title{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}


div#content_div p.subtitle{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #d9f671
}


div#content_div table{
  margin: 30px 0 30px 0;
  color: #f8e693;
}

div#content_div table td.line{
  border-bottom: 1px solid #3c3d3d;
}

div#content_div table td.lineBright{
  border-bottom: 1px solid #767777;
}

div#content_div table td.right{
  text-align: right;
}

div#content_div table td.iconTick{
  padding-left: 30px;
  background: url(../img/icons/tick.png) no-repeat left center; 
}

div#content_div table td.iconArrow{
  padding-left: 30px;
  background: url(../img/icons/bullet_go.png) no-repeat left center; 
}

div#content_div table td.iconTime{
  padding-left: 30px;
  background: url(../img/icons/time.png) no-repeat 53% center; 
}


div#content_div table td.iconPerson{
  padding-left: 30px;
  background: url(../img/icons/user_suit.png) no-repeat left center; 
}


div#content_div table td.iconAdress{
  padding-left: 30px;
  background: url(../img/icons/house.png) no-repeat left center; 
}


div#content_div table td.iconPhone{
  padding-left: 30px;
  background: url(../img/icons/telephone.png) no-repeat left center; 
}


div#content_div table td.iconEmail{
  padding-left: 30px;
  background: url(../img/icons/email.png) no-repeat left center; 
}


div#content_div table td.iconFax{
  padding-left: 30px;
  background: url(../img/icons/printer.png) no-repeat left center; 
}



div#content_div table td.iconTaxes{
  padding-left: 30px;
  background: url(../img/icons/money.png) no-repeat left center; 
}





input.textinput{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #9c9c9c;
border: solid 1px #3c3d3d;
background-color:#2f2f30;
width: 300px;
padding: 5px;
}

input.button{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #9c9c9c;
border: solid 1px #3c3d3d;
background-color:#2f2f30;
width: 150px;
padding: 5px;
}


textarea.textarea{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #9c9c9c;
border: solid 1px #3c3d3d;
background-color:#2f2f30;
width: 300px;
padding: 5px;
}







div#content_div img.bigImg{
  margin: 30px 0 30px 0;
  display: block;
}



ul.bulletList{
  list-style: none;
  margin-left: 10px;
  margin-bottom: 10px;
}


ul.bulletList li.bullet{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  background: url('../img/icons/bullet_orange.png') no-repeat left center;
}


h1#logo{
	display:block;
	height:87px;
	width: 471px;
	text-indent:-9999px;
	background-image:url(../img/logo.png);

}


h1#logoRedirect{
	display:block;
	height:52px;
	width: 256px;
	text-indent:-9999px;
	background-image:url(../img/logo_small.png);

}

#footer_div{
	text-align: center;
	margin-top: 350px;
}




.Menu {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }


.Menu li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 175px;
    height: 70px;
    margin-right: 0px;
    background-image:url(../img/menu3.png);
    background-repeat:no-repeat;
}


.Menu a{
	display:block;
	height:70px;
	text-indent:-9999px;
	outline:none;
}



#menuItemSalon {
	background-position:0px 0px;
}
#menuItemTeam {
	background-position:-250px 0px;
}
#menuItemJobs {
	background-position:-500px 0px;
}
#menuItemPreise {
	background-position:-750px 0px;
}
#menuItemKontakt {
	background-position:-1000px 0px;
}


#menuItemSalon.active, #menuItemSalon:hover {
	background-position: 0 bottom;
}
#menuItemTeam.active, #menuItemTeam:hover{
	background-position: -250px bottom;
}
#menuItemJobs.active, #menuItemJobs:hover {
	background-position: -500px bottom;
}
#menuItemPreise.active, #menuItemPreise:hover {
	background-position: -750px bottom;
}
#menuItemKontakt.active, #menuItemKontakt:hover {
	background-position: -1000px bottom;
}











div#div_right{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  float: right;

  }

div#div_left{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 600px;
/*  float: left; */

  }
  
  
  
  
  
  
  
  
ul {
margin: 0px;
padding: 0px;
}



.menu li#ordner {

  list-style: none;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../img/icons/folder.png) no-repeat left center;  
  font-weight: bold;
  border-bottom: 1px solid #767777;
}


.menu li#ordner:hover {
  list-style: none;
  border-bottom: 1px solid #767777;

}




.menu li {
  list-style: none;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #3c3d3d;
}

.menu li:hover { 
  background-color: #D1F0F0;
  background:#19191a url(../img/icons/arrow.gif) no-repeat 98% center;
  list-style: none;
  border-bottom: 1px solid #505151;
  }

  