/*CSS Reset*/
@import url("reset.css");

/*Layoutstruktur*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/layout/bg_bnt_common.gif);
}
#checkout_successs iframe {
	height:50px !important;
}
#bodytop {
	background:url(images/layout/bg_bnt_top.gif) repeat-x;
	padding:21px 0 0;
}
#wrap {
	width:1002px;
	position:relative;
	margin: 0 auto;
}

#header {
	position:relative;
	width:1002px;
	height:161px;
	background: url(images/layout/bg_header.gif) no-repeat;
}

#middle {
	background: url(images/layout/bg_wrap.jpg) repeat-y #f6f5f0;
	padding:18px 0;
}
#middle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#logobnt {
	position:absolute;
	top:29px;
	left:16px;
}
#headerlinks {
	position:absolute;
	top:117px;
	left:16px;
	width:956px;
	height:43px;
	background:url(images/layout/bg_headerlinks.jpg) no-repeat #8b0404;
	font-size:0.875em;
	font-weight:bold;
	line-height:43px;
}

#headerlinks a {
  background: url("images/layout/bg_headerlinks_border.jpg") no-repeat scroll right top transparent;
  display: block;
  float: left;
  text-align: center;
  width: 191px;
}

#headerlinks a:last-child {
  background: none;
}

#wrapBoxTop {
	border-bottom:10px solid #FFFFFF;
	width:190px;
}
#wrapBox {
	padding-bottom:15px;
	background:#FFFFFF;
}
#subnavi {
	font-size:10px;
	width:162px;
	margin-bottom:5px;
	line-height: 12px;
	color: #555555;
	/*background:url(images/layout/box_subnavi_top.gif) no-repeat;*/
	padding: 15px 15px 14px 13px; 
}

#productsearch {
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	width:auto;
}

#productsearch_searchstring {
	color:#FFFFFF;
	background:none;
	border:#7e050e 1px solid;
	width:200px;
	height:20px;
	vertical-align:middle;
	font-size:14px;
}
#productsearch_submit {
	vertical-align:middle;
}

#footer {
	position:relative;
	clear:both;
	background: url(images/layout/bg_footer.gif) no-repeat;
	padding: 44px 24px 0 16px;
	text-align: left;
	color: #8D4034;
	height:30px;
	font-size:0.75em;
}
#footer-information {
	float:right;
}

#footer address {
	clear: both;
    font-style: normal;
    line-height: 16px;
    margin: 20px 0;
}

#content {
	float:left;
	width:740px;
	margin:0 0 10px 0;
	/*background:url(images/layout/bg_sidebar_content.gif) repeat-x;*/
	color:#50483B;
}

/* hidden */

.fold {
	
}

/* Gutter */
#content .gutter {
	margin: 0 0 0 30px;
	float:left;
}

/* links */
	

a:link {
	color: #8A6A28;
	text-decoration: none;
}
a:visited {
	color: #8A6A28;
	text-decoration: none;
}
a:hover {
	color: #8A6A28;
	text-decoration: underline;
}
a:active {
	color: #8A6A28;
	}
	
#footer a {
	color: #8D4034;
	text-decoration: none;
	padding: 0 6px;
}
#footer a:visited {
	color: #8D4034;
	text-decoration: none;
}
#footer  a:hover {
	color: #8D4034;
	text-decoration: underline;
}
#footer a:active {
	color: #8D4034;
}
	

a img {
	border:none;
}


/*Navigation Top*/

#header a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:0.5px;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header a:active {
	color: #FFFFFF;
}

