/* *** 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: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: #333399;
	margin:0;
	color: #333333;
	height: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(images/nav_back.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

h2 {
	font-size:12px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
	color: #000000;
}

h3 {
	font-size:10px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	background-color: #6699FF;
	color: #333333;
	text-align: center;
}

h4 {
	font-size:12px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
	color: #6633CC;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
}

img.download {vertical-align:middle;}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	float:left;
	position:relative;
	display: inline;
	margin: 0px;
	padding: 0;
	color: #000;
}

ul li a{
	position:relative;
	color: #000;
	display: block;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px none #fff;
	height: 20px;
	vertical-align: middle;
}

ul li#news a,
ul li#artists a,
ul li#projects a,
ul li#services a,
ul li#clients a,
ul li#contact a,
{

}

ul li#news a:hover, 
ul li#artists a:hover,
ul li#projects a:hover,
ul li#services a:hover,
ul li#clients a:hover,
ul li#contact a:hover,
{

}

ul li a:hover {
color: #3c25ae;
}


/* ----------container zentriert das layout-------------- */
#container {
	width: 900px;
	margin-bottom: 10px;
	margin:0 auto;
	background-color: #FFFFFF;
	text-align: left;
	border: 2px solid #FFFFFF;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #33CCFF;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#banner img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 0;
	margin: 0 200px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}
div#content {
	min-height:600px;


height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 170px;
	background-attachment: fixed;
}

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

#main {
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	float: none;
	clear: none;
}

#navbox {
	width: 200px;
	float: left;
	padding-left: 0px;
	position: relative;
	padding-right: 0px;
	margin-right: 0px;
	clear: both;
	display: block;
}

#navbox h2 {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	vertical-align: 0%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	
}
#navbox h2 a{
	color: #330066;
	text-align: center;
}
#navbox h2 a:hover{
	color: #66CCFF;
}
/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000000;
	padding: 0px;
	height: 100%;
	clear: none;
}
#right {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #000000;
	height: 950px;
}
/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#container #content object {
	border: 0px none #000000;
}
