body {
		background: url(../images/hgr_content_main.gif) #FFA700 repeat-y;
		font-family: Verdana, sans-serif;
		margin: 0;
		padding: 0 40px 40px 40px;
		font-size:95%;
	}

	h1, h2, h3, h4, h5 {

		color: #006DAF;
		margin: 0;
		padding: 0;
	}
	h1 {
		font-size: 1.2em;
		font-weight: normal;
		border-bottom: solid 1px #006DAF;
		margin-bottom: 1em;
	}
	h2 {
		font-size: 1em;
		margin-bottom: 0.5em;
	}
	p {
		margin: 0 0 1em 0;
		padding: 0;
	}
	p, td, li {
		font-size: 0.8em;
		line-height: 1.6em;
	}
	td p {
		font-size: 1em;
	}
	
	a {
		color: #005aa1;
	}
	a.listLink {
		padding-left: 15px;
		background: transparent url(../images/arrow.gif) no-repeat 2px 3px;
	}
	a:hover {
		color: #fff;
		text-decoration: none;
		background-color:  #005aa1;
	}
	.rightBox {
		float: right;
		position: relative;
		width: 201px;
		background: #FFD771 url(../images/hgr_rightBox_foot.gif) no-repeat bottom;
		margin:  0 0 1em 1em;
	}
	.rightBox .frage {
		background: transparent url(../images/hgr_box_frage.gif) no-repeat center;
	}
	.rightBox .hinweis {
		background: transparent url(../images/hgr_box_achtung.gif) no-repeat center;
	}
	.rightBox h3, .normBox h3 {
		font-size: 0.9em;
		padding: 5px;
		color: #fff;
		background: #E81810 url(../images/hgr_rightBox_head.gif) no-repeat;
		margin: 0;
	}
	.rightBox p, .normBox p {
		padding: 10px 5px;
		margin: 0;
		margin-bottom: 10px;
		border-right: solid 2px #D68C00;
	}

	.normBox {}

	div.imgLeft .muschel {
		position: absolute;
		top: 3px;
		left: 4px;
		width: 20px;
		height: 20px;
		background: url(../images/img_muschel.gif) transparent no-repeat;
	}
	div.imgLeft .seestern {
		position: absolute;
		right: 4px;
		bottom: 4px;
		width: 20px;
		height: 20px;
		background: url(../images/img_seestern.gif) transparent no-repeat;
	}
	div.img, div.imgLeft, div.imgRight {
		position: relative;
		padding: 12px;
		background: url(../images/hgr_img1.gif) #FFD771;
		border-right: solid 2px #BF7D00;
		border-bottom: solid 2px #BF7D00;
	}
	div.imgLeft {
		float: left;
		margin:  3px 1em 1em 0;
	}
	div.imgRight {
		float: right;
		margin:  3px 0 1em 1em;
	}
	img {
		border: solid 1px #48A719;
	}
	.imgText {
		text-align: right;
		font-size: 0.6em;
	}
	.labelText {
		font-size: 0.6em;
	}
	.hintBox {
		background-color: #FFBA38;
		padding: 0.5em;
		margin-bottom:1em
	}
	
	/*Formulare*/
	form {
		margin: 0;
		padding: 0;
	}
	input, textarea {
		display: block;
		width: 300px;
	}
	label {
		display: block;
		margin-top: 10px;
	}
	.button {
		width: 150px;
		margin: 15px 0;
	}
	
	.clearB {
		clear: both;
	}
	.clearL {
		clear: left;
	}
	.clearR {
		clear: right;
	}
	.clearBDeco {
		clear: both;
		height: 54px;
		background: url(../images/clearBDeco.gif) transparent no-repeat center;
		text-align: center;
	}
