@font-face {
	font-family: 'ITCAvantGardeGothic';
	src: url('../media/avantgarde-medium.eot');
	src: local('☺'), url('../media/avantgarde-medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAvantGardeGothic';
	src: url('../media/avantgarde-demi.eot');
	src: local('☺'), url('../media/avantgarde-demi.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'ITCAvantGardeGothic', Arial, sans-serif;

}

body {
}
html,body{
	height:100%;
	width:100%;
}
ol { list-style: none; }

ul { list-style:none;  }

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a img {border:none;}

/* remember to define focus styles! */
:focus {
    outline:0;
}



body {overflow:hidden;}
img#backgroundImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

#main {
	width:100%;
	height:100%;
	background:url(../media/kreis.png) center center no-repeat;

}

#footerText {
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	display:block;
	font-size:12px;
	margin:-25px auto 0 auto;
	width:985px;
}
p#footerText, p#footerText a {
	color:#63282d;
	text-decoration:none;
}

p#footerText a:hover, p#footerText a:focus {text-decoration:underline;}

#sterne {position:absolute;z-index:4; top:30px;left:0;width:100%}

