﻿* {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#container {
	width:986px; /* Gesamtweite */
	background: #fff url('/img/bg.png') repeat-y top left !important;
	float:left;
}
#header {
	width:986px; /* Gesamtweite */
	background: white url('/img/header.png') no-repeat top left;
	height:145px;
}
#left-col {
	width:190px; /*Weite 190px + 2*5px padding = 200px */
	float:left;
	background: #f3f3ec url('/img/sidebar_bg.png') no-repeat top left; 
	min-height: 250px;
	padding:5px;
}
#center-col {
	width:570px; /*Weite 570px + 8px + 8px padding = 586px */
	float:left;
	background-color: #fff;
	padding: 5px 8px 5px 8px;
}
#right-col {
	width:190px; /*Weite 190px + 2*5px padding = 200px */
	float:left;
	background-color: #ccc;
	background: #f3f3ec url('/img/sidebar_bg.png') no-repeat top left;
	padding: 5px;
	min-height: 250px;
	display:block;
}

#footer {
	width:986px; /* Gesamtweite */
	clear:left;
	text-align: center;
	background-color: #e6e6e6;
}

/**************************
Logo als Link
**************************/
.logolink 
{
	display:block;
	padding-top:40px;
	width:350px;
	height:68px;
	text-decoration:none;
	border:none;
}