#hl-aboutus {
	padding:13px 49px;
}

	
/*Sidebar/Navigation left */
#sidebar {
	float:left;
	width:216px;
	color:#50493C;
	margin:0 0 0 16px;
}
#sidebar .sidebar-top{
	background:url(images/layout/bg_navigation.gif) top left no-repeat;
	width:180px;
	height:46px;
	font-size:0.875em;
	line-height:3.25em;
	padding:0 0 0 36px;
	font-weight:bold;
}
#sidebar .sidebar-top a {
	color:#50493C;
}
#sidebar .sidebar-bottom{
	background:url(images/layout/bg_navigation.gif) bottom left no-repeat;
	width:216px;
	height:17px;
	margin:0 0 15px;
}
#sidebar .sidebar-content a {
	background:url(images/layout/bg_navigation.gif) 0 -46px no-repeat;
	width:179px;
	height:21px;
	display:block;
	padding:5px 0 0 37px;
	color:#4A4437;
	font-weight:bold;
	font-size:0.75em;
}
#sidebar .sidebar-content a:hover {
	background:url(images/layout/bg_navigation.gif) 0 -98px no-repeat;
}
#sidebar .sidebar-content a.on {
	background:url(images/layout/bg_navigation.gif) 0 -98px no-repeat;
}
#sidebar .sidebar-content #menu_nbc ul li a {
	background:url(images/layout/bg_navigation_colors.gif) 0 -72px no-repeat;
	width:178px;
	padding:5px 0 0 38px;
	font-weight:normal;
}

#sidebar .sidebar-content #menu_nbc ul li a.on {
	background:url(images/layout/bg_navigation.gif) 0 -98px no-repeat;
	font-weight:bold;
}

#menu_nbc ul li a img {
	margin-right:10px;
	margin-top:2px;
}

#sidebar .sidebar-content ul ul a {
	background:url(images/layout/bg_navigation.gif) 0 -72px no-repeat;
	width:163px;
	padding:5px 0 0 53px;
	font-weight:normal;
}
#sidebar .sidebar-content ul ul a:hover {
	background:url(images/layout/bg_navigation.gif) 0 -124px no-repeat;
}
#sidebar .sidebar-content ul ul a.on {
	background:url(images/layout/bg_navigation.gif) 0 -124px no-repeat;
}



#subnavi a{
	display:inline;
	background:none;
	padding:0;
	color:#333333;
	text-decoration:underline;
	font-size:10px;
}
#subnavi a:hover{
	color:#999999;
	text-decoration:none;
	background:none;
}
/*#sidebar .ukat{
	text-decoration: none;
	display:block;
	background:url(images/layout/a_ukat.gif) 29px 5px no-repeat #7F7F7F;
	padding-left:45px;
	width:145px;
	font-weight:normal;
}
#sidebar .ukat:hover{
	background:url(images/layout/a_ukat_hover.gif) 29px 5px no-repeat #414141;
}

#sidebar .uberLink1 a, #sidebar .uberLink1 a:hover{
	background:url(images/layout/a_uberlink.gif) no-repeat 15px center #414141;
	color:#FFFFFF;
}
#sidebar .uberLink2 a.ukat, #sidebar .uberLink2 a.ukat:hover{
	background:url(images/layout/a_uberlink.gif) no-repeat 27px center #414141;
	color:#FFFFFF;
}*/



/*Boxen*/

.imgLeft {
	float:left;
	padding:2px;
	border: 1px solid #DFDFDF;
	margin-right: 27px;
	margin-bottom: 10px;
	clear:both;
}
.imgContentRight {
	width:579px;
	float:right;
	display:block;
}

/* Inhalt/Content */
#content h1 {
	color:#685F50;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.9em;
	line-height:1.125em;
	margin:0 0 15px;
}

#content h2 {
	clear:both;
	margin: 0 0 15px;
	font-size:0.75em;
}

#content h3 {
	font-size: 0.71em;
	font-weight: bold;
	margin:0 0 10px;
	padding:0;
	clear:both;
}
#content h4 {
	color:#8A6A28;
	font-size:20px;
	font-weight:bold;
	margin:0 0 5px;
	padding:0;
	text-decoration:underline;
}
#content h2.z2 {
	padding:10px 0;
	line-height:24px;
}
#content em {
	font-style:normal;
	color: #433325;
}

