/* CSS Dokument erste Seite www.koenigsmund.de */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(img/bgr_start.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
}

.outercontainer {
	width: 782px;
	margin: auto;
}

.leftcontainer {
	width: 277px;
	float: left;
}

.logobox {
	width: 277px;
	height: 139px;
	padding-top: 20px;
}

.navibox {
	width: 232px;
	padding-left: 45px;
	text-align: left;
	line-height: 18px;
}

.rightcontainer {
	width: 505px;
	float: left;	
}

.noborder {
	border: 0px;
}

h1 {
	font-size: 12px;
	line-height: 14px;
}

a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-size: 12px;
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	font-size: 12px;
	color: #092100;
	text-decoration: underline;
	font-weight: bold;
}
