@charset "UTF-8";
/* CSS Document */

/* ######################################## Allgemeine Angaben ######################################## */

*	{
	margin: 0;
	padding: 0;
}

body		{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #ffffff;
	background-image: url(../img-layout/hg-body.jpg);;
	line-height: 150%;
}

* html body /* IE6 */				{
			font-size: small;
	}
	
html>body /* Opera */						{
			font-size: small;
	}

h1, h2, h3 {

	margin: 0 0 1em 0;
}

a	{
	color: #CC0000;
}

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

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

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

a:active	{
	color: #6A7758;
	text-decoration: none;
}


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

#wrapper	{
	width: 100%;
	background-image: url(../img-layout/hg-body-top.png);
	background-repeat: repeat-x;
	background-position: center top;
	
}

#hg-grunge	{
	width: 950px;
	background-image: url(../img-layout/hg-grunge.png);
	background-repeat: no-repeat;
	background-position: center 350px;
}

* html #hg-grunge	{
		background-image: none;
}

#sitecontainer	{
	width: 820px;
	/* border: 1px solid #990000; */
	background-image: url(../img-layout/site-hg-body.png);
	background-repeat: repeat-y;
}

* html #sitecontainer	{
		background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img-layout/site-hg-body.png');
}


#site-head	{
	width: 820px;
	height: 202px;
	/* border: 1px solid #990000; */
}

#site-head-img	{
	width: 800px;
	height: 202px;
	background-image: url(../img-header/head-img.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#site-head-maske	{
	width: 800px;
	height: 202px;
	background-image: url(../img-layout/site-hg-head.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

* html #site-head-maske	{
		background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='img-layout//site-hg-head.png');
}


#site-body	{
	width: 820px;
	/* border: 1px solid #990000; */
	padding: 25px 0 25px 0;
	text-align: left;
}

#site-bottom	{
	width: 820px;
	/* border: 1px solid #990000; */
	color: #FFFFFF;
	background-image: url(../img-layout/site-hg-bottom-footer.jpg);
	background-repeat: repeat-y;
	background-position: 10px 0;
}

#site-bottom-content	{
	width: 760px;
	padding: 25px 20px 35px 20px;
	background-image: url(img-layout/site-hg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

#site-spalte-links	{
	position: relative;
	float: left;
	left: 30px;
	width: 130px;
	margin-right: 80px;
	margin-top: 1em;
	/* border: 1px solid #990000; */
	background-image: url(../img-layout/set-logo-navi.gif);
	background-repeat: no-repeat;
	background-position: 40px bottom;
	padding-bottom: 70px;
}

#site-spalte-rechts	{
	position: relative;
	float: left;
	width: 540px;
	/* border: 1px solid #990000; */
}

.clear	{
	clear: both;
	height: 0;
	color: #FFFFFF;
}

#site-bottom .clear	{
	color: #606658;
}

#site-bottom-spalte1	{
	position: relative;
	float: left;
	width: 210px;
	margin: 0 40px 0 25px;
	/* border: 1px solid #fff; */
	color: #FFFFFF;
}

#site-bottom-spalte2	{
	position: relative;
	float: left;
	width: 210px;
	margin-right: 40px;
	/* border: 1px solid #fff; */
	color: #FFFFFF;
}

#site-bottom-spalte3	{
	position: relative;
	float: left;
	width: 210px;
	/* border: 1px solid #fff; */
	color: #FFFFFF;
}

/* ######################################## Navigation ######################################## */

#navigation ul	{
	list-style: none;
}

#navigation ul li	{
	padding: 5px;
	border-bottom: 1px dotted #6A7758;
}

#navigation ul li.lastLink	{
	border: none;
}

/* ############### Navigation > Links ############### */

#navigation a:link	{
	color: #666666;
	text-decoration: none;
}

#navigation a:visited	{
	color: #666666;
	text-decoration: none;
}

#navigation a:hover	{
	color: #CC0000;
	text-decoration: none;
}

#navigation a:active	{
	color: #666666;
	text-decoration: none;
}

/* ############### Navigation > Links: Over-Zustand ############### */

#navigation a.over	{
	color: #cc0000;
	text-decoration: none;
}

/* ############### Navigation > Links: Over-Zustand für den ollen IE6 ############### */

* html #navigation a.over:link	{
	color: #cc0000;
	text-decoration: none;
}

* html #navigation a.over:visited	{
	color: #cc0000;
	text-decoration: none;
}

* html #navigation a.over:hover	{
	color: #cc0000;
	text-decoration: none;
}

* html #navigation a.over:active	{
	color: #cc0000;
	text-decoration: none;
}

/* ######################################## Links im Bottom-Bereich ######################################## */

#site-bottom a:link	{
	color: #cccc99;
	text-decoration: none;
}

#site-bottom a:visited	{
	color: #cccc99;
	text-decoration: none;
}

#site-bottom a:hover	{
	color: #ffffff;
	text-decoration: none;
}

#site-bottomn a:active	{
	color: #cccc99;
	text-decoration: none;
}


/* ######################################## Typo ######################################## */

p	{
	clear: both;
	line-height: 150%;
	margin-bottom: 2em;
}

#site-bottom-content p	{
	font-size: 0.9em;
	color: #ffffff;
}

h1	{
	font-size: 1.6em;
	font-weight: normal;
	color: #cc0000;
	margin: 2em 0 1em 0;
}

h1.pageTitle	{
	position: relative;
	width: 555px;
	left: 30px;
	border-bottom: 1px dotted #6A7758;
	padding: 0 0 10px 180px;
	margin-bottom: 0;
	font-size: 1.6em;
	color: #6A7758;
	background-image: url(../img-layout/maskottchen.gif);
	background-repeat: no-repeat;
	background-position: 700px;
}

h2	{
	font-size: 1.4em;
	font-weight: normal;
	color: #6A7758;
	margin-top: 1em;
}

#site-bottom-content h2	{
	font-size: 1em;
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h3	{
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0;
}

p.forward-link-notice   {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

/* ######################################## Bilder ######################################## */

img	{
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

img.icon {
	border: 0px;
}

p img	{
	position: relative;
	float: left;
	margin: 4px 8px 8px 0;
}


/* ######################################## Listen ######################################## */

#site-spalte-rechts	ul {
	list-style: square;
	margin: 0 0 1em 17px;
	padding: 0;
}

/* ######################################## Tabellen ######################################## */

table	{
	border-collapse: collapse;
}

tr.tableHead	{
	background-color: #6A7758;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

td	{
	border: 1px solid #cccccc;
	padding: 3px 10px;
}


/* ######################################## Form-Elemente ######################################## */

input, textarea	{
	border: 1px solid #6A7758;
}

p.warning {
	background-color: #DDDD20;
	color: #000000;
	text-align: left;
	font-family: arial;
	font-size: 10px;
	border: 1px solid #FFFFFF;
}

p.error {
	background-color: #B00000;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	font-family: arial;
	font-size: 10px;
	border: 1px solid #FF0000;
}

p.success {
	background-color: #6A7758;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-family: arial;
	font-size: 10px;
	border: 1px solid #FFFFFF;
}

/* ######################################## Stil-Elemente ######################################## */

div.centered {
    text-align: center;
}
