html {
font-family:arial, helvetica, sans-serif;
font-size:75%;
color:#333960;
background:#fcf8d0;
background-image:url("img/bg.gif");
background-position:center center;
background-repeat:repeat-y;
}

body {
position:relative;
width:775px;
height: 101%;
padding:5px 25px 58px 20px;
margin:8px auto 10px auto;
}

#banner {
position:absolute;
left:0;
width:100%;
height:155px;
padding:0 !important;
padding-right:70px;
background-color:#FFFFFF;
background-image:url("img/header.jpg");
background-position:27px 0;
background-repeat:no-repeat;
border-top:2px solid #9c6f5d;
border-bottom:2px solid #9c6f5d;
}

#banner p {
position:absolute;
top:12px;
left:280px;
padding:0;
margin:0;
font-family:arial, helvetica, sans-serif;
font-size:1em;
font-style: normal;
line-height:1.4em;
color:#90604f;
}

#nav-toplevel {
margin: 0 auto;
padding: 0;
text-align: left;
position: relative;
width: 700px;
}

#nav-main {
width: 500px;
height: 197px;
/*margin: 20 auto;*/
padding: 0;
text-align: left;
position: relative;
}

#nav-main ul {
list-style: none;
margin: 0;
padding: 0;
width: 790px;
overflow: hidden;
position: absolute;
bottom: 8px;
left: -12px;
}

#nav-main li, #nav-meta li {
display: inline;
}

#nav-main a {
display: block;
float: left;
padding: 7.7px;
margin-left: 1px;
background: #f4d981;
color: #333960;
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

#nav-main a:hover {
background: #fdf5e4;
color: #333960;
}

#nav-main a.current {
background: #333960;
color: #FFF;
}

#container {
position:relative;
top:30px;
height:100%;
background-color: #fff;
margin-bottom:30px;
}

#content {
position:relative;
width:525px;
background:transparent;
}
#content p {
font-size:1.08em;
line-height:1.4em;
padding:8px 11px 23px 30px;
margin:0 15px 1.1em 0;
background-image:url("img/shadow.gif");
background-position: bottom left;
background-repeat:no-repeat;
}

#content ol, #content ul {
font-size:1.08em;
line-height:1.4em;
padding:6px 11px 13px 40px;
margin:0 13px 1.1em 0;
background-image:url("img/shadow.gif");
background-position: bottom left;
background-repeat:no-repeat;
}

h1,h2{
height:auto !important;
height:30px;
margin-top:0;
margin-left:18px;
font-family: "Times New Roman", Arial, sans-serif;
letter-spacing:0.04em;
font-style: italic;
}

h1 {
width:487px;
padding-top:0.3em;
padding-left:6px;
font-size:1.9em;
color:#333960;
}

h2 {
width:480px;
font-size:1.5em;
color:#333960;
padding-left:6px;
padding-bottom:20px;
border-bottom:1px solid #9c6f5d;
}

h3 {

font-size:0.9em;
color:#333960;
padding-top:0.6em;
padding-left:25px;
padding-bottom:20px;
font-family: Arial, sans-serif;
font-style: italic;
}

#box-right {
position:absolute;
top:40px;
right:0px;
width:170px;
padding-top:5px;
}

#bgbox-right {
position:absolute;
bottom:-100px;
right:100px;
padding-bottom:30px;
}

/* IMG SHADOW*/


* {
margin:0;
padding:0;
}

#content .ii{
margin-left:0px;
float:left;
background:#424764;
  }

#content .ii img{
position:relative;
top:-5px;
left:-5px;

  }
#content .r{
margin:8px 0 10px 30px;
float:left;
  }

/* IMG SHADOW END */

#info-site {
position:relative;
width:100%;
padding: 2px 12px 20px;
bottom:-150px !important;
margin:0px;
font-size:0.94em;
clear:both;
}

#info-company {
position:absolute;
right:0;
}

/*additional*/
A:link {
color:#888;
text-decoration:underline;
}

A:active {
color:#000;
text-decoration:none;
}

A:visited {
color:#888;
text-decoration:underline;
}

A:hover {
color:#ccc;
text-decoration:none;
}

abbr, acronym {
font-style:normal;
border-bottom:dotted 1px #ABB1B7;
cursor:help;
}

code, kbd, samp {
display:block;
padding:1px;
border-left:10px solid #DDDFFF;
font-family:monaco, "Courier new", courier, monospace;
}


.unsichtbar {
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px
}

/* popup */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-250px 0 0 -250px;
	border:10px solid #9c6f5d;
	background:#FDFCE9;
	text-align:left;
	padding: 0px 4px 3px 40px; 
	overflow: auto;	
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#333960;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

/* image viewer */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fcf8d0;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 40px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 200;
bottom: -50px !important;
left: 50px; /*position where enlarged image should offset horizontally */

}

/* form css begin */

.phpfmg_form, .form_description, .form_footer{
    padding-left: 10px;
    padding-bottom: 10px;
    width: 315px;
}

.form_field, .form_required, .form_description, .form_button{
    font-weight : bold;
}

.form_required{
    color:red;
}

.field_block{
    padding: 5px;
}

.field_block_over{
/*
    padding: 4px;
    border: 1px dashed #cccccc;
    background-color: yellow;
*/    
}


.form_submit_block{
    padding-top: 10px;
}

.form_text{
}

.text_box, .text_area, .text_select {
    width:300px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    /*background-color: #F4F6E5;
    border: 1px dashed #ff0000;*/
    padding: 16px;
    color : black;
    margin: 10px;
}

.form_error_highlight{
    background-color: #fcd7cf;
    /*border-bottom: 1px dashed #ff0000;*/
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

div.instruction{
}


.form_button{
    width:  80px;
    height: 28px;
}

.form_choice_text{
}

.form_choice_over{
    background-color: #dedede;
    cursor: pointer;
}
/* form css end */