#content p {
	margin:0 0 28px 0;
	padding:0;
	line-height: 1.4em;
	font-size:0.75em;
	text-align:justify;
}
	
#content ul{
	margin:0 0 20px 15px;
	padding:0;
	list-style-type:disc;
}
#content ol{
	margin:0 0 20px 15px;
	padding:0;
	list-style-type:decimal;
}
#content li{
	line-height: 16px;	
	margin:0 0 5px 0;
	padding:0;
	font-size:0.75em;
}
#content li p{
	font-size:1em;
	margin:0;
}
#abhaenger {
	clear:both;
	text-align:center;
	font-size:10px;
	line-height:13px;
	color:#999999;
	font-weight: normal;
	margin:0 20px;
}

#directlinks {
	clear:both;
	bottom:3px;
	font-size:10px;
	line-height:13px;
	color:#999999;
	font-weight: normal;
	margin:0 0 -30px 30px;
}

#keywords h4 {
	position:absolute;
	bottom:66px;
	left:0;
	text-align:center;
	font-size:10px;
	line-height:13px;
	color:#999999;
	font-weight: normal;
	margin-bottom: 30px;
	width:699px;
	margin-left:255px;
}
#keywords h4 a, #keywords h4 a:link, #keywords h4 a:hover, #keywords h4 a:visited, #keywords h4 a:active{
	text-decoration:underline;
	color:#999999;
	font-weight: normal;
}

.cattable {
	margin-top:19px;
}

#content .td-inner {
	font-size:0.75em;
}
#content .td-inner input, #content .td-inner textarea{
	margin:3px 0 0 0;
}

.italic {
	font-style: italic;
}
	
.singleCategory {
	float:left;
	width:118px;
	height:150px;
	background:url(images/layout/bg_category.gif) top left no-repeat;
	margin:0 30px 20px 0;
	line-height:26px;
	font-size:12px;
	text-align:center;
}

.singleCategory img {
	padding:3px;
}

#content .singleCategory a {
	color:#50493C;
	line-height:25px;
}

/* Double Row -> Zeilenabstand verringert für zwei Zeilen Text*/
#content .doubleRow a {
	line-height:12px;
}

.productListing {
	float:left;
	width:168px;
	height:217px;
	background:url(images/layout/bg_column_list.gif) top left no-repeat;
	margin:0 12px 20px 0;
	position: relative;
}
.productListingBottom {
	width:168px;
	height:31px;
	background:url(images/layout/bg_column_list.gif) bottom left no-repeat;
	padding:2px 0 0;
	line-height:13px;
}

.productListingBottom div.prname {
	float: left;
	width: 108px;
	padding-left: 8px;
	text-align: left;
	padding-top: 1px;
}

.productListingBottom div.prprice {
	float: right;
	width: 42px;
	text-align: right;
	padding-right: 8px;
	padding-top: 6px;
}

.productListing img {
	padding: 4px 4px 0;	
}
a.listingStd, a.listingStd:active, a.listingStd:hover, a.listingStd:visited, a.listingStd:link {
	padding:0 20px 0 26px;
	color:#50493C;
	font-size:0.7em;
}
a.listingStdPrName, a.listingStdPrName:active, a.listingStdPrName:hover, a.listingStdPrName:visited, a.listingStdPrName:link {
	color:#50493C;
	font-size:0.7em;
}
a.listingStd:after {
	content:" \00bb"; /*Unicode &raquo;*/
}
.price {
	font-weight:bold;
	color:#807560;
	display:block;
	font-size: 12px;
}
.sortindex {
	float:right;
	
	margin-bottom:4px;
}
.sortindex select {
	border:1px solid #C3D8E4;
}

