/* Standard-CSS fuer {Projektname} */





/* Einstellung der Abstaende zum Nullpunkt des Browsers und weitere Standards */

html, body, div, p,

h1, h2, h3, 

span, a, table, td,

form, img 					{ margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:rgb(174,161,162); }

					  

#screen						{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	height:650px;
	margin-left: -490px;
	margin-top: -325px;
}



#box						{
	width:980px;
	height:596px;
	border:solid 1px rgb(200,75,100);
	background-image:url("images/00gbacka.jpg");
}



#content					{ width:940px; height:390px; margin:20px; margin-bottom:0px; }



.contain					{ width:100%; }



.left						{ float:left; }



.right						{ float:right; }

.right img.oben				{ margin-bottom:15px; }



#logo						{ display:block; width:583px; height:48px; margin-top: 64px; }



marquee, TICKER				{ padding-top:18px; font-size: 9pt; color: #d6d0d0; }

.line 					{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(174,161,162);
}


#address					{ float:left; margin-left:7px; padding-top:15px; }



#navi						{ float:right; list-style-type:none; margin-right:7px; padding-top:15px; }

#navi li					{ float:left; }

							  

ul, li						{ margin:0px; padding:0px; }	

  

html, body 					{ background-color:rgb(52,20,22); font-family: Verdana, Helvetica, sans-serif; color: #000000; font-size: 12px; } 

						  

/* Allgemein gueltige Formatierungen */

h1 							{ font-size: 16pt; color: #f60f60; margin: 20px 60px 10px 240px; border-bottom: 1px solid #ffffff; }

.klein						{ font-size: 8pt; }





a:link,	a:active, a:visited	{ text-decoration: underline; }

a:hover						{ text-decoration: none;  }



img							{ border:none; behavior: url("pngbehavior.htc"); }

