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

html, body{
	margin:0;
	padding:0;
	border:0;
}
body{
	text-align:center;
	font-family: "kaffeesatz-1","kaffeesatz-2", Tahoma, sans-serif;
	font-size:18px;
	color:#a5929b;
	line-height:22px;
	font-weight:400px;
}
h1{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
h2{
	font-weight:700;
	font-style:normal;
	font-size:30px;
	margin:0;
	padding:0 0 13px 0;
}
h3{
	font-style:normal;
	font-weight:700;
	font-size:19px;
	padding:0 0 5px 0;
	margin:0;
}
p{
	padding:0 0 6px 0;
	margin:0;
}
.clearfloat{
	clear:both;
}
#headerwrapper{
	height:50px;
	width:100%;
	background:#ffffff;
}
#header{
	width:940px;
	height:50px;
	margin:0 auto;
	text-align:left;
}
#logotext{
	float:left;
	width:180px;
}
#logotext h1{
	font-size:43px;
	font-weight:700;
	line-height:50px;
	padding:0;
	margin:0;
}
#mainnav{
	float:right;
	height:50px;
}
#mainnav ul, #mainnav ul li{
	list-style:none;
	list-style-position:outside;
	font-size:24px;
	line-height:50px;
	padding:0;
	margin:0;
}
#mainnav ul li{
	display:inline-block;
	margin-left:28px;
}
#mainnav ul li a, #mainnav ul li a:active, #mainnav ul li a:link, #mainnav ul li a:visited{
	color:#a5929b;
	text-decoration:none;
}
#mainnav ul li a:hover{
	color:#a5929b;
	text-decoration:line-through;
}
#contentwrapper{
	width:100%;
	display:block;
	background:#ece8d9;
	min-height:475px;
}
#content{
	width:940px;
	margin:0 auto;
	text-align:left;
	padding:40px 0;
	display:inline-table;
}
.purpleblock{
	width:460px;
	height:175px;
	display:block;
	background:#a5929b;
	float:left;
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:0;
	margin-left:0;
}
.title{
	position:absolute;
	top:40px;
	left:20px;
}
.title h1{
	font-weight:700;
	font-size:85px;
	color:#ffffff;
}
.intro{
	width:150px;
	color:#ece8d9;
	font-weight:400;
	position:absolute;
	top:15px;
	right:25px;
}
#homeintro h1{
	font-size:36px;
	line-height:43px;
	font-weight:400;
}
#aboutintro h1{
	font-size:28px;
	line-height:35px;
	font-weight:400;
	word-spacing:-3px;
}
.imageblock{
	width:220px;
	height:175px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-left:0;
	margin-top:0;
	padding:0;
	display:block;
	background-color: #a5929b;
	color: #ece8d9;
}
.imageblocklast{
	width:220px;
	height:175px;
	float:left;
	margin-right:0;
	margin-bottom:20px;
	margin-left:0;
	margin-top:0;
	padding:0;
	display:block;
	background-color: #a5929b;
}
.imageblock img, .imageblocklast img{
	border:0;
	z-index:1;
}
.imageblock a:hover, .imageblocklast a:hover{
	/* The way to change overlay opacity is the follow properties. Opacity is a tricky issue due to
		longtime IE abuse of it, so opacity is not offically supported - use at your own risk. 
		To play it safe, disable overlay opacity in IE. */
    /* For Firefox/Opera/Safari/Chrome */
	opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#middlepanel{
	width:220px;
	margin:0;
	padding:0;
	float:left;
}
#rightpanel{
	float:right;
	width:220px;
	margin:0;
	padding:0;
}
#middlepanel a, #middlepanel a:active, #middlepanel a:link, #middlepanel a:visited, #rightpanel a, #rightpanel a:link, #rightpanel a:active, #rightpanel a:visited{
	color: #a5929b;
	font-weight:700;
	text-decoration:none;
}
#middlepanel a:hover,#rightpanel a:hover{
	text-decoration:line-through;
}
	
#footerwrapper{
	width:100%;
	background:#ffffff;
	height:50px;
	margin-top:-20px;
}
#footer{
	width:940px;
	margin:0 auto;
	padding:0;
	text-align:left;
	line-height:50px;
}
#copyright{
	float:left;
}
#twitter{
	float:right;
}
