/* CSS Document */

/* ALLGEMEINE */
body {
	margin: 0; padding: 0;
	background: #919191 /*url(../images/bg.gif) repeat-y top left fixed*/;
	color: #667;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: left;
}
h1 {
	margin: 0; padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:16px;
}
h2 {
	margin: 0; padding: 0;
	font-size: 1.1em;
	line-height: 1.6em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0; padding: 0;
	line-height: 1.6em;
}
p.bodytext {
	margin: 0; padding: 0;
	line-height: 18px;
	font-size: 12px;
}

img{
	border: 0;
}

a {
	text-decoration: none;
}

p.bodytext a, div.news_item a, a.link {
	font-weight: bold;
	color: #c4bf6e;
}

p.bodytext a:hover, div.news_item a:hover, a.link:hover{
	background-color: #ff7b35;
	color: #ffffff;
}

ul {
	margin: 0; padding: 0;
	list-style: none;
}
li {
	margin: 0; padding: 0;
	list-style: none;
}

/* LAYOUT */
div#wrapper {
	width: 1000px;
	height: 600px;
	background: url(../images/bg1.jpg) no-repeat;
	margin:auto;
	margin-top:auto;
}

#menu{
	margin-bottom: 13px;
    padding-left: 16px;
    padding-top: 10px;
}

div.wrapperClass{
    display: table-cell;
    vertical-align: middle;
    min-height: 10em;
}
div#left {
	width: 226px;
	float: left;
}
div#left #logo {
	margin: 22px auto 118px auto;
	text-align: center;	
}
div#left #navi {
	margin: 22px auto 118px auto;
	text-align: right;	
	width: 148px;
	margin-left: 73px;
}
div#left #left_footer {
	width: 226px;
	position: absolute;
	bottom: 55px;
	text-align: center;	
}
div#middle {
	margin-left: 21px;
    margin-top: 26px;
}
div#middle_wide {
	margin-left:21px;
	margin-top:26px;
}

#header_wide{
	background: url(../images/bg_text_wide_header.png) no-repeat;
	height: 120px;
    width: 1091px;
}

#header{
	background: url(../images/bg_text_header.png) no-repeat;
	height: 120px;
    width: 1091px;
}
	

div.outer{
	height: 820px;
	margin:auto;
	width:1200px;
}
/* LEFT LOGO */
div#logo img {
	border: none;
}
div#logo a:hover {
	background-color: inherit;
	
}
/* LEFT NAVI anfang */
div#navi {
	color: #000;
	background:#FFFFFF none repeat scroll 0%;
    color:#000000;
    margin-left:-33px;
    width:389px;
    padding:5px;
}
div#navi ul li {
	padding-bottom: 5px;
}
div#navi ul li a, div#navi ul li a:link, div#navi ul li a:hover {
	display: block;
	width: 148px;
	color: #ffffff;
}
 div#navi ul li a:hover, div#navi ul li a.active {
	background: none;
	color: #b1ac63;
}
div#navi ul li ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
div#navi ul li ul li {
	padding-bottom: 2px;
}
div#navi ul li ul li a {
	background: #ffffff url(../images/menu_norm_bg.gif) top left;
	font-size: .8em;
	font-weight: normal;
}
div#navi ul li ul li a:hover, div#navi ul li ul li a.active {
	background: #ffffff url(../images/submenu_hi_bg.gif) top left;
	color: #ffffff;
}
/* LEFT NAVI ende */

/*SUB NAVI */
div#subnavi {
    background:transparent url(../images/bg_sub.gif) no-repeat scroll left top;
    height:58px;
    line-height:8px;
    margin-left:-3px;
    padding:9px;
    width:72px;
}
div#subnavi_wide {
    float:left;
     width:130px;
    background:transparent url(../images/bg_sub.gif) no-repeat scroll left top;
    height:58px;
    line-height:8px;
    margin-left:9px;
    padding:9px;
}
/* LEFT FOOTER */
div#left_footer ul li {
	display: inline;
	color: #c8c8c8;
	font-weight: normal;
	font-size: .75em;
}
div#left_footer ul li a {
	font-weight: normal;
	color: #c8c8c8;
}
div#left_footer ul li a:hover {
	background-color: inherit;
	text-decoration: underline;
}

