/* STANDART CSS FIREFOX */
/*STYLE DER SEITE SCHRIFT, HÖHEN, BREITEN DES LAYOUTS*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #e7f1f7;
	background-image: url(../res/body_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

div.banner_spacer {
	height: 81px;
}

div.logo {
	width: 228px;
	height: 81px;
	float: left;
	margin-right: -3px;
}

div.topmenu_corner {
	background-image: url(../res/topmenu_corner.jpg);
	background-repeat: no-repeat;
	background-color: #6ca3c1;
	height: 48px;
	width: 7px;
	float: left; 
	margin-left: 3px;
	margin-right: -3px;
}

div.topmenu {
	background-image: url(../res/topmenu_bg.jpg);
	background-repeat: repeat-x;
	background-color: #6ca3c1;
	height: 48px;
}

div.infomenu {
	height: 33px;
	line-height: 33px;
	text-align: right;
	background-color: #6ca3c1;
	padding-right: 20px;
}

div.content_trenner {
	height: 20px;
	background-color: #207aab;
	background-image: url(../res/trenner_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

div.searchbox {
	background-image: url(../res/searchbox.jpg);
	background-repeat: no-repeat;
	width: 214px;
	height: 39px;
	margin-left: 5px;
}

div.quickmenu {
	background-image: url(../res/quickmenubox.jpg);
	background-repeat: no-repeat;
	width: 214px;
	height: 54px;
	margin-left: 5px;
	margin-top: 15px;
}

div.newsbox {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
}

td.left_colum {
	vertical-align: top;
	width: 228px;
}

td.middle_colum {
	vertical-align: top;
	width: 500px;
	font-size: 11px;
}

div.content_image {
	margin-left: 10px;
	margin-right: 10px;
}

div.content {
	margin: 10px;
}

td.right_colum {
	vertical-align: top;
	width: 207px;
	padding: 5px;
	font-size: 11px;
}