html, body {
	height: 100%; 
	width: 100%
}

html {
    font-size: 100.1%;
}

body {
	font-family: verdana, 'lucida grande', arial, sans-serif;
	line-height: 170%;
	margin:0; 
	padding:0; 
	background-color: #fff;
	height:100%;
	text-align: center;
	color:#585858;
}


div, span, ul, li, dt, dd, h1, h2, h3, h4, h5, h6, p, a, tr, td {
	margin: 0;
	padding: 0;
 	outline: none;
	background: transparent;
}


/* ---- Site Elements --- */


#background {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff url("../images/background.gif") left top repeat-x;
}


#wrapper {
	width: 980px;
	min-width: 980px;
	text-align: left;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#font-size {
	width: 980px;
	height: 25px;
	background: url("../images/font_size.gif") right top no-repeat;
	text-align: right;
}

a.font-small {
	float: right;
	margin-right: 9px;
	border: 0;
}

a.font-normal {
	float: right;
	margin-right: 30px;
	border: 0;
}


#logo {
	display: block;
	float: left;
	width: 250px;
	height: 140px;
	background: url("../images/uman_logo.gif") left top no-repeat;
}

#bannerContainer {
	clear: both;
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 247px;
	border:0;
	margin-bottom: 55px;
}

#bannerstatic {
	clear: both;
	position: relative;
	width: 980px;
	height: 214px;
	margin-bottom: 55px;
	overflow: hidden;
}

#main {
	height: auto;
	overflow: visible;
}

#left .inside {
	width: 170px;
}


#right .inside {
	float: right; 
	width: 350px;
}

#copyright {
	width: 980px;
	height: 40px;
	text-align: center;
	color: #888888;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin-top: 25px;
}



/* ---- Navigation --- */


#main-navigation {
	width: 720px;	
	height: 40px;
	margin-top: 45px;
	float: right;	
	text-align: right;
	overflow: hidden;
}

#main-navigation ul {
	display: block;
	list-style-type: none;	
	text-align: left;
	padding-top: 0;
	float: right;
}

#main-navigation ul li {
	display: block;
	float: left;
	height: 40px;
	width: auto;
	margin: 0;
	margin-left: 45px;
}

#main-navigation a,
#main-navigation a:visited,
#main-navigation a.last,
#main-navigation a.last:visited {
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom: 0;	
}

#main-navigation a:hover,
#main-navigation a:active,
#main-navigation a.last:hover,
#main-navigation a.last:active {
	display: block;
	float: left;
	height: 22px;
	color: #bb1e1e;
	border-bottom: 0;
	background: url("../images/over.gif") left bottom repeat-x;
}


#main-navigation span.active  {
	display: block;
	border-bottom: 2px solid #b6cc00;
	padding: 0px 0px 4px 0px;
}


#main-navigation a.last,
#main-navigation a.last:visited {
}


body.nav2 li.nav2 dfn,
body.nav3 li.nav3 dfn,
body.nav3 li.nav3 dfn,
body.nav4 li.nav4 dfn,
body.nav5 li.nav5 dfn,
body.nav6 li.nav6 dfn,
body.nav7 li.nav7 dfn,
body.nav8 li.nav8 dfn {
	display: block;
	border-bottom: 2px solid #b6cc00;
	padding: 0px 0px 4px 0px;	
	text-decoration: none;
}

body.nav2 #main-navigation a.nav2:hover,
body.nav3 #main-navigation a.nav3:hover,
body.nav4 #main-navigation a.nav4:hover,
body.nav5 #main-navigation a.nav5:hover,
body.nav6 #main-navigation a.nav6:hover,
body.nav7 #main-navigation a.nav7:hover,
body.nav8 #main-navigation a.nav8:hover {
	display: block;
	border-bottom: 0;
	background: 0;
	cursor: default;
}



#subnavigation {
	display: block;
	width: 290px;
}


#subnavigation li {
	margin-bottom: 12px;
}


#subnavigation span.active{
	line-height: 2em;
	color: #000;
	font-weight: bold;
	padding: 8px 0px 8px 2.2em;
	background: url("../images/link_disabled.gif") 0px 50% no-repeat;
}



.mod_breadcrumb {
	margin-bottom: 20px;
}


/* ---- Footer --- */


#footer {
	height: 50px;
	font-size: 0.9em;
	margin-top: 40px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
}


#navigation-footer {
	float: left;
	width: 660px;
	height: 35px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#navigation-legal {
	float: right;
	width: 300px;
	height: 35px;
	text-align: right;
	overflow: hidden;
}


#navigation-footer ul, 
#navigation-legal ul {
	display: block;
	list-style-type: none;	
	padding-top: 0;
	margin: 15px 0 0 0;
	height: 35px;
}


#navigation-footer ul li  {
	display: inline;
	float: left;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #d4d4d4;
	height: 30px;
	text-align: left;
}

#navigation-legal li  {
	display: inline;
	float: left;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #d4d4d4;
	height: 30px;
	text-align: right;
}



#navigation-footer ul li.last,
#navigation-legal li.last {
	border-right: 0;
	padding-right: 0px;
}









input,
textarea {
	border: 1px solid #c5c5c5;
	padding: 2px;
	margin-bottom: 15px;
}

input.submit
{
	border: 1px solid #999999;
	padding: 4px;
}


#search-function form {
	margin-bottom: 10px;
} 

#search-function #keywords {
	width: 260px;
	margin-right: 30px;
}

#search-function #submit {
	width: 90px;
}

.radio_container span {
	margin: 0px 25px 15px 0px;
}

#search-function .header {
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 18px;
	border-top: 1px solid #c5c5c5;
}

.odd,
.even {
	margin-bottom: 18px;
	padding: 8px;
}

