/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn,em, font, img,ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label,legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}
body{line-height:1}
ol, ul{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after, 
q:before, q:after{content:''; content:none}
/*:focus{outline:0}*/
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse; border-spacing:0}

* {
	font-family: Arial;
}

body {
	background: url(bg_wrapper.jpg) #fff;
	
	font-size: 12px;
	padding: 0 0 40px 0;
	color: #414141;
}
a {
	color:#414141;
}
#top {
	background: url(bg_top.jpg);
	border-bottom: 1px solid #fff;
}
#wrapper {
	width:944px;
	margin: 0 auto;
}
#header {
	background: url(header.jpg);
	height: 97px;
	width: 944px;
	margin: 0 auto;
}
#header img {
	display: block;
	padding:10px 0 0 100px;
}
#content {
	background: url(bg_content.jpg) #fff center center repeat-y;
}
#topnav {
	background: url(schadow_top_nav) top center no-repeat;
	height:20px;
	padding:8px 0 0 0;
}
#topnav a {
	font-size: 12px;
	text-decoration: none;
	display:block;
	font-weight: bold;
}
#topnav a:hover,#topnav a#topnav-active{
	
	color:#e2001a;
}
#topnav ul {
	margin:0 0 0 158px;
	width:621px;
	height:17px;
	border-right:1px solid #414141;
}
#topnav li {
	float:left;
	padding:3px 16px;
	border-right:1px solid #414141;
}
#topnav li.first {
	border-left:1px solid #414141;
}
#topnav li.last {
	border-right: none;
}
#blau_rot {
	clear:both;
	background: url(linie_rot_blau_oben.gif) top center no-repeat;
	height: 30px;
	margin:5px 0;
}
#nav {
	width:158px;
	float:left;
}
#nav ul {
	width:135px;
	margin:5px 7px 0 13px;
}
#nav ul ul {
	margin: 15px 0;
	width: 100%;
}
#nav ul ul ul {
	width:100%;
	clear:both;

}
#nav ul ul ul li {
	width:63px;
	
	float:left;
}
#nav ul ul ul li.first {
	margin-right:9px;
	margin-left:0px;
}
#nav a {
	background-image: url(button_grey_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding:4px 1px 4px 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
}
#nav span {
	border:1px #9fa0a0 solid;
	padding: 1px;
	display: block;
}
#nav a:hover {
	background-image: url(button_blue_bg.jpg);
	color:#fff;
}
#nav li.open a {
	background-image: url(button_red_bg.jpg);
	color:#fff;
}
#nav li.open ul a {
	background-image: url(button_grey_bg.jpg);
	color:#141414;
}
#nav li.open ul a:hover,#nav li.open ul a#nav-active,#nav li.open li.active a {
	background-image: url(button_blue_bg.jpg);
	color:#fff;
}
#nav li {
	margin:0 0 10px 0;
	
	
	width:135px;
}
#stage div#stage_images {
	margin: 14px 0 17px 0;
	width: 593px;
	height: 122px;
	padding: 1px;
	border:1px solid #9fa0a0;

}
#stage #stage_images div {
	float:left;
	width:197px;
	height: 100%;
	border-right: 1px solid #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	
}
#stage #stage_images div#last {
	border-right-width: 0;
}
#stage #stage_images div:hover,#stage #stage_images div.over {
	background-position:center top;
}
#stage {
	width:600px;
	padding:6px 8px 9px 13px;
	float:left;
	margin: 0 0 40px 0;
	min-height: 400px;
	border-right: 1px solid #9fa0a0;
	border-left: 1px solid #9fa0a0;
}
#stage h1 {
	padding:4px 10px 3px 0px;
	font-size: 18px;
	clear: both;
}
.colored {
	color:#e2001a; 
}
.center {
	text-align: center;
}
#stage p {
	line-height: 18px;
	padding: 0 2px;
	margin-bottom:10px;
	clear: both;
}
#stage ul {
	margin:10px 10px 10px 20px;
	list-style-type: disc;
}
#stage li {
	line-height: 20px;
	margin:0 0 6px 0;
	
}

#stage #map {
	margin:14px 0;
	height:400px;
	width:100%;
}
#stage div.employee img {
	float:left;
	clear:both;
	border:1px solid #9fa0a0;
	padding: 1px;
	margin:0 20px 0 0;
	
}
#stage div.employee {
	margin:30px 20px 60px 0;
	height:120px;
}
#stage table {
	border-collapse: collapse;
	margin:10px 0;
}

