/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
  color: #494949;
  width:100%;
}
a:link, a:visited {
color: #0099FF;
text-decoration: none;
}
img { border:0px; margin:0px; padding:0px;}
.clear { clear:left; }

a:hover {
  color: #333333;
  text-decoration: underline;
}

a:active, a.active {
  color: #333333;
}

.title {
	float:left; margin-left:-5px}


#wrapper {
	margin-left: -525px;
	position: absolute;
	left: 50%;
	width: 1050px;
}
/* ------------------------------------------------------------------------------------------------- header ------ */
#header {
	height:110px;
	margin-top:0px;
	text-align:left;
	border-bottom:1px solid #999999;
}
.menuItems {
	width:500px;
	float:right;
	z-index:1;
}
.menuItems a  {
	text-decoration:none;
	float: right;
	text-align: center;
	font-size:10px;
	padding:0px 8px;
	margin-top:90px;
	display: block;
	height: 28px;
}

/* ------------------------------------------------------------------------------------------------- container ------ */
#container {
	background: #FFFFFF url(images/baumeise.jpg) no-repeat;
	background-position:bottom right;
	border-bottom:1px solid #999999;
}
#container-top {
	position:relative;
	background: #FFFFFF;
	border-bottom:1px solid #999999
}
#content{
	float:left;
	width:100%;
	margin:0px 0px 0px 1px	
	/* background-color:#cccccc*/ 
}
.rendering {
	border:#FFFFFF 1px solid;}

.textbox {
	width:45%;
	float:left;
	padding-right:10px;
}
.textbox-small {
	width:30%;
	float:left;
	padding-right:10px;
}

.sidebar-left {
 	width: 200px;
 	margin:5px;
  	float: left;
  	/* background-color:#ccccdd */
}
.sidebar-right {
	position:absolute;
	right:6px;
	bottom:5px;
/*	width: 260px; */
	color: #FFFFFF;
	font-size:80%;
}
.infobox {
	padding:5px;
	border:1px solid #FFFFFF;
	background:url(images/bg-sidebar.png) repeat-x;
}
.enter_kunstmatrix {
	position:absolute;
	top:70px;
	left:220px
}
/* ------------------------------------------------------------------------------------------------- footer ------ */
#footer {
	height:50px;
	background:url(images/bg-footer.png) no-repeat;
	background-position:top;
	text-align:right;
	padding:5px
}
.footerBlock { 
	font-size: 80%;
	width:100%;
}
.footerBlock a {margin-left:5px; color: #0099FF;}
.footerBlock a:hover { color:#0099FF;font-weight:bold; }

/* ------------------------------------------------------------ specials -------------------------------- */
.artwork_info {  
	background:url(images/bg-artwork.jpg) repeat-x;
	background-position:top right;
	float:right; width:165px; margin:0px; padding:10px; color:#494949
}
.enter_kunstmatrix {
	position:absolute;
	top:50px;
	left:200px
}
#pluginlink { 
	float:right}

/* ------------------------------------------------------------------------------------------------- texte ------ */

h1, h2, h3, h4, h5, h6  {
  	margin: 0;
  	padding: 0;
	font-weight:lighter
}

h1 {
  	font-size: 36px;
	text-align:right;
	padding:30px 0px;
  	color: #CCCCCC;
}

h2 {  
	margin-top:5px;
  	font-size: 180%;
  	line-height: 120%;
}

h3 {
  font-size: 120%;
  line-height: 120%;
  color: #314E5C;
  font-weight:bold;
}

/* ------------------------------------------------------------------------------------------------- listen ------ */
ul {
padding-left:16px
}
li{
padding-bottom:5px}