/* CSS Document */


body,td,th {
	font-family: "Courier New";
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 819px;
    height: 590px;
    border-bottom: 5px solid black;

}

#content{

    position: absolute;
}

#footer{
    position: absolute;
    left: 18px;
    width: 216px;
    height: 40px;
    bottom: 10px;
}
#myspace{
    width: 75px;
    height: 38px;
    float: right;
    cursor: pointer;
      
}

/* the new menue */

#new-menue{
    background-color: black;
    width: 819px;
    height: 32px;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 11px;
    color: white;
    margin-bottom: 7px;
}

#new-menue li {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    height: 22px;
    border-left: 1px solid white;
    float: right;
}
#new-menue li:hover{
    background-color: silver;
    cursor: pointer;
}



a {
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #33CC00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.goldtxt {color: #DBAD00;}

.greytxt {color: #999999;}

.titlebox {
	color: #48d5db;
	background-color: #FFFFFF;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.f1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dotted #009900;
}
.pastdates {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #c6c6c6;
	text-decoration: line-through;
}
.imprint {
	line-height: 12px;
	font-style: italic;
	font-family: georgia;
	font-size: 9px;
	color: #666666;
}
.datum {
	line-height: 12px;
	font-style: italic;
	font-family: arial;
	font-size: 9px;
	color: #666666;
}
.video {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	color: #CCCCCC;
}



.topline{
background-color: white;
margin-bottom: 2px;
color: white;
}


/* mini cover */

#kleine{
	position:absolute; 
	width:233px; 
	height:163px; 
	z-index:6; 
	left: 60px; 
	top: 75px; 
	visibility: hidden; 
	z-index: 10;
}

#seveninch{
	position:absolute; 
	width:233px; 
	height:163px; 
	z-index:6; 
	left: 60px; 
	top: 80px; 
	visibility: hidden; 
}





