/* --- tl_files/fcStPauli/layout/styles/normalize.css --- */ 
/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

/*
[hidden] {
    display: none;
}
*/


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
}

a:visited {
/*     color: #551a8b; */
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */

table button,
table input {
    *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* --- tl_files/fcStPauli/layout/styles/layout.css --- */ 
/* --- Basic --- */
a, a:active {
    color: #6d3b1b; 
    text-decoration: none;
}

a {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #6d3b1b;
    font-family: 'Kreon', serif;
}

h2.pagetitle {
    margin: 25px 0 20px 0;
    font-size: 36px;
    text-transform: uppercase;
}

h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

p {
    margin-bottom: 10px;
    line-height: 16px;
}



/* --- Layout --- */
html {
    height: 100.01%;
}

body {
    height: 100%;
    font-family: "Arial", sans-serif;
    font-size: 12px;
	color: #303030;
    background: #0e0d0c url('../images/skull.jpg') top center no-repeat;
}

#pattern {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern_bg.png) top center;
}

#wrapper {
    padding-top: 14px;
}

#header {
    position: relative;
    z-index: 200;
    background: url(../images/header_mini.jpg) top center no-repeat;
}
    
    #header .fcStPauliLogo {
        position: absolute;
        top: 0;
        left: 45px;
    }
    
    #claim {
        position: absolute;
        top: 20px;
        right: 100px;
    }

#container {
    z-index: 100;
    margin: -25px 35px 0 35px;
    padding: 29px 23px 40px 23px;
    background: #fff url('../images/pattern_main.jpg');
}


#footer {
    position: relative;
    z-index: 200;
    margin-top: -40px;
    height: 190px;
    background: url('../images/footer.png') top center no-repeat;
}

    #footer .inside {
        margin: 0 auto;
        height: 190px;
        background: url('../images/footer_inside.jpg') center 45px no-repeat;
    }
    
    #footer .fcStPauliLogo {
        text-align: center;
    }

#right {
}
    
    #right .inside {
        padding-bottom: 20px;
    }

    #right .mod_article .ce_text,
    #right .mod_article .ce_table {
        padding: 0 28px;
    }
    
    #right .mod_article h4 {
        padding: 12px 0 0 22px;
        height: 28px;
		line-height: 28px;
        color: #e5b431;
        font-size: 14px;
        text-transform: uppercase;
        background: url('../images/sidebar_top.jpg') top center no-repeat;
    }
    
    #right .mod_article h5 {
        margin-bottom: 10px;
        font-size: 17px;
    }
    
    #right .mod_article h6 {
        font-size: 14px;
        margin-bottom: 6px;
    }

/* --- Content Box --- */
.contentBox {
    padding-bottom: 20px;
    background: url('../images/main_bg.jpg') -1px bottom repeat-x;
}

    .contentBox .headline p {
        padding: 12px 20px 0 20px;
        height: 28px;
		line-height: 28px;
        color: #e5b431;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Kreon', serif;
        text-transform: uppercase;
		margin-bottom: 0;
        background: url('../images/headline-main.jpg') no-repeat;
    }
    
        .contentBox .headline p a {
            color: #e5b431;
        }
    
        .contentBox .headline p span.right {
            float: right;
            font-size: 11px;
            font-weight: normal;
            text-transform: initial;
            line-height: 26px;
        }


.contentBox.full {
    background: url('../images/main_bg_fullwidth.jpg') center bottom repeat-x;
}

    .contentBox.full .headline p {
        background-image:  url('../images/headline-main_fullwidth.jpg');
    }

/** --- Sonstiges --- */
#overlay {
	width: 119px;
	height: 55px;
	position: absolute;
	top: 152px;
	right: 314px;
	text-indent: -9000px;
	/*background: url(/tl_files/fcStPauli/layout/images/overlay.png) left top no-repeat;*/
	background: url(/tl_files/fcStPauli/layout/images/overlay-ende.png) left top no-repeat;
	z-index: 1000;
}


#unter-uns {
	text-align: center;
	padding: 0 148px;
}

	#unter-uns h2.unterunsTitle {
		font-size: 28px;
		margin-bottom: 0;
		margin-top: 25px;
	}
	
	#unter-uns h3.unterunsSubtitle {
		font-size: 12px;
		margin-bottom: 19px;
	}
	
	#unter-uns p#euerfcsp {
		font-size: 17px;
		color: #6D3B1B;
        font-family: 'Kreon', serif;
	}

.clean,
.clear {
    clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* --- tl_files/fcStPauli/layout/styles/navigation.css --- */ 
.mod_customnav {
}

    .mod_customnav ul {
        padding: 0;
    }

    .mod_customnav li {
        float: left;
        list-style: none;
    }

    .mod_customnav a {
        display: block;
    }


#mainNavi {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 76px;
    background: url(/tl_files/fcStPauli/layout/images/nav.png) top center no-repeat;
}
    
    #mainNavi ul {
        margin: 20px auto 0 auto;
        width: 848px;
        height: 40px;
        border-left: 1px solid #7c624c;
        border-right: 1px solid #000;
    }
    
    #mainNavi li {
        border-left: 1px solid #000;
        border-right: 1px solid #7c624c;
    }   
    
    #mainNavi a {
        
    }
    
    #mainNavi li:hover {
        background: url('../images/nav-hover_bg-left.jpg') top  left no-repeat;
    }
    
    #mainNavi li:hover a {
        background: url('../images/nav-hover_bg-right.jpg') top right no-repeat;
    }
    
    #mainNavi li.inactive:hover,
    #mainNavi li.inactive:hover a {
        background: none;
        cursor: default;
    }
    
    #mainNavi a span {
        display: block;
        height: 40px;
		padding: 0 29px;
        text-indent: -9999px;
        background: url('../images/nav-header_sprite2.png') 0 0 no-repeat;
    }
    
        #mainNavi li.anleihe a span {
            width: 87px;
            background-position: -16px 0;
        }
        
			#mainNavi li.anleihe a.active span {
				background-position: -16px -80px;
			}
						
				#mainNavi li.anleihe a span.inactive {
					background-position: -16px -120px;
				}
        
        #mainNavi li.unteruns a span {
            width: 80px;
            background-position: -841px 0;
        }
        
			#mainNavi li.unteruns a.active span {
				background-position: -841px -80px;
			}
						
				#mainNavi li.unteruns a span.inactive {
					background-position: -841px -120px;
				}
				
        #mainNavi li.fakten a span {
            width: 82px;
            background-position: -193px 0;
        }
        
			#mainNavi li.fakten a.active span {
				background-position: -193px -80px;
			}
						
				#mainNavi li.fakten a span.inactive {
					background-position: -193px -120px;
				}
				
        #mainNavi li.zeichnen a span {
            width: 113px;
            background-position: -365px 0;
        }
        
			#mainNavi li.zeichnen a.active span {
				background-position: -365px -80px;
			}
						
				#mainNavi li.zeichnen a span.inactive {
					background-position: -365px -120px;
				}
				
        #mainNavi li.faq a span {
            width: 186px;
            background-position: -569px 0;
        }
    
			#mainNavi li.faq a.active span {
				background-position: -569px -80px;
			}
						
							
				#mainNavi li.faq a span.inactive {
					background-position: -569px -120px;
				}
				
			

    #mainNavi .active a {
        background: url('../images/nav-active_bg.jpg') top  left repeat-x;
    }

    
    


