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

body, html {
	margin:0;
	padding:0;
	height: 100%;
}

/* General */

#wrapper{
	width: 100%;
	height: 100%;
}
#header{
	height: 120px;
}
#content_start{
	margin: 0 auto;
	width: 400px;
	background: #fff;
	padding: 40px 30px;
	padding-bottom:40px;	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#content{
	margin: 0 auto;
	width: 800px;
	background: #fff;
	padding: 40px 30px;
	padding-bottom:100px;	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
}


#footer{
	margin: 0 auto;
	width: 280px;
	margin-top:20px;
	text-align:center;
}

.footerlinks li{
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}

/* Headlines and Text */

h1{
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

p{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom:10px;
}

.small{
	font-family: Georgia, Times, serif;
	font-size: 11px;
}

/* Other classes */

.intro{
	padding-top:20px;
	margin-top:40px;
	border-top:1px dashed #ddd; 

	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:1px dashed #ddd;
}

/* Links */

a{
color:#000;
}

a:hover{
color:#000;
}