* {
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 12px;
}

/*

	struktur
*/
#header {
	background-color: #941109;
	height: 150px;
	width: 100%;
}

#logo {
	height: 34px;
	padding-left: 150px;
}

#container {
	left: 280px;
	position: relative;
	width: 470px;
}


/*

	navigation
*/
#header ul {
	padding-top: 35px;
	width: 280px;
	text-align: right;
}

#header li {
	list-style: none;
	width: 280px;
}

#header li:hover {
	background-color: #a9413a;
}

#header li a {
	color: #fff;
	font-weight: normal;
	padding-right: 130px;
	text-decoration: none;
	width: 280px;
}

#header li a:hover {
	background-color: #a9413a;
}

#header .active {
	background-color: #a9413a;
}


/*
	
	style
	
*/
#content h1 {
	font-size: 18px;
}

#content .date {
	color: #aaa;
	font-size: 9px;
	padding-bottom: 10px;
}

#content a {
	color: #941109;
}

#content img {
	border: 0;
	float: left;
	padding-right: 10px;
}

#content .gallery {
	padding-bottom: 10px;
}


#foto {
	position: relative;
	left: 480px;
	top: -105px;
}

#result {
	padding-top: 25px;
}

#result ul, #result li {
	list-style-type: none;
}

#result small {
	font-size: 10px;
}

#result .column {
	color: #777;
	padding-right: 5px;
}

small {
	font-size: 9px;
}