/* MIDDLE ALLGEMEIN */

div#middle h2 {
	text-transform: uppercase;
	padding: 0 2px;
}
.bodytext{
    padding: 0px;
	margin-bottom:5px;
}

/* MAIN CONTENT */
div.main_content_wide {
	padding: 0;
	background: none;
	margin-top:0;
	
}
div.main_content .boxcontent, div.teaser_norm .boxcontent{
	padding: 16px;
}
div.main_content  {
	background: none;
}
.content{
	padding-right:10px;
	margin-left:10px;
	padding-bottom: 10px;
    height: 612px;
    overflow: auto;
    width: 587px;
}



.content_wide{
	height: 622px;
    overflow: auto;
}


div.main_content .bodytext a , div.main_content_wide .bodytext a{
	background-color: #ffffff;
	color: #667;
}
div.main_content .bodytext a:hover, div.main_content_wide .bodytext a:hover {
	background-color: #667;
	color: #fff;
}


div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
    margin-bottom: 20px;
}

div.main_content{
    background:none;
    /*height:362px;*/
}

div.main_content_wide .csc-textpic {
    padding:0;
}

div.teaser_norm .csc-textpic {
	padding:16px;
	height:228px;
}

/* MIDDLE NEWS */

div.news_item {
	
}
div.news_head {
	background: #ffffff url(../images/bg_white.gif) top left;
	padding: 3px 16px;
	margin-bottom:5px;
}
div.news_item h2 {
	font-size: .75em;
}
div.news_item .news_date, div.news_item .news_short, div.news_item .morebutton {
	padding: 0 16px;
}
div.news_item .morebutton {
	font-size: 11px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5px;
}

img.orderbutton {
	float: right;
	border:none;
}

/* MIDDLE FOOTER */
div#footer {
    background: none repeat scroll 0 0 black;
    float: right;
    font-size: 11px;
    height: 17px;
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: auto;
}
div#footer a {
    color:#DDD;
	font-weight: normal;
}
div#footer a:hover {
	color: #c8c8c8;
	background-color: inherit;
	text-decoration: underline;
}

.contactLabel, #tipafriend-form .formlabel  {
    display:block;
    float:left;
    margin-right:12px;
    text-align:right;
    vertical-align: top;
    width:80px;
}
/* EMAIL FORM */

.csc-mailform input, .csc-mailform textarea, #tipafriend-form input, #tipafriend-form textarea {
    border:1px solid #9B9B9B;
    font-size:11px;
    margin-bottom:10px;
    width:20em;
}

.csc-mailform select {
    border:1px solid #9B9B9B;
    font-size:11px;
    margin-bottom:10px;
    width:10em;
}

.csc-mailform .csc-mailform-submit, #tipafriend-form .submit {
    background-color:#b1ac63;
    border:1px solid #9B9B9B;
    bottom:0pt;
    color:#FFFFFF;
    font-size:0.9em;
    left:0pt;
    margin:0pt;
    padding:0pt;
    right:0pt;
    text-transform:uppercase;
    width:100px;
}
.csc-mailform input.order_count, .csc-mailform input.order_price{
    border:1px solid #9B9B9B;
    font-size: 0.9em;
    width:2em;
 	height: auto;
    margin: 0;
}
.csc-mailform input.order_price {
	width: 4em;
}
.tx-thmailformplus-pi1 {
    margin-top:20px;
    margin-bottom:20px;
}

.csc-header{
    margin-bottom:10px;
    margin-top:10px;
}
.formerror{
  color: #EE0000;
}

.tx-rgsmoothgallery-pi1 {
}
 
#externalthumbs {
  width:770px;
  padding-top: 10px;
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:770px;
}
 
.carouselInner .thumbnail {
  float:left;
  padding-bottom:10px;
  padding-top: 10px;
  cursor: pointer;
} 

#white_bg{
	background-color: #FDF9F6;
    height: auto;
    margin-left: 22px;
    overflow: visible;
    width: 608px;
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}

#white_bg_wide{
	background-color: #FDF9F6;
    height: auto;
    margin-left: 22px;
    overflow: visible;
    width: 958px;
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}

