body {
	background: #FFF url(../images/bg_body.gif) top left repeat-x;
	color: #2B2B2B;
	font-size:100.1%;
}

body#index {
	background: #FFF url(../images/bg_body_index.gif) top left repeat-x;
}

span.liketv {font-weight: bold;}
span.liketv span {font-style:italic; color: #ACD037;}

#center {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font: 62.5% Arial,sans-serif;
}

/*** Header: **************************************************************************************/

#header {
	width: 960px;
}

#header #logo {
	float: left;
	width: 288px;
	height: 56px;
	margin: 33px 0 20px 30px;
}

/*** Header: Top-Navigation ***********************************************************************/

#header ul#topNav {
	float: right;
	padding: 55px 10px 0 0;
}

#header ul#topNav li {
	float: left;
	list-style: none;
	height: 1.7em;
	padding: 0 20px;
	border-left: 1px solid #ADA8A0;
	text-align: center;
}

#header ul#topNav li.first {
	border-left: none;
}

/* Typo: Header Top-Navigation */

#header ul#topNav li a {
	font: normal 1.3em/1.3em Arial,sans-serif;
	color: #2B2B2b;
	text-decoration: none;
}

#header ul#topNav li a:hover,
#header ul#topNav li a.active,
#header ul#topNav li a.active:hover {
	text-decoration: underline;
}

/*** Header: Navigation ***************************************************************************/

#header ul#mainNav {
	clear: both;
	height: 61px;
	margin: 0 10px;
	background: transparent url(../images/bg_mainNav.gif) top left repeat-x;
}

#header ul#mainNav li {
	float: left;
	width: 140px;
	height: 41px;
	margin: 0 0 0 20px;
	list-style: none;
}

#header ul#mainNav li.first {
	margin: 0;
}

#header ul#mainNav li a {
	display: block;
	padding: 17px 0 14px 40px;
}

/* Typo: Header Navigation */

#header ul#mainNav li a {
	font: normal 1.5em/10px Arial,sans-serif;
	color: #FFF;
	text-decoration: none;
	background: #5A7395 url(../images/bg_mainNav_a.gif) 0px 0px no-repeat;
}

#header ul#mainNav li a:hover {
	color: #FFF;
	background: #ACD037 url(../images/bg_mainNav_a.gif) 0px -41px no-repeat;
}

#header ul#mainNav li a.active,
#header ul#mainNav li a.active:hover {
	background: #184D76 url(../images/bg_mainNav_a.gif) 0px -82px no-repeat;
}

/*** Header: Intro-Bereich **************************************/

#header div {
	width: 940px;
	height: 85px;
	margin: 1px 10px 0 10px;
	background: transparent url(../images/bg_header_h1.jpg) top left no-repeat;
}

#header div h1 {
	padding: 34px 0 0 20px;
	font: small-caps normal 2.0em/1.20em Tahoma,Geneva,Arial,sans-serif;
	color: #184D76;
}

/* Header: Intro-Bereich Startseite */

#index #header div {
	width: 940px;
	height: 285px;
	margin: 1px 10px 0 10px;
	background: transparent url(../images/bg_header_index.jpg) top left no-repeat;
}

#index #header div h1 {
	width: 400px;
	height: 85px;
	padding: 60px 20px 0 40px;
	font: bold 2.9em/1.20em Arial,sans-serif;
	color: #2B2B2B;
}

#index #header div h1 span {
	color: #999;
}

#index #header div p {
	width: 400px;
	height: 90px;
	padding: 0 20px 0 40px;
	font: normal 1.4em/1.4em Arial,sans-serif;
	color: #666;
}

#index #header div p#link {
	height: 30px;
	padding: 0 20px 0 60px;
}

#index #header div p#link a {
	display: block;
	background: #ACD037;
	color: #FFF;
	text-decoration: underline;
}

#index #header div p#link a:hover {
	text-decoration: none;
}

/* Button auf Kamera */

#index #header div p#link_2 {
	position: absolute;
	z-index: 200;
	top: 300px;
	left: 738px;
	width: 100px;
	margin: 0;
	padding: 0;
}

#index #header div p#link_2 a {
	display: block;
	width: 36px;
	height: 34px;
	background: #fff url(../images/bg_header_link_2.gif) 6px 5px no-repeat;
		filter: alpha(opacity=50);    /* IE */
		opacity: 0.5;        /* allgemein */
		-moz-opacity: 0.5;   /* Mozilla  */
		-khtml-opacity: 0.5; /* KTHML   */
		-opera-opacity: 0.5; /* Opera  */
}

