body, html {
	height: 100%;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	background-color: #fff;
	margin:0;
	padding:0;
	overflow:hidden;
}

.sektion {
	width: 516px;
	height: 100%;
	margin: 0 0 0 223px;
}

#start_head {
	widht: 516px;
	height: 20%;
	background-color: #E6EBF4;
	background-image: url(/bilder/gxstart1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#start_inhalt {
	height: 318px;
	width: 516px;
}

#start_footer {
	height: 80%;
	width: 516px;
	background-color: #E6EBF4;
	background-image: url(/bilder/gxstart2.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#start_logo {
	display: inline;
	width: 150px;
	margin: 34px 0 0 19px;
	float: left;
}

#start_marken {
	width: 270px;
	height: 225px;
	background-image: url(/bilder/gxstart3.gif);
	background-repeat: no-repeat;
	margin: 31px 0 16px 77px;
	float: left;
}

#start_marken p {
	line-height: 16px;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #05368F;
	margin: 185px 0 0 12px;
}

.start_bild {
	margin: 2px 0 0 10px;
	float: left;
}

ul#start_links {
	width: 340px;
	height: 18px;
	list-style-type: none;
	margin:0;
	padding:0;
	clear: both;
	margin: 0 0 0 8px;
}

ul#start_links li {
	width: 100px;
	line-height: 16px;
	vertical-align: middle;
	margin-right: 22px;
	float: left;
}


a.start_link:link, a.start_link:active, a.start_link:focus, a.start_link:visited {
	display: block;
	line-height: 16px;
	/*vertical-align: bottom;*/
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #05368F;
	text-decoration: none;
	background-image: url(/bilder/gxpfeil_nav2.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 0 0 0 11px;
	float: left;
}

a.start_link:hover, a.start_link:active:hover, a.start_link:focus:hover, a.start_link:visited:hover {
	display: block;
	line-height: 16px;
	vertical-align: bottom;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #05368F;
	text-decoration: underline;
	background-image: url(/bilder/gxpfeil_nav2.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 0 0 0 11px;
	float: left;
}