@charset 'utf-8';
body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	background: #f0f0f0;
	font-size: 15px;
}

.clear {
	clear: both;
}
.container {
	margin: 0 auto;
	width: 960px;
}

h1,h2,h3,h4,p,ul,li,pre,table,input,textarea {
	margin: 0;
	padding: 0;
	border: none;
}
img { outline: none; border: none;}

p, pre { margin-bottom: 15px;}
h2 { font-size: 24px; margin-bottom: 15px;}
h3 { font-size: 17px; margin-bottom: 10px;}
pre {
	padding: 10px;
	font-size: .8em;
	color: #fff;
	background: #0d0d0d;
	overflow: auto;
}

a {
	color: #9f0461;
	text-decoration: none;
	background: rgba(255,255,255,0);
}
a:focus,
a:hover {
	color: #fafafa;
	background: #9f0461;
	outline: none;
}
a:active { position: relative; top: 1px;}

.kontakt form p,
#Kommentar_schreiben form p {
	margin-bottom: 3px;
	width: 480px;
}
form input,
form textarea {
	width: 349px;
	padding: 2px;
	border: 1px solid #c9c9c9;
	font-family: AlteHaasGrotesk, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background: #fff;
}
form input:focus,
form textarea:focus {
	border: 1px solid #b0b0b0;
	box-shadow: 0 0 5px #b0b0b0;
	-webkit-box-shadow: 0 0 5px #b0b0b0;
	-moz-box-shadow: 0 0 5px #b0b0b0;
	-o-box-shadow: 0 0 5px #b0b0b0;
}
.kontakt form label,
#Kommentar_schreiben form label {
	display: block;
	width: 120px;
	float: right;
	padding-top: 4px; 
	color: #666666;
	font-size: 13px;
}
.kontakt form span,
#Kommentar_schreiben form span {
	font-weight: bold;
	color: #0c949e;
	vertical-align: top;
}
Kommentar_schreiben form input#checkbox {
	width: auto;
	height: 13px;
}
Kommentar_schreiben form label[for="checkbox"] {
	display: inline;
	float: none;
}
p.hidden {
	display: none;
}
form input[type="submit"] {
	width: auto;
	height: 22px;
	padding: 0 15px;
	color: #fff;
	background: #0d0d0d url(button.png) top repeat-x;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
form input[type="search"] {
	-webkit-appearance: none;
}
p.fehler {
	color: red;
	margin-bottom: 5px;
}
p.erfolgreich {
	color: green;
	margin-bottom: 5px;
}


#header {
	position: relative;
	margin-bottom: 9px;
	height: 156px;
	min-width: 960px;
	background: #d7d7d7 url(header.png) repeat-x;
	z-index: 1;
}
#header h1 a { background: none;}
#header h1 span { display: none;}
#header h1 a img {
	width: 250px;
	height: 155px;
}

.nav {
	position: absolute;
	top: 90px;
	right: 0;
	left: 50%;
	margin-left: -80px;
	min-width: 520px;
	background: #0d0d0d;
}
.nav ul {
	list-style: none;
}
.nav ul li {
	float: left;
	display: block;
}
.nav ul li a {
	display: block;
	width: 140px;
	padding: 10px 0;
	text-align: center;
	line-height: 1.2;
	font-size: 17px;
	color: #dcdcdc;
	-webkit-transition: color linear 1s;
}
.nav ul li a:focus,
.nav ul li a:hover {
	color: #eb1ea1;
	background: none;
	-webkit-transition: color linear .1s;
}
.nav ul li a.active {
	color: #eb1ea1;
	font-weight: bold;
}

.overview, .weblog, .projekt, .projekt2, .projekt_side, .projekt_nav li a, .profil, .profil_side, .kontakt, .kontakt_side {
	float: left;
	margin: 5px;
	background: #fafafa;
	box-shadow: 0 0 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2), 1px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px #c8c8c8, 1px 1px 2px #c8c8c8;
	-o-box-shadow: 0 0 2px #c8c8c8, 1px 1px 2px #c8c8c8;
}
.hi, .projekte {
	margin: 5px;
	width: 950px;
	height: 195px;
	overflow: hidden;
}
.hi h2, .projekte h2 {
	margin-top: 10px;
	font-size: 160px;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
	color: #fff;
}
.projekte h2 {
	color: #9e0462;
}

