@charset "utf-8";

/*
CCS Deklaration 
Netz-Etage GmbH, Osnabrück, Germany
erstellt:   13.01.2009
bearbeitet: 28.01.2009
*/


/******************************************************************************
NEGATIONEN/DEFAULTWERTE/ALLGEMEINE DEFINITIONEN V. ELEMENTEN
******************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    text-decoration: none;
    /*vertical-align: baseline;*/
    list-style-type: none;
}

/*
BODY 
Haupteinstellung fuer Schriftgroesse, Schriftart, Farbe usw.
*/
body {
	background-color: #000000;
	background-image: url('../img/background1.gif');
    background-repeat: repeat-x;
    background-position: top;
	z-index: 1;
}

body, input, select, textarea {
    font-family: Courier New, Courier, mono, serif; 
    font-size: 12px; 
    line-height: 16px;
    color: #000000;
}


/* 
LINKS ALLGEMEIN 
*/
a { color: #000000; }
/* underline: generelle definition, da links im slider, artikeldetail-rechts hover underline werden */
a:hover { text-decoration: underline; }


/* 
INPUT ALLGEMEIN 
*/
input[type="text"], input[type="password"], select {
    width: 240px;
    font-size: 1em;    
}


textarea {
    width: 485px;
    font-size: 1em;
}



/*
ERROR    FEHLER MELDUNGEN
*/
.messageStackError, .messageStackWarning {
    background-color: transparent none;
    font-family: Courier New, Courier, mono;
    font-size: 1em;
    color: #ff0000;
}


/* Überschrift (z.b. Versandoptionen) */
.miscHeadline, .content_headline {
    color:#000000;
    font-size: 18px;
}



/******************************************************************************
LAYOUT 
- ist im grunde aufgebaut wie html-seite, 3 div-container: head, body, footer
- 'drumzu' ist ein container namens 'hull' zur platzierung
******************************************************************************/
/* HULL: für generelle platzierung, umgibt die gesamte seite */
#hull {
    width: 986px;
    position: absolute;
    left: 50%;
    margin-left: -493px;
    overflow: visible;
}

/*
HEAD: gesamter oberer bereich. 
unterteilt in head_top und head_main
*/

#head {
    height: 169px;
    width: 986px;
    background-color: #000000;
    position: absolute;
    margin-top: 37px;
}


#head_top {
    height: 30px;
    padding-left: 39px;
    padding-top: 14px;
}


#head_main {
    height: 125px;
    padding-left: 39px;
}


#head_main_left {
    float: left;
    width: 740px;
    height: 125px;
}


/*
WARENKORB: in head_main_left
*/
#warenkorb {
	width: 248px;
	height: 23px;
	margin: 0px;
	color: #828282;
	font-size: 0.9em;
	float: left;
}
/*das icon links*/
#warenkorb img {
	float: left;
    position: relative;
    top: -3px;
}

/* hülle um warenkorb anzahl-artikel & preis */
#warenkorb .dataHull {
    position: relative;
    left: 16px;
    border: 1px solid #828282;
    float: left;
    height: 12px;
    width: 195px;
}


/*anzahl der artikel*/
#warenkorb .artikel {
	width: 89px;
	float: left;
	text-align: center;
    border-right: 1px solid #828282;
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    position: absolute;
    height: 12px;
}
/*der gesamtpreis*/
#warenkorb .price {
	width: 102px;
	float: right;
	text-align: center;
    line-height: 1.2em;
    height: 12px;
    margin: 0px;
    padding: 0px;

}


.boxTextBGArtikel span {
    margin-left: 8px;
}


.greybottomborder td {
    padding: 11px 0px 4px 0px;
}

/* breite der select-felder warenkorb: grösse und anzahl */
#cart_quantity select { width: 44px; }

/* obere zeile warenkorb, überschrift */
tr.ordertitlebg td {
    height: 20px;
    background-color: #e5e5e5;
	/*border-bottom: 8px solid white;*/
}



/* SUBNAVI OBEN */
#metanavi1 {
    color: #828282;
    text-align: right;
    position: relative;
    left: -23px;
    float: right;
    height: 23px;
}


#metanavi1 a, #metanavi2 a { font-size: 11px; color: #828282; }

#metanavi1 a:hover, #metanavi2 a:hover { text-decoration: none; color: #ffffff; }


#metanavi1 div, #quick_find { 
    float: left; 
    line-height: 1.1em; 
}

#metanavi1Inner {
    position: relative;
    left: -20px;
}


/* SUBNAVI OBEN */
#metanavi2 {
    position: relative;
    left: 1px;
    top: 12px;
}



#quick_find div {
    width: 96px;
    float: left;
    height: 12px;
    border: 1px solid #828282;
}


#quick_find_input {
    width: 95px;
    background: transparent none;
    color: #828282;
    vertical-align: middle;
    border: 0px;
    padding: 0px;
    position: absolute;
    margin-left: -96px;
    font-size: 11px;
	
	margin:0;
	right:16px;
	top:0;
	line-height:14px !important;
}



#head_main_right {
    float: right;
    width: 103px;
    height: 100px;
}

/* pauli logo */
#head_main_right img {
    margin-top: 13px;
    margin-left: -2px;
}


/* MAINNAVI */
#mainnavi {
    font-size: 16px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#mainnavi a {
    color: #828282;
}

#mainnavi a:hover { text-decoration: none; color: #ffffff; }



/*
body: 
*/
#body, #main_content {
    width: 986px;  
}