#index #header div p#link_2 a span {
	display: none;
}

#index #header div p#link_2 a:hover {
	width: auto;
	padding: 0 7px 0 34px;
		filter: none;    /* IE */
		opacity: 1;        /* allgemein */
		-moz-opacity: 1;   /* Mozilla  */
		-khtml-opacity: 1; /* KTHML   */
		-opera-opacity: 1; /* Opera  */
	font: normal 1.0em/34px Arial,sans-serif;
	color: #2b2b2b;
	text-decoration: underline;
}

#index #header div p#link_2 a:hover span {
	display: block;
}

/* Button auf Kamera (senkr. Balken)

#index #header div p#link_2 {
	position: absolute;
	z-index: 200;
	top: 171px;
	left: 829px;
	width: 27px;
	height: 285px;
	margin: 0;
	padding: 0;
	background: #fff;
		filter: alpha(opacity=60); // IE
		opacity: 0.56;       // allgemein
		-moz-opacity: 0.6;   // Mozilla
		-khtml-opacity: 0.6; // KTHML
		-opera-opacity: 0.6; // Opera
}

#index #header div p#link_2:hover {
	width: auto;
	background: transparent;
		filter: none;      // IE
		opacity: 1;        // allgemein
		-moz-opacity: 1;   // Mozilla
		-khtml-opacity: 1; // KTHML
		-opera-opacity: 1; // Opera
}

#index #header div p#link_2 a {
	display: block;
	height: 25px;
	margin: 157px 0 103px 0;
	padding: 0 7px 0 20px;
	background: #fff url(../images/bg_link.gif) 6px 5px no-repeat;
	font: normal 1.0em/25px Arial,sans-serif;
}

#index #header div p#link_2 a span {
	display: none;
}

#index #header div p#link_2 a:hover {
	padding: 0 7px 0 26px;
	color: #2B2B2B;
	text-decoration: underline;
}

#index #header div p#link_2 a:hover span {
	display: block;
} */

/* #index #header div#video {
	position: absolute;
	z-index: 200;
	top: 171px;
	left: 530px;
	width: 360px;
	height: 202px;
	margin: 21px 0 0 0;
	padding: 20px;
	background: none;
	border: 1px solid #fff;
} */

#index #header #button { /* Index-Button: Festpreis */
	position: absolute;
	top: 180px;
	left: 435px;
}


/*** Content: Inhaltsbereich **********************************************************************/
/*** Raster mit 12 Einheiten *************/
/*** 1 Einheit = 60px + 2*10px margin ****/

#content {
	clear: both;
	width: 960px;
	margin: 10px 0 0 0;
}

#content .grid_3,
#content .grid_4,
#content .grid_5,
#content .grid_6,
#content .grid_7,
#content .grid_8,
#content .grid_9,
#content .grid_12{
	display: inline;
	float: left;
	margin: 0 10px;
}

#content .grid_3  {width: 220px}
#content .grid_4  {width: 300px}
#content .grid_5  {width: 380px}
#content .grid_6  {width: 460px}
#content .grid_7  {width: 540px}
#content .grid_8  {width: 620px}
#content .grid_9  {width: 700px}
#content .grid_12 {width: 940px}

#content .right {
	float: right;
}

#content img.portrait {
	clear: left;
	float: left;
	padding: 20px 17px 8px 20px;
}

#content img.left {
	float: left;
	padding: 14px 20px 16px 20px;
}

#content img.right {
	float: right;
	padding: 14px 20px 16px 20px;
}

#content li.icon img,
#content #smm p img {
	position: relative;
	bottom: -2px;
}

#content .video {
	margin: 20px 20px 30px 20px;
}

#content div#player {
	width: 580px;
	height: 326px;
}

#content ul {
	list-style: none;
	margin: 0 20px;
	padding: 10px 0 0 10px;
}

#content li {
	margin: 0;
	padding: 4px 0 0 14px;
	background: transparent url(../images/bg_li.gif) 0 8px no-repeat;
}

#content ul.buttons {
	list-style: none;
	padding: 11px 0 0 0;
}

#content ul.buttons li {
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
	background: none;
}

#content ul#sitemap ul {
	margin: 0 25px;
	padding: 0;
}
#content ul#sitemap li {
	padding: 10px 0 0 0;
	background: none;
}

