
		html 
		{

			background: url('../images/kaas.jpg') no-repeat center center fixed;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		body
		{
			font: normal 14px "Georgia","Times new Roman","Arial";
			margin: 0;
			padding: 0;
			color:#C7C7C7;
		}
		h1,h3,h2,h4
		{
			color:#E6BF15;
			font-weight:bold;
		}
		
		a,a:visited
		{
			color:#E6BF15;
			text-decoration:underline;
		}
		a:hover
		{
			color:#F0DD8B;
			text-decoration:underline;
		}
		
		#imgdiv
		{
		
			position:absolute;
			left: 50%;
			color:FFFFFF;
			width:600px;
			margin-left: -300px;
			height:250px;
			z-index:1;
			margin-top:30px;

		}
		#navigation
		{
			padding:0px;
			position:fixed;
			left: 50%;
			width:1000px;
			margin-left: -500px;
			height:30px;
			margin-top:0px;
			background-color:#333333;
			z-index:60;
			/*
			opacity:0.7;
			filter:alpha(opacity=70); 
			*/
			
			/* Border Image CSS3 */
			/*-moz-border-image:url('../images/trennlinierot.png') 49 41 repeat; /* Firefox */
			/*-webkit-border-image:url('../images/trennlinierot.png') 49 41 repeat; /* Safari, Chrome */
			/*-o-border-image:url('../images/trennlinierot.png') 49 41 repeat; /* Opera */
			/* border-image:url('../images/trennlinierot.png') 49 41 repeat; /* W3C Standard */
			/* Border Image CSS 3 ENDE */
			
		}
		#inhalt
		{
			border-top:6px solid #800020;
			border-bottom:3px solid #E6BF15;
			padding:10px;
			background-color:#404040;
			width:720px;
			color:FFFFFF;
			opacity:0.9;
			z-index:60;
			filter:alpha(opacity=90); /* For IE8 and earlier */
			height:100%;
			float: left;
			display: inline; 
			position:absolute;
	
		}
		#footer
		{
			border-top:6px solid #800020;
			border-bottom:3px solid #E6BF15;	
			padding:5px;
			height:22px;
			bottom:0;
			position:fixed;
			background-color:#404040;
			width:990px;
			margin-left: -500px;
			left: 50%;
			color:FFFFFF;
			opacity:0.9;
			z-index:60;
			filter:alpha(opacity=90); /* For IE8 and earlier */
			text-align:center;
		}
		#spalterechts
		{
			border-top:6px solid #800020;
			border-bottom:3px solid #E6BF15;
			padding:10px;
			background-color:#404040;
			margin-left: 750px;
			color:FFFFFF;
			opacity:0.9;
			z-index:60;
			filter:alpha(opacity=90); /* For IE8 and earlier */
			width:230px;
			height:100%;
			float: left;
			display: inline; 
			position:absolute;
			
			overflow:auto;
		}
		#maincontent
		{
			min-height:385px;
			width:1000px;
			padding:0px;
			left: 50%;
			margin-left: -500px;
			margin-top:150px;
			position:absolute;
			padding-bottom:40px;
			margin-bottom:40px;
			
		}
		
		div.bottombar
		{ /* bar that runs across the bottom of the menu */
			height: 10px;
			/* background: #1a1109; */
			background: #E6BF15;
		}

		ul.semiopaquemenu{ /* main menu UL */
			font: bold 14px Georgia ;
			width: 100%;
			background: #800020;
			padding: 11px 0 8px 0; /* padding of the 4 sides of the menu */
			margin: 0;
			text-align: center; /* set value to "left", "center", or "right" to align menu accordingly */
		}

		ul.semiopaquemenu li{
			display: inline;
		}

		ul.semiopaquemenu li a{
			color:white;
			padding: 6px 8px 6px 8px; /* padding of the 4 sides of each menu link */
			margin-right: 15px; /* spacing between each menu link */
			text-decoration: none;
		}

		ul.semiopaquemenu li a:hover, ul.semiopaquemenu li a.selected{
			color: white;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9+ SVG equivalent  of linear gradients */
			background: -moz-linear-gradient(top,  rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.16) 100%); /* fade from white (0.82 opacty) to 0.16 opacity */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.82)), color-stop(100%,rgba(255,255,255,0.16)));
			background: -webkit-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
			background: -o-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
			background: -ms-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
			background: linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#29ffffff',GradientType=0 );
			-moz-box-shadow: 0 0 5px #69001A; /* CSS3 box shadows */
			-webkit-box-shadow: 0 0 5px #69001A;
			box-shadow: 0 0 5px #69001A;
			padding-top: 12px; /* large padding to get menu item to protrude upwards */
			padding-bottom: 20px; /* large padding to get menu item to protrude downwards */
		}
		#clr
		{
			clear:both;
		}
		th
		{
			background-color:#A10028;
			color:#FFFFFF;
		}
		img.member
		{
			padding-left:0px;
			padding-top:0px;
			padding-bottom:0px;
			padding-right:10px;
			border:0px;
		}
		td
		{
			vertical-align:center;
			
		}
		#bountyhunter
		{
			padding-right:5px;
			background-image: url('../images/klassen/bh.png');
			background-repeat:no-repeat;
			width:20px;
			height:20px;
			float:left;
			display:inline;
		}
		#imperialagent
		{
			padding-right:5px;
			background-image: url('../images/klassen/ia.png');
			background-repeat:no-repeat;
			width:20px;
			height:20px;
			float:left;
			display:inline;
		}
		#sithwarrior
		{
			padding-right:5px;
			background-image: url('../images/klassen/warrior.png');
			background-repeat:no-repeat;
			width:20px;
			height:20px;
			float:left;
			display:inline;
		}
		#sithinquisitor
		{
			padding-right:5px;
			background-image: url('../images/klassen/inquisitor.png');
			background-repeat:no-repeat;
			width:20px;
			height:20px;
			float:left;
			display:inline;
		}
		#unbekannt
		{
			padding-right:5px;
			background-image: url('../images/klassen/unbekannt.png');
			background-repeat:no-repeat;
			width:20px;
			height:20px;
			float:left;
			display:inline;
		}
		#inhaltinclude
		{
			padding-right:20px;
			overflow:auto;
			width:700px;
			height:420px;
		}
        .popniedrig
        {
        	color:#5AB526;
        }
        .popnormal
        {
        	color:#E3DD30;
        }
        .pophoch
        {
        	color:#D92929;
        }
        .popsehrhoch
        {
        	color:#D60D0D;
        }
        .popvoll
        {
        	color:#BA0000;
        }
	
		#status-leiste
			{
				margin-top:5px;
				margin-bottom:5px;
				width:180px;
				height:12px;
				

				background: #19d604; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5ZDYwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2Q4YTcwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzZkMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
				background: -moz-linear-gradient(left, #19d604 0%, #d8a704 28%, #6d0019 81%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,#19d604), color-stop(28%,#d8a704), color-stop(81%,#6d0019)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(left, #19d604 0%,#d8a704 28%,#6d0019 81%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(left, #19d604 0%,#d8a704 28%,#6d0019 81%); /* Opera 11.10+ */
				background: -ms-linear-gradient(left, #19d604 0%,#d8a704 28%,#6d0019 81%); /* IE10+ */
				background: linear-gradient(left, #19d604 0%,#d8a704 28%,#6d0019 81%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19d604', endColorstr='#6d0019',GradientType=1 ); /* IE6-8 */
						
			}	

			#status-1 
			{
				width:144px;
				margin-left:36px;
				background-color: #000000;
				filter:alpha(opacity=60);
				opacity: 0.6;
				-moz-opacity:0.6;
			}
			#status-1 div
			{
			
			}
			
			#status-2
			{
				width:36px;
				margin-left:0px;
				background-color: #000000;
				filter:alpha(opacity=60);
				opacity: 0.6;
				-moz-opacity:0.6;
			}
			#status-2 div
			{
				width:108px;
				margin-left:72px;
				background-color: #000000;
				filter:alpha(opacity=60);
				opacity: 0.6;
				-moz-opacity:0.6;
			}
			
			#status-3
			{
				width:72px;
				margin-left:0px;
				background-color: #000000;
				filter:alpha(opacity=60);
				opacity: 0.6;
				-moz-opacity:0.6;
			}
			#status-3 div
			{
				width:72px;
				margin-left:108px;
				background-color: #000000;
				filter:alpha(opacity=60);
				opacity: 0.6;
				-moz-opacity:0.6;
			}
			
			#status-4
			{
				width:108px;
				margin-left:0px;
				background-color: #000000;
				filter:alpha(opacity=60);
				opacity: 0.6;
				-moz-opacity:0.6;
			}
			#status-4 div
			{
				width:36px;
				margin-left:144px;
				background-color: #000000;
				filter:alpha(opacity=60);
				opacity: 0.6;
				-moz-opacity:0.6;
			}
			
			#status-5
			{
				width:144px;
				background-color: #000000;
				filter:alpha(opacity=60);
				opacity: 0.6;
				-moz-opacity:0.6;
			}
			#status-5 div
			{
			
			}

