html, body {
	margin: 0;
	padding: 0;
	height:100%;	
}

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

#venter {
	vertical-align:middle;
}

#frame {
	margin-top: 40px;
}

html {
	font-size: 100.01%;
}

body {
/*	padding: 0 0 30px 0; */
	font-size: 0.75em; /* 12px */
}

ul {
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: disc;
}

h1 {
	font-size: 110%;
}

a:link,
a:visited {
	color: #ED9520;
	text-decoration: none;
}

.content a:focus,
.content a:hover,
#content a:focus,
#content a:hover {
	border-bottom: 1px dotted #ED9520;
	text-decoration: none;
}

#logo {
/*	margin-top: 20px; */
	margin-bottom: 5px;
	margin-left: 71px;
	display: block;
}

#top, #footer {
	height: 2.42em;
	line-height: 29px;
	vertical-align: middle;
	background: #9b9b9b;
	color: #fff;
}

#top .box {
	min-width: 58px;
	min-width: 4.84em;
	height: 100%;
	float: left;
}

* html #top .box {
	width: 58px;
	width: 4.84em;
}

#top .box.orange      { background: #eda235; }
#top .box.white       { background: #ffffff; }
#top .box.lightorange { background: #ed9520; }
#top .box.grey        { background: #7c7c7c; }
.box.wide,
* html #top .box.wide        { width: 142px; width: 11.884em; }

#navigation {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnav div.output,
#navigation li {
	float: left;
	height: 100%;
	line-height: 2.42em;
	vertical-align: middle;
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
	position: relative;
}

#navigation li.first-child {
	border-left: 1px solid #fff;
}

#subnav div.output span,
#navigation li a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
	color: #fff;
	background: #9B9B9B;
}

#navigation li a:focus,
#navigation li a:hover,
#navigation li a.active {
	background: #eda235;
}
/*
#navigation li ul {
	position: absolute;
	top: 29px;
	left: -1px;
	border-left: 1px solid #9b9b9b;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li ul li {
	margin: 0;
	padding: 0;
	float: none;
	display: inline;
	border: none;
	color: #9b9b9b;
}

#navigation li ul li a {
	display: inline;
	color: #9b9b9b;
	background: transparent;
	white-space: nowrap;
}

#navigation li ul li a:focus,
#navigation li ul li a:hover,
#navigation li ul li a.active {
	color: #eda235;
	background: transparent;
}
*/

#subnav {
	margin-left: 490px;
	margin-left: 40.834em;
	height: 30px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	border-left: 1px solid #9b9b9b;
}

#subnav li {
	list-style-type: none;
	margin: 0;
	display: inline;
	float: left;
	padding: 6px 0 3px 0;
	color: #9b9b9b;
}

#subnav li a {
	color: #9b9b9b;
	text-decoration: none;
	padding: 0 8px;
}

#subnav li a.active,
#subnav li a:focus,
#subnav li a:hover {
	color: #ED9520;
}

#subnav div.output {
	/*visibility: hidden;*/
	display: inline;
	height: 50px;
}

#subnav div.output span {
	display: inline;
}

#main {
	clear: both;
	margin-top: 25px;
	height: 478px;
	position: relative;
}

#content {
	float: left;
	width: 305px;
	height: 430px;
	background: #e5e5e5;
	color: #7c7c7c;
	padding: 10px 15px 10px 20px;
	font-size: 11px;
}

#innercontent {
	width: 295px;
	height: 420px;
	overflow: auto;
	padding: 5px 15px 5px 0;
}

#innercontent > *:first-child {
	margin-top: 0;
}
/*
#content > *:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
}
*/

#images {
	position: absolute;
	left: 355px;
	right: 0;
	height: 450px;
}

#images {
	height: 478px;
	overflow: auto;
}

* html #images {
	left: 355px;
	right: auto;
	width: expression(document.body.clientWidth-355);
}

#imagesdata {
	position: absolute;
}

.content {
	padding: 25px;
	width: 626px; /* 676 - padding */
	height: 400px; /* 450 - padding */
	background: #9B9B9B;
	color: #fff;
}

.content > *:first-child {
	margin-top: 0;
}

.scroll_left,
.scroll_right {
	position: absolute;
	left: 365px;
	top: 205px;
	background: url('../img/pfeile.png');
	width: 40px;
	height: 41px;
	z-index: 10;
	cursor: pointer;
	display: none;
}

.scroll_right {
	left: auto;
	right: 10px;
	background: url('../img/pfeile.png') no-repeat scroll -41px 0;
}

* html .scroll_left {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pfeile.png',sizingMethod=crop);
}
* html .scroll_right {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pfeil_rechts.png',sizingMethod=crop);
}

body.javascript .scroll_left,
body.javascript .scroll_right {
	display: block;
}
#images div.image,
#images img {
	position: absolute;
	top: 0;
	overflow: hidden;
}

/* Overlay */
.overlay {
	bottom: 1000px;
	left: 0px;
	position: absolute;
	width: 100%;
}

* html .overlay,
#images .image:hover .overlay,
#images img:hover .overlay {
	bottom: 0;
}

body.javascript #images .image:hover .overlay,
body.javascript #images img:hover .overlay,
body.javascript .overlay,
* html body.javascript .overlay {
	bottom: 1000px;
}
body.javascript .static {
	bottom: 0px;
}
.overlayheader {
	background-image: url('../img/overlay-header.png');
	color: #fffffe;
	padding: 6px 10px 6px 15px;
}
.card .overlayheader h1 {
	font-weight: normal;
}
.overlaytext {
	padding: 8px 10px 15px 15px;
}
.overlaytext {
	background-image: url('../img/overlay.png');
	color: #bbbbbb;
}

* html .overlayheader {
	background: transparent;
	/*rgba(0,0,0,0.7)*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	zoom: 1;
}
* html .overlaytext {
	background: transparent;
	/*rgba(0,0,0,0.6)*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	zoom: 1;
}
/* Ende Overlay */

#imagesdata {
left:0px;
}

#footer {
	margin-top: 1px;
	padding-left: 93px;
	margin-bottom:30px;
}


#footer a:link,
#footer a:visited {
	color:#fff;
}

#footer a:focus,
#footer a:hover {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

/*
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:focus,
#footer a:hover {
	text-decoration: underline;
}
*/

/* Contactform */
.contactform input.text,
.contactform textarea {
	width: 620px;
	padding: 2px;
	margin: 0 0 9px 0;
	border: 1px solid #E5E5E5;
	color: #7C7C7C;
	font-size: inherit;
	font-family: inherit;
}

.contactform textarea {
	height: 200px;
}

.contactform input.button {
	background: #ED9520;
	color: #fff;
	border: 1px solid #ED9520;
	padding: 2px;
}

.contactform input.text.error,
.contactform textarea.error {
	border: 1px solid #ED9520;
}

.contactform p.error {
	margin-top: 0;
}