/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e2e5e7;
}

.body {
	background:url(back.gif);
}

a {
	color:#e7ca71;
	text-decoration:none;
}

a:hover {
	color:#e7ca71;
	text-decoration:underline;
}

#centertable{
	width: 760px;	
}
#centercell{
	width: 760px;	
	vertical-align: top;
}

#maintable{
	width: 100%;	
}

td#content {
	padding:15px;
}

td#copyright {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#787878;
	padding-right:10px;
}

h1 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cbeaff;
	text-align:center;
	line-height:17px;
}

h3 {
	font-size:12px;
}

div#text1 {
	padding:15px;
	line-height:14px;
}

div#text2 {
	background-color:#00406a;
	padding:15px;
	color:#e2e5e7;
	line-height:14px;
}

/* referenzliste page */

table#ref {
	width:730px;
	text-align:left;
	border:1px solid #cbeaff;
}

table#ref td {
	padding-bottom:4px;
	padding-top:4px;
	padding-left:15px;
	padding-right:15px;
}

table#ref th {
	padding-left:15px;
	padding-right:15px;
	border-bottom:1px solid #cbeaff;
}

tr.refhead {
	height:25px;
	background-color:#002b48;
}

table#ref tr {
	margin:20px;
}

table#ref tr.tr2 {
	background-color:#00406a;
}

/* /end/ referenzliste page */





	
