* {
	margin: 0px;
	padding:0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
}

body {
	background: white url(images/bg_1.png) repeat-x;
}

img {
	border: 0;
}

p {
	margin: 0px;
	padding: 0px;
}

p a {
	color: #2d3092;
}

td a {
	color: #2d3092;
}

/* SCHRIFTEN */

h1 {
	font-size: 30px;
	padding-top: 8px;
	padding-bottom: 12px;
	color: #2d3092;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	padding-bottom: 12px;
	color: #2d3092;
	font-weight: normal;
}

h3 {
	font-size: 23px;
	padding-bottom: 12px;
	color: #2d3092;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	padding-bottom: 4px;
}

h5 {
	font-size: 17px;
	padding-bottom: 12px;
	color: #2d3092;
}

h6 {
	font-size: 14px;
	padding-bottom: 6px;
	color: #2d3092;
}

h7 {
	font-size: 17px;
	padding-bottom: 12px;
	color: #2d3092;
	font-weight: normal;
}

/* WRAPPER */

#wrapper {
	width: 972px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto 0px;
}

#navi_wrapper {
	height: 22px;
	padding-top: 104px;
}

#subnavi_wrapper {
	width: 972px;
	height: 62px;
}

#content_wrapper {
	width: 972px;
	min-height: 562px;
}

.contentbox_wrapper {
	width: 421px;
	float: left;
	padding-top:25px;
	padding-left: 31px;
	padding-right: 31px;
}

#footer_wrapper {
	width: 927px;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 9px;
	color: #999999;
}

/* HEADER */

#header {
	width: 972px;
	height: 126px;
	background: url(images/header_1.png) no-repeat;
}


/* NAVI */

#navi {
	height: 22px;
	width: 967px;
}

	#navi ul {
		list-style-type: none;
		padding-left: 6px;
}
	
	#navi li {
		display: block;
		float: left;
}

	#navi .one a {
		font-size: 12px;
		font-weight: bold;
		display: block;
		float: left;
		width: 80px;
		height:  22px;
		padding-right: 5px;
		line-height: 23px;
		text-align: center;
		color: white;
		text-decoration: none;
		background: url(images/navi_1a.png) no-repeat;
}

 	#navi .one a:hover {
		color: white;
		background: url(images/navi_1b.png) no-repeat;
}

 	#navi .one a.selected {
		color: #333333;
		background: url(images/navi_1c.png) no-repeat;
}

	#navi .two a {
		font-size: 12px;
		font-weight: bold;
		display: block;
		float: left;
		width: 128px;
		height:  22px;
		padding-right: 5px;
		line-height: 22px;
		text-align: center;
		color: white;
		text-decoration: none;
		background: url(images/navi_2a.png) no-repeat;
}

 	#navi .two a:hover {
		color: white;
		background: url(images/navi_2b.png) no-repeat;
}

 	#navi .two a.selected {
		color: #333333;
		background: url(images/navi_2c.png) no-repeat;
}

	#navi .three a {
		font-size: 12px;
		font-weight: bold;
		display: block;
		float: left;
		width: 185px;
		height:  22px;
		padding-right: 5px;
		line-height: 22px;
		text-align: center;
		color: white;
		text-decoration: none;
		background: url(images/navi_3a.png) no-repeat;
}

 	#navi .three a:hover {
		color: white;
		background: url(images/navi_3b.png) no-repeat;
}

 	#navi .three a.selected {
		color: #333333;
		background: url(images/navi_3c.png) no-repeat;
}

#soco a {
		font-size: 12px;
		font-weight: bold;
		display: block;
		width: 128px;
		height:  22px;
		line-height: 23px;
		text-align: center;
		color: white;
		text-decoration: none;
		background: url(images/navi_soco.png) no-repeat;
		float: right;
}

/* CONTENT */

#content {
	width: 972px;
	min-height: 500px;
	background: url(images/content_bg_1.jpg) no-repeat;
	clear: both;
}

#content ul {
	list-style-position: outside;
	list-style-type: disc;
}

#content li {
	margin-left: 15px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 11px;
	
}

/* SUBNAVI */

#subnavi_left {
	width: 483px;
	height: 62px;
	float: left;
}

#subnavi_right {
	width: 489px;
	height: 62px;
	float: left;
}

#subnavi_arrows_wrapper {
	height: 14px;
	padding-top: 25px;
	padding-left: 6px;
	font-size: 9px;
}

#subnavi_text {
	height: 14px;
	float: left;
	font-size: 9px;
	padding-right: 5px;
	line-height: 14px;
}

/* FOOTER */

#footer_top {
	font-size: 9px;
	color: #999999;
	text-align: center;
}

#footer_top a {
	font-size: 9px;
	color: #2d3092;
	text-decoration: none;
	text-align: center;
}

#footer_bottom {
	font-size: 9px;
	color: #999999;
	padding-top: 5px;
	text-align: center;
}

/* CLASSES */

.headline {
	display: table-cell;
	vertical-align: middle;
}

.contentbox1 {
	width: 421px;
	float: left;
	padding-top:25px;
	padding-left: 31px;
	padding-right: 31px;
}

.contentbox2 {
	width: 482px;
	float: left;
}

.contentbox3 {
	width: 260px;
	float: left;
	padding-top:25px;
	padding-left: 31px;
	padding-right: 31px;
}

.contentbox4 {
	width: 620px;
	float: left;
	padding-top: 25px;
}

.contentbox5 {
	width: 260px;
	height: 190px;
	float: left;
	padding-top:25px;
	padding-left: 31px;
	padding-right: 31px;
}

.contentbox6 {
	width: 421px;
	padding-bottom: 30px;
}

.contentbox7 {
	width: 265px;
	height: 250px;
	float: left;
	padding-top:25px;
	padding-left: 25px;
	padding-right: 25px;
}

.subnavi_link, .subnavi_link a {
	height: 14px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 9px;
	text-decoration: none;
	background-color: white;
	float: left;
	line-height: 14px;
}

.subnavi_link a:hover {
	color: black;
}

.arrow {
	width: 11px;
	height: 14px;
	background: url(images/arrow.png) no-repeat;
	float: left;
	padding-right: 5px;
}

