@CHARSET "UTF-8";

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00000;
	text-align: center;
	}
	
a {text-decoration: none;}
a:link { color: #888888; }    /* noch nicht besuchte Ziele */
a:visited { color: #888888; } /* besuchte Ziele */
a:hover { color: #555555; }   /* Verweise bei "MouseOver" */
a:active { color: #666666; }  /* Angeklickte Verweise */
a:focus { color: #888888; }   /* Verweise, die Fokus erhalten */

h1 { font-size: 24px; font-weight: bold }
h2 { font-size: 18px; font-weight: bold }
h3 { font-size: 14px; font-weight: bold }

img { border-style:none }

table { empty-cells:hide }


*.Seite 
	{
	border: #000000 solid 1px;
	width: 900px;

	position: relative;
	margin: 15px auto;
	}


*.Topbar
	{
	text-align: center;
	height:130px;
	}
	
*.Menue
	{	
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	font-size: 12px;
	color: #888888;
	}
*.Content
	{	
	text-align: center;
	height:400px;
	min-height:400px;
	font-size:12px;
	padding:30px 80px 0px 80px;
	}
*.Footer
	{
	text-align: center;
	font-size: 11px;
	padding:3px;
	}
	
*.albumvs
	{	
	position:absolute;	
	visibility:hidden;
	}
	
#rb
	{
	font-size:14px;
	font-weight:bold;
	color:#444444;	
	font-variant:small-caps;
	}

	#rb:link { color: #444444 ; }  /* noch nicht besuchte Ziele */
	#rb:visited { color: #444444; } /* besuchte Ziele */
	#rb:hover { color: #555555; }   /* Verweise bei "MouseOver" */
	#rb:active { color: #444444; }  /* Angeklickte Verweise */
	#rb:focus { color: #444444; }   /* Verweise, die Fokus erhalten */
	
	#footlink:link { color: #444444 ; }  /* noch nicht besuchte Ziele */
	#footlink:visited { color: #444444; } /* besuchte Ziele */
	#footlink:hover { color: #555555; }   /* Verweise bei "MouseOver" */
	#footlink:active { color: #444444; }  /* Angeklickte Verweise */
	#footlink:focus { color: #444444; }   /* Verweise, die Fokus erhalten */

	