/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/ACHTERGROND.jpg);
	outline: none;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}


h1 {
font-size: 11px;
text-transform:uppercase;
padding:5px 15px;
margin:0px }


h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	outline: none;
}



/* ----------container to center the layout-------------- */
#container {
	width: 930px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/container.png);
	background-repeat: repeat-y;
	outline: none;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	outline: none;
}


/* -----------------content--------------------- */
#content {
	background-color: #000;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: left;
	outline: none;
}
div#content {
	min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

p, pre{
padding: 5px 10px;
margin:0px;
}



/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	color: #CCC;
	font-family: Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic", Califas-Chisel;
	font-size: 11px;
	outline: none;
}
h1 a #hyves {
	float: right;
}
h1 a #youtube {
	float: right;
}
h1 a #armdesign {
	float: left;
}
h1 a #rechtsbanner {
	float: right;
}



/* links
*************************/

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	outline: none;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
	outline: none;
}

ul.tabs a
{
	position: relative;
	display: block;
	outline: none;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
	text-align: left;
	outline: none;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	outline: none;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/

#menu
{
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #e4e4e4;
	width: 930px;
	border-bottom: 1px solid #757575;
	margin-top: 5px;
}

#menu ul
{
	margin: 0 auto;
}

#menu ul li.hasmore
{
	background: url(images/drophighlight.png) no-repeat center 27px;
}

#menu ul li h4
{
	margin: 0;
}

#menu ul li h4 a
{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 0 15px;
}

#menu ul li a
{
	color: #000;
	padding-left: 4px;
}

#menu ul li a img
{
	vertical-align: middle;
}

#menu ul li a:hover
{

}

#menu ul li a span
{
	display: block;
	padding: 0 15px 0 11px;
}

#menu ul li a:hover span
{
	background-position: right top;
	background-color: #FFF;
	color: #333;
}

#menu ul.dropdown
{
	padding: 10px;
	background-color: #e4e4e4;
	overflow:hidden;
	border-bottom: 5px solid #CBFF00;
	width: 190px;
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #000;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
}

#menu ul li h4 a:hover
{
	background-image: none;
}
