/* ----------------------------------------------------------------------------------------

   Stylesheet for queeny-wear.de: 
   (c) Anne Mühlbauer ### anne[at]kaltgruen.de ### http://eden-existiert.de
   
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
   
   
/* ----- Generelles ----- */

* {
	margin:0;
	padding:0;
}

body {
	font-family:verdana,arial,sans-serif;
	font-size:65%;
	color:#313131;
	background:#ffffff;
}

a {
	color:#ad6684;
	text-decoration:none;
}

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

img {
	border:none;
}

.noborder,.noborder a {
	border:none;
}

p {
	font-size:1.1em;
	line-height:1.4em;
	padding:2px 10px;
	text-align:justify;
}

table {
	border:none;
	width:100%;
}

/* ----- Formulare ----- */

form{
	display:inline;		   
}

textarea {
	width:90%;
	padding:4px;
	background:#f6ecce;
	border:1px solid #dbc482;
}

input {
	background:#f6ecce;
	border:1px solid #dbc482;
	color:#313131;
  margin-top: 1px;
}

/* ----- Hervorhebung im Text ----- */

.important {
	font-weight:bold;
	color:#ad6684;
}

h2 {
	color:#ad6684;
	font-weight:bold;
	font-size:1.3em;
	letter-spacing:1px;
	margin-bottom:10px;
}

h4 {
	color:#ad6684;
	font-weight:bold;
	letter-spacing:1px;
	font-size:1em;
	padding:10px 10px 1px 10px;
}

/* ----- besonders hervorgehebene Boxen im Text ----- */

.kasten {
	background:#f6ecce;
	color:#313131;
	border:1px solid #dbc482;
	padding:5px;
	margin:10px;
}

.kastenheader {
	background:#ffffff;
	padding:2px;
}

.kastenbody {
	background:#f6ecce;
}

/* ----- Produktauflistung ----- */

.product img {
	margin:10px;
}

.product,.product:hover {
	border:none;
}

.product_title a {
	font-weight:bold;
	color:#ad6684;
	border:none;
	text-decoration:none;
}

.product_title a:hover {
	color:#313131;
}

.added {
	display:block;
	text-align:center;
	margin:0 auto;
	background:#ffffff;
}

/* ----- Header (der das Logo enthält) ----- */

.header {
  background-image: url(http://www.queeny-wear.de/images/headbg.gif);
  background-repeat: repeat;
}

/* ----- Navigation unterhalb des Logos ----- */

.usernavi {
	background:#f6ecce;
	border-top:1px solid #dbc482; 
	border-bottom:1px solid #dbc482; 
	height:1.4em;
	padding:0 15px;
}

/* ----- Navigation links ----- */

.navLeft {
	border-right:1px solid #dbc482;
	background:#ffffff;
	width:185px;
}


h3 {
	font-size:1.1em;
	line-height:1.4em;
	font-weight:bold;
	display:block;
	background:#ffffff;
	color:#313131;
	padding-left:10px;
}

.boxText { 
	font-size:1em;
	padding:5px;
    border:none;
	text-align:left;
}

.boxText_center { 
	font-size:1em;
	padding:10px;

	text-align:center;
}


.box_inhalt{ 
	font-size:1em;
	padding:10px;
  
	text-align:left;
}

.infoBox {
  font-size:1em;
  background:#ffffff;
}

.kategorie a {
	background:#ffffff;
	font-size:1em;
	color:#313131;
	text-decoration:none;
	border:none;
	letter-spacing:1px;
}

.kategorie a:hover {
	color:#ad6684;
}

/* ----- Navigation rechts ----- */

.navRight {
	border-left:1px solid #dbc482;
	background:#ffffff;
	width: 185px;
}

/* ----- Footer ----- */

.footer {
	border-top: 1px solid #dbc482;
	padding: 3px 10px 10px 10px;
}

.footer a {
	border:none;
}

/* ----- Boxen ----- */

.bordertop {
	border-top:1px solid #dbc482;
}

.borderbottom {
	border-bottom:1px solid #dbc482;
	font-size:10px;
}

.bordrbottom {
	border-bottom:1px solid #dbc482;
	font-size:10px;
}

.borderright {
	border-bottom:1px solid #dbc482;
	}	



.boxTextBG {
	font-size:10px;
	background:#ffffff;
	border-right:1px solid #dbc482;
}

.boxTextBGII {
	font-size:10px;
	background:#ffffff;
}

.main {
  font-size:11px;
  line-height:1.5;
  background-color: #ffffff;
}


/* message box */

.messageBox { 
	font-size: 10px; 
	}

.messageStackError, .messageStackWarning {
	background:#edd6ee; 
	color:#000;
	}

.messageStackSuccess { 
	background:#edd6ee; 
	color:#000;
	}





.contentsTopics {
	font-size: 14px;
	font-weight: bold;
}


.poweredby {
   
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* von Sabine hinzugefügt */

.headerNavigation {
background-color: #f6ecce;
}


.mainhead {
  font-size:11px;
  line-height:1.5;
  background-color: #f6ecce;
}

span.small {
font-size: 9px;
}