body {
	background-color: #000000;
	margin: 0px;
}


#overall {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
}


table, td,th {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align:top;
}

#total {
	width: 906px;
	height: 100%;
	border: 0px solid #333;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#header {
	height:163px;
}
	.navcell {
		border-right: 0px solid #333;
		border-bottom: 0px solid #333;
		border-top: 0px solid #000;
		padding-right: 5px;
		height:25px;
		width:73px;
		margin:0;
		vertical-align:bottom;
		text-align:right;
	}
	.navcell a {
		display:block;
		width:100%;
	}

img {
	border: 0;
}
	.artikel {
		border:0px solid #ffffff;
		margin-bottom:0px;
	}


a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #636363;
	text-decoration: none;
	font-style: normal;
}
a:active {
	color: #000;
	text-decoration: none;
}


h1, h2, h3, p, div,td {
	font-family: verdana, sans-serif;
}

p {
	color: #000000;
	font-size: 11px;
	text-align: justify;
	margin: 5px;
	margin-bottom:10px;
}
p.copy {
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	font-size: 10px;
	text-align: right;
	color: #666;
	margin: 15px;
	padding:3px;
}

div {
	font-size: 11px;
	text-align: left;
}

fieldset {
	border: 0px solid #999;
	margin: 15px;
	padding: 10px;
}

legend {
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}


input.text {
	width: 180px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #f8f8f8;
}
input.button {
	width: 148px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #f8f8f8;
}

textarea {
	width: 300px;
	height: 150px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #f8f8f8;
}
