/* CSS Style Sheet */

/* Standard Page Settings */

body {
	scrollbar-arrow-color: #7c4e3d;
	scrollbar-track-color: #5e2619;
	scrollbar-base-color: #61291c;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	overflow: hidden;
}
html {
	color: #d5bba7;
}
td, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
	
a:link {
	color: #d9c3c0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e9ac95;
}
a:hover {
	text-decoration: none;
	color: #ad7f5c;
}
a:active {
	text-decoration: none;
	color: #e9ac95;
}




/*  Layerdefintions */

#layer{
	LEFT: 50%;
	POSITION: absolute;
	TOP: 50%;
	width: 450px;
	height: 508px;
	margin-top: -222px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -275px;
	overflow: auto;
}
#flashcontent {
	position:absolute;
	height:950;
	width:1300;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -460px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -650px;
}
#newsBox {
	LEFT: 50%;
	POSITION: absolute;
	TOP: 50%;
	width: 264px;
	height: 508px;
	margin-top: -222px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 187px;
	overflow: auto;
}


/*  Styles for CMS-Buttons */

.button
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	background-color: #333333;
	border: 1px solid #515151;
	letter-spacing: 1px;
}
.button2
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	background-color: #595851;
	border: 1px solid #7E7D74;
	letter-spacing: 1px;
}
.textbox
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #8f8c82;
	border: 1px solid #726d52;
	letter-spacing: 1px;
}





/*  Resign Styles for CMS */

.titel1-gross {
	font-size: 20px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-serif;
	line-height: 130%;
	color: #FFFFFF;
	font-weight: 400;
}

.titel2-sub {
	font-size: 16px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-serif;
	line-height: 140%;
	font-weight: 400;
	color: #D6B67E;
}
.line {
	letter-spacing: -2px;
	font-size: 8px;
	color: #d9c3c0;
}

.small-fliesstext{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.credits {
	font-family: "Trebuchet MS";
	font-size: 9px;
	text-transform: uppercase;
	line-height: 9px;
	margin-top: 15px;
	padding-top: 3px;
	border-top: 1px solid #D6B67E;
	display: none;
}
.img {
	border: 1px dotted #e9ac95;
}
.artist-nav {
	font-size: 10px;
	text-transform: uppercase;
	color: #e9ac95;
}

.divGaleries
{
    width: 93px;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: center;
    float: left;
}
.galeryImage
{
	border: 1px solid #e9ac95;
}
.contentNew {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 410px;
	margin-right: 0px;
	/* overflow: hidden; */
	padding-left: 10px;
}
.contentNewsBox {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 220px;
	margin-right: 0px;
	overflow: hidden;
}
/* Styles für HTML Aufbau  */ 



/* Navigation */

#div_nav
{
    float: left;
    width: 140px;
}

#ul_nav
{
    padding-top: 25px;
    padding-left: 0px;
    margin-left: 0px;
}

.li_nav
{
    list-style: none none outside;
    width: 137px;
    border-bottom: 1px solid #8d6603;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: bolder;
    color: #8d6603;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 3px;
    cursor: pointer;
}
.htmlheader { 
 background-image:url(../img/html/html_header.jpg);
 width:924px;
 height:120px;

 }
 .htmlcontent { 
  background-image:url(../img/html/html_content.jpg);
 width:924px;
 height:579px;
 }
 
/* Banner */
#banner
{
    width: 160px;
    height: 600px;
    background: #580B03;
    position: absolute;
    top: 50%;
    margin-top: -280px;
    left: 50%;
    margin-left: 480px;
    z-index: 850;
    display: none;
}