#footerNavi {
    
}

    #footerNavi ul {
        margin: 20px auto 0 auto;
        width: 500px; /* 500px wenn Datenschutz & Nutzungshinweise aktiv */
        height: 20px;
    }
    
    #footerNavi li {
        padding-right: 10px;
    }
    
    #footerNavi li.last {
        padding-right: 0;
    }
    
    #footerNavi li.inactive {
        display: none;
    }
    
    #footerNavi a {
        height: 20px;
        text-indent: -9999px;
        background: url('../images/nav-footer_sprite.png') 0 0 no-repeat;
    }
        
        #footerNavi a.download {
            width: 80px;
            background-position: -445px 0;
        }
            
            #footerNavi a.download:hover,
			#footerNavi li.active a.download {
				background-position: -445px -20px;
			}
        
        #footerNavi a.impressum {
            width: 80px;
            background-position: 0 0;
        } 
        	
			#footerNavi a.impressum:hover,
			#footerNavi li.active a.impressum {
				background-position: 0 -20px;
			}
			
        #footerNavi a.kontakt {
            width: 70px;
            background-position: -100px 0;
        }
        	
			#footerNavi a.kontakt:hover,
			#footerNavi li.active a.kontakt {
				background-position: -100px -20px;
			}
			
        #footerNavi a.nutzungshinweise {
            width: 130px;
            background-position: -180px 0;
        }
        	
			#footerNavi a.nutzungshinweise:hover,
			#footerNavi li.active a.nutzungshinweise {
				background-position: -180px -20px;
			}
			
        #footerNavi a.datenschutz {
            width: 90px;
            background-position: -330px 0;
        }
        	
			#footerNavi a.datenschutz:hover,
			#footerNavi li.active a.datenschutz  {
				background-position: -330px -20px;
			}


/* --- Bestellschritte --- */
#Bestellschritte ul {
    margin: 0 auto;
    width: 805px;
}

#Bestellschritte li {
    margin-right: 40px;
    height: 65px;
    text-indent: -9999px;
}

#Bestellschritte li.last {
    margin-right: 0;
}

        #Bestellschritte li.auswahl {
            width: 75px;
            background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) left top no-repeat;
        }
            
            #Bestellschritte li.auswahl.active,
            .artikeldetails #Bestellschritte li.auswahl {
                background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) left -65px no-repeat;
            }
        
        #Bestellschritte li.warenkorb {
            width: 120px;
            background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -150px top no-repeat;
        }
        
            #Bestellschritte li.warenkorb.active {
                background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -150px -65px no-repeat;
            }
        
        #Bestellschritte li.rechnungsdaten {
            width: 140px;
            background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -340px top no-repeat;
        }
        
            #Bestellschritte li.rechnungsdaten.active {
                background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -340px -65px no-repeat;
            }
        
        #Bestellschritte li.zahlung {
            width: 90px;
            background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -565px top no-repeat;
        }
        
            #Bestellschritte li.zahlung.active {
                background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -565px -65px no-repeat;
            }
        
        #Bestellschritte li.bestaetigung {
            width: 100px;
            background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -720px top no-repeat;
        }
        
            #Bestellschritte li.bestaetigung.active {
                background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -720px -65px no-repeat;
            }
        
        #Bestellschritte li.bezahlen {
            width: 80px;
            background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -880px top no-repeat;
        }
        
            #Bestellschritte li.bezahlen.active {
                background: url(/tl_files/fcStPauli/layout/images/bestellschritte_sprite.png) -880px -65px no-repeat;
            }

#Bestellschritte a,
#Bestellschritte span {
    display: block;
    width: 100%;
    height: 65px;
}

/* ausblenden */
.shop #Bestellschritte li.warenkorb a,
.shop #Bestellschritte li.rechnungsdaten a,
.shop #Bestellschritte li.zahlung a,
.shop #Bestellschritte li.bestaetigung a,
.artikeldetails #Bestellschritte li.warenkorb a,
.artikeldetails #Bestellschritte li.rechnungsdaten a,
.artikeldetails #Bestellschritte li.zahlung a,
.artikeldetails #Bestellschritte li.bestaetigung a,
.warenkorb #Bestellschritte li.rechnungsdaten a,
.warenkorb #Bestellschritte li.zahlung a,
.warenkorb #Bestellschritte li.bestaetigung a,
.rechnungsdaten #Bestellschritte li.zahlung a,
.rechnungsdaten #Bestellschritte li.bestaetigung a,
.zahlung #Bestellschritte li.bestaetigung a,
#Bestellschritte li.bezahlen a,
.bezahlen #Bestellschritte li a {
    display: none;
}
/* --- tl_files/fcStPauli/layout/styles/forms.css --- */ 
/* --- Formulare --- */
.ce_form {
    overflow: visible;
}

input.text,
select,
textarea {
    margin-bottom: 6px;
    height: 18px;
    padding: 4px 8px;
    border: 1px solid #b4b4b4;
}

select {
    padding: 2px 8px;
}

input.text:focus,
textarea:focus {
    border: 1px solid #000;
    outline: 0;
}

input.text {
    width: 220px;
}

label {
    display: block;
}

form td {
    padding-bottom: 14px;
}

form td.col_0 {
    vertical-align: top;
    padding-top: 8px;
    padding-right: 20px;
}

form p.error {
    color: red;
    margin-bottom: 0;
}


/* -- Kontaktformular -- */
.kontakt textarea {
    width: 390px;
    height: 200px;
}


/* --- Inline Labels --- */
input.text.inlined {
    position: relative;
    z-index: 2;
    height: 18px;
    padding: 4px 8px;
}

