@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/*IE6 PNG transparency Fix*/
*html img {
	behavior: url(iepngfix.htc);
}

ul {
	list-style: none;
	padding-left: 0px;
}

td {
	vertical-align: top;
	padding-right: 5px;
}

input,
textarea {
	background: #cccccc;
	border: 1px solid #58585a;	
}

*html ul {
	margin-left: 0px;	
}

table.align_bottom tr td {
	vertical-align: bottom;	
	padding: 0px 15px 10px 0px;
}

a:link,
a:visited {
	color: #58585a;
	text-decoration: none;
}

a:hover {
	color: #eeeeee;
}

.active {
	font-weight: bold;	
}

.small {
	font-size: 0.9em;	
}

.text_left {
	text-align: left;	
}

.marken_img {
	margin-top: 45px;	
}

.float_left {
	float: left;
	padding: 0px 10px 10px 0px;
}

.clear {
	clear: both;
}

.borders_bt {
	margin-top: 15px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.submit_button {
	background: #cccccc;
	color: #000000;
	border: 1px solid #58585a;
}

.input_field {
	width: 250px;	
}

#navigation {
	width: 380px;
	position: absolute;
	top: 40px;
	left: 0px;
	text-align: right;
}

#navigation ul {
	list-style: none;	
}

#subnav {
	width: 400px;
	position: absolute;
	top: 40px;
	left: 398px;
}

#subnav ul {
	margin-left: 0px;
	padding-left: 0px;
}

#subnav ul li {
	display: block;
	margin-right: 10px;
}

*html #subnav ul li {
	display: inline-block;
}

#subnav ul li.active li {
	font-weight: normal;
	display: inline;
}

#subnav ul li.active li.active {
	font-weight: bold;
}

#logo {
	width: 350px;
	position: absolute;
	top: 165px;
	left: 285px;
}

#left {
	width: 300px;
	position: absolute;
	top: 265px;
	left: 80px;
	text-align: right;
}

#left ul {
	list-style: none;	
}

#content {
	width: 400px;
	position: absolute;
	top: 265px;
	left: 398px;
	padding-bottom: 50px;
}