/* @group Basics */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

i {
	display: none;
}

.clear {
	clear: both;
}

/* @end */

/* @group Framework */

body {
	text-align: center;
}

#fw {
	text-align: left;
	width: 968px;
	margin: 50px auto 10px auto;
}

#fwInner {
	position: relative;
}

/* @end */

/* @group Splash */

#kaiLink {
	text-align: right;
}

#kaiLink a {
	display: block;
	background: url(../img/splash-kai-home.png) no-repeat;
	width: 117px;
	height: 13px;
	position: absolute;
	right: 0;
}

#splashImage {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 50px;
}

#language {
	height: 90px;
	margin-left: 363px;
}

#language li {
	display: inline;
	float: left;
	margin: 0 5px;
}

#language li a {
	display: block;
	width: 72px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#language li a:hover {
	background-position: 0 -44px;
}

#language li#langEn a { background-image: url(../img/splash-lang-en.png); }
#language li#langDe a { background-image: url(../img/splash-lang-de.png); }
#language li#langFr a { background-image: url(../img/splash-lang-fr.png); }

#kaiImage {
	text-align: center;
}

/* @end */

/* @group VORAB */

#language {
	margin-left: 404px;
}
#language li#langFr {
	display: none;
}

/* @end */