label.inlined {
    position: relative;
    z-index: 1;
    padding: 0 9px;
    line-height: 24px;
    color: #bbb;
    cursor: text;
    opacity: 0.75;
    -webkit-transition: opacity 0.15s linear;
}

label.inlined + input.text {
    position: relative;
    top: -26px;
/*     margin-top: -30px; */
}

label.focus,
label.has-text {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}


/* --- Shop --- */
.rechnungsdaten  {
}

    .rechnungsdaten  label {
        float: left;
        clear: left;
        padding-right: 10px;
        width: 120px;
        text-align: right;
        line-height: 24px;
    }
    
    .rechnungsdaten  input {
        float: left;
        padding: 2px 8px;
        width: 230px;
    }
    
    .rechnungsdaten  select {
        width: 248px;
        height: 22px;
        padding: 2px 8px;
    }
    
    .rechnungsdaten label.mandatory {
        position: relative;
    }
    
    .rechnungsdaten span.mandatory {
        position: absolute;
        top: 0;
        left: 385px;
    }
    
	
	
	
	
	#reservierungsformular label {
        float: left;
        clear: left;
        padding-right: 10px;
        width: 120px;		
        text-align: right;
		height: 20px;
        line-height: 20px;
		padding: 3px 8px;
		margin-bottom: 6px;
    }
    
	#reservierungsformular input {
        float: left;
        padding: 2px 8px;
        width: 230px;
		height: 20px;
        line-height: 20px;
    }
    
	#reservierungsformular select {
        width: 248px;
        height: 25px;
        padding: 2px 8px;
		float: left;
    }
	
	div.row_13 {
		clear: both;
		margin-left: 136px;
	}
	
	#reservierungsformular textarea {
		float: left;
		width: 350px;
		height: 100px;
	}
    
	#reservierungsformular label.mandatory {
        position: relative;
    }
    
	#reservierungsformular span.mandatory {
        position: absolute;
        top: 0;
        left: 389px;
    }
	
	
/*
.rechnungsdaten .formelem {
    position: relative;
}

    .rechnungsdaten .formelem span.mandatory {
        position: absolute;
        top: 0;
        left: 385px;
    }
*/
/* --- tl_files/fcStPauli/layout/styles/content.css --- */ 
/* --- Countdown --- */

#countdown .welcome2 #registernow {
	margin: 0;
	position: absolute;
	top: 216px;
	left: 512px;
	text-indent: -9999px;
	width: 345px;
	height: 173px;
}

#countdown .welcome2 #registernow a {
	width: 345px;
	height: 173px;
	display: block;
}

#countdown .welcome {
    overflow: visible;
    width: 850px;
    padding: 0 7px;
    height: 389px;
    color: #fff;
    position: relative;
}
    #countdown .welcome h2 {
        font-size: 42px;
        line-height: 42px;
        letter-spacing: -1px;
        text-transform: uppercase;
    	position: absolute;
    	left: 37px;
    	top: 135px;
    	color: #fff;
    }
    
    #countdown .welcome p {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        font-family: 'Kreon', serif;
    	position: absolute;
    	left: 37px;
    	top: 225px;
    	width: 360px;
    }
    
        #countdown .welcome iframe { /* Facebook Like Button */
            margin-top: 100px;
        }

#countdown .welcome2 {
    overflow: visible;
    width: 850px;
    padding: 0 7px;
    height: 389px;
    color: #fff;
    position: relative;
}
    #countdown .welcome2 h2 {
	font-size: 42px;
	line-height: 42px;
	letter-spacing: -1px;
	text-transform: uppercase;
	position: absolute;
	left: 36px;
	top: 133px;
	color: #fff;
	margin-bottom: 24px;
	width: 452px;
    }
    
    #countdown .welcome2 p {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        font-family: 'Kreon', serif;
    	position: absolute;
    	left: 37px;
    	top: 185px;
    	width: 400px;
    }
    
        #countdown .welcome2 iframe { /* Facebook Like Button */
            margin-top: 100px;
        }
		


.mod_subscribe {
    overflow: visible;
}

    .mod_subscribe .button {
        position: relative;
        top: -24px;
    }

.js_countdown {
    margin-bottom: 10px;
    color: #6d3b1b;
    font-weight: bold;
    font-family: 'Kreon', serif;
}
    
    .js_countdown div {
        float: left;
        width: 59px;
        text-align: center;
    }
    
    .js_countdown span {
        display: block;
        font-size: 45px;
        line-height: 45px;
        text-shadow: 3px 3px 5px #ccc;
/*         filter: dropshadow(color=#2b2823, offx=3, offy=3); */
    }


/* --- Die Anleihe --- */
#die-anleihe,
#die-anleihe-verschenken {
    margin: 0 7px;
    padding-bottom: 20px;
}
    #die-anleihe .subcolumns,
	#die-anleihe-verschenken .subcolumns {
        height: 345px;
    }
    
    #die-anleihe h2,
	#die-anleihe-verschenken h2 {
        margin: 25px 0 10px 0;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1px;
        text-transform: uppercase;
    }
    
    #die-anleihe .ce_text,
	#die-anleihe-verschenken .ce_text {
        font-size: 16px;
        font-family: 'Kreon', serif;
    }
        
        #die-anleihe .ce_text p,
		#die-anleihe-verschenken .ce_text p {
            line-height: 22px;
        }
    
    .anleihe h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .anleihe h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .anleihe .schmuckurkunde {
        margin-bottom: 18px; 
    }
    
    .anleihe .ce_text.prospekt,
	.anleihe .ce_text.countdown {
        padding-top: 20px;
        height: 210px;
        background: url('../../content/images/box-3.png') top center no-repeat;
    }
        
        .anleihe .ce_text.prospekt h4,
        .anleihe .ce_text.prospekt p,
		.anleihe .ce_text.countdown h4,
		.anleihe .ce_text.countdown p,
		.anleihe .ce_text.countdown .js_countdown {
            margin: 0 18px;
        }
    
        .anleihe .ce_text.prospekt h4 {
            margin-bottom: 10px !important;
            font-size: 22px;
			line-height: 32px;
            background: url('../../content/images/icons/folder.png') top right no-repeat;
        }
		
		.anleihe .ce_text.countdown h4 {
            margin-bottom: 10px !important;
            font-size: 22px;
			line-height: 32px;
            background: url('../../content/images/icons/countdown.png') top right no-repeat;
        }

		.anleihe .ce_text.countdown .js_countdown {
			margin-bottom: 10px !important;
		}
		
		.box-3 .geschenk a.bildlink {
			display: block;
			margin-bottom: 7px;
		}
		
		.box-3 .geschenk a.bildlink img {
			display: block;
			margin: 0 auto;
		}
		
		
