			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: 2.5vw;

			}

			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;
				*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: 10%;
				margin-bottom: 50px;
				margin-left: 10%;

				padding: 30px;
			}
			
			div.walloftext
			{
				max-width: 600px;
				margin-right: auto;
				margin-left: auto;
				text-align: justify;
			}


			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
			{
				display: none;
			}

			div.sidebar img {max-width: 300px; width: 100%; margin: 0; padding: 0;}
			
			div.navbar
			{
				position: fixed;
				bottom: 0px;
				right: 0px;
				left: 0px;

				width: 100%;

				margin: 0;
				padding: 0;

				background-color: #1A1B2D;
				text-align: center;
				overflow: hidden;
				
				font-size: 1.2em;
			}

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

			div.rightside
			{
				position: absolute;
				top: 155px;
				right: 0px;

				width: 10%;

				text-align: center;

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

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

			div.langselect
			{
				display: none;			
			}
			
			div.langs
			{

				position: relative;
				padding-right: auto;
				padding-left: auto;
			}


			div.newsbox
			{
				display: none;
			}
			
			div.bottomline
			{
				display: none;
			}
			
			div.topline
			{
				position: relative;
				top: 0px;
				right: 0px;
				bottom: 0px;
				left: 0px;
				background-color: #1A1B2D;
				color: #5B6B7A;

				text-align: center
			}
			
			.topline a {color: #5B6B7A;}

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

				width: 70%;

				text-align: center
			}
			
			<div class="sidebar">

			<img src=pics/home.gif alt="home"><br><br>
			<a href="comics.htm"><img src=pics/comics.gif alt="Comics"></a><br><br>
			<a href="illustrationen.htm"><img src=pics/illustrationen.gif alt="Illustrationen"></a><br><br>
			<a href="sonstiges.htm"><img src=pics/sonst.gif alt="Sonstiges"></a><br><br>
			<a href="about.htm"><img src=pics/about.gif alt="About"></a><br><br>
			
			</div>