*, body
    {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    }

html, body
    {
    height:100%;
    /*overflow:hidden;*/
    }

a
	{
	text-decoration:none; /*underline;*/
	color:white; /*#999;*/
	}

a:hover
	{
	color:#999;
	}

img,
img a,
img a.link,
img a.visited
    {
    border:none;
    }

h1
    {
    font-size:20px;
    margin-bottom:15px;
    }

h2
    {
    font-size:16px;
    margin:15px 0; /*es: margin:25px 0 7px 0;*/
    }

p
    {
    margin-bottom:10px;
    }


/*----------------------------------------------------------------------------*/


#ui_header
    {
    width:900px;
    margin:80px auto 10px auto; /*ergomed: margin:80px auto 50px auto*/
    /*background-color:red;*/
    }

#ui_title /*page title*/
    {
    margin-left:10px; /*ergomed: margin-left:115px;*/
    font-weight:bold;
    font-size:40px; /*22px*/
    color:#646567;
    }

#ui_title a
    {
    text-decoration:none;
    color:inherit;
    }

/*
#ui_banner
    {
	position:fixed;
	top:20px;
	left:900px;
	z-index:1000;
    }
*/

/*
#ui_navtop /*top navigation 1.level*//*
    {
    position:absolute;
    width:968px;
    top:125px;
    margin-left:65px;
    font-size:13px;
    color:#000000;
    float:left;
    }
*/
/*
#ui_navtop a
    {
    text-decoration:none;
    color:#333;
    }
*/
/*
#ui_navtopsub /*top navigation 2.level*//*
    {
    position:absolute;
    width:900px;
    top:156px;
    margin-left:80px;
    padding:10px;
    font-size:12px;
    color:#FFFFFF;/*font-color: white*//*
    float:left;
    z-index:999;
    background-color:#b8a972;
    }
*/
/*
#ui_navtopsub a
    {
    text-decoration:none;
    color:inherit;
    }
*/

/*----------------------------------------------------------------------------*/


#ui_container
    {
    position:absolute;
    left:0;
    width:100%;
    height:500px;
    overflow:auto;
    overflow-y:auto;
    overflow-x:auto;
    background-color:#646567; /*ergomed: background-color:#b8a972;*/
    }

#ui_content
    {
    width:968px;
    /*height:500px;*/
    margin:0 auto;
    /*background:red;*/
    }

#ui_content_banner
    {
    position:fixed;
    /*height:450px;*/
    margin-top:50px;
    }

#ui_content_links_lo
    {
    position:fixed;
    top:200px;
    margin-left:-33px;
    }

#ui_content_links
    {
    position:fixed;
    top:465px;
    margin-left:-130px;
    /*left:100px;*/
    }

#ui_content_text
    {
    font-size:14px; /*12px;*/
    float:left;
    width:550px;
    height:300px;
    color:#FFFFFF;/*font-color: white*/
    padding:20px 10px 0px 10px;
    margin-left:370px; /*ergomed: margin-left:150px;*/
    line-height:150%; /*15px;*/ /*es: line-height:19px;*/
    }

#ui_content_text ul
    {
    margin:0;
    padding:0;
    }

#ui_content_text li
    {
    margin:0 0 0 17px;
    padding:0 0 0 4px;
    list-style-image:url('../img/plus.png');
    }

/*#ui_content_contact
    {
    }
*/

/*----------------------------------------------------------------------------*/


#ui_footer
    {
    position:absolute;
    width:900px; /*es: width:968px;*/
    top:650px; /*ergomed: top:665px;*/
    margin-left:110px;
    /*es
    left:50%;
    margin:0 0 0 -200px;
    */
    /*background-color:red;*/
    }

#ui_navbottom /*bottom navigation*/
    {
    width:968px;
    margin-left:110px; /*ergomed: margin-left:65px;*/
    font-size:13px;
    color:#000000;
    float:left;
    }

#ui_navbottom a
    {
    color:#333;
    text-decoration:none;
    }

