body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	background: #a10c0c url(slices/bg.png);
	margin: 0px;
	padding: 0px;
}

#container {
	width: 847px;
	margin: 0px auto;
	padding: 0px;
	padding-right: 27px;
	background: #ffffff url(slices/header.png) no-repeat;
	border: 1px solid #000000;
	border-top: 0px; 
}

#navigation {
	padding-top: 90px;
	margin: 0px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navigation li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#navigation a {
	text-decoration: none;
	float: left;
}

#navigation a span {
	visibility: hidden;
}

#navigation li.nav_01 a {
	background: url(slices/navi_01.png) no-repeat;
	width: 54px;
	height: 18px;
	margin-left: 27px;
}
#navigation li.nav_02 a {
	background: url(slices/navi_02.png) no-repeat;
	width: 158px;
	height: 18px;
	margin-left: 9px;
}
#navigation li.nav_03 a {
	background: url(slices/navi_03.png) no-repeat;
	width: 72px;
	height: 18px;
	margin-left: 9px;
}
#navigation li.nav_04 a {
	background: url(slices/navi_04.png) no-repeat;
	width: 53px;
	height: 18px;
	margin-left: 9px;
}


#content {
	padding: 30px 0px 10px 27px;
}

fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-bottom: 5px;
	border: 1px solid #a10c0c;
}

legend {
	font-weight: bold;
	padding: 2px 6px;
	background: #ffffff;
	border: 1px solid #a10c0c;
	margin-bottom: 10px;
}

input, textarea {
	border: 1px solid #a10c0c;
	background: #eeeeee;
	padding: 2px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background: #dddddd;
}

h1 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}

#leven {
	text-align: right;
}
#leven a {
	color: #dddddd;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
}
