/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/*background: #FFFFFF url(img/img01.jpg) repeat-x;*/
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #F49500;*/
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
  padding-bottom:20px;
  padding-top:20px;  

}

#links h2
{
  padding-bottom:0px;
}  


h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	/*text-align: justify;*/
}

blockquote {
	padding-left: 20px;
	background: url(img/img05.gif) repeat-y;
}

a {
	color: #000000;
	/*color: #F49500;*/
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 990px;
	height: 106px;
	margin: 0 auto;
	background: url(img/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
	display:none;
	visibility:hidden;
	height:0px;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
	display:none;
	visibility:hidden;
	height:0px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
	display:none;
	visibility:hidden;
	height:0px;
}

/* Menu */

#menu {
	width: 990px;
	height: 30px;
	margin: 0 auto;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	background-color:#67729C;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	margin-top:2px;
	/*background: url(img/img03.gif) no-repeat;*/
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

.search-box{
	float:right;
}
.search-txt{
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	margin-top:2px;
	/*background: url(img/img03.gif) no-repeat;*/
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}


/* Content */

#content {
	width: 950px;
	margin: 0 auto 0px auto;
	padding: 6px 20px 20px;
	/*background: #FFFFFF url(img/img04.jpg) repeat-x left bottom;*/
	background-color:#102B5B;
}

#brotkruemelnavi{
	padding-bottom:2px;
	color:#ffffff;
	float:left;
}

#brotkruemelnavi a{
	color:#ffffff;
}

/* content-block */
#content-block{
	background-color:#67729C;
	border:2px solid #FFFFFF;
	float:left;
	width:950px;
}

#inhalt-block{
	background-color:#FFFFFF;
	background-image:url(img/content_bg.jpg);
	background-repeat:repeat-y;
	float:left;
	margin:6px;
	width:938px;
}

/* Posts */

#posts {
	float:left;
	width:734px;
}

.post {
	padding:10px;
}

/* Links */

#links {
	float: right;
	width: 200px;
/*	padding-left: 20px;
	background: url(img/img05.gif) repeat-y;
	border-left:4px solid #67729C;*/
}

#links ul {
	margin:4px 0 0;
	padding: 0;
	list-style: none;
}

#links ul li{
	padding-left:0px;
}

#links li ul {
	padding: 5px 0 10px 0;
}

#links li li {
	padding: 7px 10px;
	/*background: url(img/img06.gif) repeat-x left bottom;*/
	border-bottom:1px solid #67729C;
}

#links li a {
	text-decoration: none;
	/*width:170px;*/
	padding-left:10px;
	display:block;
	font-size:10px;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
	padding-left:10px;
}

#links li table {
}

/* Footer */

#footer {
	/*height: 100px;*/
	height:30px;
	padding: 20px;
	margin: 0 auto;
	width:950px;
	/*background: #2D2D2D url(img/img07.gif) repeat-x;*/
	background-color:#102B5B;
	text-align: center;
}

#footer p {
	text-align: center;
	color: #999999;
}

#footer ul {
	text-align: center;
	padding: 0;
	list-style: none;
	margin-left:70px;
}

#footer li {
	display: inline;
}

#footer a {
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	margin-top:2px;
	/*background: url(img/img03.gif) no-repeat;*/
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}



.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
  padding:3px;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  display:none;
  visibility:hidden;
  height:0px;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  display:none;
  visibility:hidden;
  height:0px;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}




.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }


.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

.onepxwidth {
	width: 1px;
}

img
{
border:none;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5;
}

/***********************************/
.produkt_listing{

	width:714px;
	float:left;
	margin-top:10px;
	border-top: 2px solid; border-color: #67729C;
	border-bottom: 2px solid; border-color: #67729C;
}

.produkt_listing_row{
	border-top: 2px solid; border-color: #67729C;
	border-bottom: 2px solid; border-color: #67729C;
	width:714px;
	float:left;
}

.produkt_pic{
	float:left;
	width:150px;
	text-align:center;
	padding:10px;
}
.produkt_desc_main{
	border-left: 4px solid; border-color: #67729C;
	float:left;
	width:520px;
	padding:10px;
}
.produkt_name{
	width:520px;
}
.produkt_desc{
	/*border-bottom: 1px solid; border-color: #cccccc;*/
	float:left;
	width:520px;
	padding-top:4px;
}
.produkt_shipping{
	float:left;
	width:520px;
	padding-top:10px;
}
.produkt_price{
	float:left;
	padding-top:10px;
}
.produkt_shipping_tim{
	float:left;
}
.produkt_shipping_image{
	float:left;
}
.produkt_shipping_name{
	float:left;
}
.produkt_shipping_time{
	float:left;
	padding-right:10px;
}
.produkt_shipping_buy{
	float:right;
}


/*********************************/
#categoriesbox{
	padding-left:10px;
	padding-right:10px;
}

.navilist{

}
.gewaehlt{
	background-color:#FAEFD3;
}
.maincat{
	font-weight:bold;
}
.submenue{

}

.kleeen{
	font-size:11px;
	font-weight:100;
	/*font-family:arial;*/
	text-transform:none;
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	line-height:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.kleeensub{
	font-size:11px;
	font-weight:100;
	font-family:Verdana,Arial,sans-serif;
	line-height:18px;
	text-transform:none;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.contentTopics{
	color:#000000;
}

.contentsTopicsright a{
	color:#666666;
}

.neueartikeldefault a{
	color:#666666;
}

.infoBoxsearch{
	float:right;
	color:#FFFFFF;
	padding-right:0px;
	padding-top:0px;
}

.infoBoxsearch ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.infoBoxsearch li {
	display: inline;
}

.infoBoxsearch a {
	display: block;
	float: left;
	padding: 0px 10px 4px 10px;
	margin-top:0px;
	/*background: url(img/img03.gif) no-repeat;*/
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

.infoBoxsearch a:hover {
	color: #FFFFFF;
}