/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    text-decoration: none;
}

/* Main Layout Style */
HTML, BODY{
    background: #FFFFFF;
    background-image: url(/images/interface/back.gif);
    background-repeat: no-repeat;
 	height: 100%;
    color: #000000;
    margin: 0px;
}

BODY.body_home {
    background-image: none;
}

/* Default Heading Styles */
H1 {
    font-weight: bold;
    margin: 0px;
}

H2 {
    font-weight: bold;
    margin: 0px;
}

/* Default Link Style */
A:link, A:visited {
    color: #008530;
    text-decoration: none;
}
A:hover, A:active {
    color: #008530;
    text-decoration: underline;
}

A.subnav_inactive:link, A.subnav_inactive:visited {
    color: #FFFFFF;
    text-decoration: none;
}
A.subnav_inactive:hover, A.subnav_inactive:active {
    color: #000000;
    text-decoration: none;
}

A.subnav_active:link, A.subnav_active:visited {
    color: #000000;
    text-decoration: none;
}
A.subnav_active:hover, A.subnav_active:active {
    color: #FFFFFF;
    text-decoration: none;
}

/* Formular */
INPUT {
    color: #000000;
    background: #FFFFFF;
    border-color: #008530;
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
}

TEXTAREA {
    color: #000000;
    background: #FFFFFF;
    border-color: #008530;
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
}

.button {
    color: #FFFFFF;
    background: #008530;
}

.noborder {
    background: #CCCCCC;
    border-width: 0px;
}

TD.formular {
    border-color: #008530;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
}

/* Tables */

TD {
    vertical-align: top;
}

TD.td_content {
    background: #CCCCCC;
    background-image: url(/images/interface/back_innen.gif);
    background-repeat: no-repeat;
}

TD.td_line {
    border-color: #008530;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

/* Content */

.title {
    color: #008530;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.subtitle {
    color: #000000;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

ul {
    margin-top: 0px;
}

li {
    margin-left: -23px;
}

/* Miscellaneous */

#div_navigation_home {
	position: absolute;
	left: 50px;
	top: 100px;
    width: 179px;
    height: 23px;
	z-index: 1;
}

#div_images_home {
	position: absolute;
	left: 0px;
	top: 123px;
    width: 743px;
    height: 208px;
	z-index: 1;
}

#div_lang_home {
	position: absolute;
	left: 57px;
	top: 340px;
    width: 100px;
    height: 20px;
	z-index: 1;
}

#div_address_home {
	position: absolute;
	left: 200px;
	top: 340px;
    width: 543px;
    height: 40px;
    text-align: right;
	z-index: 1;
}

#div_lang {
	position: absolute;
	left: 20px;
	top: 270px;
    width: 160px;
    height: 20px;
	z-index: 1;
}

#div_werte {
	position: relative;
    width: 346px;
    height: 100px;
	z-index: 1;
}

#div_trendslist {
	position: absolute;
	left: 780px;
	top: 50px;
    width: 62px;
    height: 500px;
	z-index: 1;
}

#div_trends_home {
	position: absolute;
	left: 523px;
	top: 103px;
  width: 200px;
  height: 47px;
	z-index: 1;
  text-align:right;
}

#div_lageplan {
	position: absolute;
	left: 618px;
	top: 233px;
    width: 150px;
    height: 40px;
	z-index: 1;
}

/* Scrollbar */

#div_scrollbar {
	position: relative;
    width: 346px;
    height: 450px;
	z-index: 1;
}

#div_titel {
	position: absolute;
    top: 290px;
    left: 130px;
    width: 214px;
    height: 22px;
	z-index: 2;
}

div#lyr2 {
	position: absolute; 
    visibility: hidden;
	left: 0; 
    top: 0; 
    z-index: 2;
}

div#layername {
    position: absolute;
    left: 255px; 
    top: 320px; 
    width: 320px; 
    height: 20px; 
    z-index: 6; 
    visibility: visible;
}

div#imagelayer	{
	position:absolute;
	left: 21px;
	top: 368px;
	width: 558px;
	height: 62px;
	clip: rect(0px, 558px, 62px, 0px);
	overflow: hidden;
	z-index: 3;
}

div#scrollbar {
	position: absolute;
	visibility: hidden;
	left: 21px;
	top: 340px;
	width: 558px;
	height: 15px;
	z-index:1;
}

div#buttonleft {
	position:absolute; left:0; top:0; z-index: 4;
}
div#buttonright {
	position:absolute; right:0; top:0; z-index: 5;
}

