/* browser resets */
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, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body * {
min-height: 0;
}
p {
	font-family: Tahoma, Sans-Serif;
}
/* end browser resets*/
body {
	background-color: #D7E9F6;
	color: #000;
}
#wrapper {
	width: 965px;
	margin: 0 auto 0 auto;
}
#header {
	position: relative;
	height: 155px;
	width: 965px;
	background: transparent url(../img_css/header_back.jpg) 0 0 no-repeat;
}
#primenav {
	position: absolute;
	height: 36px;
	float: left;
	top: 118px;
	left: 5px;
	display: block;
}
#primenav li {
	position: relative;
	float: left;
	display: block;
	vertical-align: middle;
	height: 26px;
	font-size: 10px;
	font-family: Tahoma, Sans-Serif;
}
#primenav li a {
	float: left;
	display: block;
	background: transparent url(../img_css/primenav_edges.png) 0 -40px no-repeat;
	padding-left: 17px;
	text-decoration: none;
	color: #444;
	line-height: 36px;
}
#primenav li.over a, #primenav li:hover a, #primenav li.active a {
	background: transparent url(../img_css/primenav_edges.png) 0 0 no-repeat;
}
#primenav li a span {
	color: inherit;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 32px;
	padding-top: 4px;
	display: block;
	float: left;
	cursor: pointer;
}
#primenav li em {
	background: transparent url(../img_css/primenav_edges.png) 100% -40px no-repeat;
	display: block;
	float: left;
	width: 17px;
	height: 36px;
}
#primenav li.over em, #primenav li:hover em, #primenav li.active em {
	background: transparent url(../img_css/primenav_edges.png) 100% 0 no-repeat;
}
#logo {
	position: absolute;
	top: 11px;
	left: 24px;
	display: block;
}
#subnav {
	position: absolute;
	height: 23px;
	float: left;
	top: 0px;
	left: 5px;
	z-index: 1000;
}
#subnav li {
	position: relative;
	float: left;
	display: block;
	vertical-align: middle;
	height: 13px;
	font-size: 10px;
	font-family: Tahoma, Sans-Serif;
}
#subnav li a {
	float: left;
	display: block;
	background: transparent url(../img_css/subnav_edges.png) 0 -17px no-repeat;
	padding-left: 17px;
	text-decoration: none;
	color: #444;
	line-height: 23px;
}
#subnav li.over a, #subnav li:hover a, #subnav li.active a {
	background: transparent url(../img_css/subnav_edges.png) 0 -57px no-repeat;
}
#subnav li a span {
	color: inherit;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 23px;
	display: block;
	float: left;
	cursor: pointer;
}
#subnav li em {
	background: transparent url(../img_css/subnav_edges.png) 100% -17px no-repeat;
	display: block;
	float: left;
	width: 17px;
	height: 23px;
}
#subnav li.over em, #subnav li:hover em, #subnav li.active em {
	background: transparent url(../img_css/subnav_edges.png) 100% -57px no-repeat;
}
/* HOME */
#main.home {
	position: relative;
	float: left;
	height: 745px;
	width: 965px;
	background: transparent url(../img_css/home_back2.jpg) 0 0 no-repeat;
}
#main.home h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 50px;
	left: 25px;
	line-height: 1.2;
}
#main.home h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 38px;
	display: block;
	line-height: 1.2;
}
#main.home h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 27px;
	margin-left: 300px;
	line-height: 1.2;
}
#main.home ul {
	position: absolute;
	top: 170px;
	left: 19px;
	width: 360px;
}
#main.home ul li {
	padding-left: 11px;
	background: transparent url(../img_css/bullet.gif) 0 6px no-repeat;
	line-height: 1.5;
	margin-bottom: .8em;
	font-size: 12px;
	color: #333;
}
#main.home ul li strong {
	font-weight: bold;
}
#main.home h1 {
	position: absolute;
	top: 320px;
	left: 25px;
	font-size: 22px;
	line-height: 1.2;
	color: #333;
}
#main.home h2 {
	position: absolute;
	top: 355px;
	left: 25px;
	font-size: 22px;
	color: #333;
	line-height: 1.2;
}
#main.home p {
	position: absolute;
	top: 410px;
	left: 370px;
	color: #A4281C;
	font-weight: bold;
	display: block;
	width: 350px;
	line-height: 1.5;
}
#main.home p.footlinks {
	position: absolute;
	top: 680px;
	left: 20px;
	color: #fff;
	font-weight: normal;
}
#main.home p.footlinks a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}
#main.home p.footlinks a:hover {
	text-decoration: underline;
}
#main.home p.copy {
	position: absolute;
	top: 710px;
	left: 25px;
	color: #F6DFA0;
	font-weight: normal;
	width:450px;
}

main.home p.img{
margin-left:-15px;
}



