/* GENERAL STYLES */
* {
	margin: 0;
	padding: 0;
	font: 12px "Times New Roman";
}
html,body {
	height: 100%;
	overflow: hidden;
}
#btnUp, #btnDown, #wrap{
   behavior: url(/scripts/iepngfix.htc)
}
body {
  color: white;
  background: black;
  margin: 0;
  padding: 0;
}

#container {
	position: absolute;
	top: 0px;
	left:0px;
	width: 760px;
	height: 565px;
}

#menucontainer {
	position: absolute;
	top: 0px;
	width: 130px;
	left: 315px;
	height: 560px;
	z-index: 100;
}
#toplogo {
	position: absolute;
	top: 0px;
	width: 140px;
	height: 80px;
}
#toplogo1 {
   top: 0px;
   height: 40px;
   z-index:40;
	width: 140px;
}
#toplogo2 {
   top: 40px;
   height: 40px;
   z-index:41;
	width: 140px;
}
#logoover1 {
   position: absolute;
   top: 0px;
   left: -30px;
   width: 165px;
   height: 40px;
   z-index:20;
}
#logoover2 {
   position: absolute;
   top: 40px;
   left: -30px;
   width: 165px;
   height: 40px;
   z-index: 21;
}

#menu {
	position: absolute;
	width: 130px;
	background: #C62325;
	height: 400px;
	left: 0px;
	top: 85px;
}
#menustreep {
	position: absolute;
	background: #C62325;
	top: 84px;
	left: 0px;
	height: 1px;
	width: 130px;
	z-index: 90;
	font-size: 1px;
}
#menuover {
   position: absolute;
   top: 84px;
   left: -30px;
   width: 165px;
   height: 1px;
   z-index: 99;
	font-size: 1px;
}
.logoover {
   background: url(/images/logo-fader.png);
   color: #000;
}
*+html .logoover {
  background: url(/images/logo-fader.png);
}
* html .logoover {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo-fader.png', sizingMethod='scale');
}

#cosmologo {
	position: absolute;
	top: 485px;
}
#bg {
	height: 400px;
	width: 1024px;
	position: absolute;
	top: 85px;
	left: -132px;
	background-repeat: no-repeat
}

#bgimage {
	width: 1024px; 
	height: 400px;
	border: 0 none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0; 
}

#slideshow { 
	position: absolute; 
	width: 1024px; 
	height: 400px; 
	top: 85px;
	left: -132px;
}
#slideshow div { position: absolute; left: 0; top: 0; }

#content {
	position: absolute;
	overflow: hidden;
	left: 130px;
	top: 84px;
	width: 650px;
	height: 401px;
	z-index: 100;
}
#wrap {
	background: url(/images/content.png) no-repeat;
	width: 100%;
	height: 100%;
	z-index:101;
}
#contenttekst {
	float: left;
	width: 372px;
	margin: 0px;
	padding: 15px;
}
#contentpic {
	float:left;
	width: 200px;
	height: 401px;
	margin: 0px;
	padding: 0px;
}
#contentscroll {
	float:left;
	width: 16px;
	margin: 0px;
	padding: 0px;
	height: 401px;
}
#btnUp{
	position: absolute;
	top: 0px;
	border: 0;
	cursor: hand;
	cursor: pointer;
}
#btnDown{
	position: absolute;
	bottom: 0px;
	border: 0;
	cursor: hand;
	cursor: pointer;
}
#content p {
	margin: 5px;
	line-height: 16px;
	text-align: justify;
	text-align: left;
}
.hidden {
	display: none;
	overflow: hidden;
}
#menu ul,
.ulmenu
{
  list-style-type:  none;
  margin-left: 0px;
  margin-top: 25px;
}

#menu ul li,
.ulmenu li
{
	margin: 15px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

#menu ul li a, 
#menu ul li a:visited,
.ulmenu li a,
.ulmenu li a:visited
{
	color: #FABABD;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:active,
.ulmenu li a:hover,
.ulmenu li a:active
{
	color: white;
	text-decoration: none;
}

img {
	border: 0px;
}
.selected {
	color: black;
}

.item {
	float: left;
	width: 70px;
	height: 70px;
}
.item img {
	border: 0;
}
select {
	font-size: 9px;
	border: 1px solid red;
}
#salonselect {
	margin-top: 10px;
	margin-bottom: 10px;
}
#salon div {
	float: left;
	width: 49%;
}
a {
	color: white;
	position: relative;
}
/* TinyMCE Editor */
.mceContentBody,
.mceEditorIframe {
	overflow: auto;
}
.mceContentbody a, 
.mceEditorIframe a {
	color: #00F;
	text-decoration: underline;
}


/* EDITOR PROPERTIES */
h1 {
text-transform: uppercase;
font-weight: normal;
font-size: 20px;
clear: both;
   font-stretch: ultra-expanded;


}

h2 {
font-weight: normal;
font-size: 16px;


}

