@charset "utf-8";
/* CSS Document */
 
 
@font-face {
    font-family: 'ArchitectsDaughterRegular';
    src: url('../templates/beez_20/fonts/ArchitectsDaughter-webfont.eot');
    src: url('../templates/beez_20/fonts/ArchitectsDaughter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../templates/beez_20/fonts/ArchitectsDaughter-webfont.woff') format('woff'),
         url('../templates/beez_20/fonts/ArchitectsDaughter-webfont.ttf') format('truetype'),
         url('../templates/beez_20/fonts/ArchitectsDaughter-webfont.svg#ArchitectsDaughterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}
	
	h1 {
	font-family:'ArchitectsDaughterRegular';
	color:#632182; 
	font-size:0.8em;
	padding: 75px 0px 0px 75px;
	text-decoration:none;
	
	}
	
	h2 {
	font-family:'ArchitectsDaughterRegular';
	color:#632182; 
	font-size:0.7em;
	
}


	div#info { 
	display:none;
	z-index:100;
	background:url(../templates/beez_20/images/personal/knuddelstart_bg.png) no-repeat; 
	width:500px; 
	height:500px; 
	margin:-250px 0 0 -250px; 
	top: 50%; 
	left: 50%; 
	position:absolute; 
	font-family:'ArchitectsDaughterRegular';
	color:#632182; 
	font-size:3em;
	text-decoration:none; 
	
}
	
	div#info p {
		padding: 75px 0px 0px 75px;
	}
	
	div#info a {
		text-decoration:none;
	}
	
	.infotext {
		display:none;
	}
	