/*Produkt-Info*/
.pinfo {
	background:url(images/layout/bg_product_info.gif) no-repeat;
	width:710px;
	height:583px;
	overflow:hidden;
	font-size:0.75em;
	line-height:1.4em;
	position:relative;
}
.pinfoImage {
	float:left;
	width:408px;
}
.pinfoImage img {
	padding:4px 0 0 4px;
}
.pinfoText {
	width:262px;
	margin:11px 20px 0 20px;
	float:left;
}
.pinfo1 {
	margin-bottom:30px;
	padding-top:12px;
}
.pinfo_button {
	margin:20px 0 0 0;
}

.pinfo2 {
	background:url(images/layout/bg_products_other.gif) no-repeat;
	width:690px;
	height:64px;
	overflow:hidden;
	line-height:1.4em;
	margin-top:20px;
	padding:10px;
}
#content .pinfo2 p, #content .pinfo_sn p{
	margin:0px;
}
#content .pinfo2 div {
	text-align:center;
	width:105px;
	margin-right:10px;
	margin-top:3px;
	float:left;
}
#content .pinfo2 div a {
	font-size:0.75em;
}
#content h1.prodHeading{
	font-size:1.35em;
	line-height: 20px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.pinfo1 form, .pinfo2 form, .pinfo3 form {
	padding:0;
	margin:0;
}

.pinfo_arrows {
	width:287px;
	position:absolute;
	top:148px;
	right:24px;
	z-index:5;
}
.pinfo_arrows img {
	padding-right:5px;
}
h1.prodHeading{
	font-size: 16px;
	color: #757575;
}
.pinfo_description {
	margin-bottom: 10px;
}
#content .pinfo_description p {
	font-size:1em;
	margin:0 0 1em;
}
.pinfo_textartnr {
	width:25%;
	float:left;
	font-size:11px;
	margin-bottom:2px;
	color: #757575;
	letter-spacing: 1px;
}
.pinfoOnsale {
	float:right;
	width:157px;
	border-left:1px dotted #433325;
	padding:0 0 0 11px;
}
.pinfoTextOldprice {
	float:left;
	width:100px;
}
.pinfoValuepriceOldprice {
	float:right;
}
.pinfoDiscount {
	color:#890405;
}
.pinfoValuepriceOnsale {
	font-weight:bold;
	font-size:1.25em;
	color:#433325;
	margin:5px 0 20px 0;
}
.pinfo_valueartnr {
	margin-bottom:10px;
	font-size:11px;
	color: #757575;
	letter-spacing: 1px;
}
.pinfo_textprice {
	color:#970000;
}
.pinfo_valueprice {
	float:right;
	font-weight: bold;
	font-size:1.35em;
	color:#433325;
	margin-bottom:20px;
}
.pinfo_sizeselect {
	margin-bottom:10px;
}
.pinfo_kombinierttext {
	margin: 10px 0 20px;
}
.pinfo_hkzusammen {
	margin: 15px 0 5px;
}

.pinfo-out-of-stock {
	border:1px solid #9D1529;
	font-weight:bold;
	margin:20px 0px 20px;
	padding:5px;
}

.pinfo1 .productListing {
	height:162px;
	margin:0 10px 10px 0;
	width:125px;
	background:url(images/layout/bg_rubrikenlisting_small.gif) left top no-repeat;
	line-height:1;
}

.pinfo1 .productListing img {
	padding:3px;
}

.pinfo .ende {
	margin-right:0;
}

.pinfo .listingStd {
	
	float:left;
	font-size:10px;
	margin:3px 0px 0px 24px;
	width:48px;
}

.pinfo .price {
	margin:2px 0px 0px 0px;
}

/*Formulare*/
input{
	font-size:10px;
}

