table, div {
	width: 100%;
}

table, td, div, input {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
	color: gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align: top;
}

div.body {
	position: absolute; 
	width: 800px;
	left: 50%; 
	margin-left: -400px; 
	margin-top: 20px;
}

a {
	text-decoration: none;
	}
a.img:hover {
	background: none;
}

a:link, a:visited {
	color: #666666;
}
a:hover, a:active {
	color: black;
	background-color : #D8D8D8;
}

a.home:link, a.home:visited {
	color: white;
}
a.home:hover, a.home:active {
	color: white;
	background-color : transparent;
	}

a.kopf:link, a.kopf:visited {
	color: white;
}
a.kopf:hover, a.kopf:active {
	color: white;
	background-color : transparent;
}

a.nav:link {
	color: white;
}
a.nav:visited {
	color: #D7D7D7;
}
a.nav:hover, a.nav:active {
	color: white;
	background-color: gray;
	}

a.tx:link {
	color: #ACACAC;
}
a.tx:visited {
	color: #C2C2C2;
}
a.tx:hover, a.tx:active {
	color: white;
	background-color: gray;
	}

td.feld {
	background-color: #6A6A6A;
	color: #A3A3A3;
	font-size: 13px;
	font-weight: bold;
	padding: 1px;
	padding-left: 5px;
	width: 155px;
	border-bottom: 1px solid gray;
	vertical-align: bottom;
}
td.projekte {
	background-color: #929292;
	color: #C2C2C2;
	font-size: 11px;
	padding: 1px;
	padding-left: 4px;
	border-bottom: 1px solid #ADADAD;
	vertical-align: bottom;
}

table.block, div.block {
	border: 1px solid gray;
	margin-top: 2px;
}
div.projekt  {
	width: 802px;
	height: 356px;
	border-bottom: none;
	overflow: scroll;
	overflow-y: hidden;
	scrollbar-track-color: #D6D6D6;
	scrollbar-face-color: white;
	scrollbar-arrow-color: #666666;
	scrollbar-darkshadow-color: gray;
	scrollbar-shadow-color: white;
	scrollbar-base-color: #8D8D8D;
	scrollbar-3dlight-color: gray;
	scrollbar-highlight-color: white;
}

table.projekt {
	background-repeat: no-repeat;
	background-attachment: scroll;
}
	
table.daten {
	width: 161px;
	height : 341px;
}
td.titel {
	height: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 2px;
	padding-left: 5px;
	padding-bottom: 4px;
	border-top: none;
}
td.infos {
	font-size: 10px;
	color: black;
	padding: 5px;
}
td.titel, td.infos {
	background-color: white;
	-moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;
	filter: alpha(opacity=80);
/*	border: 1px dashed gray;
	border-left: none; */
}
p.daten {
	color: black;
	position: relative; /* wichtig, damit Transparenz der Zelle nicht auf Text vererbt wird */
	-moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
	filter: alpha(opacity=100);
}
td.pdf {
	height: 26px;
	vertical-align: middle;
}

td.abstand {
	height: 20px;
}

td.text1 {
	border-right: 1px solid gray;
	width: 639px;
}
div.text1td {
	width: 639px;
}
div.text1, td.text1	{
	color: white;
}
div.text1 {
	background-color: black;
	margin-top: 5px;
	padding: 3px;
	border: 1px dashed #B4B4B4;
}
div.text {
	background-color: white;
	margin-left: 20px;
	margin-right: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed gray;
}
h2 {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 4px;
}
h3 {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 2px;
}
strong {
	color: black;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 4px;
}
p.laden {
	margin-top: 10px;
}
td.zahl {
	text-align: right;
}
td.db, td.zahl {
	padding: 1px;
	padding-right: 10px;
	font-size: 11px;
	color: white;
}

td.bilder {
	white-space: nowrap;
}
td.mittig {
	vertical-align: middle;
}
img {
	border: none;
	}
img.foto {
	border: 1px solid gray;
	border-top: none;
	border-bottom: none;
}
img.rahmen {
	border: 1px solid gray;
	margin: 10px;
}
img.unten {
	border: 1px solid gray;
	margin-top: 6px;
	border-bottom: none;
	margin-left: 5px;
}
img.nurunten {
	margin-top: 173px;
}

img.oben {
	border: 1px solid gray;
	border-top: none;
	margin-left: 5px;
}

img.luecke {
	margin-left: 6px;
}
img.abstand {
	margin-left: 50px;
}
img.abstand100 {
	margin-left: 100px;
}
img.ende {
	border-right: none;
}

td.label {
	color: white;
	padding-top: 5px;
	padding-right: 15px;
}

input, textarea {
	border: 1px solid white;
	color: #5F5F5F;
	background-color: #E1D7C1;
	width: 400px;
	margin-bottom: 2px;
}
input.check {
	border: none;
	background-color: transparent;
	width: 15px;
	margin: 0px;
}
input[type="checkbox"] {
	background-color: white;
}
input.sub {
	border: 1px solid gray;
	background-color: white;
	color: Gray;
	width: auto;
	margin-right: 10px;
	margin-top: 20px;
}
ul, li {
	list-style : square outside none;
	margin-left: 6px;
	padding-left: 0px;
}
ul {
	margin-top: 4px;
	}
li {
	margin-top: 0px;
	margin-bottom: 0px;
	}