a, a:visited, a:active {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #333;
	padding: 0px;
	margin: 0px;
}

body, table {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;	
}

h2 {
	border-bottom: 1px solid #aaa;
}

#page {
	margin: auto;
	padding: 25px;
	padding-top: 0;
	padding-bottom: 7px;
	width: 950px;
	background: url('images/bg1.png') top left;
}

#footer {
	background: #ddd;
	padding: 10px;
	margin-top: 50px;
}

#head {
	height: 253px;
	background: url('images/header.jpg') top center no-repeat;
	margin: auto;
	margin-top: 0;
	padding-top: 0;
}

#head .links {
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	float: right;
}

#head .links li {
	position: relative;
	margin-right: 0px;
	margin-bottom: 3px;
	left: 0px;
	border: 1px solid #666;
	border-bottom: none;
	border-right: none;
	list-style-type: none;
	font-weight: bold;
	color: #CCCCCC;
	background: url('images/79.png');
}

.links a {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 290px;
	display: block;
	color: #eee;
	text-decoration: none;
}

#head .links li:hover, #head .links li:hover a {
	background: url('images/50.png');/* #FFFFFF;*/
	/*color: #000000;*/
}

#head .title {
	color:#FFFFFF;
}

#div_links {
	float: right;
	margin-right: 0px;
}

#main {
	padding-top: 10px;
}

#bottom {
	margin: auto;
	margin-top:0px;
	padding: 0px;
	background: url('images/bg2.png') top center no-repeat;
	height: 26px;
	width: 1000px;
}

#report {
	border-left: 15px #bbb solid;
}

#targetlistrow {
	background:#eee;
	padding: 5px;
}

.mettd, .mettd:hover {
	border: 0px;
	text-align: left;
}

#rechtespalte table td {
	vertical-align: top;
	text-align: left;
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 7px 3px 7px 3px;
}