html, body {
	height: 100%;
}
body {
	margin: 0;
	width: 100%;
	background-color: rgba(0,0,0,0);
	background-image: url( main_bg.png );
	background-position: center top;
	background-repeat: repeat-y;
}
.wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#formContainer {
	position: absolute;
	top: -10000px;
	height: 100px;
	overflow: hidden;
}
/* VOLLE BREITE DER SEITE */
#header, #contentSegment {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	
}
#headerBackground {
	width: 100%;
	background-image: url(shadow_big_large.png);
	background-repeat: no-repeat;
    background-position: center bottom;
}
#logo img {
	margin-left: 25px;
	margin-top: 15px;
	border: 0;
}
#pageTitle {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	font-family: Tahoma;
	color: rgb(242,148,0); /* VISUS orange */
	font-size: 24px;
}
.topNavigation {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.search {
	min-height: 20px;
	min-width: 190px;
	float: right;
	background-color: rgb(233,235,234);
	padding: 1px;
}
.pathFinder {
	width: 100%;
	height: 30px;
	background-color: rgb(233,235,234);
	text-indent: 25px;
	text-shadow: rgb(255,255,255) 0px 1px 0px;
	-moz-text-blink: none;
	-moz-text-decoration-color: rgb(166,168,167);
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
	color: rgb(51,51,51);
}
.pathFinder, .pathFinder a {
	line-height: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb( 153, 153, 153 );
}
.pathFinder a:hover {
	color: rgb( 153, 153, 153 );
	text-decoration: underline;
}
#contentSegment {
	margin-top: 20px;
}
.topContainer, .contentContainer {
	width: 1020px;
	margin: auto auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
	background-color: white;
	
	/* ROUNDED BORDER */
	-webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.contentContainer {
	-webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(51,51,51);
	height: 600px;
	overflow: auto;
}
.contentContainer a {
	cursor: pointer;
}
.contentContainer a:hover {
	color: rgb(242,148,0);
}
.centeredSegment, .shadowLeftWrapper, .shadowRightWrapper {

}
.shadowLeftWrapper, .shadowRightWrapper {
	width: 1060px;
	margin: auto auto;
	background-image: url(shadow_left.png);
	background-repeat: no-repeat;
	padding-left: 65px;
	padding-right: 65px;
}
.shadowLeftWrapper {
	background-position: left bottom;
}
.shadowRightWrapper {
	background-image: url(shadow_right.png);
	background-position: right bottom;
	padding-left: 0;
	padding-right: 65px;
}
#footerSegment {
	margin-top: 20px;
	width: 100%;
}
.footerContainer {
	width: 1020px;
	margin: auto auto;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	color: rgb(190,187,188);
}
.segment {
	width: 100%;
	clear: both; /* REMOVE FLOATS */
}
#formSubmitter {
	position: absolute;
	top: -10000px;
	height: 100px;
}

/* FORM OVERLAY RELATED */
#formOverlay {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../overlay_background.png);
	overflow-y: auto;
	z-Index: 1;
}
#formOverlay div.centered {
	display: table;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	margin: 0 auto;
	width: 700px; 
	margin-top: 40px;
	border: 4px solid rgb(242, 148, 0);
}
#dynamicContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: rgb(51, 51, 51);
}
#dynamicContent td {
	padding: 5px;
	padding-left: 0;
	max-width: 500px;
}
#dynamicContent p {
	color: rgb(0, 0, 0);
}
#dynamicContent a {
	color: rgb(242, 148, 0);
}
#dynamicContent p.description {
	font-size: 12px;
	margin: 0;
	margin-top: 16px;
	line-height: 16px;
	border-bottom: 1px solid rgb(242, 148, 0);
}
#dynamicContent p.title {
	font-size: 16px;
	line-height: 20px;
	margin-top: -20px;
	margin-bottom: 2px;
	text-align: right;
}
#dynamicContent p.segment {
	border-top: 1px solid rgb(242, 148, 0);
	padding-top: 10px;
	margin-top: 10px;
	text-align: right;
}
#dynamicContent a {
	text-decoration: underline;
	cursor: pointer;
}
.hiddenLoader {
	 position: absolute;
	 height: 100px;
	 width: 100px;
	 top: -10000px;
}
div.closer {
	position: relative;
	cursor: pointer;
	top: -33px;
	left: -42px;
	height: 39px;
	width: 39px;
	background-image: url(../closer.png);
	background-repeat: no-repeat;
}
p.messageReceived {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 40px;
	background-color: #fbedd2;
	font-size: 11px;
	border-bottom: 1px solid rgb(242, 148, 0);
}
.mustfield {
	background-color: #fbedd2;
	background-image: url(../warn_fillout.png);
	background-repeat: no-repeat;
	background-position: right center;
}

td.message {
	color: rgb(242, 148, 0);
	padding-top: 20px;
}

/* CONTENT RELATED */
.box{
	background-image:URL(box.png);
	width:49%;
}

.filebox {
	background-image:URL(box2.png);
	border-bottom:solid #999 1px;
	padding:2px;
    cursor:pointer;
}

.filebox2 {
    cursor:pointer;
    padding:2px;
    border-bottom:solid #999 1px;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#ccc;
}

