* {
	font-size:12px;
}

html, body{
	height:100%;
	overflow:hidden;
	background-color:#005195;
}

body{
	margin:0;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial,Verdana;
	color:#1b63a0;
}

a, a:hover{
	color:#1b63a0;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	line-height:16px;
	padding-bottom: 10px;
	color:#1b63a0;
}

#altContent {
	width:800px;
	background-color:#005195;
	margin:0 auto;
        text-align:center;
}

#no-flash {
	float:left;
	width:800px;
	background-color:#FFFFFF;
	margin:20px 0px 20px 0px;
}

#header {
	height:120px;
	float:left;
	width:800px;
}

#page-content {
	width:800px;
	float:left;
	background-color:#FFFFFF;
	text-align:left;
}

#hnavi {
	width:180px;
        padding:10px;
	float:left;
	color:#125D9C;
        background-color:#EEEEEE;
}

#hnavi a.navi{
	color:#125D9C;
	text-decoration:none;
}

#hnavi a.navi:hover,#hnavi a.naviact,#hnavi a.naviact:hover{
	color:#125D9C;
	font-weight:bold;
text-decoration:none;
}

#hnavi a.subnavi{
	color:#125D9C;
	text-decoration:none;
	padding-left:20px;
}

#hnavi a.subnavi:hover,#hnavi a.subnaviact,#hnavi a.subnaviact:hover{
	color:#125D9C;
	font-weight:bold;
text-decoration:none;
padding-left:20px;
}


#content {
	width:580px;
padding:10px;
	float:left;
	color:#125D9C;
}

#footer {
	width:780px;
	float:left;
	padding:10px;
}

#footer a.footer-navi{
	color:#FFFFFF;
	text-decoration:none;
	padding-right:20px;
}

#footer a.footer-navi:hover,#footer a.footer-naviact,#footer a.footer-naviact:hover{
	color:#FFFFFF;
text-decoration:underline;
padding-right:20px;
}


/***Produkte***/
.produkt-list-item {
	float:left;
	width:580px;
	padding-bottom:15px;
	border-bottom:1px solid #1b63a0;
}

.produkt-list-item-left {
	width:80px;
	float:left;
}

.produkt-list-item-right {
	width:500px;
	float:left;
}

.produkt-single-item {
	float:left;
	width:580px;
	padding-bottom:15px;
}

.produkt-single-item-left {
	width:200px;
	float:left;
}

.produkt-single-item-right {
	width:380px;
	float:left;
}



/***Rezepte***/
.rezept-list-item {
	float:left;
	width:580px;
	padding-bottom:15px;
	border-bottom:1px solid #1b63a0;
}

.rezept-list-item-left {
	width:80px;
	float:left;
}

.rezept-list-item-right {
	width:500px;
	float:left;
}

.rezept-single-item {
	float:left;
	width:580px;
	padding-bottom:15px;
}

.rezept-single-item-left {
	width:200px;
	float:left;
}

.rezept-single-item-right {
	width:380px;
	float:left;
}






