/* Layout */

html {
	background:#000000;
	}
body {
	width:100%;
	color:#ffffff;
	background:#000000;
	font-family:'LucidaGrande',verdana,calibri,sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	text-align:center;
	}
html, body {
	height:100%;
	width:100%
	}
#distance {
	width:1px;
	height:50%;
	background-color:transparent;
	margin-bottom:-300px;
	float:left;
	}
#navigation {
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
	height:20px;
	width:950px;
	clear:left;
	display:table;
	background:#000000;
	z-index:2;
	border-bottom:#ffffff 1px solid;
	}
#logokasten {
	position:absolute;
	width:450px;
	height:450px;
	line-height:0;
	}
#logokasten img {
	width:40px;
	height:40px;
	margin:0px 5px 5px 0px;
	padding:0px;
	border:0px;
	}
#sitecontainer {
	margin:10px auto 0px auto;
	position:relative;
	text-align:left;
	height:520px;
	width:950px;
	clear:left;
	display:table;
	background:#000000;
	z-index:2;
	}
#sitecontent {
	width:480px;
	height:510px;
	overflow:auto;
	}
#layoutset {
	height:520px;
	width:950px;
	table-layout:fixed;
	border-collapse:collapse;
	}
#footer {
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
	height:50px;
	width:950px;
	clear:left;
	display:table;
	background:#000000;
	z-index:2;
	border-top:#ffffff 1px solid;
	}
#overlay {
	position:absolute;
	height:550px;
	width:950px;
	background:#000000;
	z-index:3;
	display:none;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	}
#overlay_content {
	position:absolute;
	text-align:center;
	vertical-align:50%;
	height:550px;
	width:950px;
	z-index:4;
	display:none;
	}



/* Globale Elemente */

table {
	border-collapse:collapse;
	}
table td {
	font-size:12px;
	}

a, a:visited {
	color:#ffffff;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}





/* Links */

a.pdf, a.pdf:visited {
	color:#ffffff;
	text-decoration:underline;
	background:url(../_img/icon-pdf.gif) 0px 0px no-repeat;
	padding-left:20px;
	}
a.pdf:hover {
	background:url(../_img/icon-pdf.gif) 0px 0px no-repeat;
	padding-left:20px;
	text-decoration:none;
	}
a.sit, a.sit:visited {
	color:#ffffff;
	text-decoration:underline;
	background:url(../_img/icon-sit.gif) 0px 0px no-repeat;
	padding-left:20px;
	}
a.sit:hover {
	background:url(../_img/icon-sit.gif) 0px 0px no-repeat;
	padding-left:20px;
	text-decoration:none;
	}
a.mail, a.mail:visited {
	color:#ffffff;
	text-decoration:underline;
	background:url(../_img/icon-mail.gif) 0px 0px no-repeat;
	padding-left:20px;
	}
a.mail:hover {
	background:url(../_img/icon-mail.gif) 0px 0px no-repeat;
	padding-left:20px;
	text-decoration:none;
	}
a.bild, a.bild:visited {
	color:#ffffff;
	text-decoration:underline;
	background:url(../_img/icon-bild.gif) 0px 0px no-repeat;
	padding-left:20px;
	}
a.bild:hover {
	background:url(../_img/icon-bild.gif) 0px 0px no-repeat;
	padding-left:20px;
	text-decoration:none;
	}
a.navigationA, a.navigationA:visited {
	background:#000000;
	color:#ffffff;
	text-decoration:none;
	margin-left:10px;
	padding:0px 2px 0px 2px;
	}
a.navigationA:hover {
	background:#ffffff;
	color:#000000;
	margin-left:10px;
	padding:0px 2px 0px 2px;
	}
	


	
/* Elemente */

div.container {
	padding:5px;
	width:440px;
	margin-bottom:20px;
	}

#maschinenpark {
	width:440px;
	border-collapse:collapse;
	table-layout:fixed;
	border:#666666 1px solid;
	}
#maschinenpark tr.odd td.kopf, #maschinenpark tr.even td.kopf {
	background:#666666;
	font-weight:bold;
	border-bottom:#ffffff 1px solid;
	text-align:left;
	height:15px;
	}
#maschinenpark tr.odd td {
	font-size:10px;
	border:#666666 1px solid;
	background:#333333;
	text-align:center;
	height:20px;
	}
#maschinenpark tr.even td {
	font-size:10px;
	border:#666666 1px solid;
	text-align:center;
	height:20px;
	}


input {
	border:#999999 1px solid;
	color:#ffffff;
	background:#000000;
	font-weight:bold;
	cursor:pointer;
	}
input:hover {
	border:#ffffff 1px solid;
	}

input[type=submit], input[type=button] {
	background:#999999;
	border:#666666 1px solid;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	}
input[type=submit]:hover, input[type=button]:hover {
	background:#999999;
	border:#333333 1px solid;
	color:#dddddd;
	}
input[type=submit]:active, input[type=button]:active {
	background:#666666;
	color:#ff0000;
	border:#333333 1px solid;
	}
input[type=checkbox] {
	border:none;
	}
input[type=radio] {
	border:none;
	}

