body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #ccd1db;
	color: white;
}

h1, h2, h3 {
	color: black;
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1em;
}

.fliess {
	color: black;
	letter-spacing: 0.01em;
	font-size: 0.9em;
}

.fliessbold {
	color: black;
	font-weight: bold;
	display: inline;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mainnav {
	letter-spacing: 0.1em;
	font: 0.88em Futura, Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	top: 5px;
	display: block;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

.textlink {
	color: #003b92;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

td {
	padding-bottom: 30px;
	padding-right: 30px;
	margin: 0;
}

/* START CONTAINER */

#hg_header {
	height: 60px;
	display: block;
	position: relative;
	background-image: url(img/standards/hg_header.gif);
}

#hg_info {
	height: 300px;
	display: block;
	position: relative;
	background-image: url(img/standards/hg_info.jpg);
	background-color: #003a91;
}

#wrapheader {
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrapinfo {
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrapslogan {
	width: 499px;
	height: 138px;
	position: absolute;
	top: 77px;
}

#wrapcontent {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
}

/* START HEADER */

#logotext {
	width: 271px;
	height: 33px;
	top: 15px;
	position: relative;
	float: left;
}

#nav_shop a {
	width: 246px;
	height: 33px;
	top: 15px;
	position: relative;
	float: right;
	background: url(img/nav/nav_header_shop.png) no-repeat 0 -33px;
}

#nav_shop a:hover {
	width: 246px;
	height: 33px;
	top: 15px;
	position: relative;
	float: right;
	background: url(img/nav/nav_header_shop.png) no-repeat 0 0;
}

/* START INFO */

#newsletter {
	width: 411px;
	height: 21px;
	top: 272px;
	position: absolute;
	visibility: hidden;
}

#imginfo {
	width: 489px;
	height: 271px;
	left: 411px;
	position: relative;
	top: 29px;
}

/* START FOOTER */

#footer {
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: black;
	font-size: 0.7em;
	border-top-style: solid;
	border-top-width: 1px;
	line-height: 1.5em;
}