html, body {
    margin: 0;
    height: 100%
}

body {
   background: #8b8d8e;
   line-height: 1
}


div#wrapper {
    position: relative;
    margin: 0 0 0 20px;
    width: 978px;
    min-height: 100%;
    background: #fff
}

* html #wrapper {height: 100%}

div#header {
    width: 978px;
    height: 155px;
    background: url(../img/slogan_bg.gif) no-repeat bottom right 
}

div#metanav {
    position: relative;
    right: 20px;
    float: right;
    margin-top: 8px;
}

div#metanav a, div#metanav a:visited {
    color: #000;
    font-size: 95%;
    text-decoration: none
}

div#metanav a:hover {
   text-decoration: underline
}

div#search {
    position: relative;
    top: 5px;
    right: 20px;
    margin-left: 20px;
    float: right;
    width: 168px;
}



div#search input.tx-indexedsearch-searchbox-sword {
    margin-top: 0;
    margin-right: 5px;
    width: 130px;
    height: 14px;
    border: 1px solid #8b8d8e;
    padding: 2px 0 1px 2px;
    font-size: 95%;
    float: left;
}

div#search input.tx-indexedsearch-searchbox-button {
    float: right;
   padding: 0
}



div#logo {
    position: absolute;
    top: 40px;
    left: 15px;
    width: 215px;
    height: 60px;
    background: url(../img/logo_ub.gif) no-repeat;
}

div#logo a {
    display: block;
     width: 215px;
    height: 60px;
}

img#partner {
    position: relative;
    top: 122px;
    left: 523px
}

div#footer-txt {
    position: absolute;
    top: 153px;
    right: 23px;
    z-index: 98;
}

div#footer-txt a, div#footer-txt a:visited {
    text-decoration: none;
    color: #8b8d8e;
}

div#footer-txt a:hover {
       color: #E97B00;
       text-decoration: underline
}

div#breadcrumb {
    position: absolute;
    top: 155px;
    left: 242px;
    font-size: 89%;
    z-index: 98
}

div#breadcrumb a {
    text-decoration: none;
    color: #8b8d8e;
}

div#breadcrumb a:hover {
    color: #E97B00;
    text-decoration: underline
}

div.clear {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 0;
    line-height: 0
}

div#main {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%;
}


div#leftcol {
    float: left;
    overflow: hidden;
    width: 229px;
    border-top: 20px solid #8b8d8e
}

div#contentcol {
    position: relative;
    right: 20px;
    float: right;
    overflow: hidden;
    margin-top: 3.3em;
    width: 717px;
}


div#content {
    overflow; hidden;
    float: left;
    width: 510px;
    line-height: 130%;
    padding-bottom: 20px;
    padding-left: 1px
}

div#rightcol {
    overflow; hidden;
    float: right;
    width: 190px; 
}

div.teaser-rightcol-1 {
    overflow: hidden;
    padding: 0 0 0 0;
    margin-bottom: 12px;
    background: #ebebeb;
    
}

div.teaser-rightcol-1 h3 {
    margin-top: 0;
    margin-bottom: 1em;
    padding: 0.7em 0.7em 0.5em 1.15em;
    color: #8b8d8e;
    background: #fff;
    font-weight: bold;
    font-size: 95%;
    border-top: 1.5em solid #ebebeb
}

div.teaser-rightcol-1 p {
	margin-bottom: 0;
    padding: 0 0.9em 0.4em 1.2em;
    font-size: 89%;
    line-height: 130%
}

div.teaser-rightcol-1 img {
    margin-top: 15px !important
}

div.teaser-rightcol-1 img.img-left {
	position: relative;
	left: -1.2em;
	top: -1.25em
} 



div#footer {
    position: absolute;
    bottom: 0;
    width: 978px;
   
    padding: 15px 0 8px 20px;
    font-size: 89%;
    color: #8B8D8E
}

div#footercontent span { position: relative; left: 20px; font-size:89%; color: #8b8d8e}


/* topnav
 ----------------------------------------------- */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



#topnav {
	width: 720px; 
	position: absolute;
	top: 73px;
	left: 242px;
	z-index: 99;
	
}



#topnav ul {
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	list-style-type: none;
	height: 31px;
	position: relative;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

#topnav ul li {
	float: left;
	position: relative;
	margin: 0;
	margin-right: 13px;
	display: block;
}

/* fix ie problems with dynamic width */

*html #topnav li {
	width: 1%;
}

#topnav ul li a, #topnav ul li a:visited {
	display: block;
	text-decoration: none; 
	color: #8c8d8f;
	padding-left: 13px;
    background: url(../img/topnav_bg.gif) no-repeat 0 0.7em; 
}

#topnav ul li a:hover {
    color: #e97b00;
    background: url(../img/topnav_bg_active.gif) no-repeat 0 0.7em;
    text-decoration: none
}

#topnav ul li a span {
	margin: 0;
	padding: 0.6em 16px 0 0;
	height: 23px;
	display: block;
	xborder: 1px solid green;
}

#topnav ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}



#topnav ul li a.active {
	color: #e97b00;
	margin: -2px 0 0 0;
	xline-height: 160%;
	position: relative;
	/* height: 34px; */
	display: block;
	background: url(../img/topnav_bg_active.gif) no-repeat 0 0.85em;
}

#topnav ul li a.active ul {
	top: 31px;
}