.even {
	background:  #EEEEEE;
}



#contact-data {
	float: left;
	width: 240px;
	background:  #E9E9E9;
	padding: 20px;
}

#contact-data label {
	display: block;
	margin-bottom: 6px;
}

#contact-data input.captcha {
	
	width: 40px;
	margin-right: 12px;
}

.submit-container {
	margin: 6px 0px 0px 0px;
	background: red;
}

.row_4,
.row_6 {
	height: 32px;
}

.mod_newslist div {
	margin-bottom: 0px;
}


/* ------- Sitemap ------ */



#sitemap ul {
	font-weight: bold;
	list-style-type: none;
}

#sitemap ul.level_2 {
	font-weight: normal;
	margin-left: 20px;
}

#sitemap li {
	margin-bottom: 6px;
}

#sitemap ul.level_2 .first {
	margin-top: 12px;
}

#sitemap ul.level_2 .last {
	margin-bottom: 12px;
}

#sitemap li.trail {
	margin-bottom: 24px;
}

#recent-changes {
	font-size: 0.9em;
}



/* ---- Format Elements --- */


.cl {
	content: ".";
    height: 1px;
	background: transparent;
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.cl-element {
	clear: both;
}

.hidden {
	display: none;
}


.fl {
 float: left;  
}

.fr {
 float: right;  
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}


.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}


.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}




.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}


.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}



.center {
	text-align: center;
}

.just {
	text-align: justify;
}

.underline {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d2d2d2;
}

.small {
	font-size: 0.9em;
	line-height: 150%;
}




/* ---- Text ---- */


p {
	margin-bottom: 6px;
	text-align: justify;
}


h1 {
	color: #000000;
	font-style: normal;
	margin-bottom: 25px;
	font-size: 1.3em;
	border-bottom: 1px solid #cccccc;	
}


h2 {
	color: #000;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #054f90;
}



h3 {
	margin-bottom: 8px;
	font-size: 1.1em;
	color:  #000;
}


h4 {
	font-size: 1em;
	margin-bottom: 1.5em;
}


.big {
	font-size: 1.4em;
}

.underline-red {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}


.red  {
	color: red;
}


h1 img {
	margin: 0 0 8px 0;
}


.spacing {
	letter-spacing: 0.4em;
}

.hide {
	display: none;
}


#footer a,
#footer a:visited {
	color: #666666;	
}


a,
a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px  dotted #666666;
}

a:hover,
a:active,
#footer a:hover,
#footer a:active {
	color: #bb1e1e;
	border-bottom: 1px solid #bb1e1e;
}

.image_container a  {
	border-bottom: 0px;
}

.link2 a,
.link2 a:visited,
a.link2,
a.link2:visited {
	line-height: 2em;
	clear: both;
	color: #000;
	text-decoration: none;
	padding: 8px 0px 8px 2.2em;
	background: url("../images/link1.gif") 0px 50% no-repeat;
	border-bottom: 0px;
}

.link2 a:hover,
.link2 a:active,
a.link2:hover,
a.link2:active { 
	color: #bb1e1e;
	text-decoration: underline;
	padding: 8px 0px 8px 2.2em;
	background: url("../images/link2.gif") 0px 50% no-repeat;
	border-bottom: 0;
}

#product-navigation a {
	margin-left: 10px;
}






/* ---- Contact/Support Forms ---- */

.contact-formular {
	width: 600px;
	height: 650px;	
	overflow: visible;
}

.support-formular {
	width: 700px;
	height: 550px;	
}


.contact-formular {
	float: right;
}


.contact-formular td,
.support-formular td {
	vertical-align: top;
}

.contact-formular td.col_0,
.support-formular td.col_0 {
	width: 150px;
	font-weight: bold;
}

.contact-formular input,
.support-formular input {
	width: 200px;
	margin: 0px 0px 6px 0px;
}


.contact-formular input.contact-protect,
.support-formular input.support-protect {
	width: 60px;
	margin-right: 12px;
	float: left;
}

#link-to-email .captcha {
	float: left;
}

#link-to-email .submit {
	clear: both;
	display: block;
}


.contact-formular input.contact-message {
	width: 430px;
	height: 220px;
}

.support-formular input.contact-message {
	width: 520px;
	height: 220px;
}


.contact-formular tr,
.support-formular tr {
	background: transparent;
}

.error {
	margin-bottom: 6px;
	color: #CC0000;
}



/* ---- Colors ----*/

.black {
  color: #000000;
}

.blue {
	color: #105cb6;
}

.blue-dark {
  color: #2e4e8e;
}

.blue-bright {
  color: #1c8be0;
}


.green {
  color: #578115;
}

.red {
  color: #820000;
}

.grey {
  color: #666666;
}


/* ---- Akkordeon ----*/

.black .toggler {
	width: 100%;
	height: 18px;
	font-weight: bold;
	padding: 4px 0px 4px 12px;
	margin-bottom: 4px;
	color: #fff;
	background:  #000 url("../images/akkordeon_open.gif") right 50% no-repeat;
}

.accordion  div {
	margin: 0;
}

 .toggler {
	background:  url("../images/toggler_products.gif") left top no-repeat;
	color:  #666666;
	height: 20px;
	padding: 1px 0px 1px 12px;
	margin-bottom: 6px;
}


/* ---- Sitemap ----*/

#sitemap ul.level_1 li.submenu {
	margin-bottom: 30px;
}

#sitemap ul.level_2 {
	margin-left: 200px;
	margin-top: -30px;
	padding-bottom: 20px;
	border-bottom: 1px solid  #EBEBEB;
}

#sitemap ul.level_3 {
	margin-left: 200px;
	margin-top: -30px;
}


















