body {
	background : #111d3d;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding:20px;
	margin: 0px;
	text-align: center;
	height: 100%;
}

#inhalt {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 598px;
	background: transparent;
}

#header {
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
}

/*<group=Navigation>*/

#navigation {
	list-style: none;
}

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

#navigation li {
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 6px 18px 5px;
	background: transparent;
}

#navigation a {
	list-style: none;
	color: #cccccc;
	text-decoration: none;
	float: left;
}

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

/*</group>*/

/*<group=Title>*/

#title {
	color: #ffffff;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	background: transparent;
}

#title p {
	font-size: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}

/*</group>*/

#picture {
	text-align: center;
}

/*<group=Products>*/

#products {
	width: 500px;
	height: 500px;
	overflow: scroll;
	margin-left: 50px;
}

#products img {
	padding-left: 0;
}

/*</group>*/

/*<group=Text>*/

#text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 20px;
}

#text img {
	float: left;
	margin-bottom: 50px;
}

#text p {
	font-size: 14px;
	text-align: justify;
	margin: 0 20px 20px;
	padding-top: 0;
}
/*</group>*/

/*<group=Contact>*/

#contact {
	padding: 0 20px 20px;
	text-align: left;
}

#contact span {
	font-size: 110%;
	font-weight: bold;
}

#contact p {
	font-size: 14px;
}

#contact h1 {
	font-size: 22px;
	text-align: center;
}

#contact a {
	text-decoration: underline;
	color: #999999;
}

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

/*</group>*/

/*<group=Footer>*/

#footer {
	text-align: center;
	float: none;
	clear: both;
	margin-top: 10%;
}

#footer p {
	font-size: 12px;
	color: #c6c6c6;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

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

/*</group>*/
