body
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}

#container
{
	width: 922px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	width: 100px;
	height: 75px;
}

#container2
{
	width: 920px;
	border: 1px solid #d4d4d4;
}

#header
{
	width: 920px;
	height: 250px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
}

#content
{
	width: 920px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Navigation */
#navigation
{
	float: left;
	height: 30px;
}

.button_navigation_active
{
	float: left;
	height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 1px;
	line-height: 30px;
	background-image: url(../img/bg_navigation_active.png);
	background-repeat: repeat-x;
}

.button_navigation
{
	float: left;
	height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 1px;
	line-height: 30px;
	background-image: url(../img/bg_navigation.png);
	background-repeat: repeat-x;
}

.button_navigation_active a, .button_navigation a
{
	color: #FFFFFF;
	text-decoration: none;
}

/* Boxen */
.column_1
{
	width: 280px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

.column_2
{
	width: 280px;
	margin-right: 20px;
	float: left;
}

.column_3
{
	width: 280px;
	margin-right: 20px;
	float: left;
}

.contentbox
{
	background-color: #edf2f2;
	margin-bottom: 10px;
	background-image: url(../img/bg_contentbox.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.header_contentbox
{
	background-color: #1e6789;
	color: #FFFFFF;
	font-size: 14px;
	padding:  8px;
}

.content_contentbox
{
	padding: 8px;
}

.clearfix 
{
	display: block;
	float: none;
	clear: both;	
}

/* Link allgemein */
a
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