/* --- Die Fakten --- */
#die-fakten {
    margin: 0 7px;
}

    #die-fakten h2 {
        margin: 25px 0 10px 0;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1px;
        text-transform: uppercase;
    }
    
    #die-fakten .ce_text {
        width: 340px;
        font-size: 16px;
        font-family: 'Kreon', serif;
    }
        
        #die-fakten .ce_text p {
            line-height: 22px;
        }
    
    #die-fakten table {
        margin-top: 60px;
        font-size: 15px;
        font-family: 'Kreon', serif;
    }
        
        #die-fakten td {
            padding-bottom: 6px;
        }
        
        #die-fakten .col_0 {
            padding-right: 12px;
            color: #6d3b1b;
            text-align: right;
        }
    
    #die-fakten .subcolumns {
        margin-bottom: 20px;
    }      


/* --- Jetzt zeichen --- */
#jetzt-zeichnen h2 {
    margin: 25px 0 10px 0;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#jetzt-zeichnen .ce_text {
    font-size: 16px;
    font-family: 'Kreon', serif;
}

    #jetzt-zeichnen .ce_text p {
        line-height: 22px;
    }
    
    
#id-2-boxen a {
    color: #303030;
}

#id-2-boxen a:hover {
    text-decoration: none;
}

#id-2-boxen a:hover div.ce_text {
    background: url('../images/box-2-white.jpg') left 1px no-repeat;
}


/* --- Slider --- */
#die-anleihe .subcr,
#die-anleihe-verschenken .subcr {
    position: relative;
}
#slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


#sliderNav {
    display: none;
    position: absolute;
    z-index: 2;
    width: 495px;
    top: 125px;
    left: 0;
}

    #sliderNav div {
        width: 45px;
        height: 95px;
        cursor: pointer;
    }
    
    #sliderNavNext {
        float: right;
        background: url('../images/sliderNav-right.png') top center no-repeat;
    }
    
    #sliderNavPrev {
        float: left;
        background: url('../images/sliderNav-left.png') top center no-repeat;
    }

#sliderPager {
    position: absolute;
    z-index: 3;
    width: 495px;
    top: 300px;
    left: 0;
    text-align: center;
}
    
    #sliderPager a {
        display: inline-block;
        margin-right: 16px;
        width: 11px;
        height: 11px;
        background: url('../images/sliderPager.png') top left no-repeat;
        text-indent: -9999px;
    }
    
    #sliderPager a.activeSlide {
        background-position: top right;
    }


/* --- Hotline --- */
.ce_text.hotline {
	margin-top: 26px;
    height: 166px;
    background: url('../../content/images/box-klein.png') top center no-repeat;
}

#id-2-spalten-272 .ce_text.hotline {
	margin-top: 0;
}

#id-2-spalten-272 .ce_text h3 {
	margin-bottom: 3px;
	font-size: 16px;
}

#id-2-spalten-272 .ce_text p {
	margin-bottom: 18px;
}
       
    .ce_text.hotline h4,
    .ce_text.hotline p {
        margin: 0 18px;
    }

    .ce_text.hotline h4 {
        padding: 20px 0 14px 0;
        font-size: 22px;
        background: url('../../content/images/icons/telefon.png') right 20px no-repeat;
    }
    
    .ce_text.hotline .telefon {
        display: block;
        padding-top: 6px;
        font-family: 'Kreon', serif;
    }


/* --- Fragen und Antworten --- */
.faq h3 {
    margin: 30px 0 14px 0;
    font-size: 20px;
}

.faq h3.first {
    margin-top: 0;
} 

.faq .ce_accordion {
    overflow: visible;
    margin: 0 0 14px 20px;
    width: 565px;
    border-bottom: 1px solid #6D3B1B;
}
    
    .faq .ce_accordion .toggler {
        margin-left: -20px;
        padding: 0 0 10px 20px;
        color: #6D3B1B;
        font-size: 14px;
        font-weight: bold;
        font-family: Kreon, serif;
        cursor: pointer;
        background: url('../images/icons/arrow-right.png') 4px 1 no-repeat;
        outline: 0;
    }
    
    .faq .ce_accordion .toggler.active {
        background: url('../images/icons/arrow-down.png') left 4px no-repeat;
    }
    
    .faq .ce_accordion .accordion {
    }




/* --- Kontakt --- */
#right .kontaktdaten {
	margin-top: 26px;
	padding-bottom: 27px;
	background: url('../images/sidebar_bg.png') center bottom repeat-y;
}

    #right .kontaktdaten table {
        width: 100%;
    }
    
    #right .kontaktdaten td.col_0 {
        font-weight: bold;
    }
    
    #kontaktdaten {
        
    }


/* --- Datenschutz --- */
.datenschutz h3 {
    font-size: 18px;
}


    .datenschutz .fragen {
        margin-top: 26px;
    	height: 166px;
    	background: url('../../content/images/box-klein.png') top center no-repeat;
    }
    	
		.datenschutz .fragen h4,
        .datenschutz .fragen p {
            margin: 0 18px;
        }
		
        .datenschutz .fragen h4 {
            padding: 26px 0 10px 0;
        	font-size: 22px;
        	background: url('../../content/images/icons/fragen.png') right 20px no-repeat;
        }
        		

		body.datenschutz .hotline {
			margin-top: 0;
		}
		
