/********* Update UBA =======> dropdown */

#nav {
	position: absolute;
	top: 150px;
	left: 61px;
	width: 880px;
	height: 40px;
	background : url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 61px;
}

#plaintext a {
	color: #004080;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 40px;
	left: 61px;
	width: 880px;
	height: 150px;
	background : url(../images/s2dlogo.jpg);
}

/* Haupnavigation */
#nav a {
	display: block;
	width: 110px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration : none;
	text-transform : none;
	line-height : 28px;
	padding: 0px;
	margin: 0px;
	color: #4D4D4D;
	background : url(../images/pnbutton.gif);
	font-weight : bold;
	font-size : 11px;
}

#nav a.active {
	background : url(../images/pnbuttona.gif) !important;
        color: #BD9933;
        }

#nav a:hover {
	color: #BD9933;*/
	background : url(../images/pnbuttonh.gif);
}

/********* Update Contentspalte Top: 241 UBA 20100526 */

#content {
	position: absolute;
	top: 192px;
	left: 61px;
	width: 480px;
	background : url(../images/pcback.gif);
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}

/********* Update Navigationspalte Top: 216 + Width: 150 + height: 300 UBA 20100526 */

#subnav {
	position: absolute;
	top: 190px;
	left: 601px;
	width: 130px;
	height: 100px;
        font-size : 100%;
	background : url(../images/psback.gif) no-repeat;
	padding: 10px 40px 10px 0px;
}

/********* Update Color: UBA 20100526 */

#subnav a {
	display: block;
	text-decoration : none;
	text-transform : none;
	margin: 0px;
	color: #BD9933;
	font-size : 100%;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 2px 15px;
}


#subnav a.active {
	font-weight: bold;	
	color: #BD9933;
}

#subnav a:hover {
	font-weight: bold;	
}

/********* Update Kontextspalte Top: 216 UBA 20100526 */

#sidebar {
	position: absolute;
	top: 192px;
	left: 741px;
	width: 200px;
	padding-top: 10px;
}


form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 90px;
	padding: 2px;
	color: #BD9933;
	font-size: 10px;
}


/********* UBA dropdown 20100526 */

.menu a:hover { 
   font-family: Arial, Verdana, Arial unicode MS, sans-serif; 
   font-size: 9pt; 
   text-decoration: underline; 
} 

.sub { 
  font-family: Arial, Verdana, Arial unicode MS, sans-serif; 
  display: none;
  margin-top:3px;
  
  color: #404040; 
  text-decoration: none; 
} 

/********* UBA dropdown End */

