@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	background:url(images/hg.gif) left top no-repeat;
}

html {
	margin: 0px;
	padding: 0px;
	}

td{
	font-family: Tahoma;
	font-size: 11px;
	color: #58585a;
	vertical-align: top;
}


img {

	border: none;
	}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

a{
 	color: #58585a;
}

a:hover{
	text-decoration: none;
}

li {
	list-style-image:url(images/li.gif);
	margin-left: -27px;
	margin-bottom: 0px;

}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


/*****************************************************| ALLGEMEIN |***/


#main {
	width: 855px;
	position: absolute;
	left: 115px;
	top: 0px;
	}

.logo {
	text-align: right;
	vertical-align: middle;
	height: 80px;
	}

#print{	
	visibility:hidden;
 	display:none;
}

/*****************************************************| NAVI |***/

.navi {
	height: 17px;
	background:url(images/hg-nav.gif) repeat-x;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 1px;
	}

.navi a{
	color: #fff;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	}
	
.navi img{
	position: relative;
	float: left;
	margin-right: 15px;
	margin-top: -1px;
	}
	
#navi-rechts, #navi-rechts a {
	position: absolute;
	top: 65px;
	left: 213px;
	float: right;
	width: 250px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	z-index: 1000;
	font-family: Verdana;
	font-size: 14px;
}

#navi-rechts a:hover {
	color: #ababad;
}

/*****************************************************| STARTSEITE |***/

.teaser{
	width: 275px;
	background:url(images/hg-teaser.jpg) top repeat-x #d2d3d4;
	padding: 12px;
	}

h1{
	color: #a61b35;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	}

h2{
	color: #ef7c27;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	}
/*****************************************************| CONTENT |***/

.left img{
	position: relative;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.cont{
	width: 170px;
	padding: 20px;
	background-color: #e3e4e5;
	}
	
.cont2{
	width: 515px;
	padding: 20px;
	background-color: #e3e4e5;
	}

.cont2 div{
	position: relative;
	float: left;
	width: 252px;
	margin-right: 5px;
	
	}

/*****************************************************| FOOTER |***/

.footer{
	font-size: 10px;
	word-spacing:0.2em;
	padding-top: 15px;
	line-height:1.9em;
	text-align: right;
}

.footer a{
	text-decoration: none;
}