*/ noch background-color uebergeben */
body {
	background: #102536; /* hintergrundfarbe */
}
/* allg. grundeinstellungen */
/* FORM */
input, textarea, select {
	border:1px solid #c0c0c0;
	background:#F4F4F4;
	font-size: 11px;
	color: #000;
	/* padding:1px; */
	/* margin: 5px 4px 0 0; */
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.form-button {
  /* margin-left:110px !important;
  margin-left:55px; /*to fix IE6 position*/
  width:100px;
  cursor:pointer; 
  /* clear:both; */
}
.pflichtstern {
	color: #f00;
	font-weight:bold;
}
fieldset td.spalte1 { /* erster td */
	width: 130px;	
	text-align:right;
	padding-right:10px;
	
}
fieldset td.spalte2 { /* zweiter td */
	text-align:left;
	width: 170px;	
}

fieldset td.spalte3 { /* dritter td */
	text-align:left;
	width: 220px;	
}

fieldset {
	width: 550px;
	border: 1px solid #fff;
	background: #1F4767;
	padding: 0 0 1em 1em;
}

legend {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 120%;
	padding: 0 1.5em; 
	margin-left: 1em;
	color: #DDD;
}

label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:6px;
	padding-right:10px;
	padding-top:4px;
	text-align:right;
}

fieldset input, fieldset textarea, fieldset select {
	display:block;
	width:160px; 
	border: 1px solid #333;
	background:#F4F4F4;
	font-size: 12px;
	margin-bottom:4px;
	margin-right:10px;
	padding:2px;
}

fieldset input {
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/
}
fieldset input.error,  fieldset select.error{
	border: 1px solid #f00;
	background: #FFCC00;

}

.checkradio  {
	border:		none;
	background:	none;
	width:20px;

}

fieldset label {
	white-space:nowrap; /*to fix ie6 wrapping*/
}

/*
fieldset .floatbox {
	height: 0;
}
*/

/* rahmen um die gesamte page ? */
div#page {
	text-align:left;    /* Seiteninhalt wieder links ausrichten */
	margin:0 auto;   /* standardkonforme horizontale Zentrierung */
	/* margin-left:0; margin-right:auto; /* page linksbuendig ausrichten */
	width:980px;
	padding:0;
	height:100%; 		/* evtl. naus damit */
    border: none;
    background-color: transparent;
}

div#page_margins {
    border: none;
    min-width: 50em;
    max-width: 150em;
    margin: auto;
	margin-left: 10px; /* linken abstand definieren, sofern gewuenscht */
}

div#header {
    height: 110px;
    width: 100%;
    color: #0000FF;
	background: url(/images/header_800x110.jpg) no-repeat; 
}

div#headerleft {
	float: left;
	width: 800px;
	height: 70px;
	background-color: transparent; /* so dass das logo auch nicht verdeckt ist */
	/* overflow: hidden; */
}

div#BoxKonto, div#BoxWarenkorb {
	padding-top:3px; /* abstand der box von oben */
	
}

#BoxKonto a, #BoxWarenkorb a {color: #000; }

#BoxWarenkorb a.headlink {text-decoration: none; color: #fff !important; }
#BoxWarenkorb a.headlink:hover { color: #FFCC33 !important; }

div#BoxKonto {
	width: 170px;
	color: #00FF00; /* ?? */
	background-color: transparent;
	text-align:left;
}

div#BoxWarenkorb {
	width: 170px;
	color: #00FF00; /* ?? */
	background-color: transparent;
	text-align:center;
}

/* statuszeile */
#Status, #headline {
	text-align: left;
	background: transparent;
}

#Status h2 {
	font-size: 1.4em;
}

#Status {
	padding-top: 6px;
	padding-left: 10px;
}

#headline {
	padding: 6px 0; 
}

#form_message_head {
	text-align: center;
	color: #FFCC00;
	font-weight:bold;
	padding: 2px 0; 
}

/* SUCHE */
div#Suche {
	float: right; 
	text-align: right;
	margin: 6px;
	background: transparent;
}
#Suche input {
	width:140px;
	height:14px;
	
}

#Suche .input_pfeil {
	width: 40px;
	height:16px; 
	border:1px solid #c0c0c0; 
	background: #590000 url(/skins/xtreme/images/submit_pfeil_1.gif) no-repeat center; 
	cursor:pointer; 
}
.input_warenkorb {
	width: 100px;
	height:19px; 
	border:1px solid #c0c0c0; 
	font-weight:bold;
	background: #FFEBCC url(/skins/xtreme/images/warenkorb_1.gif) no-repeat 5px center; 
	cursor:pointer; 
}

.input_close {
	font-size: 11px;
	width: 180px;
	background: #FFEBCC url(/skins/xtreme/images/X_13x13.gif) no-repeat 3px center; 
	cursor:pointer; 
}

