body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #CCCCCC;
	background-image: url(../img/bg_lines.png);
}

#header {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	background-image: url(../img/khd-images-logo_white_redBg.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 30px;
	background-color: #990000;
	padding-right: 20px;
	padding-left: 20px;
	background-position: 20px 33px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 20px;
}

#nav {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	text-align: right;
	background-color: #660000;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	min-height:450px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #999999;
	font-size: 12px;
}

#footer {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
	text-align: right;
	background-color: #660000;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header a:hover {
	color: #FF3333;
}
#header a img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	float: right;
	height: 10px;
	background-color: #660000;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#header .nav_act {
	color: #FF6633;
}

#nav .nav_act {
	color: #FF6633;
}

#content h1 h2 h3 {
	font-weight: bold;
	color: #FFFFFF;
}
#content h1{
	font-size: 14px;
}
#content h2{
	font-size: 12px;
}
#content h3{
	font-size: 10px;
}
#nav a:hover {
	color: #FF3333;
}

#content a:hover {
	color: #FFFFFF;
}
#content a {
	color: #777777;
	text-decoration: none;
}

#footer a:hover{
	color: #999999;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#content td {
color:#CCCCCC;
font-size:12px;
}
#content input {
	width: 250px;
	background-color: #000000;
	border: 1px solid #666666;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #E2E2E2;
}
#content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	background-color: #000000;
	border: 1px solid #666666;
	height: 200px;
	width: 400px;
}
#content .button {
	background-color: #999999;
	width: 70px;
	border: 1px outset #333333;
	height: 20px;
	color: #000000;
}

#content .tdref:hover { 
	background-color:#999999;
}
#content .kopie {
width:12px;
height:12px;
}

#content .infoText {
	background-color:#444444;
	border: 1px solid #BBBBBB;
	padding: 10px;
}
#header a:focus {
	outline: none;
}

