
/*
@import url( upb.css );
a {
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-style:normal; 
	font-weight:bold;
	text-decoration:underline;
	color:#333399;
}

a:active {
	color:#cc0000;
}

a:visited {
	color:#666699;
}

a:hover {
	color:#cc0000;
}
body {
	background-color:#fffaf6;
	border:0;
	color:#000;
	margin:0;
	topmargin:0;
	leftmargin:0;
	marginheight:0;
	marginwidth:0;
/*	scrollbar-base-color:#ccccff;
	scrollbar-face-color:#ccccff;
	scrollbar-shadow-color:#ccccff;
	scrollbar-darkshadow-color:#b1b1dd;
	scrollbar-arrow-color:#b1b1dd;
	scrollbar-track-color:#e5e5ff;
	scrollbar-highlight-color:#e5e5ff;* /
}
*/

/*
 *	Adjustments to uni-css:
 */

a {
  background: inherit; 
  color: #009;
}

a:link { 
  text-decoration: none; 
}

a:visited {
  text-decoration: none;
  color: #009;
}

a:hover {
  text-decoration: underline;
  color: #009;
}

a img {
  background: inherit;
  color: inherit;
  border: none; 
}

#additionalmenu {
	height:0;
}

#breadcrumb {
/*  background: #cca68f;
	background: #D1AA92;*/
	font-size: 11px;
}

#content {
  margin-top: 30px;
}

#content h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
/*	color:#774a2d; 
	color: #b5b28d;*/
	padding:2px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
/*	border-color:#774a2d;*/
	border-color: #000;
	background-color: #bbbaba;
}

#content h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000;
/*	background-color: #e9dbd3;*/
	background-color: #b5b28d;
	padding: 2px 0px 3px 10px;
	margin-top:40px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
}

#content h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
	color:#000;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 1px 3px;
	border-left-width:3px;
	border-bottom-width:1px;
	border-left-style:solid;
	border-bottom-style:solid;
/*	border-color:#774a2d;*/
	border-color: #b5b28d;
}

#content h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 1px 1px;
}

#contentbottom {
  padding-bottom:10px;
}

#menu {
  padding-top: 20px;
  padding-bottom: 5px;
}

#menu li.level0 {
  margin-left: 16px;
  margin-right: 4px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  background: inherit;
}

#menu li.level1 {
  margin-left: 16px;
  margin-right: 4px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  background: inherit;
}

#menu li.level2 {
  margin-left: 31px;
  margin-right: 4px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  background: inherit;
}

#menu li.level3 {
  margin-left: 46px;
  margin-right: 4px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  background: inherit;
}

#menu li.level4 {
  margin-left: 61px;
  margin-right: 4px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  background: inherit;
}

/*
 *	/Adjustments to uni-css:
 */

#personalInfo {
	background: inherit;
	margin-right: 10px;
	margin-top: 6px;
	text-align: right;
	float: right;
}

form {
	padding: 0px;
	margin: 0px;
}

