/*  #################################################
    CSS Template «FAMILIENFREIZEIT» 
    -------------------------------------------------
	
	INCLUDES										  */
	
	@import url("resets.css");
	
/*	################################################# */

/*-- clearfix -- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.clear {clear: both;}
img {vertical-align: bottom;}

a img,a:link img,a:visited img {border: none;}
a,a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

html {
	font-family: Verdana;
	font-size: 100.1%;
	height: 100%;
	min-height: 100%;
}

body {
	font-size: .75em; 
	line-height: 1.5em;
	height: 100%;
	min-height: 100%;
	background-color: #BBDAFC; 
}

#wrapper {
  margin:0 auto;
  width:799px;
  background-color: #BAE4F7;
}


