


/* --- CENTER TABLE --- */

html, body {
	height: 100%;	
}

#centertable {
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

#centertable tr {
	width:100%;
}

#centertable #vcenter {
	vertical-align: middle;
	width: 100%;
}

#frame {
	position: relative;
	height: 580px;
	border: 1px solid #cccccc;
	width: 900px;
	margin-left: -450px;
	left: 50%;
}

/* --- LAYOUT --- */

#top,
#content,
#navi {
	position: relative;
}

#top {height: 72px;}
#content {height: 388px;}
#navi {height: 120px;}

/* --- LOGO --- */

#logo {
	position:absolute;
	right:34px;
	top:19px;
	float:right;
}

#logo {
	position:absolute;
	right:34px;
	top:21px;
}

/* --- NAVIGATION --- */

#nav1, #nav2, #nav3, #nav4 {
	position: absolute;
	height:100px;
	width:155px;
	overflow:auto;
}

.dblonger {
	width:310px !important;
}

#nav1 {left: 14px;}
#nav2 {left: 178px;}
#nav3 {left: 342px;}
#nav4 {left: 506px;}

.navi {
	display:block;
	list-style-type:none;
	width:130px;
}

.dblonger .navi {
	width:275px;
}

.navi li {
	/*height:16px; */
	display: block;
	margin-bottom:3px;
}

.navi a {
	line-height:13px;
	/* height:16px; */
	display: block;
	color: #888888;
	text-decoration:none;
}

.navi a:hover,
.navi a.active {
	color: #333333;
}

.marginleft {
	margin-left:20px;
}

.lang {
	position: absolute;
	right: 36px;
	display: inline;
	top:95px;
}

.lang li {
	display: inline;
}

.lang a {
	height:16px;
	color: #888888;
	text-decoration:none;
	font-size:9px;
}

.lang a:hover,
.lang a.active {
	color: #333333;
}


/* --- CONTENT --- */

#text {
	position: absolute;
	width:316px;
	height:330px;
	overflow:auto;
	left:36px;
}

br {
	clear:both;
}

#textnavi {
	position: absolute;
	left:36px;
	top:340px;
	float:left;
	display:inline;
	width:286px;
}

#textnavi li {
	display:inline;
	float:left;
	margin-right:7px;
}

#textnavi li a {
	display:block;
}

#image {
	position: absolute;
	right: 0;
	height: 330px;
	overflow: hidden;
	right: 36px;
	z-index:2;
}

#image img {
	height: 330px;
	display: block;
}

#image.slideshow { /* for slideshow */
	width:828px;
}

#image img.bgimg { /* for slideshow */
	position:absolute;
}

#untertitel {
	position: absolute;
	width:500px;
	right:36px;
	top:340px;
}

#untertitel p {
	float:right;
}

.oneline {
	line-height:26px;
	width:290px;
}

.inputForm {
	width:290px;
	border: 1px solid #888888;
	color: #888888;
	display:block;
	margin-bottom:5px;
}

.buttonForm {
	background-color: transparent;
	border: 1px solid #888888;
	color: #888888;
	margin-left:0px;
	text-align:left;
	padding-left:0;
}

.error {
	border: 1px solid #333333;
}

.errortext {
	color: #333333;
	margin-top:3px;
}