﻿html{
	height:101%;
}


#pageWrapper
{
    color: #333a92;
	width: 1007px;
	height: 691px;	
	margin-top: -15px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

*html #pageWrapper
{
	width: 1007px;
	height: 691px;	
	margin-top: -15px;
	padding-bottom: 0px;
}

*+html #pageWrapper
{

}

#banner
{
	display: block;
	float: left;
	width: 414px;
}

#logo
{
	display: block;
	float: left;
	width: 261px;
}

#navi
{
	display: block;
	float: left;
	width: 326px;
	margin: 0;
	margin-left: 0px;
	padding: 0;

}

*html #navi
{
	display: block;
	float: left;
	width: 328px;
	margin: 0;
	margin-left: 0px;
	padding: 0;

}

#content
{
	display: block;
	background-image:url('bg_content_none.png');
	width: 678px;
	height: 421px;
	float: left;
	margin-top: -111px;
	padding: 0;
}


#dolls
{
	display: block;
	width: 327px;
	float:	left;
}

.startPic{
	
	margin-left: 160px;
	width:300px;
}

.downloads{

	margin-left:90px;
	margin-top:30px;
	color: #000000;
}

.downloads_kontakt{

	margin-left:90px;
	margin-top:5px;
	color: #000000;
}


#topLeft{
	width: 414px;
	height: 265px;
	float: left;
}
#topCenter{
	width: 263px;
	height: 265px;
	float: left;
}
#topRight{
	width: 327px;
	height: 402px;
	float: left;
}
#bottomLeft{
	margin-top: -110px;
	width: 678px;
	height: 421px;
	float: left;
}
#bottomRight{
	width: 327px;
	height: 310px;
	float: left;
}

.dlImage{
	height: 160px;
	text-align: center;
	width: 33.33%;
	display: table-cell; 
	float: left;
}

#registers{
		
		height: 24px;
	}
	
	#reg1{
		background-color:#F4F3F3;
		color: #799bfb;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		border-bottom: medium black none;
	}
	
	#content1{
		padding: 5px;
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 20px;
		
		width: 500px;
		height: 300px;
		display: block ;
		visibility: visible;
		
		border-bottom: 1px #8da9dc solid;
		border-right: 1px #8da9dc solid;
		border-left: 1px #8da9dc solid;
		border-top: 1px #8da9dc solid;
		
		
	}
	
	#content2{
		padding: 5px;
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 20px;
		
		width: 500px;
		height: 450px;
		display: none;
		visibility: hidden;
	
		border-bottom: 1px #8da9dc solid;
		border-right: 1px #8da9dc solid;
		border-left: 1px #8da9dc solid;
		border-top: 1px #8da9dc solid;
			
	}
		
	#content3{
		padding: 5px;
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 20px;

		width: 500px;
		height: 400px;
		display: none;
		visibility: hidden;
	
		border-bottom: 1px #8da9dc solid;
		border-right: 1px #8da9dc solid;
		border-left: 1px #8da9dc solid;
		border-top: 1px #8da9dc solid;
			
	}
	
	#img{
		cursor:pointer;
}

a, a:hover, a:visited{
	color: #000;
}

a.tooltip{
position: relative;
z-index: 20; 
color: #000;
text-decoration: underline;

}

a.tooltip:hover{
z-index: 25; 
}

a.tooltip span{ /* Span Element nicht anzeigen */
display: none;
}

a.tooltip:hover span{ /* Span Element nur angezeigt beim Ueberfahren mit der Maus */
background: #fddbb8; /* Hintergrundbild */
display: block; /* macht aus dem Inlineelement ein Blockelement */
position: absolute;
top: -190px; /* abstand von oben */
left: 0.05em; /* abstand von links */
width: 35em; /* breite */
padding: 3px 7px; /* Innenabstand */
border: 4px solid #000; /* Rahmenfarbe */
color: #fff; /* Textfarbe */
text-align: left; /* Textausrichtung */
}

a.tooltip:hover span strong{
color: #AC93C8; 
}