/* --- Boxen --- */
.box-2 {}

    .box-2 .ce_text,
    .box-2-lang .ce_text {
        float: left;
        padding: 20px;
        width: 392px;
        height: 144px;
        background: url('../../content/images/box-2.png') top center no-repeat;
    }
    
    .box-2-lang .ce_text {
        height: 237px;
        background-image: url('../../content/images/box-2-lang.png');
    }
    
    .box-2 h3,
    .box-3 h3,
    .box-2-lang h3 {
        margin-top: 0;
        padding: 8px 0 3px 0;
        font-size: 22px;
        line-height: 22px;
        background: top right no-repeat;
    }
    
    .box-2 h3,
    .box-2-lang h3 {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    
    .box-2-lang h3 {
        padding-bottom: 10px;
    }

.box-3 {}
	
    .box-3 .ce_text {
        float: left;
        padding: 23px;
        width: 238px;
        height: 178px;
		margin-right: 6px;
        background: url('../../content/images/box-3.png') top center no-repeat;
    }
	
	.box-3 .ce_text.folder,
	.box-3 .ce_text.wertpapierprospekt {
		float: right;
		margin-right: 0;
	}

.box-2 .online     h3 { background: url('../../content/images/icons/online.png') top right no-repeat; }
.box-2 .kaufantrag h3 { background: url('../../content/images/icons/folder.png') top right no-repeat; }

.box-2-lang .stueckelung h3 { background: url('../../content/images/icons/chart.png') top right no-repeat; }
.box-2-lang .zahlung     h3 { background: url('../../content/images/icons/lkw.png')   top right no-repeat; }

.box-3 .countdown h3 { background: url('../../content/images/icons/countdown.png') top right no-repeat; }
.box-3 .geschenk h3  { background: url('../../content/images/icons/geschenk.png') top right no-repeat; }
.box-3 .runde2 h3  { background: url('../../content/images/icons/runde2.png') top right no-repeat; }
.box-3 .info      h3 { background: url('../../content/images/icons/info.png')      top right no-repeat; }
.box-3 .folder    h3 { background: url('../../content/images/icons/folder.png')    top right no-repeat; }
/* --- tl_files/fcStPauli/layout/styles/shop.css --- */ 
/* --- Mini-Warenkorb --- */
.mod_webShop_miniCart {
    background: url('../images/sidebar_bg.png') center top repeat-y;
}
    
    .mod_webShop_miniCart > * {
        padding: 0 12px 0 10px;
    }

    .mod_webShop_miniCart h4,
	#right .mod_webShop_miniCart h4 {
        margin-bottom: 0;
        padding: 12px 0 0 20px;
        height: 28px;
        color: #e5b431;
		line-height: 28px;
        font-size: 14px;
        text-transform: uppercase;
        background: url('../images/sidebar_top.jpg') center top no-repeat;
    }
    
    .mod_webShop_miniCart .cartList {
        padding: 0;
        list-style: none;
    }
        
        .mod_webShop_miniCart .cartListItem {
            position: relative;
            margin: 0 20px;
            padding: 20px 0 10px 0;
            height: 64px;
            text-align: left;
            border-bottom: 1px solid #bababa;
        }
            
            .mod_webShop_miniCart .cartListItem a.close {
                position: absolute;
                top: 20px;
                right: 0;
                font-weight: bold;
                color: #b7b7b7;
            }
            
            .mod_webShop_miniCart .cartListItem a.close:hover {
                color: #f00;
            }
            
            .mod_webShop_miniCart .cartListItem .cartListItemImage {
                margin-right: 10px;
                float: left;
            }
            
            .mod_webShop_miniCart .cartListItem .cartItemTitle {
                float: left;
            }
                
                .mod_webShop_miniCart .cartListItem .cartItemTitle h5,
				#right .mod_webShop_miniCart .cartListItem .cartItemTitle h5 {
                    margin: 6px 0 0 0;
                    font-size: 14px;
                    text-transform: uppercase;
                }
                
                .mod_webShop_miniCart .cartListItem .cartItemTitle small,
				#right .mod_webShop_miniCart .cartListItem .cartItemTitle small {
                    font-size: 11px;
                }
            
            .mod_webShop_miniCart .cartListItem .cartItemMeta {
                position: relative;
                clear: left;
            }
            
                .mod_webShop_miniCart .cartListItem .cartItemMeta .shipping {
                    position: absolute;
                    top: 8px;
                    left: 0;
                    color: #999;
                }
                                
                
                .mod_webShop_miniCart .cartListItem .cartItemMeta .quantity {
                    position: absolute;
                    top: 8px;
                    right: 100px;
                    width: 27px;
					border: 1px solid #b7b7b7;
                    text-align: right;
                }
				
                .mod_webShop_miniCart .cartListItem .cartItemMeta .updateCart {
                    position: absolute;
                    top: 5px;
                    right: 65px;
                    padding: 2px 6px;
					height: 20px;
                    text-align: right;
                }
				
                .mod_webShop_miniCart .cartListItem .cartItemMeta .itemtotal {
                    position: absolute;
                    top: 8px;
                    right: 0;
                    font-weight: bold;
                }
    
    #dropHere {
        position: relative;
        text-align: center;
        min-height: 228px;
        background: url('../images/dropHere.png') center 60px no-repeat;
    }
	
	body.artikeldetails #dropHere {
		background: none;
	}
	
	body.artikeldetails #dropHere .info {
		display: none;
	}
    
    #dropHere.notEmpty {
        background: none;
    }
    
        #dropHere .info {
            position: absolute;
            top: 160px;
            left: 0;
            z-index: 1;
            width: 100%;
            color: #c2c2c2;
        }
    
        #dropHere .selector {
            position: absolute;
            top: 0;
            left: 10px;
            z-index: 2;
            width: 254px;
            height: 214px;
            background: #f3e7ca;
            border: 7px solid #ecbc36;
        }
            
            #dropHere .selector a.close {
                position: absolute;
                top: 9px;
                right: 9px;
                color: #000;
                font-weight: bold;
            }
            
            #dropHere .selector a.close:hover {
                color: #f00;
            }
            
        
            #dropHere .selector img {
                margin: 30px 0px 6px 16px;
				float: left;
            }
            
			#dropHere .selector #anleiheMeta {
				margin-left: 120px;
				margin-top: 30px;
				padding-top: 15px;
			}
			
			#dropHere .selector #anleiheMeta h5,
			#dropHere .selector #anleiheMeta .teaser {
				text-align: left;
			}
			
			  #dropHere .selector h5 {
				  margin-bottom: 0;
				  font-size: 14px;
				  text-transform: uppercase;
			  }
			  
			  #dropHere .selector .teaser {
				  font-size: 11px;
				  margin-bottom: 5px;
			  }
            
            #dropHere .selector .choose {
				margin: 5px 0 4px 0;
                font-weight: bold;
            }
			
			#dropHere .selector .menge {
				width: 90px;
				margin: 0 auto 10px auto;
			}
			
			#dropHere .selector .menge label {
				float: left;
				height: 20px;
				line-height: 20px;
			}
			
			#dropHere .selector .menge input#qty {
				width: 30px;
				text-align: center;
				border: 1px solid #B8B8B8;
				height: 16px;
				padding: 1px 0;
			}
            
            #dropHere .selector .shipping {
                padding: 0;
				margin: 0;
                color: #484848;
                font-size: 10px;
            }
    
    .cartBottom {
        margin-bottom: -20px;
        padding: 20px 32px 20px 30px;
        height: 119px;
        font-size: 11px;
        background: url('../images/sidebar-cartBottom.jpg') 2px top no-repeat;
    }
    
        .cartBottom table {
            color: #7b7b7b;
        }
        
        .cartBottom table th,
        .cartBottom table td {
            padding-bottom: 10px;
            font-weight: normal;
        }
        
        .cartBottom table th {
            text-align: left;
        }
        
        .cartBottom table td {
            text-align: right;
        }
        
        .cartBottom .shipping th,
        .cartBottom .shipping td {
            border-bottom: 1px solid #bababa;
        }
        
        .cartBottom .total {
            color: #000;
            font-size: 14px;
        }
            
            .cartBottom .total th,
            .cartBottom .total td {
                padding-top: 14px;
                 font-weight: bold;
            }
    
    #warenkorb-180 {
