/**
 * GLOBAL
 */
html {
	height:100%;
	background:#fff url(html-background.gif) no-repeat left bottom;
	background-attachment:fixed;
}
body {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:'Droid Sans', arial, serif;
	font-size:13px;
	line-height:18px;
	color:#72644f;
	min-height:100%;
	background:transparent url(body-background.png) repeat-y left top;
	background-attachment:fixed;
}

/**
 * RESETS
 */
body {
	margin:0;
	padding:0;
}
a {
	color:#9C9283;
	text-decoration:none;
	outline:0;
}
a:hover {
	color:#feb71a;
	text-decoration:underline;
}
img {
	border:0;
}
.clearfix:after {
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
* + html .clearfix { /* für IE7 */
    display: inline-block;
}
 
* html .clearfix { /* für IE6 */
  height: 1%;
}
/**
 * SPLASHPAGE
 */
#splash {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#feb71a url(splash-background.png) no-repeat top center;
	z-index:10;
}
#splash-navi {
	position:relative;
	width:500px;
	height:55px;
	margin:420px auto 0 auto;
}
#splash-navi li {
	float:left;
}
#splash-navi a {
	display:block;
	width:200px;
	height:55px;
	background:url(splash-sprite.png) no-repeat 0 0;
	text-indent:-5000px;
}
#splash-navi a:hover {
	background-position:0 -55px;
}
#splash-navi .btn-splash-en {
	background:url(splash-sprite.png) no-repeat -200px 0;
}
#splash-navi a.btn-splash-en:hover {
	background-position:-200px -55px;
}
/**
 * NAVIGATION
 */
#navigation {
	position:fixed;
	left:0;
	top:145px;
	width:230px;
	height:100%;
	padding:48px 0 0 0;
	background:transparent url(navigation-background.png) no-repeat 0 0;
	background:url(body-background.png) repeat-y 0 0;
	line-height:20px;
	z-index:1;
}
#talents-navi {
	margin:0;
	padding:0;
	list-style:none;
}
#talents-navi a {
	display:block;
	background:url(mainnavi-sprite.png) no-repeat 0 0;
	margin:0 0 0 62px;
	padding:0 0 0 16px;
	width:150px;
	color:#fff;
}
#talents-navi a:hover,
#talents-navi .selected {
	background-position: 0 -50px;
}
/**
 * HEADER
 */
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:145px;
	background:#fff url(header-background.png) repeat-x 0 0;
	z-index:1;
}
#logo-header {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:230px;
	height:145px;
}
#header-edge {
	position:absolute;
	display:block;
	left:230px;
	top:118px;
	width:95px;
	height:27px;
}
#header-navi {
	position:absolute;
	top:86px;
	left:324px;
	width:421px;
	margin:0;
	padding:0;
	list-style:none;
}
#header-navi li {
	float:left;
}
.navi-item {
	display:block;
	height:32px;
	width:50px;
	background:url(header-navigation-background.png) no-repeat 0 0;
	text-indent:-5000px;
}
#item-2 {
	width:94px;
	background-position:0 0;
}
#item-2:hover,
#item-2.selected {
	background-position:0 -32px;
}
#item-3 {
	width:89px;
	background-position:-94px 0;
}
#item-3:hover,
#item-3.selected {
	background-position:-94px -32px;
}
#item-4 {
	width:69px;
	background-position:-183px 0;
}
#item-4:hover,
#item-4.selected {
	background-position:-183px -32px;
}
#item-5 {
	width:81px;
	background-position:-252px 0;
}
#item-5:hover,
#item-5.selected {
	background-position:-252px -32px;
}
#item-6 {
	width:88px;
	background-position:-333px 0;
}
#item-6:hover,
#item-6.selected {
	background-position:-333px -32px;
}
/* EN Navi */
.en #header-navi {
	width:438px;
}
.en .navi-item {
	background-image:url(header-navigation-background-en.png);
}
.en #item-5 {
	width:81px;
	background-position:-252px 0;
}
.en #item-5:hover,
.en #item-5.selected {
	background-position:-252px -32px;
}
.en #item-6 {
	width:96px;
	background-position:-333px 0;
}
.en #item-6:hover,
.en #item-6.selected {
	background-position:-333px -32px;
}
/**
 * CONTENT
 */
