.pageCover
{
background: url(https://www.ovgu.de/pub/theme/ovgu_min_theme/skin/img/logo_std.png) no-repeat scroll -6px 30px white!important;}

a {color:#7A003F;}

.pageCover h1 {
  color: #7A003F;
}

.vMenu > a {color:#000000 !important;}

.vMenu > a > li:hover, .active {
  background-color: #7A003F !important;
}

.vMenu > a > li:before {
  color: #7A003F;
}

.vMenu > a {
  color: #7A003F;
}

.vMenu > a > li.complete{
  color: #7A003F;
}

.vMenu > a > li.complete{
  color: #7A003F;
}

.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
	 background-color: #7A003F;
	
}

.blue span {
  background-color: #7A003F;
}

button[kind="save_button"],button[kind="submit_button"] {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #7A003F;
  padding-left: 27px;
}



button[kind="save_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #660035;
  
}


button[kind="previous_button"] {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #7A003F;
 
}

button[kind="previous_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #660035;
}

button[kind="next_button"] {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #7A003F;
 
}

button[kind="next_button"] {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #7A003F;
  padding-right: 20px;
  color : #fff;
}


button[kind="next_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #660035;
}


.remove {
  background: url("https://static.moveon4.com/default/icons/app_remove_icon.png") no-repeat scroll 2px 2px;

}

.remove:hover {
  opacity: 1;
  background: url("https://static.moveon4.com/default/icons/app_remove_icon.png") no-repeat scroll 2px 2px white;
  
}

.addSection {
  background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat 5px 13px #7A003F;
padding:6px 14px 7px 25px!important;height:auto;
}

.addSection:hover, .addButtonTabular:hover {
  background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat 5px 13px #660035;padding:6px 14px 7px 25px!important;
 
}


input[type=submit], button, input[type=reset], .button {
    background: none #7A003F;
	color:#ffffff;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
  background-color: #660035!important;
}

.button:hover {
    background: none #7A003F!important;
	
}

.plainText {

  line-height: 20px;
}

.formHeader {
  color: #7A003F!important;
  border-bottom: 1pt solid #7A003F!important;
}

li.currentLanguage { 
    border-bottom: 4px solid #7A003F; 
}

.cssTooltip {
	background: #FFCB4F;
	border: 0px;
	border-radius: 0px;	
	color: #6c491d;
}

.cssTooltip span { /* Triangle */
	background: #FFCB4F;
	border: 0;
	border-top: 0px solid #EFE795; 
	border-right: 0px solid #EFE795;
	
}