HTML
{
}
BODY
{
	font-family: Tahoma, Arial, sans-serif;
	background-color: #FFF;
	font-size: 15px;
	line-height: 1.6em;
	color: #000000;
	padding: 0;
}
/*Headings
* ---------------------------------------------------------------------*/
H1, H2, H3, H4, H5, H6
{
	color: #007BA5;
}
/*Text Elements
* ---------------------------------------------------------------------*/
A
{
	color: #007BA5;
}
A:hover
{
	color: #007BA5;
}
/*Tables
* ---------------------------------------------------------------------*/
TABLE, TH, TD
{
	border: 0 none #000000;
}
/*Default Classes
* ---------------------------------------------------------------------*/
TABLE, TH, TD
{
	padding: 0;
	margin: 0;
}
UL
{
	padding: 0;
	margin: 0 0 0 20px;
}
LABEL
{
	color: #3F3F3F;
	font-weight: normal;
	white-space: nowrap;
}
/*HAJO*/
H1
{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px;
}
.centerbox
{
	height: 100%;
	margin: 0px auto;
	position: relative;
	width: 960px;
}
.logobar
{
	height: 70px;
	margin-top: 40px;
}
.logobar .navigation
{
	float: right;
}
.navigation .spacer
{
	display: inline-block;
	width: 5px;
	height: 1px;
}
.bluebox
{
	color: #FFF;
	background-color: #007BA5;
	margin-bottom: 40px;
}
.moin
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.moin H1
{
	color: #FFF;
	display: inline-block;
	margin: 0px;
	margin-right: 10px;
}
.products .product
{
	float: left;
	width: 300px;
	height: 400px;
	margin-right: 20px;
	border: 1px solid #007BA5;
	padding: 10px;
	position: relative;
}
.products .product.green
{
	float: left;
	width: 300px;
	height: 400px;
	margin-right: 20px;
	border: 1px solid #79B41C;
	padding: 10px;
}
.products.dummy .product
{
	margin-bottom: 20px;
	margin-top: -40px;
	height: 40px;
	border-top: none;
}
.product .description
{
	font-size: 12px;
	font-family: sans-serif;
	text-align: justify;
}
.description .black
{
	display: inline;
	color: #000000;
	font-weight: bold;
}
.description .blue
{
	display: inline;
	color: #007BA5;
	font-weight: bold;
}
.description .green
{
	display: inline;
	color: #79B41C;
	font-weight: bold;
}
.product .moreinfo
{
	/*+placement:anchor-bottom-right 6px 3px;*/
	position: absolute;
	right: 6px;
	bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}
.product.green .moreinfo
{
	color: #79B41C;
}
/*blog*/
.postbox
{
	width: 640px;
}
.postbox H1
{
	margin-bottom: 0px;
}
.postbox .date
{
	font-size: 12px;
	color: #888;
	margin-left: 25px;
}
.postbox P
{
	text-align: justify;
	margin: 20px 0px;
}
.postbox P IMG.aligncenter
{
	display: block;
	margin: 20px 0px;
}
/*EOF*/
