/* allgemein */
* {
	margin:0;
	padding:0;
	}

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:76%;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;

/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */ }



td {
 font: 11px Arial, Helvetica, Sans-serif;
 font-weight: normal;
 font-style: normal;
}
body {
 margin: 0;
 margin-top: 40px;
 padding: 0;
 font: 11px Arial, Helvetica, Sans-serif;
 color: #C8D0C6;
 background-color: #61705E;
 text-align: center;
}

#box {
 text-align: left;
 margin: 0 auto;

 width: 900px;
 height: 500px;
 background-color: #C8D0C6;
}
#box td {
 background-color: #61705E;
 vertical-align: top;
}
/* ende allgemein */

/* aufbau */
#foto_big {
 width: 598px;
 height: 242px;
}
#linksoben {
 width: 598px;
 height: 242px;
}


#logo {
 width: 299px;
 vertical-align: bottom;
}
#logo a.copy:link, #logo a.copy:visited, #logo a.copy:hover, #logo a.copy:active {

 color: #A7AAA6;
 text-decoration: none;
 padding: 0 3px;
}
#rechtsoben {
 width: 299px;
 vertical-align: bottom;
}
#rechtsoben a.copy:link, #logo a.copy:visited, #logo a.copy:hover, #logo a.copy:active {

 color: #A7AAA6;
 text-decoration: none;
 padding: 0 3px;
}

#foto_small {
 width: 299px;
 height: 255px;
 margin:0;
 padding:0;
 border:0;

}
#rechtsunten {
 width: 299px;
 height: 255px;
 margin:0;
 padding:0;
 border:0;

}


/* -------------------------- MENUE BEGIN do not change --------------------------- */

ul.dropdown
{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
}

ul.dropdown * ul
{
    list-style: none;
    margin:0;
    padding: 0;
	display:none;
	position:absolute;
	z-index:99;
	width:10em;
}

ul.dropdown li
{
    float:left;
}

ul.dropdown li * li
{

    float:none;

    position: relative;
}

ul.dropdown ul * ul
{
    left:98%;
    top:0;

}

ul.dropdown a
{
    display:block;

}

ul.dropdown ul * a
{
    height:100%;
}

ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul
{
    display:none;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul
{
    display:block;
}

/* -------------------------- END do not change --------------------------- */

/* ---------------------- Menue-Kosmetik ---------------------------------- */
#menue{
         height:20px;
	width:100%;
	border-bottom: solid #C8D0C6 1px;
}

ul.dropdown a
{
    color:#C8D0C6;
    padding:4px;
    text-decoration:none;
    font-weight: bold;
    margin-left:10px;
}

ul.dropdown a:visited
{
    color:#C8D0C6;
}

ul.dropdown a:hover
{

    text-decoration:underline;
}

ul.dropdown ul
{

}

ul.dropdown ul a
{
    margin-left:20px;
    padding:0px;
    text-decoration:none;
}

ul.dropdown ul a:hover
{
    textdecoration:underline;
}

ul.dropdown ul li
{

}
/* --------------------------- Ende Menue-Kosmetik --------------------------------- */
.text{
	clear: both;
 	margin-left:20px;
         margin-right:20px;
}
.artists{

}
.artists a{
    color:#C8D0C6;
    text-decoration:underline;
    font-weight: normal;
}
.artists a:visited{

}
.artists a:hover{
    color:#ffffff;
}
#artisttext{
    margin:15px;
}

/* ------------------------ graf. Menue --------------------------------------*/
 .startlink:link, .startlink:active, .startlink:visited {
  color: white;
  text-decoration: none;
  border: none;
}

.startlink:hover {
  color: #7e2828;

  text-decoration: underline;
}
.imglink {
	border: none;
}
.hiddenlink:link, .hiddenlink:active, .hiddenlink:visited {

  text-decoration: none;
  border: none;
  background-color: #61705E;
  color:#61705E;
}
