/* DIV Layer */
* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #414141;
}
body {
	overflow : hidden;
}
div#homecinema {
	width: 535px;
	height: 387px;
	top: 5%;
	left: 10%;
	position: absolute;
	background-image: url(../img/homecinema.jpg);
	overflow: hidden;
}
div#satelit_vl {
	width: 131px;
	height: 497px;
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: url(../img/satelit_vl.png);
	overflow: hidden;
}
div#satelit_vr {
	width: 229px;
	height: 516px;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url(../img/satelit_vr.png);
	overflow: hidden;
}
div#couch {
	width: 350px;
	height: 369px;
	position: absolute;
	background-image: url(../img/couch.png);
	bottom: 6%;
	left: 35%;
	overflow: hidden;
}
div#logo {
	position: absolute;
	left: 140px;
	bottom: 18%;
	overflow: hidden;
}
div#content {
	/* Content: Soft Background */
	position: absolute;
	right: 5%;
	top: 10%;
	width: 35%;
	height: 80%;
	background-image: url(../img/transparent_bg.png);
}
div#content2 {
	/* Content: Shine top left */
	background-image: url(../img/shine_ol.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 100%;
}
div#content_inner {
	/* Content: Shine bottom right */
	margin: 14px 18px 20px 12px;
	padding: 5px;
	height: 100%;
	background-image: url(../img/shine_ur.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#content_inner2 {
	/* Content: Overflow and Scroll */
	height: 96%;
	!height: 98%;
	width: 98%;
	overflow: auto;
	margin: 10px 0 0 0;
	!margin: 0;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url(../img/footer_bg.png);
	height: 76px;
	background-repeat: repeat-x;
}
div#gag_tel {
	position: absolute;
	width: 305px;
	height: 63px;
	left: 0;
	top: 10%;
	overflow: hidden;
}
a.gag {
	display: block;
	height: 63px;
	width: 305px;
	background-image: url(../img/tel_bg.png);
	background-repeat: no-repeat;
	color: #414141;
	font-size: 18px;
	font-weight: bold;
	padding: 21px 0 0 85px;
	margin-left: -210px;
	cursor: help;
	outline: none;
}
a.gag span.gag {
	font-size: 18px;
	margin-left: 30px;
	font-weight: normal;
}
a.gag:hover {
	margin-left: -70px;
}

/* MENU */
ul#menu {
	float: left;
	margin: 35px 0 0 140px;
	list-style-type: none;
}
ul#menu li {
	float: left;
	padding: 0 40px 0 0;
} 
ul#menu li a {
	display: block;
	color: white;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: normal;
}
ul#menu li ul {
	bottom: 40px;
	position: absolute;
	left: -999em;
	list-style-type: none;
	margin: 0 0 0 -5px;
	padding: 5px;
	background-image: url(../img/transparent_bg.png);
}
ul#menu li ul li {
	clear: left;
	padding: 3px 0;
}
ul#menu li ul li a {
	display: block;
	color: #414141;
	font-size: 15px;
	width: auto;
}
ul#menu li ul li a:hover {
	background: #E5E5EF;
}
ul#menu li ul li ul {
	margin: -1.75em 0 0 14em;
}
ul#menu li:hover ul li ul, 
ul#menu li:hover ul li ul li ul {
	left: -999em;
}
ul#menu li:hover ul,
ul#menu li ul li:hover ul,
ul#menu li ul li ul li:hover ul {
	left: auto;
}

/* CSC */
a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #414141;
	text-decoration: none;
}
h1 {
	padding: 20px 0 5px 0;
	font-size: 13px;
}
h1.csc-firstHeader {
	padding-top: 0;
}
h2 {
	padding: 6px 0 2px 0;
}
p.bodytext {
	padding: 3px 0;
	line-height: 130%;
	text-align: justify;
}
img.fsnord_logo {
}
ul {
	margin: 10px 0 0 30px;
}
li {
	padding: 3px 10px;
}

/* Kontaktformular */
fieldset.csc-mailform {
	border: none;
}
.csc-mailform-field label {
	width: 200px;
	display: block;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.csc-mailform-field {
	margin-top: 5px;
}
.csc-mailform-field input {	
	border: none;
	border-bottom: 1px solid #878CA0; 
	padding: 2px; 
}
input.csc-mailform-submit {
	margin: 20px 0 0 0;
	background-color: #000062;
	color: white;
	font-weight: bold;
}
.csc-mailform-field textarea { 
	border: 1px solid #878CA0; 
}
input:focus, textarea:focus {
	background-color: #E5E5EF;
}

/* NO IE6 */
div#oldbrowserbox {
	position: absolute;
	bottom: 5%;
	right: 5%;
	height: 100px;
	width: 400px;
	background-color: #FFFF00;
	border: 3px solid red;
	padding: 5px;
	background-image: url(../img/hinweis_klein.gif);
	background-repeat: no-repeat;
	background-position: 98% 5%;
}
div#oldbrowserbox p {
	font-weight: bold;
}