html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #181818 url(images/body-wrapper-bg.png) repeat;
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arvo', serif;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
	color: #131313;
}

a {
	color: #666666;
; text-decoration: line-through
}

a:hover {
;
text-decoration: none
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/wrapper-bg.png) repeat;
}

#wrapper-bgtop {
	background: url(images/wrapper-topbg.png) repeat-x left top;
}

.homepage #wrapper-bgtop {
	background: url(images/homepage-wrapper-bgtop.png) repeat-x left top;
}

#wrapper-glowbg {
	background:url(images/homepage-glow-bg.jpg) no-repeat center top;
}

#wrapper-bgbtm {
	overflow: hidden;
	background: url(images/wrapper-bottombg.png) repeat-x left bottom;
}

.container {
	width: 960px;
	margin: 0px auto;
; clip:   rect(   )
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 90px;
; clip:  rect(   )
}

/** LOGO */

#logo {
	float: left;
	width: 308px;
	height: 160px;
	background: url(images/logo-bg.png) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	width: 308px;
	height: 116px;
	padding-top: 44px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 2px 1px rgba(0,0,0,.3);
	font-size: 38px;
	color: #FFFFFF;
}

/** MENU */

#menu {
	float: right;
	width: 652px;
	height: 160px;
}

#menu ul {
	float: right;
	height: 124px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 124px;
}

#menu a {
	display: block;
	float: left;
	height: 124px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	text-decoration: none;
	font-size: 16px;
	color: #8C8A8A;
}

#menu a:hover {
;
text-decoration: underline
}

#menu span {
	display: inline-block;
	height: 59px;
	padding: 40px 20px 0px;
}

#menu li.active a {
	background: url(images/menu-active-bg.png) repeat-x left top;
	color: #FFFFFF;
}

#menu li.active span {
	background:url(images/menu-arrow-bg.png) no-repeat center 70px;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 40px 0px 40px 0px;
}

.homepage #page {
	padding-top: 60px;
}

/** CONTENT */

#content {
	float: left;
	width: 630px;
}

.two-column2 #content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
; clip:        rect(   ); font-family: Verdana, Arial, Helvetica, sans-serif
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 145px;
	background: url(images/footer-line-bg.png) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	color: #414141;
}

/** FOOTER CONTENT */

#footer-content-wrapper {
	background: url(images/footer-content-wrapper-bg.png) repeat;
	border-top: 1px solid #FFFFFF;
}

#footer-content {
	overflow: hidden;
	padding: 60px 0px 50px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	color: #8C8A8A;
}

#footer-content h2 {
	padding-bottom: 30px;
	text-shadow: 1px 2px 0px rgba(0,0,0,1);
	font-size: 20px;
	color: #FFFFFF;
}

#footer-content #fbox1 {
	float: left;
	width: 270px;
	padding-right: 60px;
}

#footer-content #fbox2 {
	float: left;
	width: 270px;
}

#footer-content #fbox3 {
	float: right;
	width: 300px;
}

#footer-content #fbox3 p {
	line-height: 190%;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	padding: 12px 0px;
	background: url(images/list1-divider-bg.png) repeat-x left top;
}

ul.style1 a {
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	color: #8C8A8A;
}

ul.style1 a:hover {
;
text-decoration: underline
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
}

ul.style2 li {
	float: left;
	height: 36px;
	padding: 10px 20px 0px 20px;
	background: url(images/list2-divider-bg.png) no-repeat left top;
}

ul.style2 .first {
	padding-left: 0px;
	background: none;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	list-style: none;
}

ul.style3 li {
	padding-bottom: 35px;
}

ul.style3 h3 {
	padding-bottom: 15px;
	font-size: 16px;
	color: #232323;
}

/** LIST STYLE 4 */

ul.style4 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.style4 li {
	padding-bottom: 20px;
}

ul.style4 .date {
	display: block;
	width: 102px;
	height: 90px;
	line-height: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: none;
	color: #FFFFFF;
; font-family: Verdana, Arial, Helvetica, sans-serif
; background-repeat: no-repeat; background-position: left top; float: none; clip:   rect(   )
}

/** LIST STYLE 5 */

ul.style5 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style5 li {
	padding-bottom: 20px;
}

/** BOX STYLE 1 */

.box-style1 {
	text-shadow: 1px 2px 0px #FFFFFF;
}

.box-style1 .title {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D3D5D5;
	letter-spacing: -2px;
	font-size: 25px;
	color: #005ea4;
; font-family: Verdana, Arial, Helvetica, sans-serif
}

/** BOX STYLE 2 */

