/**
* Default Settings
*/
body,h1,h2,h3,h4,h5,h6,div,p,table,td,ul,ol,li,address,hr {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
:focus {
	outline: 0;
}
/**
* Global Settings
*/
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12px;  	
	color: #fff;
}
a {
	text-decoration: none;
}
img {
	border: none;
}

#container {
	width: 1000px;
	height: 600px;
	overflow: hidden;
}
#header {
	height: 127px;
	background-image: url('../images/header.png');
}

.back {
	padding: 61px 0 0 829px;
	width: 146px;
	height: 11px;
}
.back a.back-link span {
	visibility: hidden;
}
#de .back a.back-link {
	width: 118px;
	height: 11px;
	display: block;
	background-image: url('../images/backTK-inactive.de.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#en .back a.back-link {
	width: 118px;
	height: 11px;
	display: block;
	background-image: url('../images/backTK-inactive.en.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#de .back a:hover.back-link {
	background-image: url('../images/backTK-active.de.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#en .back a:hover.back-link {
	background-image: url('../images/backTK-active.en.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content {
	height: 473px;
	background-image: url('../images/content.png');
}


.noscript {
}
.noscript a.script span,
.noscript a.script-info span {
	visibility: hidden;
}

#de .noscript a.script {
	padding: 85px 0 0 148px;
	width: 708px;
	height: 83px;
	display: block;
	background-image: url('../images/noscript-inactive.de.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#en .noscript a.script {
	padding: 85px 0 0 148px;
	width: 708px;
	height: 83px;
	display: block;
	background-image: url('../images/noscript-inactive.en.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#de .noscript a:hover.script {
	width: 708px;
	height: 83px;
	display: block;
	background-image: url('../images/noscript-active.de.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#en .noscript a:hover.script {
	width: 708px;
	height: 83px;
	display: block;
	background-image: url('../images/noscript-active.en.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#de .noscript a.script-info {
	padding: 17px 0 20px 146px;
	width: 708px;
	height: 23px;
	display: block;
	background-image: url('../images/javascript-inactive.de.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#en .noscript a.script-info {
	padding: 17px 0 20px 146px;
	width: 708px;
	height: 23px;
	display: block;
	background-image: url('../images/javascript-inactive.en.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#de .noscript a:hover.script-info {
	width: 708px;
	height: 23px;
	display: block;
	background-image: url('../images/javascript-active.de.png');
}
#en .noscript a:hover.script-info {
	width: 708px;
	height: 23px;
	display: block;
	background-image: url('../images/javascript-active.en.png');
}
.noflash {
	display: none;
}
.noflash a.flash span {
	visibility: hidden;
}
#de .noflash a.flash {
	padding: 47px 0 20px 146px;
	width: 713px;
	height: 49px;
	display: block;
	background-image: url('../images/flash-inactive.de.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#en .noflash a.flash {
	padding: 47px 0 20px 146px;
	width: 713px;
	height: 49px;
	display: block;
	background-image: url('../images/flash-inactive.en.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#de .noflash a:hover.flash {
	width: 713px;
	height: 49px;
	display: block;
	background-image: url('../images/flash-active.de.png');
}
#en .noflash a:hover.flash {
	width: 713px;
	height: 49px;
	display: block;
	background-image: url('../images/flash-active.en.png');
}

.javascript-info {
	width: 1000px;
	height: 394px;
	display: block;
	overflow: hidden;
	background-image: url('../images/javascript-info.de.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.javascript-info span,
.javascript-back a.javascript-back-link span {
		visibility: hidden;
}
#de .javascript-back a.javascript-back-link {
	width: 126px;
	height: 50px;
	display: block;
	background-image: url('../images/back-inactive.de.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#en .javascript-back a.javascript-back-link {
	width: 126px;
	height: 50px;
	display: block;
	background-image: url('../images/back-inactive.en.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#de .javascript-back a:hover.javascript-back-link {
	width: 126px;
	height: 50px;
	display: block;
	background-image: url('../images/back-active.de.png');
	background-repeat: no-repeat;
	background-position: top left;
}	
#en .javascript-back a:hover.javascript-back-link {
	width: 126px;
	height: 50px;
	display: block;
	background-image: url('../images/back-active.en.png');
	background-repeat: no-repeat;
	background-position: top left;
}	

