	html, body 
	{ 
		background-color: #828282; 
		padding: 0px; 
		margin: 0px; 
		background-image: url("../images/bg.jpg"); 
		background-repeat: repeat-x; 
		background-position: center top; 
	    background-attachment: fixed;
		font-family: Verdana, Sans-Serif;
		font-size: 11px;
		color: #ffffff;
		line-height: 23px;
		width: 100%;
		height: 100%;
	}
	
	img { border: 0px; }
	
	input, textarea { background-color: Black; border: 1px solid white; color: White; font-size: 11px; padding: 3px; }
	
	p { padding: 0px; margin-top: 0px; }
	
	h2 { font-size: 12px; font-weight: bold; padding-top: 10px; }
	
	.clear { clear: both; height: 1px; overflow: hidden; padding: 0px; margin: 0px; }
	.seperator { padding: 0px 14px; }
	.flexScrollContainer { width: 474px; height: 346px; padding-top: 10px; float: left; overflow: hidden; }
	#flexscroller { width: 474px; height: 324px; overflow: hidden; padding: 0px; padding-bottom: 10px; }
	.innerContent { width: 365px; padding: 30px 40px 0px 30px; }
	#rubrik { margin-left: -5px; margin-top: -10px; }
	.rubbe { padding-bottom: 18px; margin-left: -4px; }
	.bild { background-repeat: no-repeat; }
	
	a:link { color: White; text-decoration: none; }
	a:visited { color: White; text-decoration: none; }
	a:active { color: White; text-decoration: none; }
	a:hover { color: #c3c3c3; text-decoration: none; }
	
	a.GP:link { color: White; text-decoration: none; }
	a.GP:visited { color: White; text-decoration: none; }
	a.GP:active { color: White; text-decoration: none; }
	a.GP:hover { color: white; text-decoration: none; }
	
	
	.imgInfo                { width: 300px; color: #cccccc; position: absolute; right: 10px; top: 5px; text-align: right; font-size: 9px; }
	
	.container              { width: 948px; min-height: 655px; _height: 655px; margin: 0px auto; padding-top: 62px; padding-bottom: 62px; }
	    .headerContainer    { width: 948px; height: 174px; overflow: hidden; background-image: url("../images/header_bg.png"); _background-image: none; _background-color: black; }
	        .logo           { width: 384px; height: 174px; float: left; background-color: Black; }
	    .contentContainer   { width: 948px; min-height: 355px; position: relative; margin-top: 15px; background-image: url("../images/transBG.png"); _background-image: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/transBG.png',sizingMethod='scale'); }
	    
    .footer                 { width: 948px; height: 29px; font-weight: bold; font-size: 10px; text-align: center; margin-top: 15px; background-image: url("../images/transBG.png"); _background-image: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_bg.png',sizingMethod='scale'); }