.overview {
	position: relative;
	width: 430px;
	line-height: 1.2;
	min-height: 213px;
	padding: 0 20px 50px 20px;
}
.overview h2 {
	margin: 0 -20px 15px -20px;
	padding: 10px 0;
	color: #fafafa;
	text-align: center;
	background: #0d0d0d;
}
.overview h2 a {
	color: #eb1e9a;
	background: rgba(13,13,13,0);
}
.overview h2 a:focus,
.overview h2 a:hover {
	color: #fafafa;
	background: #eb1e9a;
}
.overview ul {
	list-style: none;
}
.overview ul li {
	margin-bottom: 10px;
	font-size: 13px;
	color: #b3b3b3;
}
.overview ul li h3 {
	font-size: 22px;
	margin-bottom: 1px;
}
.overview ul li h3 a {
	color: #0d0d0d;
}
.overview ul li h3 a:focus,
.overview ul li h3 a:hover {
	color: #fff;
	background: #0d0d0d;
}
.overview a.weiter {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.overview a.weiter:active {
	position: absolute;
	top: auto;
	bottom: 19px;
}
.overview a.projekte {
	display: block;
	width: 430px;
	height: 140px;
	opacity: .9;
	-webkit-transition: opacity linear 1s;
}
.overview a.projekte:focus,
.overview a.projekte:hover {
	opacity: 1;
	-webkit-transition: opacity linear .2s;
}

.weblog {
	width: 650px;
	padding: 0 30px 30px 30px;
	line-height: 1.5;
}
.weblog .header {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.weblog .header h2 {
	line-height: 1;
	margin-bottom: 6px;
	font-size: 28px;
}
.weblog .header h2 a {
	color: #0d0d0d;
}
.weblog .header h2 a:focus,
.weblog .header h2 a:hover {
	color: #fafafa;
	background: #0d0d0d;
}
.info {
	line-height: 1;
	font-size: 12px;
	color: #b3b3b3;
}
.info a {
	font-size: 12px;
	color: #b3b3b3;
}
.info a.kommentare {
	margin-left: 5px;
	padding-left: 15px;
	background: url(comment.png) left 2px no-repeat;
}
.info a.kommentare:focus,
.info a.kommentare:hover {
	color: #999999;
	background-position-y: -13px;
}
.weblog div.grafik,
.weblog div.grafik_l,
.weblog div.grafik_r {
	text-align: center;
	background: #e1e1e1;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px #c8c8c8;
	-o-box-shadow: 0 0 2px #c8c8c8;
}
.weblog div.grafik img,
.weblog div.grafik_l img,
.weblog div.grafik_r img {
	border: solid 5px #e1e1e1;
	height: auto;
}
.weblog div.grafik img,
.weblog div.grafik_l img,
.weblog div.grafik_r img {
	max-width: 640px;
}
.weblog div.grafik_r img,
.weblog div.grafik_l img {
	max-width: 230px;
}
.weblog div.grafik {
	margin: 5px 0 5px 0;
	width: 650px;
}
.weblog div.grafik_l {
	float: left;
	margin: 0 5px 5px 0;
	width: 240px;
}
.weblog div.grafik_r {
	float: right;
	margin: 0 0 5px 5px;
	width: 240px;
}
.weblog div.grafik p,
.weblog div.grafik_l p,
.weblog div.grafik_r p {
	margin: -3px 2px 2px 2px;
	font-size: 12px;
	padding: 0 5px;
}
.weblog #Kommentare,
.weblog #Kommentar_schreiben {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	background: url(border.png) left top repeat-x;
}
.weblog #Kommentare a.down {
	position: absolute;
	top: 38px;
	right: 0;
	display: block;
	padding-top: 2px;
	height: 25px;
	width: 162px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: url(down.png);
}
.weblog #Kommentare a.down:focus,
.weblog #Kommentare a.down:hover {
	background-position: 0 -37px;
}
.weblog #Kommentare div img {
	float: left;
}
.weblog #Kommentare div div {
	margin-left: 80px;
	margin-bottom: 10px;
	width: 540px;
	padding: 15px 15px 5px 15px;
	font-size: 13px;
	-webkit-border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2), 1px 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2), 1px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px #c8c8c8, 1px 1px 2px #c8c8c8;
	-o-box-shadow: 0 0 2px #c8c8c8, 1px 1px 2px #c8c8c8;
}
.weblog #Kommentare div div h4 {
	display: block;
	font-size: 1em;
	margin-bottom: 4px;
}
.weblog #Kommentare div div span {
	float: right;
	display: block;
	line-height: 1;
	margin-top: -18px;
	font-size: 11px;
	color: #808080;
}

.sidebar {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: 245px;
	width: 230px;
	z-index: 0;
}
.sidebar > a > img[alt="Logo"]{
	height: 142px;
	margin-bottom: 23px;
}
.sidebar img {
	max-width: 230px;
	height: auto;
}
.sidebar a {
	background: none;
}
.sidebar .suche {
	background: url(border.png) top repeat-x;
	padding-top: 25px;
}
.sidebar .suche input {
	width: 160px;
	height: 20px;
	line-height: 1;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: none;
	-moz-border-radius-bottomright: none;
}
.sidebar .suche input[type="submit"] {
	width: 64px;
	padding: 0;
	height: 26px;
	vertical-align: top;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}