#content {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:auto;
}
#wrapper {
	position:relative;
	width:475px;
	padding:160px 0 50px 325px;
}
/**
 * FOOTER
 */
#footer {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:26px;
	background:#feb71a;
	z-index:3;
}
#footer-edge {
	position:absolute;
	left:730px;
	top:-27px;
	width:75px;
	height:27px;
}
#btn-imprint,
#btn-de,
#btn-en {
	position:absolute;
	display:block;
	text-indent:-5000px;
	top:0;
}
#btn-imprint {
	left:680px;
	width:51px;
	height:20px;
	background:#feb71a url(footernavi-sprite.png) no-repeat 0 0;
}

#btn-imprint:hover,
#btn-imprint.selected {
	background-position: 0 -20px;
}
#btn-de {
	left:763px;
	width:17px;
	height:20px;
	background:#feb71a url(footernavi-sprite.png) no-repeat -84px 0;
}
#btn-de:hover,
#btn-de.selected {
	background-position: -84px -20px;
}
#btn-en {
	left:790px;
	width:17px;
	height:20px;
	background:#feb71a url(footernavi-sprite.png) no-repeat -111px 0;
}
#btn-en:hover,
#btn-en.selected {
	background-position: -111px -20px;
}
.en #btn-imprint {
	background-image: url(footernavi-sprite-en.png);
}
/**
 * TEXTBLOCK
 */
.btn-download {
	position:absolute;
	top:0;
	right:0;
}
.textblock {
	clear:both;
	margin:0 0 1em 0;
}
 
/**
 * TALENTBLOCK
 */
.talentblock {
	position:relative;
}
.talentblock table {
	border:0;
	margin:0.5em 0 1em 0;
}
.talentblock td {
	vertical-align:top;
	margin:0;
	padding:0 10px 0 0;
}
.talentblock td p {
	margin:0 0 0.5em 0;
}
.talentblock .textblock {
	margin:0;
}
/**
 * TALENTSLISTE
 */
.talentslist {
	clear:both;
	margin:0 0 0 0;
}
.listitem {
	float:left;
	width:120px;
	margin:0 0 1em 0;
}
.listitem img {
	width:100px;
	height:100px;
	display:block;
	margin:0 0 0.3em 0;
}
.lastitem {
	width:100px;
}
/**
 * IMAGEBLOCK
 */
.imageblock {
	position:relative;
}
.imageblock img {
	float:left;
	margin:0.8em 20px 1em 0;
	max-width:100px;
	max-height:100px;
}
.imageblock .textblock {
	clear:none;
	float:left;
	width:300px;
	margin-bottom:1em;
}

/**
 * TEAMBLOCk
 */
.teamblock {
	clear:both;
	margin:2em 0;
}
.teamblock img {
	width:100px;
	height:100px;
	display:block;
	margin:4px 25px 0.3em 0;
	float:left;
}
.teamblock .textblock {
	clear:none;
}
.teamblock h1 {
	margin:0.5em 0;
}
.teamblock h3 {
	font-size: 1em;
	color:#FFB200;
	margin:1em 0 0 0;
}
.teamblock p {
	margin:0.5em 0;
}

/**
 * TEXT MCE
 */
h1 {
	font-size:1.2em;
	color:#947b55;
}
h2 {
	font-size:1.1em;
	color:#72644f;
	margin:2em 0 1em 0;
}
p {
	margin:1em 0 0.5em 0;
}
.dunkelbraun {
	color:#72644f;
}
.hellbraun {
	color:#947b55;
}
.mit-stern {
	background:url(list-star_yellow.gif) no-repeat 0 0;
	padding:0 0 0 16px;
}
.doppelter-abstand-oben {
	margin-top:2em;
}
.tabelle-preis-rechts {
	margin:2em 0 0 0;
	padding:0;
	width:100%;
}
.tabelle-preis-rechts h1,
.tabelle-preis-rechts h2,
.tabelle-preis-rechts h3,
.tabelle-preis-rechts h4,
.tabelle-preis-rechts h5,
.tabelle-preis-rechts h6,
.tabelle-preis-rechts p
{
	margin:0;
}

