/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2005 http://www.monorom.to */
/* This css is made specialy for BX-CMS  */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en  */

/* @import url(bx-additions.css); */

/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

#h-couture, body {
background-image:url(../images/bg_pttrn_2.jpg);
background-repeat:repeat;
background-color: #000;
font-size: 12px;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
color:#cccccc;  
padding:0px;
margin: 0px;

}

/* for iePC */ td{
font-size: 12px;
}

a {color: #E53158;
text-decoration: none;}
a:visited {color:#E53158;}
a:hover {color: #45516D;}
a:active { color:#E53158;}

h1{
font-size:18px;
}
h2{
font-size:16px;
}
h3{
font-size:14px;
}
h4{
font-size:12px;
}

p {
background-color: #000;
font-size: 14px;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
color:#cccccc;

}


#table
	{
	margin-left:50px;
	}

/* container to center the layout
-------------------------------------- */
#container {
width: 960px;
background-image:url(../images/endless_bg.jpg);
background-repeat:repeat-y;
margin: 0px;
margin-left: auto;
margin-right: auto;
}


/*main-navi
-------------------------------------- */
/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position:inherit;
	float:left;
	margin-left:10px;
	width: 970px;
	}
	
#fullscreendemo
	{
	position:inherit;
	float:left;
	margin-left:70px;
	}


#menuh
	{
	font-size:12px;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	width:100%;
	float:left;
	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	/*border: 1px solid #cccccc; cc0066*/
	white-space:nowrap;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color:#cccccc;
	background-color:#000000; /*E53158*/
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #E53158;
	background-color: #ffffff;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	width:115px;
	padding:0;
	padding-top:10px;
	float:left;
	/*width:120px;	 width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:170px;
	font-size:10px;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	float:left;
	text-align:left;
	}
	
#menuh ul ul a
	{
	text-align:left;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* content elements
-------------------------------------- */
#contentindex {
/*background-image:url(../images/sneak-preview.jpg);
background-position:bottom right;
background-repeat:no-repeat;*/
padding: 25px 25px 30px 25px; /*top right bottom left*/
margin:0px;
margin-left:45px;
margin-right:5px;
}


#content {
padding: 25px 25px 30px 25px; /*top right bottom left*/
margin:0px;
margin-left:0px;
}

#content h1, #content h2, #content h3, #content h4 {
padding: 0px 50px 0px 50px;
margin:0px 0px 15px 0px;
}
#content p{
	line-height: 18px;
	padding: 0px 50px 0px 50px;
	margin:0px 0px 15px 0px;
	color: #cccccc;
}
#content ul{
padding: 0px 50px 0px 75px;
margin:0px 0px 15px 0px;
}
#content p.center{
text-align:center;
}

/* elements for left and right navigation
-------------------------------------- */
#right {
float: right;
width: 200px;
margin: 0px;
padding: 0px;
padding-right:15px;
color:#ffffff;
display:none;
}

#right p{
padding: 0px 15px 15px 25px;
margin:0px;
}
#right a {
text-decoration: none;
color:#999999;
font-weight:bold;
}

/*footer
-------------------------------------- */
#footer {
clear: both;
padding: 3px 50px;
font-weight: bold;
margin: 0px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
min-height:25px;
}