/* Standard */
#content {
	min-height: 514px;
	width: 965px;
	background: #FE9929 url(../img_css/original_back.jpg) 0 0 no-repeat;
	display: block;
	float: left;
	position: relative;
}
#main.original  #content{ background-image: url(../img_css/original_back.jpg); }
#main.moeglichkeiten #content { background-image: url(../img_css/moeglichkeiten_back.jpg); }
#main.sogehts #content { background-image: url(../img_css/sogehts_back.jpg); }
#main.vorlagen #content { background-image: url(../img_css/vorlagen_back.jpg); }
#main.neutral #content { background-image: url(../img_css/neutral_back.jpg); }
#main.bestellung #content { background-image: url(../img_css/bestellung_back.jpg); }
#main.vertrieb #content { background-image: url(../img_css/vertrieb_back.jpg); }
#main.presse #content { background-image: url(../img_css/presse_back.jpg); }
#main.presse_bild #content { background-image: url(../img_css/neutral_back.jpg); }
#main.news #content { background-image: url(../img_css/news_back.jpg); }
#main.cube #content { background-image: url(../img_css/neutral_back2.jpg); }
#main.kontakt #content { background-image: url(../img_css/kontakt_back.jpg); }

*html #content {
	height: 514px;
	width: 965px;
}

#topspace {
	display: block;
	float: left;
	width: 965px;
	height: 300px;
	position: relative;
}
#footer {
	height: 85px;
	width: 965px;
	display: block;
	float: left;
	background: #AA291D url(../img_css/footer_back.jpg) 0 0 no-repeat;
}
#main h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 50px;
	left: 25px;
	line-height: 1.2;
}
#main h5 sup {
	font-size: .5em;
	vertical-align: top;
}
#main h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 38px;
	display: block;
	line-height: 1.2;
}
#main h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 27px;
	margin-left: 300px;
	line-height: 1.2;
}
#textcopy {
	margin: 22px 0 25px 0;
	width: 915px;
	float: left;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}
#textcopy #lc {
	float: left;
	width: 515px;
	margin-bottom: 25px;
	display: block;
}
#textcopy #rc {
	float: right;
	width: 340px;
	margin-bottom: 25px;
}
#textcopy #rc ul {
	padding-top: 60px;
	width: 250px;
	float: right;
}
#big_img {
	margin-top: -10px;
	height: 190px;
}
*html #big_img {
	margin-top: 0;
}
#textcopy #rc ul li {
	padding-right: 16px;
	background: transparent url(../img_css/bullet_redarrow.gif) 100% 50% no-repeat;
	line-height: 1.1;
	margin-bottom: .8em;
	font-size: 12px;
	color: #333;
	text-align: right;
}
#textcopy #rc ul li a {
	color: #333;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}
#textcopy #rc ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#textcopy #rc ul li strong {
	font-weight: bold;
}
#main h1 {
	font-size: 22px;
	line-height: 1.2;
	color: #333;
	margin-bottom: .8em;
}
#main p {
	line-height: 1.4;
	color: #333;
	margin-bottom: 1.2em;
}
#main p strong {
	font-weight: bold;
}
#main p a {
	line-height: 1.4;
	color: #333;
	margin-bottom: 1.2em;
	font-weight: bold;
}
#main p a:hover {
	line-height: 1.4;
	color: #A4281C;
	margin-bottom: 1.2em;
	font-weight: bold;
}
#main h3 {
	font-weight: bold;
	color: #A4281C;
	margin-bottom: .75em;
}
#footer {
	position: relative;
}
#main p.footlinks {
	position: absolute;
	top: 22px;
	left: 20px;
	color: #fff;
	font-weight: normal;
}
#main p.footlinks a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}
#main p.footlinks a:hover {
	color: #fff;
	padding: 0 5px;
	text-decoration: underline;
}
#main p.copy {
	position: absolute;
	top: 47px;
	left: 25px;
	color: #F6DFA0;
	font-weight: normal;
}
#main ul#tul {
	position: absolute;
	top: 170px;
	left: 19px;
	width: 440px;
}
#main ul#tul li {
	padding-left: 11px;
	background: transparent url(../img_css/bullet.gif) 0 50% no-repeat;
	line-height: 1.5;
	margin-bottom: .8em;
	font-size: 12px;
	color: #333;
}
#main ul#tul li a {
	color: #333;
	text-decoration: none;
}
#main ul#tul li a:hover {
	color: #333;
	text-decoration: underline;
}
#main ul#tul li strong {
	font-weight: bold;
}

/* 1000 Möglichkeiten */

#main.moeglichkeiten h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 90px;
	left: 25px;
	line-height: 1.2;
}
#main.moeglichkeiten h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 44px;
	display: block;
	line-height: 1.2;
}
#main.moeglichkeiten h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 44px;
	margin-left: 50px;
	line-height: 1.2;
}

/* so gehts*/

#main.sogehts h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 50px;
	left: 25px;
	line-height: 1.2;
}

