/*  allgemein  */
body
	{
	margin: 0;
	padding: 0;
	background: #453900 url(bg.gif);
	font: 10px verdana, sans-serif;
	color: #382F00;
	}
	
	#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background: #fff url(main.gif) repeat-y;
	border-bottom: 12px solid #382F00;
	}
	
	#top
	{
	width: 750px;
	height: 250px;
	background: #382F00 url(top.gif) no-repeat;
	}
	
	#text
	{
	margin-left: 30px;
	width: 430px;
	}
	
	#footer
	{
	margin-left: 30px;
	font: 9px verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 2em;
	}
	
	/*  text  */
	
	h3{
	font: 20px;
	}
	
	a
	{
	color: #9F1A09;
	text-decoration: none;
	}
	
	a:visited
	{
	color: #9F1A09;
	text-decoration: none;
	}
	
	a:hover
	{
	color: #000;
	}
	
	p
	{
	text-indent: 1em;
	margin: 0 0 0.5em 0;
	}
	
	/*  boxen  */
	
	#fotos
	{
	position: absolute;
	top: 250px;
	left: 510px;
	width: 210px;
	line-height: 25px;
	margin-right: 30px;
	background: transparent url(fotos.gif) no-repeat 0 0;
	border-bottom: 1px solid #923b09;
	}	
	
	#fotos ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #7A1305;
	background: #9F1A09;
	}
	
	#fotos li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #ffffff;
	text-indent: 0;
	border-bottom: 1px solid #7A1305;
	line-height: 1em;
	padding: 0.5em 17px;
	}
	
	#fotos li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	}
	
	#fotos li a:hover
	{
	color: #ec9;
	}
	
	img{
	border: 1px solid #7A1305;
	}
	
	img.a{
	border: 0px;
	}
	
	/*  gb  */
	
	#gb
	{
	position: absolute;
	top: 400px;
	left: 510px;
	width: 210px;
	background: transparent url(gb.gif) no-repeat 0 0;
	border-bottom: 1px solid #923b09;
	}
	
	#gb p.p1
	{
	text-indent: 0;
	font: 10px/16px tahoma, verdana, sans-serif;
	color: #ffffff;
	padding: 5px 17px;
	margin: 25px 0 0 0;
	background: #9F1A09;
	border-top: 1px solid #7A1305;
	}
	
	#gb p.p1 a
	{
	color: #efece3;
	border: none;
	font-weight: bold;
	}
	
	#gb p.p1 a:hover
	{
	color: #ec9;
	}
	
	/*  links  */
	
	#links
	{
	position: absolute;
	top: 490px;
	left: 510px;
	width: 210px;
	margin-right: 30px;
	line-height: 25px;
	background: transparent url(links.gif) no-repeat 0 0;
	border-bottom: 1px solid #923b09;
	}	
	
	#links ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #7A1305;
	background: #9F1A09;
	}
	
	#links li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #ffffff;
	text-indent: 0;
	border-bottom: 1px solid #7A1305;
	line-height: 1em;
	padding: 0.5em 17px;
	}
	
	#links li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	}
	
	#links li a:hover
	{
	color: #ec9;
	}
