		
/* Links */
a, a:visited {
			color: #FFFFFF;
			text-decoration: none;
			font-size: 10px;
			}
a:hover {
			color: #FF3300;
			text-decoration: underline;	
			}

a.link, a.link:visited  {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 10px;
			color: #666666;
			}
a.link:hover  {
			color: #FF3300;
			text-decoration: none;	
			
			}
a.link1, a.link1:visited  {
			font-weight: normal;
			text-transform: capitalize;
			text-decoration: none;	
			color: #666666;
			}
a.link1:hover  {
			color: #FF3300;
			}

h1 {
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #FF3300;
	font-weight: bold;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 135%;
}

/*  body und schrift definitionen */
body {
  background-color: #000000; /* #e1ddd9; */
  color:#564b47;  
  padding:0px;
  margin:0px;
}
#inhalt { 	
  height:700px; 
  width:800px;
  margin:10px auto;
  text-align: center;
  padding: 0px;
  background-color: #000000;
  overflow: hidden;
}

#text-box {
position:relative;
height: 60px;
width: 800px;
padding: 0;
overflow:hidden;
color: #FFF;
}

#text-box h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
font-weight: bold;
}

#flash {
position:relative;
height: 620px;
width: 800px;
overflow:hidden;
}

#copy-box-right {
position:relative;
float: right;
height: 20px;
width: 150px;
overflow:hidden;
padding: 5px 0 0 0;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #000000;
}

#copy-box-left {
position:relative;
float:left;
height: 20px;
width: 650px;
overflow:hidden;
padding: 5px 0 0 0;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #000000;
}