html, body 
	{
		margin: 0; 
		padding: 0; 
		border: 0;
	}

body
	{
		color: #fff;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 100.01%;
		text-align: center;
	}
	
#wrapper-outer
	{
		margin: 0 auto;
		text-align: left;
		background: #10076A url(/images/layout/bg-body.gif) top center repeat-y;
	}
	
#header
	{
		background: #000;
		text-align: center;
	}

#header h1
	{
		width: auto;
		height: 250px;
		position: relative;
		margin: 0 auto 33px auto;
		padding: 0;
		background: #000;
	}
	
#header h1 span
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(/images/layout/header.jpg) top center no-repeat;
	}
	
#content
	{
		float: left;
		width: 490px;
		padding: 15px 20px 0 50px;
		background: url(/images/layout/bg2.gif) repeat-y;
	}
	
#right-column
	{
		float: left;
		width: 160px;
		padding: 15px 30px 0 20px;
	}
	
/* Start Mac IE5 filter \*/
#content, 
#right-column
	{
		padding-bottom: 32767px !important;
		margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */

#wrapper
	{
		width: 770px;
		margin: 0 auto;
		overflow: hidden; 
	}

#wrapper
	{
	float: left;
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
		content: '.'; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
#wrapper
	{
		display: inline-block;
	}
	
/*\*/
#wrapper
	{
		display: block;
	}

* > #footer, * > form, * > #notes, * > .output
	{
		position: relative;
		z-index: 1000;
	}
	
#content
	{
		font-size: .8em;
		line-height: 1.5em;
	}
	
#content h1, 
#right-column h2
	{
		margin-top: 0;
	}
	
#content h1
	{
		margin-left: -20px;
		font-size: 1.6em;
		font-weight: normal;
	}
	
#content blockquote
	{
		margin-left: 0;
		padding-left: 0;
		margin-bottom: -1em;
		font-family: Arial, sans-serif;
	}
	
#content  cite
	{
		font-style: normal;
		font-family: Arial, sans-serif;
		font-size: .85em;
		text-align: right;
		display: block;
	}
	
h2
	{
		font-size: 1.3em;
		font-weight: normal;
		clear: both;
	}
	
h3
	{
		font-size: 1.1em;
		font-weight: bold;
		clear: both;
	}
	
#content a, 
#right-column a, 
#footer a
	{
		color: #E2D9B0;	
	}
	
#content a:visited, 
#right-column a:visited, 
#footer a:visited
	{
		color: #A7987A;
	}

#right-column
	{
		font-size: .7em;
		text-align: center;
		background: #395182 url(/images/layout/bg-right.jpg) top right repeat-y;
	}
	
#right-column h2.tour
	{
		position: relative;
		width: 161px;
		height: 48px;
		margin: 0 auto;
		text-align: left;
	}
	
#right-column h2.tour span
	{
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(/images/layout/h2_on_tour.gif);
	}
	
#right-column ul
	{
		margin: 0;
		padding: 0 0 0 1em;
		text-align: left;
	}
	
#right-column li
	{
		margin-top: 1em;
	}
	
#right-column li a
	{
		font-weight: bold;
		text-decoration: none;
		color: #fff !important;
	}	
	
#right-column h2.book
	{
		position: relative;
		width: 140px;
		height: 45px;
		margin: 2em 10px 0 10px;
		text-align: left;
	}
	
#right-column h2.book span
	{
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(/images/layout/h2_der_neueste_kehrer.gif) 
	}
	
#right-column img
	{
		margin: 0 auto;
	}
	
#nav
	{
		position: absolute;
		top: 236px;
		left: 0;
		width: 100%;
		height: 47px;
		background: url(/images/layout/bg_nav_side2.png) bottom left repeat-x;
		font-size: .8em;
	}
	
#nav ul
	{
		width: 770px;
		height: 47px;
		margin: 0 auto;
		padding: 0;
		background: url(/images/layout/bg_nav_center2.png) bottom left repeat-x;
		position: relative;
		list-style: none;
		text-align: right;
		
	}
	
#nav ul li
	{
		display: inline;
		margin-right: 10px;
		height: 39px;
	}
	
#nav ul li a, #nav ul li b
	{
		position: relative;
		vertical-align: -100%;
		font-weight: normal;
	}
	
#nav ul li a span, #nav ul li b span
	{
		position: absolute;
		top: -16px;
		left: 0;
		height: 39px;
	}
	
#nav ul li#home
	{
		position: absolute;
		left: 10px;
		top: 0;
	}
	
#nav ul li#home a
	{
		width: 58px;
	}
	
#nav ul li#home span
	{
		width: 58px;
		background: url(/images/layout/nav/startseite.png);
	}
	
#nav ul li a:hover span, 
#nav ul li b span
	{
		background-position: 0 -39px !important;
	}

	
#footer
	{
		clear: both;
		font-size: .6em;
		background: url(/images/layout/bg2.gif) repeat-y;
		margin: 0 auto;
		width: 770px;
		text-align: center;
	}
	
#footer p
	{
		margin: 0;
		padding: 1em 0;
		background: #11076E;
		margin: 0 10px;
		border-top: 1px solid #000;
	}
	
form
	{
		display: inline;
	}
	
fieldset
	{
		padding: 0;
		border: 0;
		margin: 0;
	}
	
legend
	{
		display: none;
	}
	
label
	{
		display: block;
		width: 11.5em;
		float: left;
		margin-right: 1.5em;
		font-weight: bold;
		text-align: right;
	}
	
form p
	{
		clear: both;
	}
	
input.text, 
textarea.text
	{
		border: 1px solid #E2D9B0;
		font-size: 1em;
		font-family: Tahoma, Verdana, sans-serif;
		width: 25em;
	}
	
input.submit
	{
		color: #10076A;
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: bold;
		background: #E2D9B0;
	}
	

img.b
	{
		border: 1px solid #E2D9B0;
	}
	
img.l
	{
		float: left;
		margin-right: 1.5em;
	}
	
img.r
	{
		float: right;
		margin-left: 1.5em;
	}
	
div.books img.l
	{
		margin-bottom: 1.5em;
	}
	
.tac
	{
		text-align: center;
	}
	
.tar
	{
		text-align: right;
	}

.cb 
	{
		clear: both;
	}
.skip 
	{
		position: absolute;
		left: -999em;
	}