body {
	font-family:arial;
	font-size:11px;
	background:#ffffff;
	margin:0px;
}
a {
	color:black;
	text-decoration: none;
}
a.green {
	display:block;
	color:#028C7B;
	background: url(http://mach3.de/fileadmin/layout/images/navigation/sub_navigation_inactive.gif) no-repeat left 4px;
	padding-left:10px;
}
a:hover {
	text-decoration: underline;
}
.box {
	border:1px solid #9FD0CA;
	padding:5px;
}
.box p {
	padding: 6px 0px;
	margin:0px;
}

* html .box,
* + html .box {
	width:193px;
}
* html .box p ,
* + html .box p  {
	margin:0px;
	padding: 6px 0px;
}
.header {
	height:87px;
	width:100%;
	background: url(../images/popup_head.jpg) no-repeat left top;
	border-bottom:1px solid white;
}
a:hover {
	text-decoration: underline;
}
table {
	border-left:1px dotted black;
	border-top:1px dotted black;
	border-bottom:1px dotted black;
	margin-top:10px;
}
table.index {
	border:none;
	border-bottom:1px dotted black;
}
table.index td {
	border:none;
}
table.index td h3 {
	margin:0px 0px 5px 0px;
	padding:0px;
}
img {
	border:none;
}
table th {
	text-align: left;
	padding:3px;
	background:#474747;
	color:white;
	border-right:1px dotted black;
}
table td {
	padding:3px;
	border-right:1px dotted black;
}

ul.navigation {
	width:100%;
	height:30px;
	background:transparent url(http://mach3.de/fileadmin/layout/images/navigation/main_navigation_background.gif) repeat-x scroll 0 0;
	margin:0px 0px 0px 0px;
	padding:0px;
}
ul.navigation li {
	float:left;
	display: block;
}
ul.navigation li a {
	display:block;
	line-height:30px;
	width:120px;
	text-align: center;
	color:white;
	font-size:11px;
	text-decoration: none;
	border-right:1px dotted white;
}
ul.navigation li a:hover {
	font-weight:bold;
}
div.content {
	padding:0 10px 0 10px;
	overflow:auto;
	height:550px;
}
div.content dl dt {
	font-weight: bold;
}
div.content dl dd {
	margin:0px;
}
div.list {
	margin:5px 0;
	width:440px;
}
div.list div.item {
	margin:2px;
	height:17px;
}
div.list div.item img {
	float:left;
	margin-right:10px;
}
div.list div.item span {
	display:block;

}

.file-container {
	border:1px solid black;
	padding:3px;
	width:395px;
}
.file-container h4 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.file-container div.line {
	height:50px;
	line-height:50px;
}
.file-container div.line img {
	float:left;
	margin-right:10px;
}
.footer {
	height:30px;
	line-height:30px;
	background:#474747;
	border-top:1px solid white;
	color:white;
	width:100%;
	position: fixed;
	bottom:0px;
}
.footer a {
	color:white;
	padding-right:10px;
}



h2.headline {
	border-bottom:1px dotted black;
	color:#165F54;
	font-size:12px;
	padding:5px 0 10px;
}