/*         margin-bottom: -20px; */
    }
    
        #warenkorb-180 .mod_webShop_miniCart .cartBottom {
            margin-bottom: 0;
        }
    
    
    .mod_webShop_miniCart .cartlink,
	.cartlink {
        margin: 0 auto;
        width: 229px;
        height: 34px;
        background: url('../images/cartButton.png') center top no-repeat;
    }
    
    .schmuckurkunde .cartlink,
	#die-anleihe-verschenken .cartlink,
	.cartlink {
        width: 229px;
        height: 34px;
        background: url('../images/cartButton.png') center top no-repeat;
    }
    
        .mod_webShop_miniCart .cartlink a,
		.schmuckurkunde .cartlink a,
		#die-anleihe-verschenken .cartlink a,
        .mod_webShop_miniCart .cartlink button,
		.cartlink a {
            display: block;
			height: 34px;
			line-height: 34px;
            text-align: center;
            color: #000;
			font-family: Arial, sans-serif;
            font-size: 14px;
            font-weight: bold;
        }
		
		.cartBottom input.submit,
		.mod_webShop_miniCart .cartlink button.submit,
		.checkOut .button_right input,
		#bestellung-abgeschlossen .payment_button input,
		#reservierungsformular button.submit {
			margin: 0 auto;
        	width: 229px;
        	height: 34px;
        	background: url('../images/cartButton.png') center top no-repeat;
			line-height: 30px;
			color: #000;
			font-size: 14px;
			font-weight: 700;
			text-align: center;
			border: 0;
		}
		
		#reservierungsformular button.submit {
			clear: both;
			margin-left: 136px;
		}
		
		  .cartBottom input.submit:hover,
		  .mod_webShop_miniCart .cartlink button.submit:hover,
		  .checkOut .button_right input:hover,
		  #bestellung-abgeschlossen .payment_button input:hover {
		      text-decoration: underline;
		  }
        
        .mod_webShop_miniCart .cartBottom {
            margin-bottom: 0;
        }
        
        
       #zeichnung-per-post-oder-fax a.kaufbutton {
			
        	width: 229px;
        	height: 34px;
        	background: url('../images/cartButton.png') center top no-repeat;
			line-height: 30px;
			color: #000;
			font-size: 14px;
			font-weight: 700;
			text-align: center;
			display: block;
		}
		
		#zeichnung-per-post-oder-fax a.kaufbutton:hover {
		      text-decoration: underline;
		  }



/* --- Bestellschritte --- */
#Bestellschritte .image_container {
    text-align: center;
    padding-bottom: 10px;
}


/* --- Artikelliste --- */
/*
.mod_webShop_ArticleList.block,
.mod_webShop_fcstpauliarticlelist.block,
#anleihenuebersicht.block {
	overflow: visible;
}
*/

    .schmuckurkunden .articleListing {
        padding: 0 32px;
    }
    
        .schmuckurkunden .articleListItem {
            float: left;
            padding-top: 20px;
        	width: 170px;
        	text-align: center;
        }
        
        .schmuckurkunden .seperator {
            float: left;
            margin-top: 15px;
            width: 100%;
            border-bottom: 1px solid #d3d3d3;
        }

            .schmuckurkunden .articleListItem .articleImage a {
            	display: block;
            }
            
            .schmuckurkunden .articleListItem .articleTitle {
                font-size: 14px;
                font-family: 'Kreon', serif;
                text-transform: uppercase;
            }
            
            .schmuckurkunden .articleListItem .articleTeaser {
                padding: 4px 0 6px;
            }
        
            .schmuckurkunden .articleDetailsOrder {
                margin: 0 3px;
                background: url('../images/button_left.png') top left no-repeat;
            }
                
                .schmuckurkunden .articleDetailsOrder ul {
                    margin-left: 10px;
                    padding-left: 0;
                    height: 30px;
                    background: url('../images/button_right.png') top right no-repeat;
                }
            
                .schmuckurkunden .articleDetailsOrder li {
                    float: left;
                    list-style: none;
                }
                
                .schmuckurkunden .articleDetailsOrder a {
                    display: block;
                    margin-top: 3px;
                    padding: 4px 6px 0 24px;
                    height: 17px;
                    color: #484848;
                }
                
                    .schmuckurkunden .articleDetailsOrder .articleDetailsButton a {
                        margin-left: -6px;
                        border-right: 1px solid #fff;
                        background: url('../images/search.png') 6px center no-repeat;
                    }
                    
                    .schmuckurkunden .articleDetailsOrder .articleOrderButton a {
                        padding-right: 13px;
                        border-left: 1px solid #b0b0b0;
                        background: url('../images/addToCart.png') 6px center no-repeat;
                    }
        
    .globalurkunde .articleListItem {
        padding: 0 30px 0 30px;
        height: 100px;
    }
    
        .globalurkunde .articleListItem .articleTitle {
            padding: 10px 0 6px 0;
            font-size: 15px;
            font-family: 'Kreon', serif;
            text-transform: uppercase;
        }
        
        .globalurkunde .articleListItem .articleTeaser {
            font-size: 11px;
        }
        
        .globalurkunde .articleListItem .articleDetailsButton2 {
            float: right;
            margin-right: 60px;
        }
        
        .globalurkunde .articleListItem .articleImage {
            float: right;
			margin-top: 10px;
        }
        
            .globalurkunde .articleListItem .articleImage img {
                height: 90px;
            }

.artikelliste .globalurkunde {
    display: none;
}