/*sonstige Klassen*/
.headingLeft {
	margin:0;
	padding:0 0 0 20px;
}
.headingLeft p {
	margin:0;
	padding:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.ende {
	margin-right:0;
}
.banner {
	margin:0 0 15px;
}

.mknopfListing{
	background:url(images/layout/bg_rubrikenisting_cufflinks.gif) no-repeat 0;
	height:145px;
}

.error {
	color:#970000;
	font-weight:bold;
	margin-bottom:20px;
	line-height:150%;
}
/*Tabellen ShoppingCart*/
.productListing-data {
	vertical-align:top;
}
.sc1 {
	width:93px;
	padding: 0 10px 10px 0;
}
.sc1 img {
	padding:2px;
	border:1px solid #DFDFDF;	
}
.sc2 {
	width:340px;
}
.sc4 {
	width:60px;
	padding: 0 10px 10px 0;
	text-align:center;
}
.sc5 {
	width:50px;
	padding: 15px 0 10px 0;
}
.sc6 {
	width:57px;
	padding: 16px 0 10px 0;
}
.sc7 {
	width:71px;
	text-align:right;
	padding: 0 0 10px 0;
}
.sc8 {
	border-bottom:1px solid #D3D3D3;
	padding: 10px 0;
}
.sc9 {
	padding: 15px 0 20px;
	text-align:right;
}
.sc11 {
	text-align:right;
}
.stockWarning {
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	padding: 0 10px 30px;
}
/*create_account*/
.ca {
	margin: 20px 0 0 0;
	width:350px;
	float:left;
}
.ca td {
	padding: 0 0 10px 0;
}

td.messageStackError {
	color:#FF0000;
	font-weight:bold;
	padding:4px 10px;
	border-bottom:4px white solid;
}

form#createaccount input[type=text], form#createaccount select {
	width:160px;
}

#guaranty {
	float:right;
	width:338px;
	margin: 20px 0 0 0;
	background:#FBFAF7 none repeat scroll 0 0;
	border:1px solid #EFECE3;
	padding:10px;
}
/*Payment*/
.moduleRow {
	background:#E5E5E5;
}
.moduleRowSelected {
	background:#FFD553;
}
.moduleRowOver {
	background:#FEEB81;
}
.paymentModul {
	padding:4px 10px;
}
.paymentRadio {
	padding:8px 10px 0;
}
.paymentDescription {
	padding:4px 10px;
}

.ordersummaryBox {
	background:#FBFAF7 none repeat scroll 0 0;
	border:1px solid #EFECE3;
	float:left;
	height:150px;
	margin:0 10px 10px 0;
	padding:10px;
	width:204px;
}

.ordersummaryBox textarea {
	height:128px;
	width:200px;
}

.ordersummaryBoxBig {
	background:#FBFAF7 none repeat scroll 0 0;
	border:1px solid #EFECE3;
	float:left;
	min-height:150px;
	margin:0 10px 10px 0;
	padding:10px;
	width:440px;
}

/*checkout_confirmation*/
.cc td{
	padding: 0 0 5px 0;
}
.cc-orderbutton {
	width:204px;
	float:left;
}
.cc_products {
	border-bottom:1px solid #D3D3D3;
	margin-bottom: 10px;
}
/*Order_total*/
.otm_left {
	text-align:right;
}
td.otm_right {
	text-align:right;
	padding-left:5px;
	color:#970000;
}
/*Gutschein*/
.gu {
	border-bottom:1px solid #D3D3D3;
	padding-bottom: 200px;
	margin-bottom: 20px;
}
.gu1 {
	width:145px;
}
.gu2 {
	width:230px;
}
.gu3 {
	padding-top:13px;
}
.gu4 {
	padding-top:10px;
}
.input_gutschein {
	width:199px;
}
/*Tabellenfomulare*/
.formArea input, .formArea textarea {
	margin:0 0 10px 0;
}