input {
	background-color:#eee;
	border-width:1px;
	border-color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

input.nobgcolor {
	background-color:inherit;
}

input.image {
	background:inherit;
	background-color:inherit;
	border-style:none;
}

input.med {
	width:130px;
}

input.max {
	width:250px;
}

pre {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

select, option {
	background-color:#eeeeee;
	border-width:1px;
	border-color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

select.max, option.max {
	width:250px;
}

table.pad, th.pad, td.pad {
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}

textarea {
	background-color:#eeeeee;
	border-width:1px;
	border-color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

textarea.max {
	width:250px;
}

th {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:700;
	color:#000000;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}

th:link {
	font-weight:700;
	color:#000000;
	text-decoration:none;
}

th:visited {
	font-weight:700;
	color:#000000;
	text-decoration:none;
}

th:hover {
	font-weight:700;
	color:#000000;
	text-decoration:underline;
}

th:active {
	font-weight:700;
	color:#000000;
	text-decoration:none;
}

th:focus {
	font-weight:700;
	color:#000000;
	text-decoration:none;
}

.button {
	background: #ccc;
	color: #333;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	border-color:#000;
	border-width: 1px;
	border-style: solid;
}

.cnttext {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.cnttextbf {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.cnttextit {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
	color:#000;
}

.cnttextbfit {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#000;
}

.cnttextbig {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.cnttextbigbf {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.cnttextbigit {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
	color:#000;
}

.cnttextbigbfit {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#000;
}

.cnttextsmall {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.cnttextsmallbf {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.cnttextsmallbf:visited {
	color:#000;
}

.cnttextsmallbf:hover {
	color:#cc0000;
}

.columnhls {
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.error {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#900;
}

.error:active {
	text-decoration:underline; 
	color:#900;
}

.error:visited {
	text-decoration:none; 
	color:#990000;
}

.error:hover {
	text-decoration:underline; 
	color:#990000;
}

.errorsmall {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#990000;
}

.footer {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000;
	margin-top:30px;
	margin-bottom:10px;
}

#menu a.miActive {
	color:#909;
	background:inherit;
/*
	background:#009;
	color:#f3f0f0;
	text-decoration: inherit;
*/
}

.msghl {	/* nur noch im Umfragefenster!! */
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#19138c;
}

.newsexlink {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-style:normal;
	font-weight:400;
	color:#000;
	text-align:right;
}

#content a.newsexlink {
	color:#000;
	text-decoration:underline;
}

.newsbody {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background:inherit;
	color:#000;
	margin:0px;
	padding: 0px;
	border: 0px;
}

.newsbreak {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	background:#ddd;
	color:#19138c;
	/*color:#c00;*/
}

.newsbullet {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	color:#19138c;
}

.newspicture {
	width:30px;
	height:16px;
	border:0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  vertical-align: bottom;
}

.tableheadline {
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.tabletext {
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000;
}

.u1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:17px;
	font-weight:normal;
	font-style:normal;
	color:#777777;
}

.warning {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#cc6666;
}

.cnttextgreen {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#338833;
}

.cnttextgreenbf {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#338833;
}

.cnttextbiggreen {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#338833;
}

.green {
	color:#383;
}

.greenbf {
	color:#383;
	font-weight:bold;
}

.red {
	color:#900;
}

.redbf {
	color:#900;
	font-weight:bold;
}

#content a, #content2 a {
	font-weight: bold;
}

#tableWithInfobox a {
	font-weight: normal;
}

#tableWithInfobox a.cnttextbf {
	font-weight: 700;
}

#tableWithInfobox h1 {
	font-size: 12px;
	font-weight:normal;
	background:inherit;
	text-align:left;
	margin:0px;
	padding:0px;
	color:#000;
}

.infobox {
	position: relative;
	margin: 0px;
	padding: 0px; 
	z-index: 1;
}

.infobox a {
  color: #000;
	font-weight:normal;
	z-index: 1;
}

.infobox a:active {
  color: #000;
	font-weight:normal;
	z-index: 1;
}

.infobox a:visited {
  color: #000;
	font-weight:normal;
	z-index: 1;
}

.infobox a:hover {
	color: #000;
	border: 0px;
	text-decoration: none;
	z-index: 1;
}

.infobox a div {
	display: none;
	z-index: 1;
}

.infobox a:hover div {
	display: block;
	position: absolute;
	top: 0px;
	left: -220px;
	width: 200px;
	padding: 5px;
	margin: 5px;
	background: #7c9cbf;
	color: #000;
	border: 1px solid #666;
	font-size: 10px;
	text-decoration: none;
	text-align:left;
	z-index: 100;
}

.infobox a:hover div.broad {
	display: block;
	position: absolute;
	top: 0px;
	left: -420px;
	width: 400px;
	padding: 5px;
	margin: 5px;
	background: #ccf;
	color: #000;
	border: 1px solid #666;
	font-size: 10px;
	text-decoration: none;
	text-align:left;
	z-index: 100;
}

.infobox a div ul {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:16px;
	padding-left:0px;
	list-style-image:url(/img/bullet-linie.gif);
}

.sourcecode {
	background:#eee;
	margin: 10 0 10 0px;
	padding: 20 20 10 30px;
	font-style:italic;
}

.sourcecode p {
	margin-bottom: 5px
}

