* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-family:sans-serif;
}
html, body, #shadowTop, #shadowBottom {
	width:100%;
	height:100%;
}
/*# 02. Base Styling #*/
body {
	background: #000;
	width: 100%;
	height: 100%;
	min-height: 700px;
	min-width:1000px;
}
body,div,table,td,p {
	color: #fff;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height:140%;
	margin: 0px; /* neu von beaver */
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Arial, Sans-serif;
	font-size:12px;
	padding:3px;
}
textarea {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #b4b4b4;
	padding:5px;
	background:url(../images/input_bg.gif) no-repeat;
}
select {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #b4b4b4;
	padding:3px;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border:1px solid #b4b4b4;
	padding:3px;
	background:url(../images/input_bg.gif) no-repeat;
}
img {
	border: 0 none;
	margin: 0;/* neu von beaver */
	padding: 0;/* neu von beaver */
}
a {
	color: #cb081c;
	text-decoration: none;
}
#shadowTop {
	min-width:1000px;
	min-height:770px;
}
.bg {
	background:url(../images/box-bg-grau.png);
}
#shadowTop {
	background:url(../images/bg-menu-oben.png) repeat-x;
	background-position: 0 -78px;
}
#superbgimage, #bgimagecontainer {
	display:none;
}
#seperator {
	background: url(../images/streifen-rot.png) repeat-x;
	width: 100%;
	height: 14px;
	position: absolute;
	top: 85px;
}
#wrapper {
	margin:0 auto;
	width:1000px;
	height:100%;
	position:relative;
	min-height:770px;
}
#centerAbove {
	float:left;
	width:100%;
	height:50%;
	margin-top:-106px;
	position:relative;
}
#centerContent {
	clear:both;
	width:1000px;
	height:212px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.logo {
	position:absolute;
	display:inline-block;
	text-decoration:none;
}

#metaNav {
	position:absolute;
	list-style:none;
	top:35px;
	right:20px;
}
#metaNav li {
	float:left;
	margin-left:8px;
	font-size:13px;
	line-height:11px;
}
#metaNav li a {
	color:#fff;
	text-decoration:none;
	padding:2px;
}
#metaNav li.active a {
	font-weight:bold;
}

#content {
	width:510px; /*height:330px;*/
	min-height:330px;
	position:absolute;
	left:240px;
	top:250px; /*war bottom: 80px geändert von Beaver*/
}
#content .inner {
	padding-top: 25px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:20px;
}
#content h1 {
	background-color: #cb081c;
	padding: 20px;
	font-size: 20px;
	position: relative;
	margin-bottom: 10px;
	margin-left: -50px;
	margin-right:200px;
	font-weight: normal;
	-webkit-box-shadow: #000 0px 0px 4px;
	-moz-box-shadow: #000 0px 0px 4px;
	box-shadow: #000 0px 0px 4px;
	behavior: url(http://www.villigerakustik.ch/PIE.htc);
}

#content h2 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 6px;
}

#content p, #content ul, #content ol, #content table {
	margin-bottom:20px;
}
#content ul, #content ol {
	margin-left:20px;
}
#content ul {
	list-style:square;
}
#content #collapse {
	position:absolute;
	top:5px;
	right:15px;
	display:block;
	cursor:pointer;
	width:24px;
	height:20px;
	background:url(../images/pfeil-unten.png) right 0px no-repeat;
}
#content.collapsed #collapse {
	background-position: left 0px;
}
#content.collapsed {
	overflow:hidden;
}
#content-right {
	width:220px; /*height:330px;*/
	position:absolute;
	left:780px;
	top: 250px; /* war bottom:70px geändert von beaver*/
}
#content-right h2{
	font-size:16px;
	margin-top: 5px;
	margin-bottom:6px;
}
#content-right .box-right, #content-right .csc-default {
	padding:15px 15px 15px 20px; /* war 15px 20px geändert von beaver*/
	background:url(../images/box-bg-grau.png);
	margin-bottom:10px;
}

#content-left {
	width:200px;/*war 180px geändert von beaver*/ /*height:330px;*/
	min-height:150px;
	position:absolute;
	left:0px;
	top:250px;
}
#content-left .inner {
	padding-top: 20px;
	padding-bottom:60px;
	padding-left:20px;
	padding-right:20px;
}
#content-left a {
	color:#ddd;
	display:block;
	padding:4px;
	font-size:13px;
}
#content-left a:hover {
	color:#fff;
	background-color:#222;
}
#content-left ul{
	list-style:none;
	margin:0px;
}
#content-left li{
	list-style:none;
	margin:0px;
	background-image:url(../images/listenpunkt.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding-left:8px;
}
#content-left ul.submenu {
	padding-left:15px;
	background-position:15px 11px;
}
#content-left li.active > a{
	font-weight: bold;
	color:#fff;
}
#footer {
	width:960px;/*war 740px geändert von Beaver*/
	height:70px;
	position:absolute;
	left:0px; /*war 220px geändert von Beaver*/
	bottom:0;
	overflow:hidden;
	padding:0px 20px 0px 20px;
}
#footer p {
	font-size:14px;
	line-height:70px;
	color:#fff;
	text-align: center; /*war nicht vorhanden geändert von Beaver*/
}
.csc-mailform-field {
	margin-bottom:10px;
}
.csc-mailform-field label {
	display:block;
}
.csc-mailform-submit {
	background-color:#C00;
	color:#fff;
	font-size:14px;
	padding:5px;
	cursor: pointer;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.hide {
	display:none;
}
.bold {
	font-weight:bold;
}
.white {
	color:#fff !important;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.textAlignRight {
	text-align:right !important;
}
.textAlignLeft {
	text-align:left !important;
}
.clear {
	clear: both;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.inlineBlock {
	display:inline-block;
}
.block {
	display:block;
}
.uppercase {
	text-transform:uppercase;
}
.noMargin {
	margin:0 !important;
}
.noMarginBottom {
	margin-bottom:0 !important;
}
#noscript {
	position:absolute;
	top:350px;
	z-index:99999;
	left:0;
	height:36px;
	width:100%;
	text-align:center;
	font-family:sans-serif;
	color:#fff;
	font-size:36px;
	line-height:36px;
	background:#fff;
	color:#000;
	padding:10px 0;
	min-width:1000px;
}
.noshow {
	height:0;
	width:0;
	min-height:0 !important;
	min-width:0;
}

	.IE6 #wrapper, .IE6 #shadowTop, .IE6 #shadowBottom {
	display:none;
}
#ie6 {
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	margin-left:-350px;
	margin-top:-100px;
	color:#fff;
	font-size:20px;
	line-height:30px;
	text-align:center;
	font-family:sans-serif;
}
#ie6 p {
	margin-bottom : 10px;
}
#ie6 p.ie6headline {
	font-size:30px;
}
#ie6 a {
	color : #fff;
	text-decoration : underline;
}
