@charset "UTF-8";

/* CSS Document */
/* Reset from eric meyer, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,sub,sup,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;
}
em {
font-style: italic;
}
img { border: none;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #d2d2d2;
}

ol, ul {
list-style-position: inside;
}

ol#metaNavRe, ol#metaNavLi, ol#mainNavRe, ol#mainNavLi, ol#footerNavRe, ol#footerNavLi, ul#metaNavRe, ul#metaNavLi, ul#mainNavRe, ul#mainNavLi, ul#footerNavRe, ul#footerNavLi {
	list-style: none;
}

#mainNavLi {
	font-size:0.95em;
}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Grid */
#container {
	width: 880px;
	margin: 35px auto;
	/* change */
	margin-top:35px;
}

/* Header */
#header {
	
}

#metaNav {
	height: 16px;
	padding-top: 52px;
	float: right;
}

#metaNav li,#footer li {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #000;
	line-height: 12px;
}

ul#metaNavLi,ul#footerNavLi {
	width: 660px;
	margin: 0;
	padding: 0;
}

/* change */
ul#metaNavLi {
float: right;
width: auto;
}

#update{ margin-left:10px; border-left:1px solid #000000; padding-left:10px;}
#update{ display:none}

ul#metaNavRe,ul#footerNavRe {
	float: right;
	margin: 0;
	padding: 0;
}

#logo {
	/* background-color: #FFFFFF; */
	height: 70px;
	/* change */
	float: left;
	/*margin-top: -67px;*/
}

#logo h1 {
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	padding-top: 20px;
}

#logo h1 a {
	display: block;
	height: 50px;
	overflow: hidden;
	width: 288px;
	/* change */
	/*background-image: url("/book/fileadmin/Templates/images/logo.gif");*/
	background-image: url("/book/fileadmin/Templates/images/logo-bookfactory-grey.gif");
	background-repeat: no-repeat;
	
	/* margin-left: 575px; */
}

#mainNav {
	/* change */
	/* height: 20px; */
	height: 23px;
	padding-top:8px;
	/* end */
	background-color: #FFF;
	font-size: 13px;
}

#mainNav li {
	float: left;
	padding-left: 15px;
}

.first {
	padding-left: 20px !important;
}

/* Typo */
body {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

a {
	color: #000000;
	text-decoration: none;
}

#mainNav {
	font-weight: bold;
}

/* Contenet */
h1.haupttitel {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	text-transform: uppercase;
}

.csc-header,.csc-header-n1 {
	font-size: 17px;
	font-weight: bold;
	color: #a09d9d;
	text-transform: uppercase;
	margin-bottom: 30px;
}

* html h1.haupttitel { /*padding-left:20px;*/
	
}

.untertitel {
	font-size: 17px;
	font-weight: bold;
	color: #a09d9d;
	height: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#headlineBox {
	height: 70px;
	padding-top: 20px;
}

/* Home */
#flashBanner {
	margin: 15px 0;
	background-color: #da2d11;
	z-index: 1;
	text-align: center;
}
 #flashcontent {
width: 880px;
height: 251px;
}

#content,#sub1Content,#sub2Content,#sub3Content,#sub3Content2,#sub3Content3 {
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 20px;
}

/* Wegen Bug in IE6 damit Text angezeigt wird */
#sub1Content,#sub3Content {
	height: 1%;
}

#content a,#sub1Content a,#sub2Content a,#sub3Content a,#sub3Content2 a,#sub3Content3 a
	{
	color: #dd3b23;
}

.homeCol1 {
	width: 110px;
	float: left;
}

* html .homeCol1 {
/*	margin-left: 10px;*/
}

.homeCol2 {
	width: 110px;
	float: left;
	margin-left: 32px;
}
/* IE 6 */
* html .homeCol2 {
margin-left: 22px;
}
.homeCol3 {
	width: 110px;
	float: left;
	margin-left: 32px;
}

.homeCol4 {
	width: 110px;
	float: left;
	margin-left: 32px;
}

.homeCol5 {
	width: 110px;
	float: left;
	margin-left: 32px;
}
.homeCol6 {
	width: 110px;
	float: left;
	margin-left: 32px;
}

/* Sub1 */
.sub1Col1 {
	float: right;
	/*min-height:400px;*/
}

.sub1Col1 p {
	width: 420px;
	padding-left: 10px;
}

.sub1Col1 img {
	margin-bottom: 10px;
}

.sub1Col2 {
	color: #000000;
}

table.preise {
	width: 840px;
	margin-top: 20px;
	border-collapse: collapse;
	color: #FFFFFF;
}

	#uid7 table.preise{ clear:right;}

table.preise_schmal {
	width: 260px;
	margin-top: 20px;
	border-collapse: collapse;
	color: #FFFFFF;
}

