/* standards
 ----------------------------------------------- */

html, body {
		height: 100%;
}

body {
	background: #e2e2e2;
	position: relative;
}
 

h2 {
	margin: -.8em 0 0.8em 0;
	}

/* layout
 ----------------------------------------------- */

#bodybg {
    margin: 0 auto;
    padding: 0;
	background: url(../img/home_body_bg_n.gif) repeat-y; 
	position: relative;
	min-height: 100%;
	width: 962px;
	
}

* html #bodybg {
	height: 100%;
}


#wrapper {
	position: relative;
	left: -1px;
	margin: 0 auto;
	padding: 12px 0;
	width: 944px;
	min-height: 100%;
	
}

* html #wrapper {
	height: 100%;
}


#main {
	margin: 26px 0 0 0;
	padding: 0 0 30px 0;
	position: relative;
	xborder: 1px solid green;
}

* html #main {
	height: 1%;
}

/* header
 ----------------------------------------------- */

#header {
	position: relative;
	width: 100%;
	height: 111px;
	xborder: 1px solid green;
	border-bottom: 5px solid #FF7700;
}

#logo  {
	width: 121px;
	height: 65px;
	position: absolute;
	top: -4px;
	left: 12px;
	background: url(../img/upj_logo.gif) no-repeat;
}
 
 
 
#logo a {
	width: 121px;
	height: 65px;
	display: block;
}



/* metanav
 ----------------------------------------------- */

#metanav {
	position: absolute;
	right: 15px;
	font-size: 86%;
	text-align: right;
	color: #DEE8F4;
}

#metanav a {
	text-decoration: none;
	color: #A0A0A0;
}

#metanav a:hover {
	color: #C4C4C4;
}


/* content
 ----------------------------------------------- */

#contentcol {
	margin: 0 0 0 235px;
	width: 480px;
	position: relative;
}

#content {
	xmargin: 0 220px 0 0;
	padding: 0;
	line-height: 130%;
}

#leftcol {
	position: absolute;
	top: -5px;
	left: 12px;
	width: 200px;
	min-height: 158px;
	background: url(../img/leftcol_bg.gif) no-repeat;
	
}

#rightcol {
	width: 190px;
	position: absolute;
	top: 0;
	right: 14px;
	padding: 0;
	font-size: 89%;
	line-height: 120%;
	
}


/* topnav
 ----------------------------------------------- */

#topnav-wrapper {
	position: absolute;
	bottom: 0;
	right: 257px;
}

* html #topnav-wrapper {
	bottom: -1px;
}

#topnav-portal, #topnav-upj {
	float: right;
}

.topnav-descr {
	background: url(../img/topnav_descr_bg.gif) no-repeat;
	background-position: top right;
	xborder: 1px solid fuchsia;
	margin: 0 0 0 17px;
	padding: 0;
}

.topnav-descr-bg {
	padding: 0 0 5px 0;
}

* html .topnav-descr-bg {
	padding: 0 0 3px 0;
}

.topnav-descr .portal {
	background: url(../img/topnav_descr_portal.gif) no-repeat;
	width: 108px;
	height: 11px;
}

.topnav-descr .upj {
	background: url(../img/topnav_descr_upj.gif) no-repeat;
	width: 83px;
	height: 11px;
}

#topnav-wrapper ul {
	padding: 0;
	margin: 0;
	font-weight: bold;
	list-style: none;
}

#topnav-wrapper ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#topnav-wrapper ul li a, #topnav-wrapper ul li a:link {
	float: left;
	padding: 0 0 0 16px;
	background: url(../img/topnav_left.gif) repeat-x;
	margin: 0 3px 0 0;  
	padding: 0 0 0 4px;
	text-decoration: none;
	background-color: #FF7700;
}

#topnav-wrapper ul li a span {
	float: left;
	display: block;
	background: url(../img/topnav_left.gif) repeat-x ; 
	padding: 8px 10px 4px 6px;
	color: #fff;
}

#topnav-wrapper ul li a:hover {
	background-color: #FF7700;
	color: #fff;
}

#topnav-wrapper ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
	color: #fff;
}

#topnav-wrapper a:hover span {
      color:#fff;
}

#topnav-wrapper ul li.active a {
    background-position: 0% -100px;
	color:#fff;
	color: #166CC5;
}

#topnav-wrapper ul li.active a span {
    background-position: 100% -100px;
	color:#fff;
	color: #fff;
}

#topnav-wrapper ul li a:hover {
  background-position: 0% -100px;
}

#topnav-wrapper ul li a:hover span {
  background-position: 100% -100px;
}


