@CHARSET "UTF-8";

*{
	margin: 0;
	padding: 0;
}

body, html{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	color: #666;
	background: #fff;
}

html{
	height: 100%;
	border-bottom: 1px solid #fff;
}


#pagewrapper{
	margin: 0 auto;
	padding: 0 20px;
	width: 800px;

	background: url(../img/background.png) no-repeat center -30px;
}

#pagewrapper.home{
	background: url(../img/background_home.png) no-repeat center -30px;
}

#innerwrapper{
	margin: 0;
	padding: 0;
	width: 800px;
}

/* @group header */

#headerstuff{
	height: 162px;
	overflow: hidden;
	text-align: right;
}

#logosummaery{
	float:  left;
	background: url(../img/summaery.png) no-repeat left bottom;
	height: 112px;
	width: 365px;
}

#logosummaery a{
	display: block;
	height: 112px;
	width: 365px;
}

#logosummaery h1{
	display:  none;
}

a img{
	border: none;
}

/* @end */

#banner{
	border: 1px solid #ccc;
	width: 798px;
	overflow:  hidden;
	height: 194px;
	margin:  0 0 40px;
	background: url(../img/banner.png) no-repeat left top;
}

.home #banner{
	height:  450px;	
}

/* @group home */

#eventswrapper{
	width: 380px;
	float:  left;
	padding: 0 20px 0 0;
}

#eventswrapper h3,
#postswrapper h3{
	margin: 0 0 10px;
	font-size:  1.1em;
}

#postswrapper{
	padding-left: 400px;
}

.event,
.post{
	margin:  0 0 5px;
}

.event .date,
.post .date{
	font-weight: bold;
	font-size: 0.9em;
	color: #333;
}

.event .project{
	color:  #999;
	font-style: italic;
}

/* @end */


.sub_content{
	margin-left: 232px;
}

#footer{
	background: url(../img/zur.png) no-repeat left bottom;
	height: 120px;
	text-align: right;
	margin: 0 0 50px;
	clear:  both;
}

#footer p{
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 85px 0 0;
}

/* @group gallery */

.gallery li{
	float:  left;
	margin: 0 12px 12px 0;
	list-style-type: none;
}

.gallery li a{	
	width: 80px;
	height: 82px;
	border: 1px solid #ccc;
	background: url(../img/cross.png) center center no-repeat;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
}

.gallery li a img{
	vertical-align: middle;
}

/* @end */