tr.seiten {
	background-color: #818385;
	border-bottom: 1px solid #FFF;
}
tr.jumbo {
	background-color: #801911;
	border-bottom: 1px solid #FFF;
}
tr.maxi {
	background-color: #b52317;
	border-bottom: 1px solid #FFF;
}

tr.standard {
	background-color: #ef3424;
	border-bottom: 1px solid #FFF;
}

tr.panorama {
	background-color: #f57854;
	border-bottom: 1px solid #FFF;
}

tr.pocket {
	background-color: #f9af93;
	border-bottom: 1px solid #FFF;
}

tr.rot1 {
	background-color: #e71b24;
	border-bottom: 1px solid #FFF;
}

tr.rot2 {
	background-color: #e9392c;
	border-bottom: 1px solid #FFF;
}

tr.rot3 {
	background-color: #ea5038;
	border-bottom: 1px solid #FFF;
}

tr.rot4 {
	background-color: #ed6347;
	border-bottom: 1px solid #FFF;
}

tr.rot5 {
	background-color: #f2896c;
	border-bottom: 1px solid #FFF;
}

tr.rot6 {
	background-color: #f49e83;
	border-bottom: 1px solid #FFF;
}

tr.rot7 {
	background-color: #f6b49a;
	border-bottom: 1px solid #FFF;
}

table.preise tr.seiten td, table.preise tr.seiten th { padding-left: 15px; } 
th.page { background-color:#818385; border-bottom:1px solid #FFFFFF; padding: 2px 0 1px 15px; }

td.rot0 {
	background-color: #c72c21;
	border-bottom: 1px solid #FFF;
	border-left: 18px solid #FFF;
	padding: 2px 0 1px 10px;
}

td.rot1 {
	background-color: #e71b24;
	border-bottom: 1px solid #FFF;
	border-left: 18px solid #FFF;
	padding: 2px 0 1px 10px;
}

td.rot2 {
	background-color: #e9392c;
	border-bottom: 1px solid #FFF;
	border-left: 18px solid #FFF;
	padding: 2px 0 1px 10px;
}

td.rot3 {
	background-color: #ea5038;
	border-bottom: 1px solid #FFF;
	border-left: 18px solid #FFF;
	padding: 2px 0 1px 10px;
}

td.rot4 {
	background-color: #ed6347;
	border-bottom: 1px solid #FFF;
	border-left: 18px solid #FFF;
	padding: 2px 0 1px 10px;
}

td.rot5 {
	background-color: #f2896c;
	border-bottom: 1px solid #FFF;
	border-left: 18px solid #FFF;
	padding: 2px 0 1px 10px;
}

td.rot6 {
	background-color: #f49e83;
	border-bottom: 1px solid #FFF;
	border-left: 18px solid #FFF;
	padding: 2px 0 1px 10px;
}

td.rot7 {
	background-color: #f6b49a;
	border-bottom: 1px solid #FFF;
	border-left: 18px solid #FFF;
	padding: 2px 0 1px 10px;
}

img#leinwandKombi {
	margin-left: 42px;
}

.leinwandKombi {
	width: 260px;
	float: left;
}

/* Sub 2 */
.sub2Row {
	width: 840px;
}

.sub2Col1 {
	width: 230px;
	float: left;
}

* html .sub2Col1 {
	margin-left: 10px;
}

.sub2Col2 {
	width: 230px;
	margin-left: 75px;
	float: left;
}

.sub2Col3 {
	width: 230px;
	margin-left: 75px;
	float: left;
}

#sub1Content table.preise td {
	height: 14px;
	width: 62px;
	text-align: left;
}

#sub1Content table th {
	padding-left: 3px;
	width: 158px;
	height: 14px;
	text-align: left;
}

/* Sub 3 */
.sub3Col1 {
	float: right;
}

.sub3Col2 {
	
}

.sub3Col2 p,.sub3Col2 select,.sub3Col2 input {
	margin-bottom: 10px;
	font-size: 11px;
}

#sub3Content3,#sub3Content2,#sub3Content {
	padding: 20px;
}

/* Bestellung */
table.bestellung {
	text-align: left !important;
}

/* Footer */
* html #footer {
	height: 50px;
}

/* Helfer */
.clear {
	clear: both;
}

.red, .important {
	color: #dd3b23;
}

.noBorder {
	border: none !important;
	padding-right: 0 !important;
}

.noPaddingLi {
	padding-left: 0 !important;
}

#sub2Content .csc-textpic-image {
	margin: 0 auto;
	margin-bottom: 25px;
}

.zahlGross {
	font-size: 50px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right !important;
}

.fontwhite {
	color: #FFFFFF;
}
.aktiv {
color: #dd3b23 !important;
}

