/* CSS Style Sheet */

/* Standard Page Settings */

html
{
	color: #d5bba7;
}
body {
	overflow: hidden;	
	padding: 0px;
	margin: 0px;
	background: #000000 url(/img/html/html_bg.jpg) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	scrollbar-arrow-color: #7c4e3d;
	scrollbar-track-color: #5e2619;
	scrollbar-base-color: #61291c;
}
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{
	position: absolute;
	left: 50%;
	top: 181px;
	width: 450px;
	height: 508px;
	margin: 0px 0px 0px -276px;
	overflow: auto;
	text-align: left;
}
#newsBox 
{
    position: absolute;
	left: 50%;
	top: 181px;
	width: 264px;
	height: 508px;
	margin: 0px 0px 0px 188px;
	overflow: auto;
	text-align: left;
}
#title
{
    position: absolute;
    left: 50%;
    top: 136px;
    margin: 0px 0px 0px -259px;
}


/*  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
{
    position: absolute;
    width: 140px;
    left: 50%;
    top: 150px;
    margin: 0px;
    padding: 0px;
    margin-left: -440px;
}
#div_nav ul
{
    padding: 31px 0px 0px 0px;
    margin: 0px;
}
#div_nav li
{
    list-style: none none outside;
    width: 137px;
    border-bottom: 1px solid #ffffff;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: bolder;
    color: #ffffff;
    padding: 12px 0px 3px 3px;
    cursor: pointer;
    background-image: none;
}
#div_nav li.hover
{
    background: url(/img/site/html_nav_bg_35.png) top left;
}
#div_nav a, 
#div_nav a:link, 
#div_nav a:active, 
#div_nav a:visited, 
#div_nav a:hover
{
    color: #CDB9BB;
    text-decoration: none;
}
.htmlheader
{ 
    background: url(../img/html/html_header.jpg) top center;
    width:924px;
    height:120px;
    margin-left: auto;
    margin-right: auto;
}
.htmlcontent
{ 
    background: url(../img/html/html_content.jpg) top center;
    width:924px;
    height:579px;
    margin-left: auto;
    margin-right: auto;
}
.htmlfooter
{ 
    background: url(../img/html/html_footer.jpg) top center;
    width:924px;
    height:70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.htmlfooter img
{
    margin-left: 20px;
    border: 0px;
}
 
