/* Anton-Pfiffig Stylesheet */
/* RESET */
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, 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: 11px;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
  height: 101%;
  margin-bottom: 1px;
}
body {
	line-height: 16px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #000000;
	background: url(img/bg_body.gif) repeat-x 0px 0px #F5A83C;
	text-align:center;
}
ol, ul {
	list-style: none;
	margin-bottom: 15px;
}
/* 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: "" "";
}

a {
  color: #F29311;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #000000;
  text-decoration: none;
}

b, strong {
	font-weight: bold;
}

/* Element Positionierung */

#page {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  background: url(img/bg_body.gif) 50px 0px repeat-x #FFF9E3;
}

#head {
  position: relative;
  height: 174px;
  background: url(img/bg_head.jpg) 0px 67px no-repeat;
}

#logo {
  position: absolute;
  top: 24px;
  left: 59px;
}

#main {
  background: #FFF9E3;
  padding-right: 25px;
}

#main #left {
  width: 410px;
  float:left;
}

#main #left .sidebarimg, #sidebarcontent {
/*    padding: 20px 0px 20px 23px; */
	padding: 20px 0px 0px 23px;
}

#main #right {
  width: 540px;
  float:right;
  padding: 40px 0px 30px;
}

#footer {
  display:block;
  clear:both;
  float:none;
  height:56px;
  background: url(img/bg_footer.gif) 0px 0px repeat-x;
}

#footer p {
  display:block;
  text-align: center;
  padding-top: 13px;
}

/* Quicklinks Setup */
#quicklinks {
  position: absolute;
  right: 0px;
  top: 36px;
}

#quicklinks li {
  display: block;
  float:left;
  margin-left: 1px;
}

#quicklinks li a {
  display: block;
  width: 100px;
  height: 30px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#quicklinks li a:hover, #quicklinks li a:focus {
  background: #F19411;
  color: #FFF;
}

/** MENU **/
#nav {
  /*position: absolute;
  right: 0px;
  top: 144px;
  border-right: 1px solid #DD9836;
  height: 30px;*/
}

#nav li {
  /*display: block;
  float:left;
  border-left: 1px solid #DD9836;
  height: 30px;*/
}

#nav li a {
  display: block;
  /*width: 130px;*/
 padding: 0px 17px;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  float:left;
}

#nav li a:hover, #nav li a:focus {
  background: url(img/bg_nav_act.gif) repeat-x;
  color: #4C4D4C;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 z-index: 597;
 position: absolute;
 right: 0px;
 top: 144px;
 border-right: 1px solid #DD9836;
 height: 30px;
}

ul.dropdown li {
 float: left;
 zoom: 1;
 display: block;
 border-left: 1px solid #DD9836;
 height: 30px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 185px;
 background: #f9c276;
 border-right: 1px solid #dd9836;
}

ul.dropdown ul li {
 float: none;
 display:block;
 border-bottom: 1px solid #dd9836;
}

#nav ul li a {
  display: block;
  padding: 0px 17px;
  height: 30px;
  line-height: 30px;
  float:none;
  text-align:left;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

/* TEASERS */
#teasers {
  height: 241px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.teaser-startseite {
  width: 171px;
  height: 236px;
  border: 1px solid #DEDEDE;
  background: #FFFFFF;
  padding: 1px;
  float:left;
}

.mitte {
  margin: 0px 5px;
}

.teaser-startseite h2 {
  background: url(img/bg_nav.gif) repeat-x #F29311;
  color: #000000;
  display:block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1px;
}

.teaser-startseite img {
  margin-bottom: 10px;
}

#content .teaser-startseite p {
  padding: 0px 10px;
}

.teaser-startseite .morelink {
  margin-top: 4px;
}

.teaser-startseite p a {
  padding-left: 14px;
  background: url(img/icn_list.gif) 0px 3px no-repeat;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

/* Content Elemente */
#content p, #left p {
  padding-bottom: 15px;
}

#content ul, #left ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

#content ul li, #left ul li {
  background: url(img/icn_list.gif) 0px 4px no-repeat;
  padding-left: 14px;
}

#content ol, #left ol {
  list-style-type: decimal;
  padding-left: 20px;
}

#content ol li, #left ol li {
  margin-bottom: 5px;
}

/* Headings */
.csc-firstHeader {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

/* Frames */
.csc-frame-frame1 {
  background: url(img/bg_footer.gif) bottom left repeat-x;
  /*padding-bottom: 10px;*/
  margin-bottom: 15px;
}

.csc-frame-frame2 {
  border: 1px solid #F29311;
  background: #FFFFFF;
  padding: 15px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.csc-frame-frame2 img {
	margin-bottom: 15px!important;
}

.best-designs {
	padding-top: 0px;
}

/* DESIGN FRAMES */
#content .design {
  width: 263px;
  height: 190px;
  border: 1px solid #F29311;
  background: #FFFFFF;
  margin-bottom: 15px;
}

#content .design .csc-textpic-imagewrap {
  border: 0px;
  padding:0px;
}

.schrift {
  float:left;
}

.symbol {
  float: right;
}

#content .farbe {
  width: 543px;
  float:none;
  clear:both;
  height: 260px;
}

#content .farbe .csc-textpic-text {
  padding-left: 18px;
}

#content .farbe .design-wrap {
  padding-left: 0px;
}

.design-wrap {
  padding:18px 0px 0px 18px;
}

