/* 2008 www.4dmedia.de */


body {
	/* width: 900px; */
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


#container {
	/* position: static; */
	/* width: 900px; */
	top: 0px;
	left: 0%;
	/* text-align: left; */
	/* height: 30px; */
	/* z-index: 2; */
	}

#member{
	position: fixed;
	top: 35px;
	left: 0px;
	width: 100%;
    height: 28px;
    background: #ffffff url(/images/top-bg.png) repeat-x center top;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 3;
    /* font-weight: bold; */
	}

#member a{
    color: #4b4b4b;
    border: 0;
    text-decoration: none;
	}

#member a:hover{
    color: #FF0000;
	}



#company {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFFFFF;
	z-index: 3;
	}

#company a{
    color: #ffffff;
    border: 0;
    text-decoration: none;
}

#company a:hover{
    color: #FF0000;
}


#kuenstlerliste {
	position: fixed;
	top: 63px;
	left: 0px;
	clear: both;
	width: 97px;
	height: 100%;
	background-color: #DCDCDC;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border:solid #cccccc;
	border-width:0px 3px 0px 0px;
	z-index: 3;
   }


#navigation {
	position: fixed;
	top: 63px;
	right: 0px;
	width: 140px;
	height: 100%;
	background-color: #DCDCDC;
	padding-left: 7px;
	padding-top: 0px;
	clear: both;
	z-index: 50;
   }


#news {
	position: absolute;
	top: 63px;
	left: 100px;
	width: 313px;
	height: 650px;
	background-color: #ffffff;
	padding-left: 0px;
	padding-top: 0px;
	border:solid #000000;
	border-width:0px 0px 0px 0px;
	clear: both;
   }


#wochenangebot {
	position: absolute;
	top: 63px;
	left: 100px;
	width: 650px;
	height: 100%;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	clear: both;
	}


#MainBody {
	position: absolute;
	top: 63px;
	left: 100px;
	width: 650px;
	height: 100%;
	margin-left: 10px;
	/* overflow: auto; */
	background-color: #FFFFFF;
	/* padding-left: 5px; */
	padding-top: 5px;
	}

#Titel {
	position: fixed;
	top: 63px;
	left: 105px;
	height: 60px;
	width: 700px;
	background-color: #ffffff;
	padding-left: 5px;
	padding-top: 5px;
	z-index: 3;
	}

#Raster {
	position: absolute;
	top: 125px;
	left: 105px;
	width: 650px;
	height: 100%;
	/*  */
	/*  */
	/* overflow: auto; */
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	}
	
#Footer {
	position: absolute;
	/* top:1000px; */
	left: 105px;
	width: 600px;
	height: 100%;
	background-color: #FFFFFF;
	clear: both;
   }
   


td.footer {

	}



/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px 0px 0px 0px;
  color            : #000000;
}

td, tr, p, div {

  font-family		: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
}


.fathead {
	font-size		: 19px;
	font-weight    	: bold;
  	font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.fathead_red {
	font-size		: 19px;
	font-weight    	: bold;
  	font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  	color            : #FF0000;
}

.smallunder {
	font-size		: 10px;
}



.DDmenu {
font-size: 12px;
text-align: center;
}

.DDmenu a {
display:block;
width:29px;
line-height:29px;
}
.DDmenu a:hover {
color: #fff;
background-color: #666666;
}


/* ###################### LINKS ###################### */
a:link, a:visited {
  color            : #000000;
  text-decoration  : none;
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
}

a:hover {
  color            : #FF0000;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  color            : #285078;
  font-weight      : bold;
  letter-spacing   : 1px;
}


a.category:hover {
  color            : #000000;
}

.suggest_link {
		background-color: #FFFFFF;
		padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #E30303;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
}
.submenu {
		font-size        : 10px;
}

img
        {
        border:0em;
        margin:0em;
        padding:0em;
        z-index:7;
        }

/* ###################### LIGHTBOX SETTINGS ###################### */

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 70%; height: 70px; background-color: #FFFFFF; }



/* ###################### FORMULAR SETTINGS ###################### */

input, textarea, select {
  		border: 1px solid #D6D6D6;
  		font-size:1em;
  		background-color: #ffffff;
  		}

input.box
        {
        background-color: #ff0000;
        border-width:0px;
        border-style:none;
        }

input.button
        {
        background-color: #ff0000;
        color: #ffffff;
        border-width:1px;
        font-weight:bold;
        cursor:hand;
        border-style:solid;
        border-color: #ffffff;
        padding:0em;
        margin:0em;
        font-size:1em;
        }

input.button:hover
        {
        background-color: #ffffff;
        color: #ff0000;
        }