/* --- Artikeldetails --- */
.mod_webShop_articleDetails {
}

    .mod_webShop_articleDetails .leftRow,
    .mod_webShop_articleDetails .rightRow {
        float: left;
    }
    
    .mod_webShop_articleDetails .leftRow {
        padding: 20px 20px 0 32px ;
        width: 245px;
    }
        
        .mod_webShop_articleDetails .articleImage {
            height: 180px;
            padding-bottom: 25px;
            border-bottom: 1px solid #d3d3d3;
        }
    
        .mod_webShop_articleDetails .is_container {
            
        }
        
            .mod_webShop_articleDetails .is_container h5 {
                margin-bottom: 10px;
                padding-top: 16px;
                font-size: 14px;
            }
            
            .mod_webShop_articleDetails .imageSliderSingle {
                float: left;
                margin-right: 10px;
            }
    
    .mod_webShop_articleDetails .rightRow {
        padding: 20px 32px 0 20px;
        width: 225px;
    }
    
        .mod_webShop_articleDetails h1 {
            margin-bottom: 10px;
            font-size: 39px;
			line-height: 33px;
            text-transform: uppercase;
        }
        
        .mod_webShop_articleDetails .articleInfo {
            height: 204px;
            border-bottom: 1px solid #d3d3d3;
        } 
        
        .mod_webShop_articleDetails label,
        .mod_webShop_articleDetails .attribute_label {
            padding: 16px 0 10px 0;
            color: #6d3b1b;
            font-size: 14px;
            font-weight: bold;
            font-family: 'Kreon', serif;
        }
        
        .mod_webShop_articleDetails .qty {
            float: left;
            width: 60px;
        }
            
            .mod_webShop_articleDetails .qty input {
                padding: 0 6px;
                width: 24px;
                text-align: right;
            }
        
        .mod_webShop_articleDetails .articleAttributes {
            float: left;
            width: 165px;
        }
        
        .mod_webShop_articleDetails .attribute_list {
        }
        
            .mod_webShop_articleDetails .attribute_list ul {
                padding: 0;
                list-style: none;
            }
            
            .mod_webShop_articleDetails .attribute_list li,
            .mod_webShop_shoppingCart .changeVariant li {
                margin-bottom: 10px;
                padding-left: 18px;
                cursor: pointer;
                list-style: none;
                background: url('../images/radio0.png') left center no-repeat;
            }
            
             .mod_webShop_articleDetails .attribute_list li.active,
             .mod_webShop_shoppingCart .changeVariant li.active {
                background-image: url('../images/radio1.png');
            }
        
        .mod_webShop_articleDetails .articlePrices {
            display: none;
        }
        
        .mod_webShop_articleDetails .button2 {
            margin: 10px 0;
        }
        
        .mod_webShop_articleDetails .webShopSubmitBtn {
            padding-left: 16px;
            border: none;
            background: url('../images/addToCart.png') left center no-repeat;
        }

    #zustellartinfo img {
        margin-bottom: -1px;
    } 

.weitere-urkunden {
    padding: 28px 24px 0 24px; 
    height: 160px;
    background: url('../../content/images/box-weitere.jpg') center top no-repeat;
}

    .weitere-urkunden h4 {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 22px;
        font-family: 'Kreon', serif;
        background: url('../../content/images/icons/urkunde.png') right top no-repeat;
    }
    
    .weitere-urkunden ul {
        padding: 0;
        list-style: none;
    }
    
    .weitere-urkunden li {
        float: left;
        width: 174px;
        text-align: center;
    }
    
        .weitere-urkunden li.first {
            border-right: 1px solid #d3d3d3;
        }
            
        .weitere-urkunden li.last {
            border-left: 1px solid #d3d3d3;
        }
    
    .weitere-urkunden img {
        margin-bottom: 8px;
    }
    
    .weitere-urkunden a {
        color: #000;
    }
    
    .weitere-urkunden a:hover {
        text-decoration: none;
    }


/* --- Warenkorb --- */
.mod_webShop_shoppingCart {
    padding-bottom: 0;
    background: url('../images/cart-bg.jpg') center top repeat-y;
}

    .mod_webShop_shoppingCart .headline p {
        height: 39px;
        background: url('../images/cart-headline.jpg') center top no-repeat;
    }
    
/*
        .mod_webShop_shoppingCart .headline p {            
            height: 22px;
            color: #E5B431;
            font-size: 14px;
            font-weight: 700;
            font-family: Kreon, serif;
            text-transform: uppercase;
            padding: 18px 0 0 20px;
        }
*/
        
     .mod_webShop_shoppingCart form {
        /*padding: 20px;*/
     }
	 
	 #webShop_cart {
		 margin: 0 20px;
		 width: 824px;
	 }
	 
	tr.webShop_cartItem_line2 td {
        padding-top: 3px;
		border-top: 1px solid #d3d3d3;
		font-size: 11px;
	}
	
	.mod_webShop_shoppingCart .changeVariant {
	   line-height: 16px;
	}
	   
	   .mod_webShop_shoppingCart .changeVariant li {
	       margin-bottom: 4px;
	   }
	
	.mod_webShop_checkoutConfirm tr.webShop_cartItem_line2 td {
	   padding-top: 24px;
	}
	
    .mod_webShop_shoppingCart td {
        vertical-align: top;
    }
    
    .mod_webShop_shoppingCart .webShop_cartItem td {
        padding: 16px 0;
        border-top: 1px solid #d3d3d3;
    }
        
        .mod_webShop_shoppingCart .webShop_cartItem.first td {
            border-top: none;
        }
    
    .mod_webShop_shoppingCart .webShop_cartItem td.cartItemTitle,
    .mod_webShop_shoppingCart .webShop_cartItem td.cartItemSinglePrice,
    .mod_webShop_shoppingCart .webShop_cartItem td.cartItemQTY,
    .mod_webShop_shoppingCart .webShop_cartItem td.cartItemTotalPrice {
        padding-bottom: 6px;
    }
    
    .mod_webShop_shoppingCart .cartItemImage {
        width: 150px;
    }
    
    .mod_webShop_shoppingCart .cartItemTitle {
        width: 300px;
        color: #000;
    }
        
        .mod_webShop_shoppingCart .cartItemTitle .articleTitle {
            font-size: 14px;
            font-weight: bold;
            font-family: Kreon, serif;
            text-transform: uppercase;
        }
    
    .mod_webShop_shoppingCart .webShop_cartItem td.cartItemSinglePrice {
        padding-top: 24px;
        padding-right: 25px;
        width: 75px;
		text-align: right;
    }
    
    .mod_webShop_shoppingCart .webShop_cartItem td.cartItemQTY {
        padding-top: 20px;
        width: 90px;
    }
    
    .mod_webShop_checkoutConfirm .webShop_cartItem td.cartItemQTY {
        padding-top: 24px;
    }
    
        .mod_webShop_shoppingCart .cartItemQTY_input {
            float: left;
        }
        
            .mod_webShop_shoppingCart input.itemQTY {
                margin: 1px 6px 0 0;
                width: 30px;
                height: 16px;
                text-align: right;
                border: 1px solid #b8b8b8;
            }
    
    .mod_webShop_shoppingCart .webShop_cartItem td.cartItemTotalPrice {
        padding-top: 23px;
        width: 170px;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
    }
    
	.mod_webShop_shoppingCart td.shippingCosts {
		text-align: right;
	}
	
	   .mod_webShop_shoppingCart td.shippingCosts.geschenk {
	       padding-top: 60px;
	   } 
	
		.mod_webShop_shoppingCart td.shippingCosts span {
			font-weight: 700;
		}

    
    .mod_webShop_shoppingCart .cartInfo {
        padding: 20px 0;
        text-align: center;
    }
    
    .mod_webShop_shoppingCart .cartBottom {
        margin-bottom: 0;
        padding: 22px 20px 0 615px;
        height: 148px;
        background: url('../images/cart-bottom.jpg') center bottom no-repeat;
    }
    
    .mod_webShop_checkoutConfirm .cartBottom {
        height: 110px
    }

			.mod_webShop_shoppingCart .cartBottom table {
        		margin: 0 6px;
				width: 217px;
        	}