#main.sogehts h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 44px;
	display: block;
	line-height: 1.2;
}
#main.sogehts h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 33px;
	margin-left: 220px;
	line-height: 1.2;
}
.tiny {
	font-size: 10px;
	color: #444;
}

/* vorlagen*/

#main.vorlagen h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 50px;
	left: 25px;
	line-height: 1.2;
}

#main.vorlagen h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 44px;
	display: block;
	line-height: 1.2;
}
#main.vorlagen h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 25px;
	margin-left: 170px;
	line-height: 1.2;
}
/* presse */

#main.presse h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 50px;
	left: 25px;
	line-height: 1.2;
}

#main.presse h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 44px;
	display: block;
	line-height: 1.2;
}
#main.presse h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 25px;
	margin-left: 110px;
	line-height: 1.2;
}

/* kontakt */

#main.kontakt h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 80px;
	left: 25px;
	line-height: 1.2;
}
#main.kontakt h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 38px;
	display: block;
	line-height: 1.2;
}
#main.kontakt h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 25px;
	margin-left: 140px;
	line-height: 1.2;
}

/* presse bild */

#main.presse_bild h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 50px;
	left: 25px;
	line-height: 1.2;
}
#main.presse_bild h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 44px;
	display: block;
	line-height: 1.2;
}
#main.presse_bild h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 25px;
	margin-left: 110px;
	line-height: 1.2;
}

/* news */

#main.news h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 50px;
	left: 25px;
	line-height: 1.2;
}
#main.news h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 44px;
	display: block;
	line-height: 1.2;
}
#main.news h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 25px;
	margin-left: 130px;
	line-height: 1.2;
}

/* vertrieb */

#main.vertrieb h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 80px;
	left: 25px;
	line-height: 1.2;
}
#main.vertrieb h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 25px;
	display: block;
	line-height: 1.2;
}
#main.vertrieb h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 38px;
	margin-left: 50px;
	line-height: 1.2;
}
.tiny {
	font-size: 10px;
	color: #444;
}

/* neutral*/

#main.neutral h5 {
	color: #FE9929;
	background-color: transparent;
	font-size: 18px;
	position: absolute;
	width: 500px;
	top: 50px;
	left: 25px;
	line-height: 1.2;
}
#main.neutral h5 strong {
	color: #FE9929;
	background-color: transparent;
	font-size: 44px;
	display: block;
	line-height: 1.2;
}
#main.neutral h5 span {
	color: #FE9929;
	background-color: transparent;
	font-size: 25px;
	margin-left: 170px;
	line-height: 1.2;
}
.tiny {
	font-size: 10px;
	color: #444;
}
#gallery {
	position: absolute;
	top: 61px;
	left: 500px;
	width: 450px;
}
#gallery img {
	float: left;
	display: block;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #666;
	margin: 0 20px 20px 0;
}
#gallery img.over {
	float: left;
	display: block;
	padding: 4px;
	background-color: #A4281C;
	border: 1px solid #fff;
	margin: 0 20px 20px 0;
}
#gallery_presse {
	position: absolute;
	top: 61px;
	left: 500px;
	width: 450px;
}
#gallery_presse img {
	float: left;
	display: block;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #666;
	margin: 0 10px 10px 0;
}
#gallery_presse img.over {
	float: left;
	display: block;
	padding: 4px;
	background-color: #A4281C;
	border: 1px solid #fff;
	margin: 0 10px 10px 0;
}
.newspic {
	padding: 4px;
	background-color: #eee;
	border: 1px solid #666;
}
/* Basics */
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* -------------- MyCube App --
------------------------------- */

#applet{
float:left;
width:400px;
border:5px solid #a9a9a9;
background-color:#fff;
margin:50px 0 10px 100px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
}

#form{
float:right;
margin:50px 100px 0 0;
}


/* -------------- MyCube videoanleitung --
------------------------------- */

#manual{
float:left;
width:100%;
margin:0 0 30px 30px;
}

.manual_bild{
float:right;
margin:45px 40px 0 0;
}

#manual h5{
text-decoration:underline;
font-size:24px;
top:20px;
}

.anleitung{
float:left;
font-size:14px;
width:250px;
margin:70px 0 0 0;
padding:5px;
border:1px solid #000;
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
}

.anleitung2{
float:left;
font-size:14px;
width:250px;
padding:5px;
margin:50px 0 0 0;
border:1px solid #000;
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
}

.anleitung3{
float:left;
font-size:14px;
width:250px;
padding:5px;
margin:50px 0 0 0;
border:1px solid #000;
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
}

.anleitung li{
padding:10px 0 10px 0;
}

.anleitung2 li{
padding:10px 0 10px 0;
}

.anleitung3 li{
padding:10px 0 10px 0;
}


.zahlen{
font-weight:bold;
font-size:20px;
}


.hinweis{
float:left;
margin:30px 0 0 100px;
width:760px;
border:3px solid #a9a9a9;
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
}

.hinweis_p{
font-size:15px;
}

