* { margin: 0; }

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #8fc9ff;
	}

h1, h2 { line-height: normal; }
h1 { font-size: 26px; color: #666; letter-spacing: -1px; padding: 0 0 0 10px; border-left: 8px solid #3399ff; margin: 0 0 20px 0; }
h2 { font-size: 12px; color: #3399ff; margin: 0 0 5px 0; }
a {	text-decoration: none; color: #666; font-weight: bold;
}
a:hover { color: #3399ff; }
p { margin: 0 0 24px 0; }

#container {
	width: 980px;
	margin: 0 auto;
	background: url(../t01_images/bg/container.jpg) no-repeat #fff;
	border-bottom: 5px solid #3a6a8d;
	overflow: hidden;
	}

#header {
	width: 980px;
	}
	#header ul { padding: 0; list-style: none; }
	#header li { display: inline; }

#shortcut {
	float: right;
	padding: 20px 20px 0 0;
	}
	#shortcut li a { float: left; border-right: 1px solid #000; padding: 5px 10px; }
	#shortcut li a:hover { background: #fff; }
	#shortcut .last a { border: 0; }

#mainmenu {
	padding: 164px 0 0 300px;
	font-size: 14px;
	}
	#mainmenu ul { padding: 0; list-style: none; position: absolute; }
	#mainmenu ul li { display: inline; float: left; }
	#mainmenu ul li a { height: 26px; float: left; padding: 8px 20px 0 20px; color: #fff; font-weight: bold; }
	#mainmenu ul li a:hover { background: #3a6a8d; }
	#mainmenu ul ul { position: absolute; visibility: hidden; display: block; background: #fff; clear: both; border-bottom: 3px solid #ccc; font-size: 12px; }
	#mainmenu ul ul li { display: block; float: none; }
	#mainmenu ul ul li a { display: block; float: none; color: #666; text-decoration: none; width: 150px; padding: 8px 0 0 20px; border-bottom: 1px solid #ccc; background: #fff; font-weight: normal; }
	#mainmenu ul ul li a:hover { background: #f4f4f4; border-bottom: 1px solid #3a6a8d; }

#content {
	width: 980px;
	background: url(../t01_images/bg/kraan.jpg) no-repeat 0 320px;
	padding: 50px 0 20px 0;
	text-align: justify;
	overflow: hidden;
	line-height: 20px;
	}

#breadcrumb {
	width: 960px;
	height: 40px;
	padding: 0 20px 0 0;
	text-align: right;
	}
	#breadcrumb a:hover { color: #3399ff; }

#contentleft {
	width: 448px;
	padding: 0 20px 20px 20px;
	float: left;
	}

#contentright {
	width: 448px;
	padding: 0 20px 20px 20px;
	border-left: 4px solid #e5f3ff;
	float: left;
	}

#footer {
	width: 980px;
	height: 40px;
	padding: 10px 0 0 0;
	background: url(../t01_images/bg/footer.gif) repeat-x bottom;
	text-align: center;
	color: #9f9f9f;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	clear: both;
	}
	#footer a { color: #3399ff; }
	#footer a:hover { color: #000; }

.list {
	padding: 0;
	list-style: none;
	line-height: normal;
	}
	.list li { width: 313px; border-top: 2px solid #e5f3ff; }
	.list li a { padding: 5px; width: 290px; display: block; color: #9f9f9f; text-transform: uppercase; font: bold 18px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px; }
	.list li a:hover { width: 295px; border-right: 8px solid #3399ff; color: #3399ff; }
	.list li span { color: #3399ff; font: bold 32px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -3px; margin: 0 20px 0 0; }

.listnummer { color: #3399ff; font: bold 32px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -3px; margin: 0 20px 0 0; }

.mb40 { margin: 0 0 40px 0; }

