@charset "utf-8";
/* CSS Document */

html{
	height:100%; 
	font-size:62.5%; 	/* entspricht ca 10px*/
	font-family:"Trebuchet MS", sans-serif; }
body {
	font-size:1.3em; 		/* Somit enspricht 1.3em ca 13px, weil fontsize=62.5%*/
	text-align:center; 
	padding-top:20px;
	background-color:#dedfcc}
	
* {margin:0px; padding:0px; border:0px;}

h1, h2, h3, h4, h5, h6{ font-family:Georgia, "Times New Roman", serif; font-size:2.2em;}
h2{font-size:2.0em;}
h3{font-size:1.8em;}
h4{font-size:1.6em;}
h5{font-size:1.4em;}
h6{font-size:1.3em;}

a{color:#000000;}
a:hover{color:#660000;}

#wrapper {
	height: 100%;
	min-height:650px;
	height:auto !important;
  	height:650px;
	width: 977px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#wrap {
	height: 650px;
	width: 977px;
	margin-top: -325px;
	position: absolute;
	top: 50%;
	left: 0px;
}
#footer{

}

#wrp_hide{
	position:absolute;
	top:800px;
	left:10px;
	text-align:left;
	display:none;
}