#topnav ul li a.active:hover {
	background: url(../img/topnav_bg_active.gif) no-repeat 0 0.85em;
}

#topnav ul li a.active span, #topnav ul li a.active:hover span {
	display: block;
	padding: 10px 16px 1px 0;
	width: auto;
}


/* style the second level background */
#topnav ul ul a.drop, #topnav ul ul a.drop:visited {
background-color:#A3A59D;

}
/* style the second level hover */
#topnav ul ul a.drop:hover{
 background-color:#8B8D8E !important; 
}
#topnav ul ul :hover > a.drop {
background-color:#8B8D8E;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
#topnav ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 28px;
	left: 0; 
	width: 150px;
	font-weight: normal;
	font-size: 89%;
}


/* another hack for IE5.5 */
* html #topnav ul ul {
	top: 28px;
	t\op: 28px;
}

/* position the third level flyout menu */
#topnav ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}

/* position the third level flyout menu for a left flyout */
#topnav ul ul ul.left {
	left: -150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#topnav table {
	position:absolute; 
	top:0; 
	left:0;
}

#topnav ul ul {
    /* border: 1px solid #e97b00; */
    height:auto;
    
}

/* style the second level links */
#topnav ul ul a, #topnav ul ul a:visited {
	background: #e97b00;
	color: #fff;
	/* text-decoration: underline; */
	height: auto; 
	line-height: 1.4em; 
	padding: 4px 10px; 
	width: 129px;
	/*border-left: 1px solid #e97b00;*/
	border-bottom: 1px solid #fff 
}

#topnav ul ul a:hover {
	border-bottom: 1px solid #ccc
}

/* yet another hack for IE5.5 */
* html #topnav ul ul a {
	width: 150px;
	w\idth: 129px;
}


/* style the top level hover */
#topnav ul a:hover, #topnav ul ul a:hover{
color:#8c8d8f; 
background: #fff;
text-decoration: underline
}


#topnav :hover > a {
color:#8c8d8f;
background: url(../img/topnav_bg_active.gif) no-repeat 0 0.70em;
}


/* make the second level visible when hover on first level list OR link */
#topnav ul li:hover ul,
#topnav ul a:hover ul{
	visibility: visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#topnav ul :hover ul ul{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
#topnav ul :hover ul :hover ul{ 
	visibility: visible;
}


/* subnav
 ----------------------------------------------- */
 
div#subnav {
    margin-top: 22px;
    width: 209px;
}

div#subnav ul {
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

ul#subnavlist1 {
     margin: 0
}

ul#subnavlist1 li {list-style: none; background: url(../img/subnav_line.gif) no-repeat right top ; }


ul#subnavlist1 li a:link, ul#subnavlist1 li a:visited {
	display: block;
	padding:0.7em 0.3em 0.5em 2.5em;
	width: 13.5em;
	font-size: 100%;
	color: #8c8d8f;
	text-decoration: none;
	background: url(../img/topnav_bg.gif) no-repeat 1.3em 0.8em ;
	
}

ul#subnavlist1 li a:hover {
	background: url(../img/topnav_bg_active.gif) no-repeat 1.3em 0.8em ;
}


ul#subnavlist1 li a.active {
    font-weight: bold;
    background: url(../img/topnav_bg_active.gif) no-repeat 1.3em 0.8em ;
}



ul#subnavlist1 li a.active-in,
ul#subnavlist1 li a.active-out {background: #2876BC !important}

ul#subnavlist1 li.last a {background: #E35501}

ul#subnavlist2 li {list-style: none; background: transparent}



ul#subnavlist2 li a:link, ul#subnavlist2 li a:visited {
	display: block;
	padding:0 0.3em 0.7em 2.9em;
	width: 15.3em;
	font-size: 89%;
	color: #8c8d8f;
	text-decoration: none;
	background: transparent !important
}

  ul#subnavlist2 li.last a {} 
  ul#subnavlist2 li.last a:hover {}



ul#subnavlist2 li a:hover {
	text-decoration: underline; 
}

ul#subnavlist2 li a.active {
    text-decoration: underline; 
    font-weight: normal
}


ul#subnavlist2 li a.active-in {background: url(../img/subnav_bg2.gif) repeat-x left bottom #fff !important; font-weight: bold}
ul#subnavlist2 li.last a.active-in {background: url(../img/subnav_bg.gif) repeat-x left bottom #fff !important; font-weight: bold}
ul#subnavlist2 li a.active-out {background: url(../img/subnav_bg2.gif) repeat-x left bottom #fff !important; font-weight: bold}

ul#subnavlist3 li a:link, ul#subnavlist3 li a:visited {
	display: block;
	width: 180px;
	padding: 5px 3px 5px 20px;
	font-size: 89%;
	color: #535353;
	text-decoration: none;
	background: url(../img/subnav_bg2.gif) repeat-x left bottom #fff !important; }




/* ------ RSS und Twitter ----- */

div#footer {
	line-height: 2
}

span.copy {
	height: 20px;
}

div#footer a.twitter {
	margin-right: 5px;
	padding: 3px 0 3px 16px;
	height: 20px;
	background: url(../img/twitter_start_16.png) no-repeat top left;
}


div#footer a.rss {
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px 0 3px 20px;
	height: 20px;
	background: url(../img/rss_start_16.png) no-repeat top left; }	
}




