body {
         font-size:0.85em;
         font-family: verdana, arial, sans-serif;
         color:#00284F;
         margin:0px;
	}
td            { font-family: verdana, sans-serif; color:#00284F; }
p             { text-align:justify;}

.noprint     { display: none; }
.print       { display: block; }


/* Rahmen */
.b_dashed     { border:1px dashed #BFB98F; padding: 5px; }
.b_dashed_tb  { border-top:1px dashed #BFB98F; border-bottom:1px dashed #BFB98F; padding: 5px; }
.box_blue     { border:1px dashed #fff; padding: 5px; background-color:#e4edf0; }
.box_gray     { border:1px dashed #fff; padding: 5px; background-color:#eaeaea; }

/* Text */
.smallblue    { font-size: 0.85em; color:#00284F; }
.smallgray    { color:#7d774f; font-size:0.8em;  }
.smallorange  { color:#dd8200; font-size:0.8em;  }
.verysmallgray{ color:#7d774f; font-size:0.7em;  }
.gray         { color:#7d774f; }
.bigred	     { color:#990000; font-size:1.2em;}
strong, b     { font-weight:bold; }
em, i 	     { font-style:italic; }



a 	{ color:#00284F; text-decoration:none; }
a:hover  { color:#a6c9e3; text-decoration:underline; }


a.sub:link,
a.sub:visited,
a.sub:active { font-size: 11px; color:  #006699; text-decoration: none;}
a.sub:hover { font-size: 11px; color:  #006699; text-decoration: underline;}


#wrapper {
	width:100%;
	margin:0 auto;
}

#content {
	background:#fff;
	padding:10px 10px 10px 10px;
	margin:20px 0 10px 0;
	width:100%;
}

#header {
        text-align: left;
        color:#756c5a;
        font-size:0.85em;
         /*
         background:url(images/header.png) left top repeat-x;
	padding:15px 0 15px 13px;
         */
}

#linkespalte {
	padding:8px 15px 15px 15px;
	width:474px;
	float:left;
         background:#fff;
         border-right:1px dashed #eaeaea;
	}
	#sidebar img.featuredproducts    { margin:0 0 0 -5px; display:block; }
	#sidebar img.ttshirt             { float:right; margin:20px 13px 0 10px; }
	#sidebar p                       { font-size:0.8em; line-height:15px; }

#linkespalte_detail {
	padding:8px 15px 15px 15px;
	width:90%;
	float:left;
         background:#fff;
         border-right:1px dashed #eaeaea;
	}
	#sidebar img.featuredproducts    { margin:0 0 0 -5px; display:block; }
	#sidebar img.ttshirt             { float:right; margin:20px 13px 0 10px; }
	#sidebar p                       { font-size:0.8em; line-height:15px; }



#rechtespalte {
	/* background:url(images/bigbox.png) left top no-repeat; */
	margin:0px 0px 0px 0px;
	/*padding:22px 20px 25px 505px;*/
}

#marginal {
         width:140px;
	margin:0px;
         padding: 10px;
	/* padding:22px 20px 25px 505px; */
	float:right;
}

#marginalcontent {
	background:url(../images/backwhite20.png);
         padding: 10px;
}


h1 		{ font-size:30px; font-family:arial; color:#81accc; line-height:32px; }
h2 		{ font-size:24px; font-family:arial; color:#81accc; line-height:20px; }




#sub ul {
         background:#97bed7;
         font-size:0.9em;
         list-style:none;
         color:#fff;
         text-transform:uppercase;
         }
	#sub ul li		{ display:inline; }
	#sub ul li a		{ color:#fff; display:inline-block; padding:5px 10px; text-decoration:none; }
	#sub ul li a:hover	{ color:#756c5a; }
	#sub ul li.selected a	{ color:#756c5a; }






#main blockquote {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#81accc;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
}

#main p {
	font-size:0.8em;
	color:#333;
	line-height:14px;
	padding:10px 0;
}


#footer {
	background:#165da0;
	text-align:right;
	color:#fff;
	padding:1px 15px;
	clear:both;
         /* margin:5px; */
}

	#footer span 	{ float:left; }
	#footer ul	{ list-style:none; }
	#footer ul li	{ display:inline; }
	#footer ul li a	{ color:#fff; /*padding:0px 5px;*/ }









#lastbar {
	padding:5px;
	width:40%;
	float:left;
         font-size:0.85em;
	color:#b9a37b;
	}
	#sidebar img.featuredproducts    { margin:0 0 0 -5px; display:block; }
	#sidebar img.ttshirt             { float:right; margin:20px 13px 0 10px; }
	#sidebar p                       { font-size:0.8em; line-height:15px; }


#lastmain {
	/* background:url(images/bigbox.png) left top no-repeat; */
	margin:0px 0px 0px 0px;
	padding:5px;
         font-size:0.85em;
	color:#b9a37b;
         text-align: right;

}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 270px;
	height:72px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin:-1px 0 0 0;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0 20px 0 0;
	background-color:#fff;
	padding:2px;
	cursor:pointer;
	width:70px;
	height:70px;
}

/* active item */
.scrollable .active {
	border:2px solid #ccc;
	z-index:9999;
	position:relative;
	padding:0px;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px; left: 270px; top:-25px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; }


/* left */
a.left		{ left: 270px; top:10px; }
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down	{
		  background:url(images/vert_large.png) no-repeat;
		  float: none;
		  margin: 10px 50px;
}

/* up */
a.up:hover  	{ background-position:-30px 0; }
a.up:active  	{ background-position:-60px 0; }

/* down */
a.down 		{ background-position: 0 -30px; }
a.down:hover  	{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
	          visibility:hidden !important;
}