/* PRODUKT FRAMES */
#content .produkt {
  width: 263px;
  border: 1px solid #F29311;
  background: #FFFFFF;
  margin-bottom: 15px;
  padding-bottom: 15px;
  height: 375px;
  position: relative;
}

#content .produkt .csc-firstHeader{
	text-transform:none;
}

#content .regal {
  float: left;
}

#content .tisch {
  float: right;
}


#content .produkt .csc-textpic-imagewrap {
  border: 0px;
  padding:0px;
}

#content .produkt h1 {
  display: block;
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  margin: 0px 0px 1px;
  background: url(img/bg_nav.gif) repeat-x #F5A83C;
  color: #000000;
  font-size: 15px;
}

#content .produkt p {
  padding: 15px 15px 0px 15px;
}

#content .produkt p a {
  position: absolute;
  display: block;
  background: #F5A83C;
  color: #000000;
  bottom: 0px;
  left: 0px;
  width: 264px;
  height: 25px;
  line-height: 25px;
  text-indent: 15px;
}

/* textpic / Caption */
#content .csc-textpic-imagewrap {
  /* border:1px solid #F29311; */
  /*background: #FFFFFF;*/
 background: transparent;
  padding: 1px;
}

.csc-textpic-caption {
  font-size: 10px;
  color: #966725;
  line-height: 14px;
  padding: 5px;
  display: block;
  background: #F5A83C;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0px;
}

#uid-19 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{
	margin-bottom: 15px;
}

/* Spezial */
.clearfix {
  float:none;
  clear:both;
  display:none;
}

/* Mailform Setup */
.csc-mailform {
  padding-bottom: 15px;
}

.csc-mailform-field {
  margin-bottom: 15px;
}

.csc-mailform-field input, .csc-mailform-field textarea {
  width: 365px;
  padding: 7px;
  border: 1px solid #818181;
  background: #FFFFFF;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
}

.csc-mailform-field input:hover, .csc-mailform-field textarea:hover,
.csc-mailform-field input:active, .csc-mailform-field textarea:active,
.csc-mailform-field input:focus, .csc-mailform-field textarea:focus {
  border: 1px solid #F29311;
  background: #FFF9E3;
}

.csc-mailform label {
  display:block;
  width: 120px;
  float:left;
  font-weight: bold;
  line-height: 20px;
}

#mailformformtype_mail {
  width: 100px;
  float:right;
  background: #F29311;
  color: #000000;
  font-weight: bold;
}

/* Preislisten Tabelle */
.preisliste {
  border-right: 1px solid #F5A83C;
  border-bottom: 1px solid #F5A83C;
  margin-bottom: 15px;
  width: 100%;
}

.preisliste thead th, .preisliste .subhead {
  font-weight: bold;
  text-align: center;
  background: url(img/bg_nav.gif) repeat-x #F5A83C;
}

.preisliste .subhead {
  text-align: left;
  border-top: 1px solid #FFF;
  background: #F9D49D;
  width: 143px;
}

.preisliste th {
  /*border-top: 1px solid #F5A83C;
  border-left: 1px solid #F5A83C;*/
  border-left: 1px solid #FFF;
  /*border-bottom: 1px solid #F8C378;*/
  text-align: center;
  padding: 10px;
  
}

.preisliste td {
  border-top: 1px solid #F9D49D;
  border-left: 1px solid #F9D49D;
  background: #FFF;
  padding: 10px;
  text-align: right;
}

.preisliste tbody th {
  background: #F9D49D;
  border-top: 1px solid #FFF;
}

.preisliste .price td {
  font-weight: bold;
}

.tx-napforder-pi1 select{}
.tx-napforder-pi1 option{}

/* Seitenspezifische Styles - AGB UID 5*/
#uid-5 #main #left {
  width: 462px;
}

#uid-5 #main .sidebarimg {
  display:none;
}

#uid-5 #main #right {
  width: 462px;
  padding-top: 20px;
}

#uid-5 #main #right .csc-firstHeader {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  text-transform: none; 
}

#uid-5 #main {
  padding: 40px 25px 30px;
}


#uid-5 .csc-frame-frame2 {
  clear:both;
  float:none;
  border: none;
  background: transparent;
  padding:0px;
}

#uid-5 .agblist {
  clear: both;
  float:none;
  border: 1px solid #F29311;
  background: #FFF;
  height: 130px;
  margin-bottom: 15px;
  padding-top: 15px;
}

#uid-5 #left .agblist ul {
  float:left;
  margin-left: 10px;
}

#uid-5 #content {
  padding-left: 10px;
}

#uid-5 #content p {
  padding-left: 20px;
}

/* Seitenspezifische Styles - FANPOST UID 5*/
#uid-17 #main #left {
  width: 462px;
}

#uid-17 #main .sidebarimg {
  display:none;
}

#uid-17 #main #right {
  width: 462px;
  padding-top: 56px;
}

#uid-17 #main #right .csc-firstHeader {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  text-transform: none; 
}

#uid-17 #main {
  padding: 40px 25px 30px;
}


/* ENDE */


/* ie hacks */

* html .csc-frame-frame2 {
  zoom: 1;  
}

*+html .csc-frame-frame2 {
  zoom: 1;  
}

/* LINK-Seite 2 Spalten */
.linklist {
	width: 260px;
	float:left;
}

.linklist.rechts {
	float:right;
}

.linklist h1 {
	text-transform: uppercase;
}