
/* ---------------------------------------------------------------------
* Filename:            Darmstadt.css
* Description:         Design for the moveon 4 Portal
* Website:             moveon4.com
* Author:  			   Luciana Purcaru
* --------------------------------------------------------------------- 
*/


body {
    background-color: #f1f1f1;
    color: #333;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	 line-height: 1.6em;
}

.logo{
	background-image: url("https://f-origin.hypotheses.org/wp-content/blogs.dir/3600/files/2019/10/TU_Darmstadt_Logo.weiss_-1-500x208.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	width: 175px;
	height: 50px;
	left: 25px;
    position: absolute;
    top: 10px;
	
}

.pageContainer .pageHeader {
	display: block;
	background: #B90F22;
	height: 70px;
}

.pageContainer {
  width: 1010px;
  margin: 0 auto 0 10px;
  }
  
.menuContainer {
	display:none;
}
a.forgot {
    color: #b90f22;
    font-size: 11px;
	}
	
.pageCover {
    background: url("../images/logo.png") no-repeat scroll 0px 20px transparent;
    padding-top: 5px;
	
}
#languageButtons li a {
    color: #b90f22;
}
li.currentLanguage {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
	color: #333;
}
#languageButtons{ top: -16px;}

.loginBar{
   float: right;
    top: -105px;
}

.wizardNavigation {
    display: none;
}

.pageContent {
    padding: 0 23px 23px;
    width: 931px;
    border: medium none;
	
}
.wizardTitleBar {
    background: none repeat scroll 0 0 #fff;
	margin-top:15px;
	padding-top:6px;
}

.formHeader {
    border-bottom: medium none;
    color: #b90f22;
}

.ko-grid thead tr th {
    background-color: #fbf1f2;
	}
	
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 #fbf1f2;
	}
.pageCover h1 {
    color: #b90f22;
    margin: 45px 0 0;
}

button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #b90f22;
	color: white;
	font-size: 11px;
	
}
button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #333;
	color: white;
	
}
a{
   color: #b90f22;
}
.plainText{
 line-height: 1.6em;
 }