body {
    margin:0px;
	padding:0px;
	background-color: #6C6969;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size : 12px;
}
h1 {
    font-size : 16px;
}
a , a:link, a:visited {
	color: #000000;

}
a:hover {
	color: #000000;
}
#seite {
position:absolute; 
left:50px;
top:10px; 
width:883px; 
z-index:1; 
}
#rahmen {
	position: relative;
	left: 20px;
	top: 10px;
	width: 843px;
	padding-top: 110px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: url(main_details_01_FILES/collage_klein.jpg) no-repeat top;
	background-color: #575353;
	z-index: 2;
	
}
#bkk-schriftzug {
position: absolute;
	left: -20px;
	top: -5px;
    z-index: 19;
}

#rootline {
padding : 10px;
color : #ffffff;
}

#rootline a ,#rootline a:link,#rootline a:visited,#rootline a:hover {
	color: #ffffff;
	
}

#inhalt {
position:relative;
margin-left:30px;  
width:783px;
background-color: #FFFFFF;
padding: 0px;
z-index: 3;
}
#text2 {
float:left;
width: 195px;
padding: 5px;
padding-left: 105px;
background-color: #c0c0c0;
z-index: 4;
}

#text {
margin-left: 310px;
/*height:350px;*/
background-color: #FFFFFF;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
text-align: center;
z-index: 7;
}
#clear {
clear:both;
width: 305px;
background-color: #c0c0c0;
}
#navi {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 15px;
	top: 220px;
	width: 160px;
	z-index: 6;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	width: 140px;
	margin: 5px;
	padding: 5px;
	color: #ffffff;
	background-color: #171717;
	display: block;
	border: 1px solid #C6B282;
	font-weight: bold;
}

li a , li a:link, li a:visited {
	color: #ffffff;
	text-decoration: none;
}
li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

 li dfn, .usb {
    display: block;
	position: absolute;
	left: -3000px;
	height: 0px;
	width: 0px;
  }
.detail{
    width: 150px;
	margin: 3px;
	padding: 3px;
	color: #ffffff;
	background-color: #171717;
	display: block;
	border: 1px solid #C6B282;
	font-weight: bold;
	font-size : 10px;

}
.kuenstler {
  float:left;
  width: 100px;
	margin: 5px;
	padding: 5px;
	color: #ffffff;
	background-color: #171717;
	border: 1px solid #C6B282;
	font-weight: bold;
}
#uebersicht {
clear:both;
}

/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
.csc-textpic-caption { margin: 0; }
.csc-textpic-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */