
/* 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:450px; margin-left: -490px; margin-top: -275px; }

#box						{ width:980px; height:450px; border:solid 1px rgb(200,75,100); background-image:url("images/00gbacka.jpg"); }

#content					{ width:940px; height:360px; margin:20px; margin-bottom:0px; }

.contain					{ width:100%; }

.left						{ float:left; }

.right						{ float:right; }
.right img.oben				{ margin-bottom:15px; }

#logo						{ display:block; width:216px; height:56px; margin:20px; margin-top:0px; background-image:url("images/00_glor-shop.jpg"); background-repeat:no-repeat; background-position:bottom left; }

marquee, TICKER				{ padding-top:18px; font-size: 9pt; color: #d6d0d0; }

#address					{ float:left; margin-left:15px; _margin-left:7px; padding-top:15px; }

#navi						{ float:right; list-style-type:none; margin-right:15px; _margin-right:7px; padding-top:15px; +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"); }