/* subnav
 ----------------------------------------------- */

#subnav {
	xborder: 1px solid green;
	width: 165px;
	margin: 10px 0 0 18px;
	padding: 0;
	font-size: 96%;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

 #subnavlist1 {
	xborder-bottom: 1px solid #EAEAE9;
}



#subnavlist1 li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #9D9D9D;
}

#subnavlist1 li a {
	color: #666666;
	display: block;
	text-decoration: none; 
	width: 155px;
	padding: 8px 10px 4px 0px;
	line-height: 120%;
}

/* box model hack ie win */
* html #subnavlist1 li a {
width: 175px;
w\idth: 155px;
}

#subnavlist1 li a:hover {
	text-decoration: none; 
	xcolor: #1773D1;
	background-color: #fafafa;
	color: #000;
}

#subnavlist1 li a.active {
	text-decoration: none; 
	color: #FF7700;
	font-weight: bold;
}


 #subnavlist2 {
	border-top: 1px dotted #9D9D9D;
	padding: 5px 0 !important;

}

#subnavlist2 li {
	list-style: none;
	margin: 0;
	border: none;
}

#subnavlist2 li a {
	color: #666666;
	display: block;
	text-decoration: none; 
	width: 145px;
	padding: 3px 10px 3px 10px;
	background: url(../img/subnavlist_bg.gif) no-repeat 0 4px;
}

/* box model hack ie win */
* html #subnavlist2 li a {
width: 155px;
w\idth: 145px;
}

#subnavlist2 li a:hover {
	xtext-decoration: underline;
}

#subnavlist2 li a.active {
	text-decoration: none; 
	color: #FF7700;
	font-weight: normal;
}

#subnavlist2 li a.active:hover {
	color: #FF7700;
}


/* teaser
 ----------------------------------------------- */

.teaser-rightcol-1 {
	margin: 0 0 18px 0;
	padding: 0 0 0px 0;
	background: url(../img/teaser2_bottom.gif) no-repeat bottom left; */
	background-color: #fff; 
}

.teaser-rightcol-2 {
	margin: 0 0 18px 0;
	padding: 0 0 0px 0;
	background: url(../img/teaser2_bottom.gif) no-repeat bottom left;
	background-color: #fff;
}

.teaser-rightcol-1 p, .teaser-rightcol-2 p {
	margin: 0 10px 5px 10px;
	padding: 0 0 5px 0;
}

.teaser-rightcol-1 h3, .teaser-rightcol-2 h3 {
	xfont-size: 96%;
	padding: 6px 10px 4px 10px;
	margin: 0 0 0.8em 0;
	background-color: #8b8c8e;
	color: #fff;
}

.teaser-rightcol-2 h3.h3-cart {
	background: url(../img/teaser1_top_cart.gif) no-repeat;
	padding: 6px 10px 4px 29px;
	margin: 0 0 0.8em 0;
	background-color: #8b8c8e;
	color: #fff;
}




/* footer
 ----------------------------------------------- */

#footer {
    clear: both;
	position: relative;
	margin: -30px 0 0 0;
	width: 100%;
	height: 30px;
}


#footercontent {
    width: 962px;
    margin: 0 auto;
}

#footer-txt {
    margin-left: 250px;
	color: #aaa;
	font-size: 89%;
}

#footer-txt a {
	color: #aaa;
	text-decoration: none;
}

#footer-txt a:hover {
	color: #666;
	text-decoration: none;
}

/* signet bruecken bauen
 ----------------------------------------------- */

#subnav-signet {
    margin: 30px 0 0 40px;
}

/* sitemap
 ----------------------------------------------- */

div.sitemap .sm-rubriklink {
	background-color: #ededed; 
	display: block; 
	padding: .2em 0 .3em .7em;
	margin-bottom: .5em;
	font-weight: bold;
}

div.sitemap li.sm-rubriklist {
	background-image: none;
	margin: 0 0 1em -22px;
}

#content div.sitemap ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 12px;
	}	

#content div.sitemap ul li {
	padding: 0 0 4px 12px;
	background: none;
	}

#content div.sitemap ul ul {
	list-style: none;
	margin: .3em 0 .3em 0;
	padding-left: 11px;
	_padding-left: 0; /* ie win referenziert vom oberen li aus */
	}	

#content div.sitemap ul ul li {
	padding: 0 0 4px 16px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0px 2px no-repeat;
}


/* misc
 ----------------------------------------------- */
 
 #diashow {
    margin: 0 0 20px 0;
 }
 
 .break {
    clear: both;
 }
 
 
 
 
 
 
 












 
 