@charset "utf-8";
/* CSS Document Heidorn
 * 
 * Von Angela Fengler, me@angelafengler.de, www.fengler.net
 */

@import url("reset.css");
@import url("color.css");
@import url("typography.css");
@import url("details.css");

body 
{ 
	margin: 0;
	padding: 0;
}
#superwrap
{
	margin: 0 auto;
	width: 960px;
}
#header
{
	text-align: center;
	height: 151px;
}
#header a img
{
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
}
#nav_content_wrap
{ 
	margin: 0 auto; 
	width: 960px; 
	text-align: left;
	position: relative;
}
#nav
{
	width: 220px;
	position: absolute;
	left: 0;
	top: 10px;
}
#nav .nav_section
{
	background: transparent url(hg-nav-title.gif) no-repeat top center;
}
#nav .nav_section ul
{
	margin: 20px 15px 15px;
}
#content
{
	margin-left: 220px;
	/* bleibt als 740px Breite*/
	position: relative;
}
.content520
{
	width: 520px;
}
#optbox
{
	position: absolute;
	left: 520px;
	top: 0;
	width: 220px; 
	background: transparent url(hg-box144.gif) no-repeat top center;
}
#optbox p,
#optbox ul
{
	padding: 13px 20px 0 20px;
	margin: 0;
}
#optbox ul
{
	padding: 5px 20px 20px 20px;
	list-style: disc;
	list-style-position: inside;
}
#optbox .pic_and_text p
{
	padding: 0 10px;
	margin: 0;
}
#footer
{
	margin: 0 auto;
	position: relative;
	width: 964px; /*Sonst klappts nich' mit dem HG*/
}
#footer ul
{
	padding: 10px 20px 90px 20px;
}
#footer li
{
	display: block;
	float: right;
	padding: 3px;
	padding-right:30px;
}
a img,
img
{
	margin: 6px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #ddd;
}
img.ohneRand
{
	padding: 0;
	border: none;
}


.floatleft
{
	float: left;
	margin-right: 19px;
	margin-left: 0;
}
.floatright
{
	float: right;
	margin-left: 19px;
	margin-right: 0;
}
.clearer
{
	clear: both;
}
.top20
{
	padding-top: 20px;
}
.top30
{
	padding-top: 30px;
}
.top40
{
	padding-top: 40px;
}
.top50
{
	padding-top: 50px;
}
.bottom30
{
	padding-bottom: 30px;
}
.bottom40
{
	padding-bottom: 40px;
}
.bottom50
{
	padding-bottom: 50px;
}
.bottom150
{
	padding-bottom: 150px;
}
.bottom500
{
	padding-bottom: 500px;
}
.textbildre,
.textbildli,
.textbildre_re
{
	clear: both;
	
}
.textbildre img,
.textbildre_re img
{
	float: right;
	margin-left: 19px;
	margin-right: 0;
}
.textbildli img
{
	float: left;
	margin-left: 0px;
	margin-right: 19px;
}
.textbildre_re p,
.textbildre_re h3
{
	text-align: right;
}