@CHARSET "ISO-8859-1";

#illurechts {
	position: absolute;
	display: block;
	width: 274px;
	height: 444px;
	background-image: url('/images/illu_rechts.png');
	background-repeat: no-repeat;
	top: 100px;
	right: 20px;
	z-index: 10;
	}
	
	
#gruppeHome {
	position: absolute;
	display: block;
	width: 896px;
	height: 400px;
	background-image: url(/images/charactersHome.png);
	background-repeat: no-repeat;
	top: 280px;
	left: 55px;
	z-index: 10;
	}
	
#gruppeError {
	position: absolute;
	display: block;
	width: 417px;
	height: 405px;
	background-image: url(/images/error/errorCharacters.png);
	background-repeat: no-repeat;
	top: 280px;
	left: 90px;
	z-index: 10;
	}
	
ul#gruppeHomeLinks {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 296px;
	right: 130px;
	z-index: 11;
	display: block;
	}
	
ul#gruppeHomeLinks li {
	display: block;
	position: absolute;
	}
	
ul#gruppeHomeLinks li#nestorHome {
	width: 105px;
	height: 295px;
	top: 70px;
	left: 0px;
	}
	
ul#gruppeHomeLinks li#schnattkeHome {
	width: 100px;
	height: 365px;
	top: 0px;
	left: 105px;
	text-indent: -19999px;
	}

ul#gruppeHomeLinks li#promiHome {
	width: 105px;
	height: 272px;
	top: 93px;
	left: 205px;
	}
	
ul#gruppeHomeLinks li#polliHome {
	width: 90px;
	height: 310px;
	top: 70px;
	left: 310px;
	}
	
ul#gruppeHomeLinks li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -19999px;
	}
	
ul#gruppeHomeLinks li a:focus {
	outline: none;
	}
	
#bubbleContent {
	display: none;
	z-index: 7;
	}
	
/* OLD BUBBLES 

#nestorInfo {
	position: absolute;
	width: 310px;
	height: 182px;
	top: 250px;
	left: 150px;
	background: url(/images/bubbles/nestorBubble.png) 0 0 no-repeat;
	z-index: 7;
	}

#schnattkeInfo {
	position: absolute;
	width: 284px;
	height: 177px;
	top: 185px;
	left: 490px;
	background: url(/images/bubbles/schnattkeBubble.png) 0 0 no-repeat;
	z-index: 7;
	}
	
#promiInfo {
	position: absolute;
	width: 271px;
	height: 179px;
	top: 220px;
	left: 520px;
	background: url(/images/bubbles/promiBubble.png) 0 0 no-repeat;
	z-index: 7;
	}
	
#polliInfo {
	position: absolute;
	width: 285px;
	height: 183px;
	top: 250px;
	right: 30px;
	background: url(/images/bubbles/polliBubble.png) 0 0 no-repeat;
	z-index: 7;
	}
	
*/

/* NEW BUBBLES */

	
#nestorInfo {
	position: absolute;
	width: 310px;
	height: 182px;
	top: 250px;
	left: 160px;
	background: url(/images/bubbles/nestorBubble.png) 0 0 no-repeat;
	z-index: 8;
	}

#schnattkeInfo {
	position: absolute;
	width: 616px;
	height: 176px;
	top: 120px;
	left: 345px;
	z-index: 7;
	}
	
.backgroundSchnattke {
	background: url(/images/bubbles/schnattkeBubblePreview.png) 0 0 no-repeat;
	width: 446px;
	height: 71px;
	padding: 129px 0 0 170px;
	}
	
#schnattkeInfo p {
	color: #42a5d3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#schnattkeInfo a {
	display: block;
	top: 80px;
	left: 420px;
	width: 35px;
	height: 20px;
	position: absolute;
	text-indent: -19999px;
	}
	
#schnattkeInfo a#preview {
	top: 110px;
	left: 260px;
	width: 100px;
	}
	
#schnattkeInfo a:focus {
	outline: none;
	}
	
#promiInfo {
	position: absolute;
	width: 273px;
	height: 145px;
	top: 280px;
	left: 550px;
	background: url(/images/bubbles/promiBubbleNew.png) 0 0 no-repeat;
	z-index: 8;
	}
	
#polliInfo {
	position: absolute;
	width: 297px;
	height: 165px;
	top: 275px;
	left: 665px;
	background: url(/images/bubbles/polliBubbleNew.png) 0 0 no-repeat;
	z-index: 8;
	}
	
/* NEW BUBBLES */
	
#bubbleContent .hideMe, 
#nestorInfo .hideMe, 
#schnattkeInfo .hideMe, 
#promiInfo .hideMe, 
#polliInfo .hideMe {
	display: none;
	}

#gruppeCharacter {
	position: absolute;
	display: block;
	width: 417px;
	height: 391px;
	background-image: url('/images/character/characters.png');
	background-repeat: no-repeat;
	top: 290px;
	right: 100px;
	z-index: 20;
	}
	
#gruppeHome span, 
#gruppeError span, 
#gruppeCharacter span {
	display: none;
	}
	
ul#selectCharacter {
	display: block;
	list-style-type: none;
	width: 417px;
	height: 391px;
	position: absolute;
	top: 290px;
	right: 100px;
	z-index: 40;
	}
	
ul#selectCharacter li {
	display: block;
	position: absolute;
	}
	
ul#selectCharacter li#gruppeNestor {
	width: 97px;
	height: 296px;
	top: 76px;
	left: 11px;
	}
	
ul#selectCharacter li#gruppeSchnattke {
	width: 97px;
	height: 364px;
	top: 8px;
	left: 108px;
	}
	
ul#selectCharacter li#gruppePromi {
	width: 103px;
	height: 267px;
	top: 105px;
	left: 205px;
	}
	
ul#selectCharacter li#gruppePolli {
	width: 102px;
	height: 315px;
	top: 76px;
	left: 308px;
	}
	
ul#selectCharacter li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -19999px;
	background: url(/images/transparent.gif);
	}
	
ul#selectCharacter li a:focus {
	outline: none;
	}
	
#characterInfo {
	width: 334px;
	height: 246px;
	position: absolute;
	top: 193px;
	left: 568px;
	}
	
#characterInfo .char {
	width: 100%;
	height: 100%;
	}
	
#characterInfo .char * {
	display: none;
	}
	
#characterInfo #nestorChar {
	background: url(/images/character/charNestor.jpg) 0 0 no-repeat;
	}	

#characterInfo #polliChar {
	background: url(/images/character/charPolli.jpg) 0 0 no-repeat;
	}

#characterInfo #promiChar {
	background: url(/images/character/charPromi.jpg) 0 0 no-repeat;
	}

#characterInfo #schnattkeChar {
	background: url(/images/character/charSchnattke.jpg) 0 0 no-repeat;
	}
