body{
	background-color:#7986a6;
}
#studiengangInfo{
	color:white;
	position:relative;
}
#studiengangInfo table{
	width:100%;	
}
#studiengangInfo table td{
	color:white;
}
#studiengangInfo table td.left{
	font-weight:bold;
	width:25%;
	vertical-align:top;
}
#studiengangInfo table td.right{
	width:75%;
	text-align:left;
	vertical-align:top;
}
#studiengangInfo h1{
	
}
#studiengangInfo h2{
	
}
#study_apply{
  position:absolute;
  bottom:45px;
  right:0px;
}
#mainContent #study_apply a:link,
#mainContent #study_apply a:visited{
  display:block;
  width: 155px;
  height: 20px;
  padding-left:23px;
  padding-top:7px;
  background:transparent url(img/btn_apply.jpg) scroll no-repeat 0 0;
  color:#647195;
  text-decoration:none;
}
#mainContent #study_apply a:hover{
  background:transparent url(img/btn_apply.jpg) scroll no-repeat 0 -27px;
  color:#fff;
  text-decoration:underline;
}
.visible{display: block;}
.hidden{display: none;}
