@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Yanone Kaffeesatz);

body {
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	font-weight: normal;
	background-color: #F0F0F0;
}
p {
	color: #333;
	line-height: 16px;
	margin: 0px;
	font-size: 12px;
}
a, a:visited {
	color: #09F;
}
a:hover, a:active {
	text-decoration: none;
	border:none;
	color: #09F;
}
#filter {
	float: left;
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px;
	padding-top: 25px;
	width: 90%;
	height: 60px;
}
#filter a:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
#filter a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	margin-right: 8px;
	background-color: #2A3537;
	text-transform: uppercase;
}
#filter a.current, #filter a:hover {
	background-color: #192324;
}
#filter a.current {
	background-color: #192324;
	color: #666;
}
#filter p.filterp {
	margin-right: 10px;
	color: #660;
	font-size: 11px;
}
div.scroll {
	height: 337px;
	width: 309px;
	position: relative;
	overflow: auto;
}
img {
	border:none
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #999999;
	list-style-image: none;
}
h1 {
	color: #333;
	font-size: 21px;
	margin: 0px;
	background-image: url(../bilder/layout/h_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-weight: lighter;
}
h1 strong {
	color: #09F;

}

h3 {
	color: #333;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
#top {
	padding-bottom: 15px;
	width: 90%;
	height: 45px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#top a {
	font-size: 21px;
	color: #09F;

}


#content {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
#content.smal {
	width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
ul#portfolio li {
	width: 260px;
	float: left;
	margin-bottom: 12px;
	margin-right: 5px;
	height: 230px;
	border: 1px solid #F0F0F0;
	background-color: #D1D1D1;
	padding-bottom: 10px;
}

ul#portfolio a {
	display: block;
	width: 260px;
	float: left;
	text-decoration: none;
}ul#portfolio a:hover h2 {
	background-color: #09F;
	color: #FFF;

}

ul#portfolio li h2 {
	margin: 0px;
	color: #E5E5E5;
	text-align: left;
	background-color: #333;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-top: 1px;
	font-family: 'Yanone Kaffeesatz', arial, serif;

}
ul#portfolio a:hover li {
	border: 1px solid #333;

	
}
ul#portfolio li p {
	float: left;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #333;
	padding-bottom: 3px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 16px;

}
#footer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	margin-top: 20px;
	background-image: url(../bilder/layout/h_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	margin-bottom: 10px;
}
#footer p {
	padding-left: 11px;
	font-size: 11px;
	color: #333;
}
#footer a:link , #footer a:visited{
	text-decoration: underline;
	color: #333;
}