#content table {
	margin: 0 20px;
	padding: 10px 0 2px 0;
}

#content table th,
#content table td {
	padding: 4px 20px 0 0;
}

/* Typo: Content */

h2, h3, h4,
#content p,
#content ul,
#content ol,
#content table {
	margin: 0 20px;
}

#center h2 {
	/*font: normal 2.0em/1.53em Arial,sans-serif;*/
	font: normal 2.0em/1.36em Arial,sans-serif;
	margin: 50px 20px 5px 20px;
	border-bottom: 1px solid #ACD037;
}

h3 {
	/*font: bold 1.5em/2.04em Arial,sans-serif;*/
	font: bold 1.5em/1.81em Arial,sans-serif;
	margin: 50px 20px 0 20px;
	border-bottom: 1px solid #ACD037;
}

#index h3 {
	/*font: bold 1.7em/1.8em Arial,sans-serif;*/
	font: bold 1.7em/1.6em Arial,sans-serif;
}

h4 {
	font: bold 1.3em/1.4em Arial,sans-serif;
	padding: 21px 0 0 0;
}

#content p {
	font: normal 1.3em/1.4em Arial,sans-serif;
	padding: 14px 0 0 0;
}

#content p.floated {
	clear: left;
	display: inline;
}

#content #smm p {
	margin: 42px 10px 0 10px;
	padding: 10px 20px;
	border: 2px solid #ff8c00;
	border-width: 1px 0;
}

#content li {
	font: normal 1.3em/1.4em Arial,sans-serif;
}

#content li li {
	font: normal 1.0em/1.4em Arial,sans-serif;
}

#content table th,
#content table td {
	font: normal 1.3em/1.4em Arial,sans-serif;
}

#content a {
	color: #2B2B2B;
	text-decoration: underline;
	display: inline-block; /* IE (bei Zeilenumbruch)*/
	padding: 0 0 0 22px;
	background: transparent url(../images/bg_link.gif) 0 60% no-repeat;
}

#content a:hover {
	text-decoration: none;
}

#content a.img {
	text-decoration: none;
	display: block;
	padding: 0;
	background: none;
}

#content .buttons a {
	text-decoration: none;
	padding: 6px 10px 5px 32px;
	background: #FFF url(../images/bg_link.gif) 11px 50% no-repeat;
	border-right: 2px solid #DBE2E8;
	border-bottom: 2px solid #DBE2E8;
}

#content ul.buttons a {
	display: block;
}

#content .buttons a:hover {
	background: #FFF url(../images/bg_link.gif) 11px 50% no-repeat;
	border: 1px solid #FFF;
	border-right: 1px solid #D1DAE3;
	border-bottom: 1px solid #D1DAE3;
}

#content .small {
	font-size: 0.8em;
}

#content span.td {
	display: inline-block;
	width: 5.5em;
}

/*** Footer ***************************************************************************************/

#footer {
	clear: both;
	width: 100%;
	background: #EEF0F4;
	border-top: 75px solid #FFF;
	font: 62.5% Arial,sans-serif;
	overflow: hidden;
}

#footer p {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 12px 0;
	font: normal 1.2em/2.0em Arial,sans-serif;
}

#footer p span {
	padding: 0 5px;
}

#footer p span.liketv {
	padding: 0 3px 0 0;
}

#footer p span.liketv span {
	padding: 0;
}

#footer a {
	color: #2B2B2B;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*** Buttons **************************************************************************************/

#button_festpreis0,
#button_festpreis1,
#button_festpreis2,
#button_gratis0,
#button_gratis1,
#button_gratis2,
#button_beispiel0,
#button_beispiel1,
#button_beispiel2,
#button_beispiel3 {
	position: absolute;
	width: 120px;
	height: 120px;
	z-index: 1;
}

#button_festpreis0 {
	top: 175px;
	left: 386px;
	background: transparent url(../images/button-festpreis.png) top left no-repeat;
}

#button_festpreis1 {
	top: 246px;
	left: 190px;
	background: transparent url(../images/button-festpreis2.png) top left no-repeat;
}

#button_festpreis2 {
	top: 262px;
	left: 840px;
	background: transparent url(../images/button-festpreis2.png) top left no-repeat;
}

#button_gratis0 {
	top: 600px;
	left: 840px;
	background: transparent url(../images/button-gratis.png) top left no-repeat;
}