.sidebar .subnav {
	padding: 25px 0;
	margin-bottom: 30px;
	text-align: center;
	background: url(border.png) top repeat-x;
}

.sidebar .subnav a.left,
.sidebar .subnav a.right,
.sidebar .subnav a.up {
	position: absolute;
	display: block;
	float: left;
	font-size: 13px;
	color: #fff;
	background: url(subnav.png) top;
}
.sidebar .subnav a.left:focus,
.sidebar .subnav a.left:hover,
.sidebar .subnav a.right:focus,
.sidebar .subnav a.right:hover {
	background-position-y: -38px;
}
.sidebar .subnav a.up:focus,
.sidebar .subnav a.up:hover {
	background-position-y: -33px;
}
.sidebar .subnav a.left:active,
.sidebar .subnav a.right:active,
.sidebar .subnav a.up:active {
	top: auto;
}
.sidebar .subnav a.left,
.sidebar .subnav a.right {
	margin-top: 5px;
	width: 60px;
	height: 20px;
	padding-top: 3px;
	background-position-y: -5px;
}
.sidebar .subnav a.left {
	left: 0;
	padding-left: 5px;
	background-position-x: left;
}
.sidebar .subnav a.right {
	right: 0;
	padding-right: 5px;
	background-position-x: right;
}
.sidebar .subnav a.up {
	left: 65px;
	margin: 0 5px;
	width: 90px;
	height: 20px;
	padding-top: 8px;
	background-position-x: center;
}
.sidebar .werbung {
	margin-top: 25px;
	background: url(border.png) top repeat-x;
	padding: 25px 0;
}

.projekt {
	width: 630px;
	line-height: 1;
}
.projekt img {
	width: 610px;
	height: 270px;
	border: solid 10px #fafafa;
	line-height: 0;
}
.projekt_side {
	width: 250px;
	padding: 15px 30px;
	min-height: 262px;
	font-size: 13px;
}
.projekt_side th {
	vertical-align: top;
	text-align: left;
}
.projekt_nav {
	padding: 0 120px;
}
.projekt_nav li {
	float: left;
	list-style: none;
}
.projekt_nav li a {
	display: block;
	height: 80px;
	border: solid 10px #fff;
	background: #0d0d0d;
	border-radius: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: border linear 1s;
}
.projekt_nav li a img {
	width: 210px;
	height: 80px;
	opacity: .8;
	-webkit-transition: opacity linear 1s;
}
.projekt_nav li a:focus img,
.projekt_nav li a:hover img {
	opacity: 1;
	-webkit-transition: opacity linear .2s;
}
.projekt_nav li a.active {
	border: solid 10px #a1a1a1;
}
.projekt_nav li a.active img {
	opacity: 1;
}

.profil {
	width: 570px;
	padding: 20px 30px;
	height: 293px;
}
.profil_side {
	width: 250px;
	padding: 20px 30px;
}
.profil_side ul {
	width: 184px;
}
.profil_side ul li {
	float: left;
	margin: 3px;
	display: block;
	list-style: none;
	height: 40px;
}
.profil_side ul li a {
	background: none;
	opacity: .85;
}
.profil_side ul li a img {
	height: 40px;
	width: 40px;
}
.profil_side ul li a:focus,
.profil_side ul li a:hover {
	opacity: 1;
}

.kontakt {
	width: 570px;
	padding: 20px 30px;
}
.kontakt_side {
	width: 250px;
	padding: 20px 30px;
	height: 323px;
	background-image: url(../kontakt/standort.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer {
	margin: 80px 5px 0 5px;
	width: 950px;
}
#footer .twitter {
	position: relative;
	margin-bottom: -17px;
	padding-bottom: 13px;
	padding-left: 33px;
}
#footer .twitter > a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(twitter.png) left bottom no-repeat;
	opacity: .9;
}
#footer .twitter > a span {
	display: none;
}
#footer .twitter > a:hover,
#footer .twitter > a:focus {
	opacity: 1;
}
#footer .twitter a:active {
	top: auto;
	bottom: -1px;
}
#footer .twitter p {
	padding: 7px;
	font-size: 12px;
	width: 270px;
	background: #fafafa;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px #c8c8c8;
	-o-box-shadow: 0 0 2px #c8c8c8;
}
#footer p.copyright {
	font-size: 12px;
	color: #808080;
	text-align: center;
}