/* base
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', "Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	font-weight:400;
}
blockquote, h3, p, li {
	font-size: 0.9em;
	line-height: 1.6em;
	margin:0 0 3mm 0;
}
h1, h2, h3{
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	font-weight:600;
}
a {
	text-decoration: none;
	color:#349338;
}
.green{
	color:#349338;
}
.green-block{
	display:block;
	width:106mm;
	padding:1mm 2mm;
	background:#349338;
}
img {
	width:100%
}

/* head
----------------------------------------------- */
#head {
	padding:10mm 0 0 70mm;
	height:50mm
}
#site-name {
	margin:0;
	text-indent: -9999px;
	width: 110mm;
	height: 40mm;
	background: url('/images/20.png') #fff no-repeat;
	background-size: 100% auto;
}
#site-name a{
	color: #333;
}
#site-name span {
	color:#349338;
}
#head h2 {
	margin:0;
	font-size: 1.5em;
	text-indent: -9999px;
}

/* sidebar
----------------------------------------------- */
#sidebar a {
	color: #333;
	padding:0 0 1mm 20mm;
	border-bottom:2mm solid #fff;
	width:25mm;
	display:block;
}
#sidebar li.active a,
#sidebar a:hover {
	border-bottom:2mm solid #349338;
	font-weight:bold;
}
.section_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.section_list li {
	margin: 0 0 20px 0;
}
.section_list li:last-child {
	position:absolute;
	bottom:20px;
}

/* content
----------------------------------------------- */
.projekt{ 
	margin-bottom:20mm;
}
.projekt-foto {
	background:#eee;
	position:relative;
	margin-bottom:5mm;
}
.projekt-foto img{
	height:100%;
	width:auto;
	float:right;
}
.projekt-foto-desc{
	float:left;
	position:absolute;
	bottom:0;
	width:50%;
	font-size:0.8em;
	margin:0 0 5mm 1mm;
}
.projekt-foto-desc p{
	margin:2mm 0 0 0;
}

/* layout
----------------------------------------------- */
#container {
	padding: 0;
	width: 295mm;
}
#sidebar {
	width: 70mm;
	float: left;
}
#content {
	margin-left:70mm;
	width:235mm
}
#left {
	width: 110mm;
	float: left;
}
#right {
	width: 110mm;
	padding-left:14mm;
	float: left;
}