/* --- Rechnungsdaten --- */
.address_billing,
.address_shipping,
.depotElements {
    padding: 0 32px;
}

.address_billing,
.depotElements {
    padding-top: 10px;
}

.address_shipping {
    clear: left;
    display: none;
}

    .address_billing h3,
    .address_shipping h3 {
        margin: 16px 0 14px;
    }               

#showShipping {
    margin: 20px 32px 10px;
    padding-left: 20px;
    cursor: pointer;
    background: url('../images/radio0.png') left center no-repeat;
}
    
    #showShipping.active {
        background-image: url('../images/radio1.png');
    }

#giftmessage {
	padding: 0 32px 0 52px;
}

/* --- Zahlungsarten --- */
#zahlung-versand {
}

    #zahlung-versand .mod_webShop_miniCart,
    #zahlungsart .mod_webShop_miniCart {
        float: right;
        width: 290px;
    
    }
    
    #zahlung-versand .shipping_method {
        display: none;
    }
    
    #zahlung-versand .shipping_address,
    #zahlungsart .billing_method,
	#zahlung-versand .depotInfo {
        float: left;
        width: 574px;
    }



.paymentMethod {
    padding: 18px 32px 0 32px;
}

    .paymentMethod .paymentSingleOption {
        position: relative;
        padding: 14px 120px 6px 22px;
        font-size: 11px;
        border-top: 1px solid #c9c9c9;
    }
    
    .paymentMethod .paymentSingleOption.text {
        background: url(/tl_files/fcStPauli/content/images/logos/vorkasse.png) right 30px no-repeat;
    }
    
    .paymentMethod .paymentSingleOption.paypal {
        background: url(/tl_files/fcStPauli/content/images/logos/paypal.png) right 30px no-repeat;
    }
    
    .paymentMethod .paymentSingleOption.saferpay {
        background: url(/tl_files/fcStPauli/content/images/logos/kreditkarte.png) right 20px no-repeat;
		padding-bottom: 30px;
    }
        
        .paymentMethod .paymentSingleOption label {
            padding-bottom: 8px;
            font-size: 13px;
        }
        
        .paymentMethod .paymentSingleOption input {
            position: absolute;
            top: 16px;
            left: 0;
        }
    
    .paymentMethod .paymentInfo {
        display: none;
        padding: 16px 12px;
        background: url(/tl_files/fcStPauli/layout/images/pattern_dark.jpg) left top;
    }


/* --- Warenkorb-Bestätigung --- */
.checkoutConfirm .checkOut {
    position: relative;
    padding: 24px 24px 40px 24px;
}

.checkoutConfirm .checkOut .button_right {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.checkoutConfirm .checkOut .checkbox {
    padding-bottom: 4px;
}

.bestaetigung {
}

    .bestaetigung .addresses {
        padding: 20px 24px 0;
    }
        
        .bestaetigung .addresses th,
        .bestaetigung .addresses td {
            border-bottom: 1px solid #c4c4c4;
            padding: 7px 0;
        }
        
        .bestaetigung .addresses th {
            width: 80px;
            font-weight: 700;
        }
        
        .bestaetigung .addresses .depotInfo th {
            width: 120px;
        }
    
        .bestaetigung .billingAddress {
            float: left;
            width: 260px;
            padding-right: 40px;
        }
        
        .bestaetigung .shippingAddress {
            float: left;
            width: 255px;
            padding-right: 20px;
        }
        
        .bestaetigung .depotInfo {
            float: left;
            width: 240px;
        }
		
		.bestaetigung .billingAddress td,        
        .bestaetigung .shippingAddress td,
		.bestaetigung .depotInfo td,
		.bestaetigung .billingAddress th,        
        .bestaetigung .shippingAddress th,
		.bestaetigung .depotInfo th {
            text-align: left;
			padding-right: 10px;
        }
    
    .bestaetigung .paymentInfo {
        padding: 20px 24px 0;
    }
    
    .bestaetigung .checkboxOn,
    .bestaetigung .checkboxOff {
        color: #303030;
    }


/* --- Bestellung abgeschlossen --- */
#bestellung-abgeschlossen .payment_button {
    margin-bottom: 20px;
}

#offlineZeichnungsnummer {
	color: #6D3B1B;
	font-size: 50px;
	font-weight: 700;
    font-family: 'Kreon',serif;
	margin: 15px 0 25px 0;
	letter-spacing: 3px;
}

/* --- Buttons -- */
.button,
.button2 {
    display: inline-block;
    background: url('../images/button_left.png') top left no-repeat;
}

    .button input,
    .button div,
    .button2 div,
    .button2 button {
/*         display: inline-block; */
        float: left;
        margin: 0 0 0 10px;
        padding: 0 12px 0 2px;
        height: 30px;
        color: #484848;
        font-size: 11px;
        border: none;
        background: url('../images/button_right.png') top right no-repeat;
    }
    
        .button div a {
            color: #2e2e2e;
            display: block;
			height: 30px;
			line-height: 30px;
        }
		
		.articleDetailsButton2 div a {
			padding-left: 10px;
			padding-right: 10px;
		}

.button2 {
    background-image: url('../images/button2_left.png');
}

    .button2 div,
    .button2 button {
        height: 28px;
        color: #2e2e2e;
        background-image: url('../images/button2_right.png');
    }
    
        .button2 div input {
            padding-top: 6px;
        }

.mod_webShop_articleDetails .imageSliderSingle.imageNr_3 {
	margin-right: 0;
}
