			body
			{
				background-color: #1A1B2D;
				background-image: url(pics/handpanelger.jpg);
				background-repeat: no-repeat;
				background-position: top right;

				margin-top: 150px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				
				color: white;
				overflow-y: scroll;
				
				font-size: 16px;
			}

			a
			{
				color: #DDDDDD;
				text-decoration: none;
				white-space: nowrap;

				max-width: 100%;
				width: auto;
				height: auto;
			}

			img
			{
				display: inline-block;
				max-width: 100%;
				width: auto;
				height: auto;
				border: 0;
			}


			div.text
			{
				min-height: 620px;
				position: relative;
				top: 0px;
				right: 0px;
				bottom: 0px;
				left: 0px;
				background-color: #5B6B7A;
				border-color: #FFFFFF;
				border-style: solid;
				border-right-style: solid;
				border-left-style: solid;

				margin-top: 0;
				margin-right: 15%;
				margin-bottom: 0;
				margin-left: 15%;

				padding: 50px;
			}
			
			div.walloftext
			{
				max-width: 600px;
				margin-right: auto;
				margin-left: auto;
				text-align: justify;
				padding: 10px;
				background-color:rgba(255, 255, 255, 0.1);
			}


			div.imginfo
			{
				width: 150px;
				height: 300px;
				margin-top: 0;
				margin-right: 5px;
				margin-bottom: -100px;
				margin-left: 5px;
				display: inline-block;
				vertical-align: top;
				text-align: center;
				font-size: 12px;
				line-height: normal;

				zoom: 1;
			}

			div.imgblock
			{
				width: 100%;
				margin-top: 10px;
				margin-right: 0;
				margin-bottom: 30px;
				margin-left: 0;				
			}

			div.sidebar
			{
				position: absolute;
				top: 150px;
				right: 85;
				left: 0;

				width: 15%;

				margin: 0;
				padding: 0;

				text-align: center;
				overflow: hidden;
			}

			div.sidebar img {max-width: 300px; width: 100%; margin: 0; padding: 0;}
			
			div.navbar
			{
				display: none;
			}

			span.current
			{
				opacity: 0.6;
				zoom: 1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha(opacity = 50);
			}

			div.rightside
			{
				position: absolute;
				top: 150px;
				right: 0px;
				bottom: 0px;
				left: 85%;

				width: 15%;

				text-align: center;

				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 50px;
				margin-left: 0px;
			}

			div.rightside img {max-width: 100%}
			
			div.langselect
			{
				width: 50px;

				position: relative;
				*top: 150px;
				right: auto;
				left: auto;
				padding: 5px;
			}
			
			div.langs
			{
				display: none;
			}

			div.newsbox
			{
				width: 80%;
				height: 600px;
				overflow: auto;

				margin-top: 0px;
				margin-right: 10%;
				margin-bottom: 0px;
				margin-left: 10%;

				padding-right: 5%;

				text-align: left;
				font-size: 15px;
			}
			
			div.bottomline
			{
				position: relative;
				margin-top: 4px;
				margin-bottom: 4px;
				right: 15%;
				left: 15%;

				width: 70%;

				text-align: center
			}
			
			div.topline
			{
				display: none;
			}

			div.breadcrumbs
			{
				font-size: 10px;
				position: relative;
				top: -45px;
				right: 15%;
				left: 15%;

				width: 70%;

				text-align: center
			}