/*********************************************/
/***************** R E S E T *****************/
/*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
‚}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***********************************************/
/***************** L A Y O U T *****************/
/***********************************************/

body {
	text-align: center;
	font-family: Lucida, Verdana, sans-serif;
}

h2 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #fff;
}

a {
	text-decoration: none;
	color: #838483;
}

a:hover {
	text-decoration: underline;
	color: #838483;
}

table {
	color: #fff;
}

tr {
	border-bottom: 1px solid #bac9d0;
	margin: 4px 0;
}

td {
	font-size: 12px;
	line-height: 14px;
	padding: 0 44px 2px 0;
}

#container {
	width: 1024px;
	height: 545px;
	margin: 80px auto;
	border: 1px solid #bbb;
	padding: 15px 0 0 15px;
}

#header {
	margin-right: 67px;
	text-align: right;
}

#header h1 {
	margin: 15px 0;
}

#header h1 a {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}

#nav_container {
	width: 100%;
	height: 22px;
	text-align: right;
}

#navigation {
	margin-left: 109px;
}

#navigation li {
	float: left;
	margin-right: 20px;
	line-height: 22px;
}

#navigation li.first {
	margin-right: 450px;
}

#navigation li a {
	color: #434443;
	text-decoration: none;
	font-size: 14px;
}

#navigation li a.active {
	color: #688297; /*#B1C4D4;*/
	text-decoration: none;
}

#content_box {
	background: #cfcfcf;
	padding: 0 0 24px 85px;
/* 	height: 468px;
	min-height: 468px;
 */	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 2px solid #444;
}

#content {
	background: #b1c4d4;
	height: 400px;
	width:914px;
	padding: 24px 0 24px 24px;
	position: relative;
	text-align: left;
/* 	margin-bottom: 24px; */
}

#info {
	font-size: 13px;
	color:  #fff;
	text-align: left;
	width: 230px;
	padding: 0;
	float: left;
	margin-top: 2px;
}

#info p {
	margin: 5px 0;
}

#controls {
	position: absolute;
	left: 20px;
	bottom: 24px;
}

#images {
	width: 585px;
	margin: 0 0 0 284px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
}

#images ul {
	height: 400px;
	width: 110%;
	overflow: auto;
}

#images.narrow {
	margin: 0 0 0 372px;
	width: 505px;
}

#images img {
	background: #b1c4d4;
}

#prev_btn {
	width: 30px;
	height: 30px;
	background: url('/img/left_arrow.gif') no-repeat;
	float: left;
}

#prev_btn a {
	display: block;
	width: 30px;
	height: 0;
	font-size: 1em;
	padding-top: 30px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/img/left_arrow.gif') no-repeat 0 -30px;
}

#next_btn {
	width: 30px;
	height: 30px;
	background: url('/img/right_arrow.gif') no-repeat;
	float: left;
}

#next_btn a {
	display: block;
	width: 30px;
	height: 0;
	font-size: 1em;
	padding-top: 30px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/img/right_arrow.gif') no-repeat;
}

#project_list {
	text-align: left;
}

#project_list li {
	margin-bottom: 4px;
}

#project_list a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#project_list a:hover {
	color: #444;
	text-decoration: none;
}

#references ul {
	float: left;
	list-style: none;
}

#references ul li {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

#references ul.first_half {
	text-align: left;
	float: left;
}
#references ul.second_half {
	text-align: left;
	float: right;
	margin-right: 146px;
}

#login {
	width: 140px;
	text-align: right;
	clear: both;
	margin: 20px 0;
	padding: 0;
	color: #fff;
	width: 420px;
}

#login div {
	margin: 8px 0;
}


div.infos, div.impressum {
	color: #fff;
	font-size: 14px;
	margin: 0 24px 0 534px;
	position: absolute;
	bottom: 24px;
	left: 0;
}

div.infos p, div.impressum p {
	margin: 8px 0 12px 0;
	line-height: 18px;
}

div.impressum {
	margin-left: 24px;
	width: 848px;
}

div.impressum img {
	float: right;
	margin-left: 24px;
}

#downloadContainer {
	height: 400px;
	overflow-y: scroll;
}


/****************************************************/
/************* S P L A S H **************************/
/****************************************************/
#splash {
	text-align: left;
	width: 760px;
	margin-left: 88px;
}

#splash h1 {
	margin: 0 0 10px 0;
	color:  #fff;
	font-size: 18px;
	font-weight:  normal;
	letter-spacing: 6px;
	width: 768px;
}

#splash h1 span.spacer {
	padding: 0 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#splash img {
	border: 1px solid #fff;
}


/****************************************************/
/************ T A B L E S O R T E R *****************/
/****************************************************/
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin: 0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #a7b9c8;
/* 	border: 1px solid #FFF; */
	font-size: 10pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('/img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #fff;
	padding: 4px;
	background-color: #b1c4d4;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#b1c4d4;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/img/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #a7b9c8;
}