#sidebar .AuthorizeNetSeal a {
	background:none;
	padding:10px 0 10px 10px;
}
#header #header_contact {
	left:335px;
	position:absolute;
	top:62px;
	text-align:center;
	width:173px;
	line-height:17px;
}
#header #header_contact a {
	color:#50493C;
	font-size:12px;
}
#header #header_cart {
	left:791px;
	position:absolute;
	top:62px;
	text-align:center;
	width:173px;
	line-height:17px;
}
#header #header_cart a {
	color:#50493C;
	font-size:12px;
}
#header #header_creditcard {
	height:40px;
	left:535px;
	position:absolute;
	top:60px;
	width:240px;
}
#header #header_creditcard a{
	display:block;
	height:40px;
	position:absolute;
	width:240px;
}
/* Social Media */
#footer a.sb_twitter {
	background:url("images/layout/logos_sb_sprite.gif") 20px 0;
	display:block;
	float:left;
	height:20px;
	margin:-3px 20px 0 0;
	padding:0;
	text-indent:-9000px;
	width:20px;
}
#footer a.sb_twitter:hover {
	background-position:20px 20px;
}
#footer a.sb_facebook {
	background:url("images/layout/logos_sb_sprite.gif") 0 0;
	display:block;
	float:left;
	height:20px;
	margin:-3px 20px 0 0;
	padding:0;
	text-indent:-9000px;
	width:20px;
}
#footer a.sb_facebook:hover {
	background-position:0 20px;
}

.pinfo1 iframe {
	position:absolute;
	bottom:20px;
}

/*Mens Fashion Tips */
#skiplinks {
	display:none;
	visibility:hidden;
}
#contentBlog {
	width:520px;
	font-size:0.8em;
	float:left;
	margin-right:20px;
}
#serendipityRightSideBar {
	float:right;
	width:150px;
	font-size:0.75em;
}

#serendipity_banner h1 a {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #970000;
	line-height:28px;
}

#mainpane {
	width:738px;
	overflow:auto;
}

.serendipity_image_left {
	margin-bottom:15px;
	margin-right:10px;
}

.serendipity_entry_body {
	border:1px solid #CCCCCC;
	clear:both;
	margin-top:25px;
	padding:15px;
}
.serendipity_Entry_Date {
	clear:both;
}
.serendipity_commentsTitle {
	font-weight:bold;
}

.serendipity_section_trackbacks, .serendipity_entryFooter {
	display:none;
}
.fb_iframe_widget {
	display:block !important;
	float:left !important;
	height:50px !important;
	margin-right:10px !important;
	position:relative !important;
}

.pinfo_sn {
	background:url("images/layout/bg_products_other.gif") no-repeat scroll 0 0 transparent;
	height:64px;
	line-height:1.4em;
	margin-top:20px;
	overflow:hidden;
	padding:10px;
	width:690px
}

.pinfo_sn .sn_icon {
	display:block;
	float:left;
	height:40px;
	margin-right:15px;
	overflow:hidden;
	text-indent:-9000px;
	width:40px;
}

.pinfo_sn .sn_facebook {
	background:url(images/layout/facebook_button_klein.png) no-repeat;
}

.pinfo_sn .sn_twitter {
	background:url(images/layout/twitter_button_klein.png) no-repeat;
}

.pinfo_sn .sn_email {
	background:url(images/layout/email_button.png) no-repeat;
}

.adminImagesX {
	display: block;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px;
}

#adminImageGetForm {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    display: block;
    height: 265px;
    left: 30px;
    padding: 10px;
    position: absolute;
    top: 30px;
    width: 340px;
    z-index: 3;
}

#adminImageGetForm fieldset {
	float: left;
    width: 170px;
}

#review h3 {
	display: none;
}

#review .review_product {
	background:url("images/layout/bg_products_other.gif") no-repeat scroll 0 0 transparent;
	line-height:1.4em;
	margin-top:20px;
	padding:10px;
	width:690px
}

#review .review_customer {
	font-weight: bold;
	margin-right: 5px;
}

#review .review_text {
	font-style: italic;
	margin-bottom: 3px;
}

#review .review_stars {
	vertical-align: middle;
}

#review .review_rating {
	margin-right: 20px;
	font-size: 12px;
}