#main_content {
    min-height: 636px;
    background-color: #ffffff;
}

#main_content_inner {
    padding: 25px 20px 25px 30px;
}


/*BESTELLPROZESS*/
/* Überschrift (z.b. Versandoptionen) */
#bpHeadline {
    color:#000000;
    font-size: 18px;
    margin: 12px 0px 21px 0px;
}

/* Hinweis unter Headline */
.bpHinweis {
    margin: 0px;
    font-size: 0.9em;   
}


.bpTextAreas textarea {
    font-size: 11px;
    width: 485px;
}


/* Zeitstrahl div(Schritt) aktiv */
#bpZeitstrahl_aktiv {
    color:#000000;
    font-size: 11px;
}

/* Zeitstrahl div(Schritt) passiv */
#bpZeitstrahl_passiv {
    color: #999999;
    font-size: 11px;
    margin-right: 32px;
}

/* Zeitstrahl umgebendes div */
#bpZeitstrahlHull {
    height: 38px; 
    width: 610px; 
    margin: 0px; 
    padding: 0px; 
    border: 0px;
    background-repeat: repeat-x; 
    background-position: center;
}


/* Aus Bestellprozess neue Adresse anlegen */
#bpNewAddress { padding-top: 20px; }

.bpChooseAddress { font-size: 15px; border-bottom: 1px solid #cccccc; }

.bpBtnRight {
    padding-right: 37px;
}


.bpTblArtSum {
    height: 20px;
    background-color: #efefef;
}



table.infoBox {  
    position: relative;
    left: -11px;
}


table.infoBox td {
    vertical-align: top;
}



/* INHALTE Meta-Navigation, z.B. Kontakt, AGB, usw. */
.content_hull {
    width: 807px; 
    padding: 33px 0px 35px 39px;
}
/* Ausnahme Regelung für content_hull 
Rechtespalte benötigt komplette Seitenbreite*/
.fullsize{
     width: 947px;
}
.produktdetails {
	overflow:hidden;
	position:relative;
	min-height:410px;
	}

.ch_ext{
	width:907px;
	padding-right:40px;
}


.content_main {
    font-size: 0.9em;
    line-height: 14px; 
    padding: 21px 0px 0px 0px;   
}


.content_btn { float: left; clear: left; }


#catlist_pic img { float: left; }

#catlist_sgl_subcat {
    margin: 0px;
    padding: 0px;
    float: left; 
    text-align: center;
}

.catPicSized {
    width: 986px; 
    height: 206px;
    float: left;
}


#flash {
    margin-left: -20px;
    height: 500px;
}


/*
footer: 
*/

#footer {
    height: 50px;
	clear:both;
}






#footer_right {
    float: right;
    text-align: right;
    position: relative;
    left: -28px;
    color: #828282;
}



/* COPYRIGHT @xt:commerce */
.copyright {
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: right;
    color: #828282;
    position: relative;
    top: -27px;
    left: -27px;
    float: right;
}

.copyright a { color: #828282; }

.copyright a:hover {
    color: #828282;
    text-decoration: none;
}


.parseTime {
    font-size: 0.8em;
    line-height: 1.5em;
    text-align:center;
    display: none;
}


/* ADMIN-INTERFACE */
#admin_gui {
    border: 1px solid #333333;
    padding: 10px;
    position: absolute;
    left: -130px;
    top: 56px;
    width: 148px;
    color: #ffffff;
    background-color: #666666;
    filter:Alpha(opacity=84);
    opacity:0.84;
}

#admin_gui a, #admin_gui a:hover { color: #dbdbdb; }


/*
BAUKASTEN-SYSTEM
*/
/* kein padding */
.bpNopadding    { padding: 0px; }
/* kein margin */
.bpNoMargin     { margin: 0px;  }
/* neue zeile erzwingen, floaten unterbinden */
.clearBoth      { clear: both;  } 
/* links floaten */
.floatLeft      { float: left;  }



td font b {  padding-left:193px;}


/* Formatierung Logo-Leiste */

#footer_left {
    float: left;
    padding-left: 14px;
	padding-top: 9px;
}
#footer_left a img { border: 0; margin:0; vertical-align:top;}

#footer_left #logo_fcstpauli{
    margin-right: 2px;
    margin-top: 1px;
}

#footer_left #logo_astra{
     margin-left: -9px;
}

#footer_left #logo_dyf{
     margin-left: -7px;
     margin-top: 2px;
}

#footer_left #logo_dacia{
     margin-left: -3px; 
	 margin-top:1px;
}

#footer_left #logo_nike{
     margin-left: -1px; 
}

#footer_left #logo_alice{
    margin-left: -8px; 
	 
}

#footer_left #logo_freebwin{
     margin-left: -7px;
	 margin-top:9px;
}

/*Sonderfall Öljacke*/
.oeljacke img{
	display:block; border:0;
	}
	
.oeljacke a {
	left:30px;
	position:absolute;
	text-decoration:underline;
	top:103px;
	}
	
.checkout_confirmation .bpBtnRight {
	padding-right:0;
	}
	
.allebestellungen table {
	width:100%;
	padding-bottom:10px;
	border-bottom: #ccc solid 1px;
	} 
/*youtube-Link 12.5.2010*/
.youtube-link img {opacity: .7; filter: alpha(opacity=70);}
.youtube-link:hover img {opacity: 1; filter: alpha(opacity=100);}
.youtube-link img {margin-bottom:-4px; margin-right:-1px;}