dt img {
float:left;
margin-right:0.8em;
}
.irfaq-search-form {
	margin-bottom:0.8em;
}#container #sub1Content .sub1Col2 .tx-irfaq-pi1 .tx-irfaq-pi1 dt {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#container #sub1Content .sub1Col2 .tx-irfaq-pi1 .tx-irfaq-pi1 dt p {
	color: #D72027;
	text-decoration: underline;
}
/* Newsseite */
#uid58 .imgimg {
float:right;
margin-top:17px;
margin-right:250px;
width:200px;
display:inline;
}
#uid58 .csc-header, #uid58 .csc-header-n1 {
margin-bottom:0px;
color: #000000;
font-size:12px;
width: 375px;
}
#uid58 .textimg {
width: 375px;
}

.simple_box {
	width:100px;
	padding:10px;
	background-color:#ffffff;
	border:3px solid red;
}
 /* BUBU Frame */
body#uid63, body#uid65, body#uid68, body#uid64, body#uid71, body#uid72, body#uid86{ background-color:#FFFFFF; font-size:14px; font-family:Arial,Helvetica,Verdana;}
body#uid64{ font-size:12px}
 
 #frameContent{ background-color:#FFFFFF; padding-left:20px;}
 #frameContent>.contenttable{ border:1px solid #000000; /*margin-left:20px;*/}
 	 body#uid71 #frameContent>.contenttable{ border:none}
	 
/* Startseite Icon, da rund verschieben*/
/* .homeCol1 .csc-textpic.csc-textpic-left.csc-textpic-above */
#uid2 #container #content .csc-textpic-imagewrap .csc-textpic-image.csc-textpic-lastcol {
	margin-left:-4px;
}
	 
 #uid68 .contenttable a{ text-decoration:underline}
 #uid68 .titel{ font-size:20px; color:#0099fe;}
  #uid63 .titel{ display:block;}
  #uid63 .csc-header-n3 h1{ display:none}
 #uid64 #frameContent, #uid65 #frameContent, #uid63 #frameContent, #uid72 #frameContent{ width:600px;}
 .vcard { display:block; height:150px;}
 .name{ float:left; width:200px;}
 .kontakt{ float:left; width:160px;}
 .fn{ font-weight:bold;}
 
 #uid63 .csc-header h1,  #uid65 .csc-header h1, #uid72 .csc-firstHeader{ font-size:18px; color:#0099fe !important; padding-top:20px;}
 #uid63 .csc-header-n1 h1{ font-size:24px!important;}
 #uid63 span, #uid65 li{ font-size:14px;}
 #uid63 a,  #uid65 a, #uid71 a, #uid72 a{ text-decoration:underline !important; }
 #uid64 h2{ color:#0099fe; font-size:26px;}
 #uid64 div.csc-textpic-text{ margin-top:30px;}
 #uid64 img{ margin:10px 0;}
 
 .back{ display:block; margin-left:20px; font-size:12px; text-decoration:underline; margin-top:10px;}
 
 #frameLinks{ float:left; width:300px;}
 #frameRechts{ float:left}
 #frameBottom{ clear:left; margin-top:20px;}
 
 body#uid72 .csc-header,  body#uid71 .csc-header{ margin-bottom:10px;}
 body#uid72 .csc-uploads{ margin-bottom:20px;}
 
body#uid78 #fotoleinwand {
margin-top: -24px;
float: right;
width: 608px;
}
body#uid78 .csc-frame-frame1  {
width: 200px;
float: left;
}
body#uid89 #bspdaumenkino {
width: 392px;
float: right;
}
body#uid89 .csc-frame-frame1 {
width: 400px;
float: left;
}
.newsticker {
margin-top:12px;
margin-left:-20px;
margin-right:-20px;
width:872px;
background-color:#DD3B23;
color:#ffffff;
padding:2px;
font-size: 14px;
}
.newsticker p {
font-size: 14px;
font-family: DotMatrix;
}
#bspdaumenkino {
padding-bottom: 25px;
}
#uid89 .sub3Col1 {
margin-top:50px;
}

#uid95 .td-0, #uid95 .td-1, #uid95 .td-2, #uid95 .td-3 {
width: 194px;
padding-right: 20px;
padding-bottom:12px;
vertical-align:top;
}
#uid95 .td-last.td-3 {
padding-right:0px;
}
#uid95 .td-0 a, #uid95 .td-1 a, #uid95 .td-2 a, #uid95 .td-3 a {
background-image: url(/book/flash/examples/softwarehilfe/imgs/icon-play.gif);
background-repeat: no-repeat;
padding-left:16px;
line-height:18px;
}

#uid95 .contenttable {
margin-top:12px;
}

#uid7 dt img {
	margin-top:4em;
}
#uid125 #sub3Content {
	padding-left:0;
	padding-bottom:0;
}
#uid125 #sub3Content .haupttitel, #uid125 #sub3Content .untertitel, #uid125 #sub3Content #bspdaumenkino  {
	padding-left:20px;
}