/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
}
ul {
	list-style: none;
}
a, img {
	border: 0;
}
sup {
	font-size: 7px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	min-height: 100%;
	position: relative;
}
#wrapcont {
	padding-bottom: 70px;
}
#header {
	height: 45px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
}
#nav {
	font-weight: bold;
	padding-top: 10px;
	height: 100px;
	text-align: left;
	vertical-align: bottom;
}
#footer {
	border-top: 1px solid #ccc;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	/* 	font-size: 11px; */
	clear: both;
	position: absolute;
	bottom: 0;
	width: 960px;
}
#footer a {
	color: #000;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
/* farben */

.jred {
	color: #F73C00;
	padding-right: 3px;
}
.jgrey {
	color: #848484;
}
#nav a {
  color: #848484;
}
/* nav highlight */
a.active {
	color: #000;
}
#nav a:hover {
	color: #F73C00;
}
#nav ul li {
	float: left;
	width: 110px;
}
ul {
	list-style: none;
}
a {
	color: #848484;
	text-decoration: none;
	-webkit-transition: all .3s ease;
}
a:hover {
	color: #000;
}
#submenu {
	width: 220px;
	float: left;
}
#submenu ul {
	line-height: 1.8;
}
#contentleft {
	float: left;
	min-height: 500px;
	width: 180px;
	padding-right: 20px;
	letter-spacing: 0.04em;
}
#content {
	float: left;
	text-align: left;
	width: 400px;
	margin-bottom: 40px;
	min-height: 500px;/* height:400px; */
}
#contentstart {
	float: left;
	text-align: left;
	width: 960px;
	margin-bottom: 40px;
	min-height: 500px;/* height:400px; */
}
#contentbr {
	float: left;
	text-align: left;
	width: 450px;
	min-height: 500px;
	margin-bottom: 40px;/* height:400px; */
}
#contentl {
	float: left;
	text-align: left;
	width: 680px;
	min-height: 500px;
	margin-bottom: 40px;
}
#contentxl {
	float: left;
	text-align: left;
	width: 740px;
	min-height: 500px;
	margin-bottom: 40px;
}
.width500 {
	/* width: 500px !important; */
	width: 540px !important;
 
}
#contentright {
	float: right;
	width: 172px;
}
#content p, #contentbr p, #contentl p, #contentxl p {
	text-align: justify;
	/* -moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; */
}
/* projekte.php */
.proteasercol {
	width: 140px;
	float: left;
}
.proteaser {
	height: 190px;
}
.proteaser p {
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 10px;
	height: 50px;
	text-align: left !important;
}

.small { font-size:10px; }

/* projekte detail liste */

.protop {
	height: 180px;
}
.prolist {
}
.proyear {
	width: 50px;
	float: left;
	clear: left;
}
.protext {
	width: 550px;
	float: left;
	margin-bottom:16px;
}
#protext {
	width: 400px;
	margin: 0;
}
#prodet {
	min-height: 100px;
	height: 180px;
	width: 400px;
}
#prodet table {
	width: 100%;
}
#projektbilder {
	width: 538px;
	margin: 40px 0;
}
#proimg {
	float: left;
	width: 400px;
	height: 267px;
	background: url('../img/ajax-loader.gif') center center no-repeat;
}
#prothumbs {
	float: left;
	height: 400px;
	margin-left: 60px;
	width: 80px;
}
/* sw-effekt */
#prothumbs img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: hidden;
	margin-bottom: 13px;
}
#prothumbs img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
/* start */

.stalogo {
	width: 100%;
	text-align: right;
	height: 160px;
}
.statext {
	width: 100%;
	height: 160px;
	text-align: right;
	font-size: 18px;
	float: right;
}
.stafotos {
	width: 100%;
}
.st1 {
	margin-right: 270px;
}
.st2 {
	margin-right: 410px;
}
.st3 {
	margin-right: 125px;
}
.statext a {
	color: #000;
}
.statext a:hover {
	color: #F73C00;
}