.box-style2 {
	width: 300px;
	background: url(images/feature-box-bg.png) repeat;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

.box-style2 .gradient-bg {
	width: 240px;
	padding: 30px 30px 20px;
	background: url(images/feature-box-gradient-bg.png) repeat-x left bottom;
	border: 1px solid #A4A5A6;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
}

.box-style2 .title {
	padding-bottom: 20px;
	letter-spacing: -1px;
	text-shadow: 1px 2px 0px #FFFFFF;
	font-size: 20px;
	color: #131313;
}

.box-style2 .title span {
	color: #2982B6;
}

/** BANNER */

#banner {
	overflow: hidden;
	text-shadow: 1px 2px 0px #FFFFFF;
	height: 420px;
; clip:  rect(   )
}

#banner h2 {
	margin-bottom: 15px;
	padding: 40px 0px 20px 0px;
	background: url(images/banner-divider-bg.png) repeat-x left bottom;
	line-height: 145%;
	letter-spacing: -2px;
	font-size: 38px;
	color: #131313;
}

#banner .text-style1 {
	letter-spacing: normal;
	font-size: 36px;
	color: #818486;
; background-image: url(images/das-richtige.png); background-repeat: no-repeat; background-position: left center
}

#banner #col1 {
	float: left;
	width: 410px;
; clip:   rect(   )
}

#banner #col2 {
	float: right;
	width: 476px;
	height: 448px;
	padding: 45px 12px 0px 62px;
; background-image: url(images/banner-slider-bg.png); background-repeat: no-repeat; background-position: left left
; clip:       rect(   )
}

/** FEATURE */

#feature-wrapper {
	background: url(images/feature-wrapper-bg.png) repeat;
}

#feature-divider-bg {
	background: url(images/feature-divider-bg.png) repeat-x left bottom;
}

#feature {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 10px 3px;
}

#feature #column1 {
	float: left;
	width: 300px;
	padding-right: 30px;
}

#feature #column2 {
	float: left;
	width: 300px;
}

#feature #column3 {
	float: right;
	width: 300px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	width: 240px;
	height: 90px;
	left: 0;
; clip:    rect(   ); margin-bottom: 20px
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style1a span {
	background: url(images/image-border-style1.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-left: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** IMAGE BORDER STYLE 4 */

.image-style4 {
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** BUTTON STYLE 1 */

.button-style1 {
	display: block;
	width: 300px;
	height: 40px;
	margin-top: auto;
	line-height: 35px;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 14px;
	color: #003399;
; background-image: url(images/feature-button-bg.png); background-repeat: no-repeat; background-position: left top; font-family: Verdana, Arial, Helvetica, sans-serif
}

/** BUTTON STYLE 2 */

.button-style2 {
	display: block;
	width: auto;
	height: 100px;
	margin-top: 20px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 10px;
	color: #FFFFFF;
; font-family: Verdana, Arial, Helvetica, sans-serif
; background-image: url(images/banner-button-bg.png); background-repeat: no-repeat; background-position: left top
}

#slider {
	position: relative;
	width: 476px;
	margin: 0 auto;
}

#slider .viewer {
	width: 476px;
	height: 255px;
	overflow: hidden;
	margin: 0 auto;
}

#slider .viewer .reel {
	display: none;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 476px;
	height: 255px;
; clip:   rect(   )
}

#slider .viewer .reel .slide span {
	position: absolute;
	width: 476px;
	height: 255px;
	top: 0;
	left: 0;
	background: url(images/banner-pics-border-bg.png) no-repeat left top;
}

/** BOX 1 */

#box1 {
	margin-bottom: 40px;
}

/** BOX 2 */

#box2 {
	margin-bottom: 40px;
}

/** BOX 1 */

#box3 {
}.seite-audio-dark { display: block; width: 150px; height: 63px; line-height: 37px; letter-spacing: -1px; text-align: center; text-shadow: none; color: #FFFFFF; ; background-image: url(images/side-audio-dark.jpg); background-repeat: no-repeat; background-position: left top}
.seite-film-dark { display: block; width: 150px; height: 63px; line-height: 37px; letter-spacing: -1px; text-align: center; text-shadow: none; color: #FFFFFF; ; background-image: url(images/side-film-dark.jpg); background-repeat: no-repeat; background-position: left top }
.seite-komm-dark { display: block; width: 150px; height: 63px; line-height: 37px; letter-spacing: -1px; text-align: center; text-shadow: none; color: #FFFFFF; ; background-image: url(images/side-komm-dark.jpg); background-repeat: no-repeat; background-position: left top }
.seite-komm-hell { display: block; width: 150px; height: 63px; line-height: 37px; letter-spacing: -1px; text-align: center; text-shadow: none; color: #FFFFFF; ; background-repeat: no-repeat; background-position: left top ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border: #C7C7C7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; margin-top: 5px; margin-right: 30px; background-color: #FFFFFF; float: none}
.image-style3-Film { display: inline-block; float: left; margin-top: 5px; margin-right: 30px; padding: 10px; background-color: #666666; border: 1px solid #C7C7C7; box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1); }
.tabellen-text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.container-dowload { width: 600px; margin: 0px 0px; ; clip: rect( ) ; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px 0px; height: 400px}
