/* @override http://www.seitenpfad.de/css/viewer750.css */

body {
	margin:0;
	padding:0;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	color:white;
	background:#3e443f;
}

#seitenpfad { 
	position:relative; 
	margin-top: 40px;
	width:100%; 
	height:70px;
	text-align:right;
}

#seitenpfad img {
	border:0;
}
	
#viewer {
	position:relative; 
	margin: 0 auto; 
	width:100%; 
	height:100%; 
	text-align:center;
}
 
#information {
	width:80%; 
	height:100%; 
	margin: 80px auto 0;
	text-align:left;
	font-size:14px; 
	color:silver;
}

#flashcontent {
	width:80%; 
	height:100%; 
	margin: 0 auto;
	height:520px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#ffffcc;
}

a:visited {
	color:#fadcb8;
}

a:active {
	color:silver;
}
	
a:hover {
	color: #99ccff;
}
			
h1 {
	font-size:18px; 
	color:#999999;
}

h2 {
	width:100%; 
	font-size:15px; 
	color:#cccccc; 
	text-align:center;
}

p {
	text-align:left; 
	text-indent: 2em; 
	line-height: 1.5em; 
}

	