*
{
	margin:0;
	padding:0;
}

body, textarea, input, select
{
	font-family:Century Gothic,trebuchet ms,  Arial, Helvectica, Sans-serif;
	font-size:0.9em;
	color:#000000;
}

body#main
{
	background:url('../images/design/bodyBg.gif');
	position:relative;
}
div.topStatic
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:1px;
}
div.wrapper
{
	position:relative;
	margin:0 auto;
	width:850px;
}
#fixedLink, #cartLink
{
	position:absolute;
	top:0;
	height:20px;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px 8px;
	z-index:999999;
}
#fixedLink
{
	right:200px;
}
#cartLink
{
	right:0px;
}
/* GENERAL */
a
{
	color:#7d0000;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a img 
{
	border:none;
}
p
{
	margin:0 0 10px 0;
}
.centeredText
{
	text-align:center;
}
.rightText
{
	text-align:right;
}
.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}
.hidden
{
	display:none;
}
.pointer
{
	cursor:pointer;
}

/* FORMULARE */
form.noMarginPadding 
{ 
	padding:0;
	margin:0;
}
label
{
	cursor:pointer;
}
.bold
{
	font-weight: bold;
}
.borderBottom td
{
	border-bottom: 1px solid #fff;
}
.terminText
{
	padding:10px 10px 20px 10px !important;
}
input, select, textarea
{
	font-size:0.9em;
	color:#000;
	border:1px solid #ccc;
	padding:2px;
	background:#fff url('../images/design/inputBg.gif') repeat-x;
}
input[type="text"], input[type="password"], input[type="file"], select
{
	width:200px;
}
textarea
{
	width:550px;
}
input[type="submit"]:hover
{
	background:#fff url('../images/design/buttonBgHover.gif') repeat-x bottom;
	border:1px solid #ccc;
}
input.smallInput
{
	width:84px;
}
select.auto
{
	width:auto !important;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div.home
{
	margin-left:400px;
}

/* BEGIN ERRORMSG */
.msgtyperror, .msgtypok
{
	padding:4px 3px 3px 25px;
	background:#efefef;
	border:1px solid #ccc;
	margin:0 0 7px 0;
	font-size:0.9em;
	color:#4F4F4F;
}
.msgtyperror
{
	background:url('../images/icons/iconNo.png') no-repeat;
	background-position:5px 5px;
}
.msgtypok
{
	background:url('../images/icons/iconYes.png') no-repeat;
	background-position:5px 5px;
}
.msgtypok ul
{
	margin:15px;
}
/* END ERRORMSG */


/* DESIGN */
#header
{
	position:relative;
	margin:70px auto 0 auto;
	width:874px;
	height:267px;
	background:url('../images/design/header.png') no-repeat;
}
	#header #logo
	{
		position:absolute;
		top:-40px;
		left:12px;
		width:229px;
		height:47px;
		display:block;
		background:url('../images/design/logo.png ') no-repeat;
		z-index:10;
	}
	
	#header #logotext 
	{
		position:absolute;
		top:-25px;
		right:15px;
		width:250px;
		height:25px;
		text-align:right;
		font-size:1.2em;
	}
	
	#header #headerPicture
	{
		position:absolute;
		top:17px;
		left:12px;
		width:850px;
		height:250px;
		background:#fff;
		overflow:hidden;
		/*background:url('../images/design/header/header1.jpg ') no-repeat;*/
	}
	
	#navi
	{
		position:absolute;
		top:212px;
		left:12px;
		width:850px;
		height:55px;
		background:url('../images/design/naviBgBlack.png');
	}
	
		#navi ul
		{
			margin:25px 0;
			float:left;
		}
			#navi ul li
			{
				display:inline;
			}
				#navi ul li a 
				{
					float:left;
					height:30px;
					padding:5px 8px 5px 8px;
					margin:0;
					color:#fff;
					font-size:1.05em;
					text-decoration:none;
				}
				#navi ul li a:hover
				{
					background:url('../images/design/naviBgHover.png') ;
				}
				#navi ul li a.active
				{
					color:#000;
					background:url('../images/design/naviBgActive.png') ;
				}


#contentBg
{
	position:relative;
	margin:0px auto;
	width:874px;
	background:url('../images/design/contentBg.png');
}
	#contentShadowTop
	{
		position:absolute;
		left:12px;
		top:0px;
		width:850px;
		height:18px;
		background:url('../images/design/contentShadowTop.png') repeat-x;
	}
	
	#contentInner
	{
		position:relative;
		padding:20px 25px 15px 25px;
		width:825px;
		line-height:1.5;
	}
		/* FOTOS bei CONTENT */
		.fotoLeft, .fotoRight, img.border
		{
			border:1px solid #ccc;
		}
		.fotoLeft
		{
			margin:5px 10px 10px 0;
		}
		.fotoRight
		{
			margin:5px 0 10px 10px;
		}
		
		/* ÜBERSCHRIFTEN */
		h1
		{
			color:#7d0000;
			font-size:1.7em;
			font-weight:normal;
			margin:0 0 10px 0;
			line-height:1.0;
		}
			h1.home
			{
				color:#000;
				font-size:1.7em;
				padding:40px 0 70px 0;
				line-height:1.3;
			}
		h2
		{
			color:#7d0000;
			font-size:1.3em;
			font-weight:normal;
			margin:10px 0 5px 0;
			line-height:1.0;
		}
			h2.home
			{
				color:#000;
				font-size:1.2em;
				margin:10px 0 10px 0;
				line-height:1.3;
			}
		h3
		{
			color:#7d0000;
			font-size:1.1em;
			font-weight:normal;
			margin:10px 0 5px 0;
			line-height:1.0;
		}
		
		/* VERKAUF / ARTIKEL */
		div.categoryList
		{
			float:left;
			width:230px;
			border-right:1px solid #ccc;
		}
			div.categoryList a
			{
				height:30px !important;
				display:block;
				padding:0 4px 0 4px;
				line-height:2;
			}
			div.categoryList a:hover 
			{
				text-decoration:none;
				color:#000;
			}
				div.categoryList a.active
				{
					font-weight:bold;
					border-left:1px solid #ccc;
					background:url('../images/design/activeCategoryBg.png') repeat-x;
				}
				div.categoryList a.active span.arrow
				{
					display:block;
					height:30px;
					width:12px;
					float:right;
					float:rigth;
					margin:0 -16px 0 0;
					background:url('../images/design/activeCategoryArrow.png') no-repeat;
				}
		div.articleList
		{
			margin-left:230px;
			border-left:1px solid #ccc;
		}
			
		div.articleItem
		{
			padding:5px;
			margin-left:20px;
		}
			div.articleItem h2
			{
				font-weight:normal;
				font-size:1.15em;
			}
			div.articleItem h2 span
			{
				float:right;
				font-size:0.8em;
			}
			h1 span
			{
				float:right;
				font-size:0.7em;
				padding-top:4px;
			}
			div.articleItem .articleText
			{
				border-bottom:1px solid #ccc;
				/*padding:0 5px 5px 10px;*/
			}
			div.articleItem .articleText .moreInfo
			{ 
				text-align:right;
			}
			div.backToOverview
			{
				border-top:1px solid #ccc;
				margin-top:4px;
				padding-top:2px;
			}
			
		
		/* TERMINE */
		span.dateSep
		{
			display:block;
			line-height:0.5;
		}
		
		

#footer
{	
	position:relative;
	margin:0px auto 10px auto;
	width:872px;
	height:12px;
	background:url('../images/design/footer.png') no-repeat;
	text-align:right;
}
	#innerFooter
	{
		padding:3px 15px 10px 0;
	}
	#innerFooter a
	{
		color:#6F6F6F;
		font-size:0.8em;
		margin:0 5px 0 0;
	}
	#innerFooter a:hover
	{
		color:#1F1F1F;
		text-decoration:none;
	}
/* END DESIGN */


/* ************************************************************************************************************** /
/* TABLES */
table.data
{
	border:1px solid #8D0D12;
	margin:5px 0 0 0;
}
table.data th
{
	font-weight:bold;
	background:#8D0D12 url('../images/design/tableHeadBg.gif') repeat-x;
	color:#fff;
	height:30px;
}
table.data td, table.data th
{
	padding:3px;
}
table.data tr.colorLight
{
	background:#f4f4f4;
}
table.data tr.colorDark
{
	background:#eaeaea;
}

span.cartSum
{
	display:block;
	float:right;
	padding:0 7px;
	font-weight:bold;
	background:#8D0D12;
	color:#fff;
}
a.deleteArticle
{
	/*background:#8D0D12;*/
	color:#2F0003;
	font-weight:bold;
	padding:0 6px 3px;
	line-height:1.0 !important;
}
a.deleteArticle:hover
{
	text-decoration:none;
	color:#fff;
	background:#8D0D12;
}
img.shopVerlauf
{
	margin:-2px 0 5px -13px;
}
div.shopHint
{
	margin-top:10px;
	color:#373737;
	clear: both;
}
a.facebook
{
	padding-left:20px;
	margin-left:20px !important;
	background:url('../images/design/facebook1.png') no-repeat;
	display:block;
}
a.facebook:hover
{
	background:url('../images/design/facebook2.png') no-repeat;
}
/* ************************************************************************************************************** /
/*	CSS for Slideshow.
License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
*/

.slideshow{display:block;position:relative;z-index:0;}.slideshow-images{display:block;overflow:hidden;position:relative;}.slideshow-images img{display:block;position:absolute;z-index:1;}.slideshow-thumbnails{overflow:hidden;}.slideshow-images{height:300px;width:400px;}.slideshow-images-visible{opacity:1;}.slideshow-images-prev{opacity:0;}.slideshow-images-next{opacity:0;}.slideshow-images img{float:left;left:0;top:0;}.slideshow{height:300px;margin:0 auto;width:400px;}.slideshow a img{border:0;}
