/* CSS Document */

/* ********** Site-Layout ********** */

body		{
	margin: 0px;
	padding: 0px;
	background-image: url(img/hg_site_body.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

* html body		{
	font-size: x-small;
	f\ont-size: small;
}

#body-hg 	{
	margin: 0px;
	padding: 28px 0px 28px 0px;
	background-image: url(img/hg_site_verlauf.jpg);
	background-repeat: repeat-x;
	font-size: 98%;
}

#container-hg	{
	width: 790px;
	background-color: #ffffff;
	background-image: url(img/hg_container.jpg);
	background-repeat: repeat-y;
}

#container	{
	width: 750px;
	padding: 5px 20px 25px 20px;
	background-image: url(img/hg_container-oben.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

* html #container	{
	width: 790px;
	w\idth: 750px;
}

#head-img	{
	width: 750px;
	height: 250px;
	background-image: url(img/head-img.jpg);
}

#head-leiste	{
	width: 750px;
	height: 18px;
	margin: 5px 0px 10px 0px;
	background-image: url(img/head-leiste.gif);
	background-repeat: no-repeat;
}

#inhalt-container	{
	width: 750px;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
}

#inhalt		{
	position: relative;
	float: left;
	width: 435px;
	padding: 0px;
	margin: 0px;
	background-image: url(img/inhalt_hgpixel.gif);
	background-repeat: repeat-y;
}

#zusatzinfo	{
	position: relative;
	float: right;
	width: 160px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	margin-top: 70px;
}

#zusatzinfocontent	{
	position: relative;
	float: right;
	width: 140px;
	padding: 0px;
	margin: 0px;
}

#nav			{
	position: relative;
	float: left;
	width: 155px;
	padding: 0px;
	margin: 0px;
	margin-top: 70px;
}

#nav-inhalt		{
	font-size: 100%;
	position: relative;
	width: 108px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-image: url(img/nav_hgverlauf.jpg);
	background-repeat: no-repeat;
}

#nav-bottom		{
	position: relative;
	background-image: url(img/nav_bottom.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 46px;
	padding: 0px;
	margin-top: 2px;
}


#bottom	{
	clear: both;
	height: 13px;
	width: 790px;
	background-image: url(img/hg-bottom.jpg);
	background-repeat: no-repeat;
}


/* ********** Formatierung Navigation ********** */

#nav a:link	{
	color: #FFFFFF;
	width: 98px;
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 5px 7px 5px;
	display: block;
	text-decoration: none;
}

#nav a:visited	{
	color: #FFFFFF;
	width: 98px;
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 5px 7px 5px;
	display: block;
	text-decoration: none;

}

#nav a:hover	{
	color: #FFFFFF;
	width: 98px;
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 5px 7px 5px;
	display: block;
	text-decoration: none;
	background-color: #516C8A;

}

#nav a:active	{
	color: #FFFFFF;
	width: 98px;
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 5px 7px 5px;
	display: block;
	text-decoration: none;
}

.nav-over		{
	background-color: #516C8A;
	width: 110px;
}

/* ********** Zusatzinfo-Box Inhalt ********** */


#zusatzinfocontent h3	{
	width: 120px;
	padding: 5px 15px 5px 5px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	font-size: 95%;
	background-color: #516C8A;
	background-image: url(img/zusatzbox_square.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#zusatzinfocontent p	{
	font-size: 90%;
	width: 130px;
	padding: 5px 5px 10px 5px;
	margin: 0px 0px 35px 0px;
	background-image: url(img/zusatzbox_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}


#zusatzinfocontent a:link	{
	color: #E18A24;
	text-decoration: none;
}

#zusatzinfocontent a:visited	{
	color: #E18A24;
	text-decoration: none;

}

#zusatzinfocontent a:hover	{
	color: #E18A24;
	text-decoration: underline;

}

#zusatzinfocontent a:active	{
	color: #E18A24;
	text-decoration: none;
}



/* ********** Diverse Elemente ********** */

.clear			{
	clear: both;
}

.trenner			{
	clear: both;
	width: 100%;
	height: 2px;
	margin-bottom: 15px;
	background-image: url(img/trennerlinie.gif);
	background-repeat: repeat-x;
}

.spacer			{
	height: 300px;
}

.top		{
	width: 100%;
	text-align: right;
	padding: 10px 0px 10px 0px;
}

.top a:link		{
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

.top a:visited		{
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;

}

.top a:hover		{
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

.top a:active		{
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}


/* ********** Inhalt ********** */

h1				{
	font-size: 145%;
	color: #516C8A;
	letter-spacing: 1px;
	padding-left: 18px;
	background-image: url(img/h1-square.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	margin-bottom: 15px;
}

.h1-border				{
		width: 100%;
		border-bottom: 1px solid #A8B6C5;
		margin-bottom: 25px;

}


h2				{
	font-size: 120%;
	color: #E18A24;
	letter-spacing: 1px;
}

h3				{
	font-size: 110%;
	color: #333333;
	letter-spacing: 1px;
}

p				{
	margin-bottom: 20px;
	line-height: 145%;
}

/* ********** Bilder ********** */

.picLeft		{
	border: 0px;
	margin-right: 15px;
}

.picLeftBorder		{
	position: relative;
	float: left;
	border: 1px solid #333333;
	padding: 2px;
	margin-right: 15px;
	top: 5px;
}



/* ********** Listen ********** */

li	{
	list-style-image: url(img/li-square.gif);
	margin-bottom: 10px;
}


/* ********** Links im Inhaltbereich ********** */

#inhalt a:link	{
	text-decoration: none;
	color: #E18A24;
}

#inhalt a:visited	{
	text-decoration: none;
	color: #E18A24;
}


#inhalt a:hover		{
	text-decoration: underline;
	color: #E18A24;
}


#inhalt a:active	{
	text-decoration: none;
	color: #E18A24;
}

/* ********** Shop ********** */

.shopItem		{
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 15px;
	border-left: 1px solid #E18A24;
	padding-left: 10px;
}

