	body
	{
		margin: 0;
		padding: 0;
		background-image: url(../pics/bg-body.jpg);
		background-repeat: repeat-x;
	}
	
	#container
	{
		margin: auto;
		height: 784px;
		width: 960px;
		padding-left: 8px;
		padding-right: 16px;
		padding-top: 16px;
	}
	
	#header
	{
		height: 94px;
		margin-left: 8px;
		margin-right: 8px;
		font-family: trebuchet ms, arial, sans-serif;
		font-size: 2.0em;
		line-height: 1.0em;
		font-weight: bold;
		color: #BC0B26;
		text-align: right;
	}
	
	#header a:link, #header a:visited
	{
		text-decoration: none;
		color: #BC0B26;
	}
	
	#header a:hover, #header a:active
	{
		text-decoration: none;
		font-weight: bold;
		color: #BC0B26;
	}	
	
	#trenner
	{
		margin-top: 16px;
		margin-left: 8px;
		height: 32px;
		padding-top: 7px;
		font-family: trebuchet ms, arial, sans-serif;
		font-size: 0.8em;
		font-weight: bold;
		color: #ffffff;
	}

	#menu
	{
		margin-top: 4px;
		width: 160px;
		font-family: trebuchet ms, arial, sans-serif;
		font-size: 0.8em;
		color: #BC0B26;
		text-align: left;
	}
	
	#menu a:link
	{
		text-decoration: none;
		color: #BC0B26;
	}
	
	#menu a:visited
	{
		text-decoration: none;
		color: #BC0B26;
	}
	
	#menu a:hover
	{
		text-decoration: none;
		font-weight: bold;
		color: #BC0B26;
	}	
	
	#menu a:active
	{
		text-decoration: none;
		font-weight: bold;
		color: #BC0B26;
	}
	
	#menu-top
	{
		height: 24px;
		background-image: url(../pics/bg-menu-top.png);
		background-repeat: no-repeat;
	}
	
	#menu-content
	{
		background-image: url(../pics/bg-menu-middle.png);
		background-repeat: repeat-y;
	}
	
	#menu-bottom
	{
		height: 24px;
		background-image: url(../pics/bg-menu-bottom.png);
		background-repeat: no-repeat;
	}
	
	#bookmarks
	{
		position:absolute; 
		top:735px; 
		padding-left: 22px;
		width: 144px;
	}
	
	img.bookmark
	{
		border: none; 
	}
	
	#contents
	{
		float: right; 
		margin-top: 4px;
		padding-top: 4px;
		width: 784px;
		height: 591px;
		background-image: url(../pics/bg-content.png);
		background-repeat: no-repeat;
	}

	#contents h1
	{
		font-family: trebuchet ms, arial, sans-serif;
		font-size: 1.2em;
		color: #000000;
		text-align: left;
		margin-top: 14px;
		margin-left: 24px;
		margin-right: 24px;
		margin-bottom: 0px;
	}	
	
	#contents p
	{
		font-family: trebuchet ms, arial, sans-serif;
		font-size: 0.8em;
		color: #000000;
		text-align: left;
		margin-top: 16px;
		margin-left: 24px;
		margin-right: 24px;
	}
	
	#contents a
	{
		white-space: nowrap;
	}
	
	#contents a:link
	{
		text-decoration: none;
		color: #000000;
	}
	
	#contents a:visited
	{
		text-decoration: none;
		color: #000000;
	}
	
	#contents a:hover
	{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}	
	
	#contents a:active
	{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
	
	#kontakt-links
	{
		float: left;
		margin-top: -15px;
		width: 380px;
	}
	
	#kontakt-rechts
	{
		margin-left: 384px;
		width: 380px;
	}
	
	#footer	
	{
		clear: both;
		height: 32px;
		margin-left: 16px;
		margin-right: 8px;
		padding-top: 10px;
		font-family: trebuchet ms, arial, sans-serif;
		font-size: 0.8em;
		color: #ffffff;
		text-align: right;
	}
	
	#footer a:link
	{
		text-decoration: none;
		color: #ffffff;
	}
	
	#footer a:visited
	{
		text-decoration: none;
		color: #ffffff;
	}
	
	#footer a:hover
	{
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
	}	
	
	#footer a:active
	{
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
	}
	
	ul
	{
		margin-top: 0px;
		margin-left: -16px;
		margin-bottom: 0px;
		list-style-type: none;
	}
	
	ul.ul-2
	{
		margin-top: 0px;
		margin-left: -32px;
		margin-bottom: 0px;
		list-style-type: none;
	}
	
	p.alert
	{
	margin-top: 16px;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 3px;
	text-align: left;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
	border: 1px solid #BC0B26;
	}