* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
}
h2{
	font-size: 16px;
	font-weight: bold;
}
h3{
	font-size: 15px;
	font-weight: bold;
}
h4{
	font-size: 14px;
	font-weight: bold;
}
p{
	font-size: 12px;
}
a{
	color: #D13004;
}
a:hover{
	text-decoration: underline;
}

.global_wrap {
	width: 901px;
}

.menu_wrap {
	float: none;
	clear: both;
}
.menu_bottom_left, .menu_bottom_mid_left, .menu_bottom_mid_right{
	float: left;
}
.menu_bottom_mid_left {
	background-image: url(bilder/menu_bottom_mid_left.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 67px;
	width: 423px;
}
.main_menu {
	height: 19px;
	padding-top: 4px;
}

.main_menu li {
	display: inline;
}
.main_menu a {
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	font-weight: bold;
	vertical-align: middle;
	color: #000066;
	text-decoration: none;
}
.main_menu a:hover {
	color: #FFFFFF;
	background-color: #000066;
	text-decoration: none;
}



.content_wrap {
	width: 863px;
}
.submenu_wrap {
	float: left;
	width: 239px;
	clear: left;
	background-image: url(bilder/submenu_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}
.submenu_top {
	height: 227px;
	background-image: url(bilder/submenu_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 239px;
	left: 0px;
	top: 0px;
	z-index: 50;
}
.submenu {
	z-index: 51;
	position: relative;
	width: 164px;
}

.submenu ul {
	list-style-type: none;
	padding-top: 15px;
}
.submenu li {
	width: 143px;
	display: block;
	height: 20px;
}
.submenu a {
	font-weight: bold;
	height: 20px;
	width: 143px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	color: #000066;
	text-decoration: none;
	font-size: 12px;
}
.submenu a:hover {
	color: #FFFFFF;
	background-color: #000066;
	text-decoration: none;
}
.submenu_bottom {
	position: relative;
	z-index: 51;
	background-image: url(bilder/submenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 158px;
}






.center_content_wrap {
	float: left;
	width: 423px;
	overflow: hidden;
}
.center_content_inner {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.right_wrap {
	clear: right;
	float: left;
	width:200px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.right_wrap h1{
	font-size: 14px;
}
.right_wrap h2{
	font-size: 13px;
}
.right_wrap h3{
	font-size: 12px;
}
.right_wrap h4{
	font-size: 11px;
}
.right_wrap p{
	font-size: 10px;
}

.right_content_wrap {
	float: left;
	width: 139px;
	clear: right;
}
.right_spacer_wrap {
	float: left;
}
.right_content_element_wrap {
	margin-bottom: 12px;
}
.right_content_element_top {
	background-image: url(bilder/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_content_element_bottom {
	background-image: url(bilder/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.right_content_element_inner {
	padding: 10px;
}
.footer_wrap {
	background-image: url(bilder/footer_continues.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 106px;
	width: 100%;
	clear: left;
}
.footer_inner {
	overflow: hidden;
	height: 106px;
	width: 100%;
	
}
.footer_inner div{white-space: nowrap;}
.footer_left {
	clear: left;
	float: left;
	height: 106px;
	vertical-align: bottom;
	background-image: url(bilder/footer_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 662px;
}
.footer_right {
	background-image: url(bilder/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 198px;
	height: 106px;
}

