@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}


@font-face {
    font-family: 'avalonregular';
    src: url('font/Avalon-Book-webfont.eot');
    src: url('font/Avalon-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('Avalon-Book-webfont.woff') format('woff'),
         url('Avalon-Book-webfont.ttf') format('truetype'),
         url('Avalon-Book-webfont.svg#avalonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avalonbold';
    src: url('Avalon-Demi-webfont.eot');
    src: url('Avalon-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('Avalon-Demi-webfont.woff') format('woff'),
         url('Avalon-Demi-webfont.ttf') format('truetype'),
         url('Avalon-Demi-webfont.svg#avalonbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color:#000;
	color:#f9cfe3;
	font-family: 'avalonregular', Arial, Helvetica, sans-serif;
}

img {
  border:0;
}



h1 {
	font-size:1.5em;
	font-weight:bold;
	padding:10px 0;
}

p {
	font-size:1em;
	padding:10px 0;
}

a {
	color:#f9cfe3;
}

/* SPIELEREI! */

::-moz-selection { background: #f9cfe3; color: #000;}
::selection { background: #f9cfe3; color: #000;}

/* ---------. */

#wrap {
	width:425px;
	height:259px;
	margin:50px auto;
}

#Our_Heart {
	height:259px;
	width:425px;
	background-image:url(traum_in_tueten_under_construction_01.png);
	background-repeat:no-repeat;
}

#Our_Heart:hover {
	height:259px;
	width:425px;
	background-image:url(traum_in_tueten_under_construction_02.png);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#Introtext {
	margin-top:50px;
	padding-left:25px;
}

#footer {
	width:100%;
	height:100%;
}

#email {
	margin-left:25px;
	float:left;
}

#imprint {
	float:right;
}

#fblink {
	margin-left:25px;
	float:left;
}