#stage th,#stage .th {
	font-weight: normal;

	width:70px;
	text-align: left;
}
#stage .th {
	text-align: center;
	font-weight: bold;
}

#stage td {
	line-height: 20px;
}
#stage dl {
	float:left;
	margin: 13px 12px 0px 0px;
	border:1px solid #9fa0a0;
}
#stage dl.last {
	margin-right: 0;
}
#stage dl img {
	border:1px solid #fff;
	vertical-align: bottom;
}
#stage dl:hover {
	/*border-color: #005798;*/
	border-color: #e2001a;
}
#stage p.description {
	margin:0;
	clear:both;
}
#stage p.entsteht {
	padding:3px 0 0 0;
	clear:both;
	font-weight: bold;
}
#stage a {
	color:#e2001a;
	font-weight: bold;
}
#stage ul.columns {
	width:45%;
	float:left;
}
#stage h2 {
	margin:15px 0 10px 0;
}
#content form label {
	width:190px;
	vertical-align: top;
	display: block;
	float:left;
}
#content form input,#content form textarea,#content form select  {
	width: 400px;
	margin: 0 1px 0 0;
	padding: 1px;
	float:right;
	border:1px solid #ccc;
}
#content form input#tag,#content form input#zeit {
	width:100px;
	float:none;
}
#content form input#copy {
	width:auto;
	float: none;
}
#content form textarea {
	height:60px;
	font-size: 1em;
}
#content form select {
	width:404px;
}
#content form span {
	display:block;
	width:400px;
	color:#f00;
	font-weight: bold;
	float:right;
	margin-right: 3px;
	padding:2px;
}
#content form input#submit {
	width:406px;
	margin: 0 1px 0 0;
}

#marginal {
	float: right;
	width:158px;
	padding:4px 0 0 0;
}
#marginal #konzept,#marginal #news, #marginal #new,#marginal #bildershow {
	height:159px;
	margin:4px 10px 12px 7px;
	width:131px;
	padding:1px;
	border:1px #9fa0a0 solid;
}
#marginal #konzept {
	background:url(aktion_3d_badkonzept.gif) center center no-repeat;
}
#marginal #konzept a,#marginal #bildershow a {
	display:block;
	height: 159px;
}
#marginal #new {
	background:url(aktion_news.gif) center center no-repeat;
	
}
#marginal #bildershow {
	background:url(aktion_bildershow.gif) center center no-repeat;
	
}
#marginal #new strong {
	display: block;
	margin:38px 0 2px 0;
}
#marginal #new strong.n1 {
	margin-top:10px;
}
#marginal #new span {
}
#marginal #new a {
	padding:1px 10px;
	display: block;
	text-decoration: none;
	height:100%;
}
#marginal h2 {
	margin:4px 5px 0 5px;
}
#marginal ul {
	margin:10px 0 0 14px;
}
#marginal li {
	margin:4px 0;
}
#footer {
	background: url(footer.png) #fff bottom center no-repeat;
	height: 66px;
	width:944px;
	clear: both;
	margin: 0 auto;
}
#content form p:after {
   visibility:hidden;
   display:block;
   clear:both;
   height: 0;
   font-size:0;
   content: " ";
}
* html #content form p {
   height:1%;
}
*:first-child+html #content form p {
   height:1%;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#stage form.fire label,#stage form.fire input,#stage form.fire textarea {
	float: none;
	width: auto;
	display: block;
}
#stage form.fire {
	margin:10px;
	padding: 10px;
}
#stage form.fire fieldset {
	background:#dedede;
}
#stage form.fire textarea {
	width:400px;
}
#stage form.fire label,#stage form.fire input,#stage form.fire p {
	padding: 8px;
	width:500px;
}
#stage form.fire #fired {
	width: auto;
}
#stage form.fire input#submit {
	width:100px;
}
#stage div.news h2 {
	margin:5px 0 5px 0;
}
#stage div.news strong {
	display: block;
	margin:20px 0 0 0;
}
#stage div.news p {
	border-bottom: 1px solid #9fa0a0;
	padding: 0 0 20px 0;
}
.hover {
	cursor: pointer;
}
#login {
	width:400px;
	margin:30px auto;
}
#login label {
	padding:10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
h2.twitter {
	font-size:24px;
	margin-top:10px;
	border-top:1px dotted #ccc;
	padding:5px 0;
}
h2.twitter img {
	vertical-align:bottom;
}