#eKomiGate_widget {
	display: block;
    margin: 0 auto;
    width: 190px;
}

#wedding-selector {
	margin:0 0 20px;
}

#content .wedding_overview ul {
  background: url("images/layout/bg_navigation_colors.gif") no-repeat scroll 0 -72px transparent;
  height: 300px;
  list-style: none outside none;
  margin: 0;
  overflow: auto;
  position: absolute;
  width: 216px;
  z-index: 1;
}

#content .wedding_overview li {
	margin: 0;
}

#content .wedding_overview li a {
  background: url("images/layout/bg_navigation_colors.gif") no-repeat scroll 0 -72px transparent;
  line-height: 26px;
  list-style: none outside none;
  display: block;
}

.wedding_overview li span {
  box-shadow: 1px 1px 0 #888888;
  display: block;
  float: left;
  height: 10px;
  margin: 8px 15px 3px 20px;
  width: 10px;
}

.wedding_overview .color_link {
  background: url("images/layout/bg_navigation.gif") no-repeat scroll left top transparent;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 216px;
}
.wedding_overview .color_img {
	display: block;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 216px;
}

.wedding_overview .color_link span{
	background: url("images/layout/arrow_down.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 6px;
    line-height: 7px;
    margin-left: 6px;
    width: 12px;
}

#content .quicklinks {
	margin: 0 0 20px 0;
}

#content .quicklinks li {
  float: left;
  list-style: none outside none;
  margin: 0 12px 12px 0;
}

#content .quicklinks li a {
  background-image: url("images/layout/bridal-color-bg.png");
  background-repeat: no-repeat;
  display: block;
  padding-top: 60px;
  text-align: center;
  width: 60px;
  font-size: 11px;
}

#content .quicklinks li:nth-child(10n+10) {
  margin-right:0;
}

/* Farben */
.c_apple { background-color: #99062A; }
.c_black { background-color: #333333; }
.c_cocoa { background-color: #7a5349; }
.c_canary { background-color: #FCF3CA; }
.c_capri { background-color: #A8D7EC; }
.c_champagne { background-color: #E6DDC6; }
.c_clover { background-color: #619A6C; }
.c_cognac { background-color: #91412D; }
.c_cornflower { background-color: #46A5DF; }
.c_fern { background-color: #7B703E; }
.c_golden { background-color: #c3a787; }
.c_guava { background-color: #d55253; }
.c_holly { background-color: #124E43; }
.c_horizon { background-color: #00539F; }
.c_iris { background-color: #d8cfe7; }
.c_jade { background-color: #008B9F; }
.c_kelly { background-color: #61B77A; }
.c_keylime { background-color: #f5f392; }
.c_lapis { background-color: #4B3457; }
.c_latte { background-color: #967564; }
.c_lilac { background-color: #BCB9D8; }
.c_malibu { background-color: #42bee2; }
.c_marine { background-color: #1B3B62; }
.c_mercury { background-color: #B2ACAE; }
.c_mermaid { background-color: #12A9B0; }
.c_oasis { background-color: #008FA9; }
.c_peach { background-color: #E9B492; }
.c_peacock { background-color: #2a546a; }
.c_persimmon { background-color: #DB4139; }
.c_pewter { background-color: #595C68; }
.c_pink { background-color: #F9B7B2; }
.c_pistachio { background-color: #D3DBCC; }
.c_plum { background-color: #4f204a; }
.c_pool { background-color: #85CBDE; }
.c_regency { background-color: #472F92; }
.c_rosepetal { background-color: #E494A3; }
.c_sangria { background-color: #710c4c; }
.c_silver { background-color: #BFBFC9; }
.c_sunbeam { background-color: #fbe35c; }
.c_tangerine { background-color: #F68B33; }
.c_truffle { background-color: #442f33; }
.c_watermelon { background-color: #C73765; }
.c_wine { background-color: #7C344C; }
.c_wisteria { background-color: #906c8d; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
