@import url(/styles/live/relesta/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightwindow.css);
@import url(/styles/live/relesta/formmanager.css);
@import url(/styles/live/navigation.css);
@import url(/styles/live/livetranslate.css);

/* Structure */
html, body {
    background-image: url(/images/relesta/HG_homepage_if.jpg);
    background-repeat : no-repeat;
    background-position : left top;
    background-color: #000000;
}

body {
    margin : 0;
    padding : 0;
    font-family : Arial,Helvetica,sans-serif;
    font-size : 12px;
    color: black;
    text-align : left;
    line-height: 150%;
    margin:60px auto 0pt;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
    background-color:white;
    border:1px solid #A0AEC0;
    margin-bottom:6px;
    padding:2px;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #666666;

}

a:hover, a:active {
    text-decoration: none;
    color: #991516;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 1013px;
}

#container_shadow {
    clear: both;
    float: left;
    width: 960px;
    padding: 21px 32px 33px 21px;
    background-image: url(/images/relesta/WEBfirstside_shadow.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#container {
    width: 960px;
}

#contentWrapper
{
    border: 2px solid black;
    float: left;
}

#content {
    background-color: #FFFFFF;
    width: 655px;
    height: 532px !important;
    height: 529px;
    float: right;
    padding-left: 150px;
    padding-top: 45px;
    overflow: auto;
}

#sidenav {
    background-color: #9FA2A5;
    width: 151px;
    height: 602px;  /*for IE */
    float: left;
    position: relative;
    background-image: url(/images/relesta/sidenav_bg.jpg);
    background-repeat: repeat-x;
}

#sidenav img
{
    display: inline;
    margin-left: -2px;
}

#headImageView
{
    height: 295px;
    float: left;
    width: 150px;
}

#headImageView img
{
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 10;
}

#navWrapper
{
    position:absolute !important;
    position: relative;
    bottom: 23px !important;
    bottom: 0px;
    left:0px;
    z-index: 90;
}


#footer {
    background-color: black;
    width: 780px;
    height: 25px;
    color: white;
    text-align: right;
    display: inline;
    float: right;
    position: relative;
    padding-right: 25px;
}

#logoView
{
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 10;
}

#realisationView
{
    position: absolute;
    left: -150px;
    bottom: -20px;
    font-size: 10px;
}

#realisationView a, #realisationView a:visited
{
    color: white;
}

#realisationView a:hover
{
    color: #CCCCCC;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
	list-style-image: url(/images/relesta/aufzaehlung2.gif);
	padding: 0px;
	margin: 0px;
	margin-left: 16px;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}