#button_gratis1 {
	top: 238px;
	left: 850px;
	background: transparent url(../images/button-gratis.png) top left no-repeat;
}

#button_gratis2 {
	top: 270px;
	left: 840px;
	background: transparent url(../images/button-gratis.png) top left no-repeat;
}

#button_beispiel0 {
	top: 600px;
	left: 840px;
	background: transparent url(../images/button-beispiel.png) top left no-repeat;
}

#button_beispiel1 {
	top: 238px;
	left: 850px;
	background: transparent url(../images/button-beispiel.png) top left no-repeat;
}

#button_beispiel2 {
	top: 270px;
	left: 840px;
	background: transparent url(../images/button-beispiel.png) top left no-repeat;
}

#button_beispiel3 {
	top: 194px;
	left: 825px;
	background: transparent url(../images/button-beispiel.png) top left no-repeat;
}

#button_beispiel0 a,
#button_beispiel1 a,
#button_beispiel2 a,
#button_beispiel3 a {
	display: block;
	width: 120px;
	height: 120px;
	text-indent: -10000px;
}

/*** Carousel *************************************************************************************/

#carousel {
	padding: 35px 0 15px 40px;
	position: relative;
}

#foo {
	width: 880px;
	height: 138px;
	overflow: hidden;
}

#carousel div.slide {
	position: relative;
	display: inline;
	float: left;
	width: 200px;
	height: 138px;
	margin: 0 10px;
}

#carousel div.slide h3 {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #acd037;
		font: bold 14px/20px Arial,sans-serif;
		text-align: center;
}

#carousel div#active h3 {
	background: #ff8c00;
	border-bottom: 1px solid #ff8c00;
		color: #fff;
}

#carousel div.slide div {
	display: none;
	position: absolute;
	bottom: 0;
	width: 200px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	/* IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#carousel div.slide p {
	margin: 0;
	padding: 0 10px 10px 20px;
		font: normal 12px/1.2em Arial,sans-serif;
		color: #fff;
}

#carousel div.slide p span {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
		font: normal 16px/1.4em Arial,sans-serif;
		color: #fff;
}

#carousel div.slide a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
		color: #2B2B2B;
}

#carousel div#active a,
#carousel div.slide div a {
		color: #fff;
}

/* Carousel-Buttons */

#carousel a.prev,
#carousel a.next {
	display: block;
	position: absolute;
	top: 85px;
	width: 40px;
	height: 50px;
	padding: 0;
	background: url(../images/bg_carouselNav.png) no-repeat transparent;
		color: #2B2B2B;
		text-decoration: none;
}

#carousel a.prev {
	left: -12px;
	background-position: 0 0;
}

#carousel a.prev:hover {
	background-position: 0 -50px;
}

#carousel a.prev.disabled {
	background-position: 0 -100px !important;
}

#carousel a.next {
	right: -12px;
	background-position: -56px 0;
}

#carousel a.next:hover {
	background-position: -56px -50px;
}

#carousel a.next.disabled {
	background-position: -56px -100px !important;
}

#carousel a.prev.disabled,
#carousel a.next.disabled {
	cursor: default;
}

#carousel a.prev:focus,
#carousel a.next:focus {
	outline: none;
}

#carousel a.prev span,
#carousel a.next span {
	display: none;
}

/* SEO-Menu */

.info{
width: 540px;
float: left;
overflow: hidden;
margin: 20px 10px 0;
}
.info h1, .info h2{
	font-size: 16px;
    margin: 20px 20px 0;
	border: none;
}
#bottommenu {
    display: block;
    list-style: none outside none;
    margin: 20px auto 0;
    width: 900px;
	font: 62.5% Arial,sans-serif;
}
#bottommenu li {
    float: left;
}
#bottommenu li h1,
#bottommenu li h2 {
    margin: 0 0 30px 8px;
	padding: 0 0 0 9px;
	border-left: 1px solid #ccc;
}
#bottommenu li:first-child h1,
#bottommenu li:first-child h2 {
    margin: 0 0 30px 0;
    padding: 0;
	border-left: none;
}
#bottommenu a,
#bottommenu a:visited,
#bottommenu a:link {
    color: #999;
	font: normal 1.25em/1.2em Arial,sans-serif;
    text-decoration: none;
}
#bottommenu a:hover,
#bottommenu a:focus,
#bottommenu a:active {  
    color: #666;
    text-decoration: underline;
}
