html, body { height: 101%; }

body {
	font:  10px/1em "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color:  #222;
	background: #ffffff url(/style/img/head_bg.png) repeat-x 0 0;
	text-align: center;
}

/* === Layout ==== */

#page {
	width: 96em;
	margin: 0 auto;
	text-align: left;
}

/* head */

#head {
  width: 96em;
	height:  10em;
	margin:  0 auto;
	position: relative;
	text-align: left;
}

#logo {
  width: 25em;
  margin: 0 auto;
  position: absolute;
  top: 2em;
  left: 0;
}

#logo img {
  width: 30em;
}

#head a:link, #head a:visited, #head a:hover, #head a:active {
  border-bottom: 0 none;
  background: transparent;
}

/* Navigation */

#nav {
  width: 96em;
  margin: 0 auto;
  display: none;
}

#nav ul
{
  position: absolute;
  top:  3.2em;
  right: 0;
  padding: 0;
  margin: 0;
  color: #222;
  float: left;
}

#nav ul li { display: inline; }

#nav ul li a
{
  font-size: 2em;
  letter-spacing: -.5px;
  line-height: 1em;
  padding: .4em .25em;
  margin: 0 0 0 .25em;
  color: #aaa;
  text-decoration: none;
  float: left;
}

#nav ul li a:hover
{
  background: #598234;
  color: #fff;
}

#nav ul a.current
{
  color: #598234;
}

/* content */

#content {
	padding: 5em 0 5em 0;
}

.col-1-4 {
  width: 21em;
  float:  left;
  margin-right: 4em;
}

.col-3-4 {
  width: 71em;
  float:  left;
  margin-right: 4em;
}

.col-1-2 {
  width: 46em;
  float:  left;
  margin-right: 4em;
}

.lastColumn {
  margin-right: 0;
}

.teaser_1-4 {
	font-size: 1em;
	height:  13.5em;
	width: 20.8em;
	margin: 0 0 1.5em 0;
	background: #fff url(/style/img/foot_bg.png) repeat-x 0 12.5em;	
}
.teaser_1-4 img {
  border:  1px solid #eee;
  height:  12.5em;
  width:  20.8em;
}
.projekt_raster {
  margin-bottom: 3em;
}

.dividingLine {
  margin-top: 3em;
  padding-top: 4em;
  border-top:  1px dashed #ddd;
}

#content p.dividingLine {
	margin-top: 3em;
	padding-top: 3em;
}

#content p.small {
	margin-bottom:2em;
}

/* Typo */

h1, #content p.published.big {
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -1px;
	color:  #598234;
	margin: 0 0 1.25em 0;
	line-height: 1em;
}
h1.flat {
	margin: 0 0 .6em 0;
}

h2, #content p.published.small {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	color:  #333;
	margin: .5em 0 .5em 0;
	line-height: 1em;
}	

h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin: .5em 0 0.75em 0;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	padding: .5em 0 .18em 0;
	line-height: 1.5em;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #598234;
  padding: 0 1px;
}

a:hover, a:active {
  color: #fff;
  background: #598234;
  text-decoration: none;
  border-bottom: 1px solid #598234;
  padding: 0 1px;
}
#content a img {
  margin: 0 -1px;
}
.teaser_1-4 a {
  border-bottom: 0 none;
  background: transparent;
}

.teaser_1-4 a:hover img {
  border: 1px solid #bbb;
}

#content p, #content ul, #content ol {
	font-size: 1.2em;
	line-height: 1.75em;
	margin: 0 0 1em 0;
}
#content ul {
	margin: 1em 0 1.5em 1.2em;
	list-style-type: disc;
}
#content ul.noBullet {
	margin: 1.5em 0 1.5em 0;
	list-style-type: none;
}
#content ol {
  margin: 1.5em 0 1.5em 1.5em;
}
#content li {
	margin: 0 0 0em 0
}
#content .blogFooter p, #content .blogFooter ul {
	color: #444;
	margin: 1.5em 0 0 0;
}

blockquote {
  font-family: Georgia, Times, serif;
  font-size: 110%;
  color:  #222;
  background: #fafafa;
  margin:  1.54em 0;
  padding: 0 1.5em;
  border-left: .2em solid #eee;
  border-right: .2em solid #eee;
}

.rightText {
  text-align: right;
}


fieldset {
  border: 0 none;
  padding: 0 0 0 2px;
  line-height: 1.75em;
}

legend {
	display:none;
}

input, label, textarea, fieldset ul {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	color: #222;
}

input, textarea {
  font-size: 12px;
  padding: 3px;
  width:99%;
}

input.zemSubmit, input.button {
  border: 1px solid #bbb;
  background: #fafafa;
  padding: 3px 1em;
  width:auto;
}

#txpCommentInputForm input, #txpCommentInputForm textarea {
  font-size: 1.2em;
  width: 38em;
  margin: .5em 0 .75em 0;
}

#txpCommentInputForm input.button {
  background: #598234;
  color: #fff;
  margin-right:.5em;
  width:auto;
}
#txpCommentInputForm input.button.disabled {
  background: #fafafa;
  color: #222;
}

#content fieldset ul {
	margin-top:0;
}

#content p.similarArticles {
	font-size: 1.1em;
}

.col-1-2 img {
	max-width:460px;
}

/* Footer */

#footer {
  border-top: 1px solid #eee;
  background: #fff url(/style/img/foot_bg.png) repeat-x 0 0;
  color: #999;
}

#footer .clearfix {
  width: 96em;
  margin: 0 auto;
  text-align: left;
	text-align: left;	
}

#footer p, #footer ul {
  font-size: 1.1em;
  line-height: 1.36em;
  padding: 2em 0;
}

#footer ul li {
  display: inline;
  padding:  0 .5em 0 .5em;
}

#footer a:link, #footer a:visited {
  color: #999;
  border-bottom:  1px solid #aaa;
}

#footer a:hover, #footer a:active {
  color: #fff;
  background: #598234;
  border-bottom:  1px solid #598234;
}

/* Hacks */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}