html, body {
	height:100%;
	font:		12px arial, verdana, sans-serif;
	font-weight: regular;
	color: #000000;
	margin:		0 auto;
	padding:	0 auto;
	background:	#96ad9d;
	background-image: url(../upload_material/209.gif);
	background-repeat: repeat-x;
	text-align:	left;
	width: 100%;
}

table, td {
	font:		12px arial, verdana, sans-serif;
	font-weight: regular;
	color: #000000;
}


ul {
	padding: 0px;
	margin-left: 20px;
}
.cssTop {
	height: 180px;
	background: #000000;
	clear: both;
}
.cssTopImage {
	height: 78px;
}

.cssContentHeader {
	float: left;
	text-align: left;
	width: 818px;
	height: 102px;
	background: #96ad9d;
}

.cssHeaderLogo {
	width: 1000px;
}

.cssContentLogo {
	float: right;
	width: 182px;
	height: 102px;
	background: black;
}

.cssContent {
	text-align: left;
	width:		1000px;
}

.cssContentLeft {
	width: 818px;
	height:auto !important; /* moderne Browser */
	text-align: left;
	float: left;
}
.cssContentRight {
	width: 182px;
	text-align: center;
	float: left;
}

.clearBoth {
	clear: both;
}
/***************
NAVIGATION
****************/




/***************
FOOTER
****************/
.cssFooterContent a:link, .cssFooterContent a:active, .cssFooterContent a:hover, .cssFooterContent a:visited {
	font:		10px arial, helvetica, sans-serif;
	color:		#FFFFFF;
	font-weight:	normal;
	text-decoration:none;
}
.cssFooterContent {
	padding-left: 50px;
	width: 595px;
	color:		#ffffff;
	text-align: left;
	height: 20px;
	background: black;
	margin-left: 355px;
}

/***************
CONTENT
****************/
h1 {
	font:		20px arial, verdana, serif;
	color:		#253349;
	font-weight:	bold;
	margin: 0 0 40 0;
	font-variant:small-caps;
}

h2 {
	font:		17px arial, verdana, serif;
	color:		#2f64b6;
	font-weight:	bold;
	margin: 0 0 0 0;
}
.contentheadline {
	color:		#386ac9;
	font-weight:	bold;
}
ul {
	list-style-type:	square;
}

h5 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 13px;
}
.description {
	font:		10px arial, verdana, sans-serif;
	color: #333333;
}
.message {
	color: red;
	font-weight: bold;
}
/***************
FINDER
***************/
.finderLeft {
	width: 214px;
	float: left;
	padding:20px;
}
.finderRight {
	width: 524px;
	float: right;
	padding:20px;
}


#form_submit {
	border: 0px;
	background: #000000;
	color: white;
	font-size: 10px;
	width: 160px;
}

.sideNav {
	color: #366581;
	text-decoration: none;
}

/***************
RESULT
***************/
.resContainer {
	width: 399px;
	background: #C2D0C8;
	float: left;
	margin: 2px 2px 2px 2px;
	border: 1px solid black;
}
.tblRes {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 130px;
}
.tblRes td, tblRes tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.resLnk {
	text-decoration: none;
	color: #366581;
	font-weight: bold;
}

.resultNav {
	width: 818px;
	font:		11px verdana, verdana, sans-serif;
	text-align: right;
	position: absolute;
	top: 165px;
	left: 0px;
	color: #404F45;
}

.resultNav b {
	color:white;
}
.resultNav a:link, .resultNav a:visited,.resultNav a:active {
	color: black;
	text-decoration: none;
}


/***************
DETAIL
***************/
.detailHead {
	background-color: black;
	color: white;
	font:		14px arial, verdana, sans-serif;
	padding: 5px;
	padding-left: 60px;
}

.detailHeadline {
	font-size: 16px;
	font-weight:	bold;
	color: white;
	margin: 0px;
	padding: 0px;
}
.additionalInfo {
	color: red;
}

.additionalInfo a:link,.additionalInfo a:visited,.additionalInfo a:active {
	color: #366581;
	font-weight: bold;
	text-decoration: none;
}