.children { 
	margin-left: 10px; 
	padding-left: 10px; 
	border-left: dashed #999 1px; 
}

/* SEARCH RELATED */
.searchResult {
	color: rgb(242,148,0);
	padding: 1px;
	background-color: #eee; 
	font-weight:bold;
	font-size 11px; 
}

/* FORM ELEMENTS */
.styledFormElements input[type=submit], 
.styledFormElements input[type=button], 
.styledFormElements input[type=reset],
.styledFormElements input[type=text], 
.styledFormElements input[type=password], 
.styledFormElements textarea {
	color: rgb(159,161,160);
	font-size: 16px;
	font-family: sans-serif;
	line-height: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
}
.styledFormElements input[type=text], 
.styledFormElements input[type=password], 
.styledFormElements textarea, 
.styledFormElements select {
	width: 100%;
}
.styledFormElements input[type=text], 
.styledFormElements input[type=password], 
.styledFormElements textarea {
	padding: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	outline-color: rgb(51,51,51);
	outline-offset: -2px;
	outline-style: none;
	outline-width: 0px;
	display: inline-block;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: border, box-shadow;
	transition-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1);
	vertical-align: middle;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
}
form.loginForm input[type=text], form.loginForm input[type=password]{
	width: 208px;
}
.styledFormElements input[type=text]:focus, 
.styledFormElements input[type=password]:focus, 
.styledFormElements textarea:focus {
	/*border-bottom-color: rgba(92,168,236,0.8);*/
	border-color: rgba(129, 182, 223, 0.863281);
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgba(82, 168, 236, 0.6) 0px 0px 8px 0px;
}
.styledFormElements input[type=submit], 
.styledFormElements input[type=button] {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	vertical-align: baseline;
	margin: 0;
	font-weight: 400;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
}
.styledFormElements select[multiple] {
    height: 100px;
}
.styledFormElements select {
	-webkit-appearance: menulist-button;
	-webkit-box-align: center;
	-webkit-rtl-ordering: logical;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
	background-origin: padding-box;
	border-color: rgb(204, 204, 204);
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: rgb(159, 161, 160);
	display: inline-block;
	font-family: sans-serif;
	font-size: 16px;
	height: 30px;
	margin-bottom: 10px;
	padding: 4px;
	text-align: -webkit-auto;
	vertical-align: baseline;
	white-space: pre;
}
div.search input.searchField {
	/* dimensions */
	height: 20px;
	width: 130px;
	background-color: rgb(233,235,234);
	padding: 0;
	padding-left: 10px;
	/* typo */
	font-family: sans-serif;
	font-size: 12px;
	text-align: -webkit-auto;
	line-height: 20px;
	color: rgb(85,85,85);
	/* tricks */
	border: 0;
	outline-style: none;
	outline-color: rgb(85, 85, 85);
	outline-width: 0px;
	overflow-y: visible;
}
div.search input.searchButton {
	border: 0;
	background-color: rgba(0,0,0,0);
	background-image: url(visus_sprite.png);
	background-position: 0px -757px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 8px;
	height: 13px;
	width: 20px;
	cursor: pointer;
	margin-left: 20px;
}
.loginForm {
	width: 300px;
	background-color: rgb(221,221,221);
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.loginForm .loginTDleft {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding-right: 20px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgb(242,148,0);
	line-height: 22.4px;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 5px;
	text-rendering: optimizelegibility;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgb(242,148,0);
	line-height: 22.4px;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 5px;
	text-rendering: optimizelegibility;
}

.boxHeadline {
	margin-top: 40px;
	margin-left: 12px;
}
.newsHeader {
	padding-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: white;
    background-color: rgb(163, 168, 172);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* use for news */
div.newsHeader div {
	/* float breaker for image */
	clear: both;
}
div.newsHeader h3 {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.2px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-rendering: optimizelegibility;	
}
div.newsHeader p {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    line-height: 20.4px;
    margin-bottom: 15.6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
div.newsHeader a, div.newsHeader a:hover {
	color: white;
	text-decoration: underline;
}
div.newsHeader img {
	float: right;
	color: white;
    background-color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.right{
	float: right;
}
#datestab{
	border-collapse: separate;
	border-spacing: 3px 3px;
	margin: 1em;
}
.datestab th{
	text-align: left;
	background-color: rgb(153, 153, 153);
}
.datestab tr{
	background-color: rgb(225, 225, 225);
}
.brighter{
	width: 200px;
}
.newsHeader img {
	float: right;
	display: inline-block;
}

p.underlined {
	border-bottom:1px solid #fff;
	padding-bottom: 12px;
}

hr {
	border-bottom-color: rgb(128, 128, 128);
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: rgb(128, 128, 128);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(128, 128, 128);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(237, 237, 237);
	border-top-style: solid;
	border-top-width: 1px;
	color: rgb(128, 128, 128);
	display: block;
	font-family: TahomaWeb,Geneva,sans-serif;
	font-size: 16px;
	height: 1px;
	line-height: 27.2px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

#linkSelectionOverlay {
	position: fixed;
	display: none;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,.7);
	z-Index: 2000;
}

.textBox {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    color: black;
    padding: 20px;
}

#message {
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: rgba(255, 153, 0, .7);
	text-align: center;
	z-Index: 1999;
}