/* */
input[type="text"]:hover, input[type="text"]:focus {background-color:#DDD;}
input[type="password"]:hover, input[type="password"]:focus {background-color:#DDD;}
input[type=submit]:hover, input[type=submit]:focus {background-color:#8C0000 !important;}
input[type=button]:hover, input[type=button]:focus {background-color:#FFD899 !important;}

#main input[type=submit]:hover, input[type=submit]:focus {background-color:#FFD899 !important;}

textarea:hover, textarea:focus {background-color:#FF0;}

div#navtop {
	height: 30px; /* hier in verbindung mit nav3 margin-top bringen */
	/* border: 1px solid #000000; */
	/* background: #716D4A; */
	
	background: #B2955B; /* corelgold -> #C0A062; frankgold -> #716D4A;  #E9BF53; #D48C26; */
	padding: 0;
}

#navtop { color: #FFF; font-size: 12px; font-weight:bold; font-family: verdana; text-align: left !important; }
#navtop a { text-decoration: none; color: #FFF; }
#navtop a:hover { text-decoration: underline; }
#navtop p { margin: 0; }
#navtop .nt-links { float: left; width:74%; text-align: left; margin: 6px 0 0; overflow: hidden; }
#navtop .nt-links a { padding: 0 10px; white-space: nowrap; }
#navtop .nt-links a.last { padding-right: 0; _float: none !important; width: auto !important;  }
#navtop .nt-suche { float: right; text-align: right; margin: 6px; }

div#main {
	background-color: transparent;
	padding: 0;
}

/* produkt detailansicht */
#div_prod_img_big {
	float:left;
	width: 275px; 
	background-color: transparent;
}

/* linke Spalte */
div#col1 {
	float: left;
    width: 175px; /* breite linke spalte */
}
div#col1_content {
    margin-left: 1em;
    margin-right: 1em;
    color: #DDD;
    background-color: Transparent;
}

/* Rechte Spalte */
div#col2 {
	float: right;
    width: 170px; /* breite rechte spalte */
}

div#col2_content {
    margin-left: 1em;
    margin-right: 1em;
    color: #DDD;
    background-color: Transparent;
    text-align: center;
}

/* Mittlere Spalte */
div#col3{
    margin-left: 0;
    margin-right: 0;
    border-left: solid 175px #102536; /* breite + farbe linke spalte */
    border-right: solid 170px #102536; /* breite + farbe rechte spalte */
    width: auto;
    
}
#col3_bg {
	background: url(/skins/xtreme/images/bg_main1.gif) repeat-y;
}
div#col3_content {
    margin-left: 1em;
    margin-right: 1em;
    color: #DDD;
    text-align: center;
}

#col3_content .main-head { 
	width:382px;
	height:116px;
	/* <img style="margin: 10px 0 10px 0;" src="<?php echo './skins/'.SKIN.'/images/main_home_01.gif'; ?>" alt="" title=""> */
	margin:0 auto; 
	background: url(/skins/xtreme/images/main_home_01.gif) no-repeat center;
}

#col3_content .agb-head {
	font-weight:bold;
	text-decoration:underline;
}


#footer {
		clear: both;
        color: #666;
        background-color: transparent; 
        /* margin-left: 16em; */
        /* margin-right: 16em; */
        padding: 0  1em 0 1em;
        line-height: 1.5em;
		text-align:center;
        width: auto;
        border-top: 1px solid #666;
        padding-top:4px; 
}

#footer a {color: #666; }

#ProduktBox {
	position:relative;
	padding: 6px 0;
	background-color: transparent;
	width: 588px;
	/*
	color: #00FF00;
	text-align:left;
	*/
}

#ProduktBox a { color: #FFEBCC; }

#nav_shoppages {
	text-align:right;
	width:100%;
}

#Warenkorb {
	position:relative;
	padding: 6px 0;
	background-color: transparent;
	width: 588px;
}

a {color: #FFF; text-decoration:underline;}
a:hover {background-color: transparent; text-decoration:none;}
a:focus {background-color: transparent; text-decoration:none;}

/* xtreme boxen */

/* boxen */
.box_2 {background:transparent;}
.box_2 span {
	/* text-align:center; */
	color: #000; /* textfarbe */
	margin:0; 
	font-weight:normal; 
	/* padding-bottom:0.5em; */
}

.boxtop_2 {
	display:block; 
	background:transparent; 
	font-size:1px;
	width:172px; /* breite + 2px */
}
.box_e1_2, .box_e2_2, .box_e3_2, .box_e4_2 {
	display:block; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
.boxhead_2, .box_e2_2, .box_e3_2, .box_e4_2 {
	background: #590000; /* bg headbereich */
}

.box_e1_2, .box_e2_2, .box_e3_2 {height:1px;}
.box_e2_2, .box_e3_2, .box_e4_2 {
	border-left: 1px solid #000; /* rahmenfarbe */
	border-right: 1px solid #000; /* rahmenfarbe */
}
.box_e1_2 {
	margin:0 5px; 
	background: #000; /* rahmenfarbe */
} 
.box_e2_2 {margin:0 3px; border-width:0 2px;}
.box_e3_2 {margin:0 2px;}
.box_e4_2 {height:2px; margin:0 1px;}

.boxhead_2 {
	display: block;
	text-align: center;
	color: #ffffff !important; /* textfarbe head */
	font-weight: bold !important; 
	/* border-bottom: 1px solid #000000; /* rahmenfarbe headzeile unten */
	height: 14px; 
	width: 100%; 
}
/* fuer die produkt-box */
.boxbottom_2 {
	display: block;
	color: #ffffff !important; /* textfarbe head */
	font-weight: bold !important; 
	width:250px;
	height:22px;
	border:0 solid #000;
	border-width:1px 1px 1px 1px;
	line-height:22px;
}

.boxcontent_2 {
	display:block; 
	background: #DDD; /* bg unterer mainbereich */
	border:0 solid #C0A062; /* rahmenfarbe */
	border-width:1px 1px 1px 1px;
	height: 48px; /* hoehe unterer bereich */
	width: 170px; /* breite unterer bereich */
	overflow: auto;
}



