
html { padding: 0; margin: 0; }

a img { border: 0; }

body
{
	background: #281C1E url(../gfx/body.jpg) top center;
	color: #000;
	padding: 14px 0 20px 0;
	font-size: 12px;
	margin: 0;
	font-family: tahoma, verdana, helvetica;
}

h1
{
	font-size: 28px;
	font-family: arial;
	margin: 0 0 16px 0;
	line-height: 28px;
}

h2
{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 4px 0;
	font-family: arial;
}
h2 a { color: #000; }

#Left h2
{
	font-size: 13px;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: #BE000C;
	font-weight: bold;
}
a:hover
{
	color: #ff0010;
}

strong, b 
{
}

button
{
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	background: #eeeeee;
	color: #B6020D;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	position: relative;
	overflow: visible;
	-webkit-transition: 0.3s all;
	cursor: pointer;
	cursor: hand;
	font-family: tahoma, arial;
}
button:hover
{
	background: #fff;
	color: #ff040f;
}

input, textarea
{
	-webkit-transition: 0.3s all;
	background: #fff;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: tahoma, arial;
}

input:focus, textarea:focus
{
	outline: 0;
	color: #000;
	border-color: #442200;
	-webkit-box-shadow: 0px 0px 5px rgba(255,240,50,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(255,240,50,0.3);
	box-shadow: 0px 0px 5px rgba(255,240,50,0.3);
}

/** Classes ----------------------------------------------------------------- */

.Margins, .MarginsWide
{
	padding: 20px;
	line-height: 17px;
}
#Right .Margins { width: 505px; }

/** Elements ---------------------------------------------------------------- */

#CenterBox
{
	position: relative;
	width: 980px;
	margin: auto;
	background: url(../gfx/contentbg.jpg) repeat-y;
	-moz-box-shadow: 0px 0px 75px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 75px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 175px rgba(0,0,0,0.3);
}

/** Menu -------------------------------------------------------------------- */

#Menu
{
	position: absolute;
	right: 0px;
	top: 48px;
}

#Menu ul, #Menu li
{
	display: block;
	float: left;
	margin: 0; padding: 0;
}
#Menu ul ul
{
	display: none;
}
#Menu a
{
	display: block;
	padding: 0 12px 0 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tahoma, arial;
	font-size: 12px;
	text-shadow: 1px 1px 3px black;
	-webkit-transition: all 0.5s;
	border-right: 1px dotted #851;
	letter-spacing: 1px;
}
#Menu .kontakt a { border: 0; }
#Menu a:hover
{
	text-shadow: 0px 0px 3px #dae27f;
}
#Menu a.current
{
	color: #dae27f;
	font-weight: bold;
}

#Header
{
	background: url(../gfx/site_top.jpg) no-repeat 0px -83px;
	height: 75px;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

a#Home 
{ 
	position: absolute; top: -35px; left: -470px; width: 250px; height: 50px; background: none; border: 0; 
}
#Home span { visibility: hidden; }

/** Content ----------------------------------------------------------------- */

#Content
{
	min-height: 500px;
}

.Newsitem, #Search h2, #Events h2
{
	font-family: arial;
}


#Left
{
	width: 245px;
	min-height: 500px;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
}
#Left a
{
	color: #dfbb7c;
	text-decoration: none;
}

#Left .Sharing
{
	margin: 6px;
}

#Left .Sharing img
{
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

#Left #Events
{
	border-top: 1px dotted #743;
	margin: 16px 6px 0 6px;
}

#Left hr
{
	border: 0;
	border-top: 1px dotted #743;
	margin: 16px 6px 0 6px;
	background: none;
}

#Right
{
	width: 725px;
	float: left;
}

.Title { font-weight: bold; }
.Title, .Date, .ReadMore { padding-right: 20px; }
.Leadin { font-size: 11px; padding-right: 20px; }
.ReadMore { padding-bottom: 10px; }
.Leadin img { float: right; width: 96px; height: 96px; border: 2px solid #aaa; margin: 0 10px 10px 10px; }
.Date { font-family: georgia, serif; }

#SmallerNews { padding: 10px 20px 10px 20px; }


#Bottom
{
	clear: both;
	height: 150px;
	background: #1A1214;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	box-shadow: 0px 1px 2px #1d1310;
	position: relative;
	top: 4px;
	margin-bottom: 0px;
}

#Bottom .Footer 
{ 
	color: #c0c0c0; 
	font-size: 11px; 
	padding: 8px 10px; 
	border-top: 3px solid #3B2424; 
	line-height: 13px;
}
.Footer a 
{ 
	color: #c0c0c0; 
	font-weight: bold; 
}
#Bottom .Footer strong
{
	color: #ffffff;
}
#Bottom .Address
{
	position: absolute;
	top: 5px;
	left: 435px;
	width: 270px;
}

#Bottom .Kontakt span
{
	display: block; float: left;
	width: 50px;
}

#Bottom .Kontakt
{
	position: absolute;
	top: 5px;
	left: 597px;
	border-right: 1px dotted #5c3848;
	height: 143px;
	width: 180px;
}

#Bottom .Social
{
	position: absolute;
	top: 5px;
	left: 800px;
	height: 143px;
	width: 170px;
}
#Bottom .Social a { color: #c0c0c0; }
#Bottom .Social li, #Bottom .Social ul { margin: 0; padding: 0; list-style: square; }
#Bottom .Social ul { margin: 0 0 0 18px; }

#Bottom .SiteMap
{
	position: absolute;
	top: 5px;
	left: 275px;
	border-right: 1px dotted #5c3838;
	width: 135px;
	height: 143px;
}
#Bottom .SiteMap a { color: #c0c0c0; }
#Bottom .SiteMap li, #Bottom .SiteMap ul { margin: 0; padding: 0; list-style: square; }
#Bottom .SiteMap ul { margin: 0 0 0 18px; }

#Bottom .FacebookLike
{
	position: absolute;
	top: 5px;
	left: 13px;
	width: 241px;
	height: 143px;
	border-right: 1px dotted #5C3838;
}
#Bottom .FacebookLike iframe
{
	border-radius: 5px;
	border: 0;
	opacity: 0.6;
}

/** Campaign ---------------------------------------------------------------> */

#CampaignField .Content
{
	position: absolute;
	visibility: hidden;
	left: -10000px;
}

#CampaignField .ContentInitialized 
{
	position: absolute;
	top: 4px;
	left: 5px;
	width: 230px;
	height: 221px;
	background: #553311;
	overflow: hidden;
}
#CampaignField .ContentInitialized .Image
{
	position: absolute;
	top: 0; left: 0;
	width: 230px;
	height: 221px;
	cursor: hand;
	cursor: pointer;
	z-index: 1;
}
#CampaignField .Image .Title
{
	position: relative;
	margin-top: 131px;
	left: 0px;
	width: 219px;
	background: #fff;
	color: #000;
	padding: 4px 5px 0 5px;
	z-index: 2;
	font-weight: bold;
}
#CampaignField .Image .Leadin
{
	position: relative;
	left: 0px;
	width: 219px;
	background: #fff;
	color: #000;
	padding: 2px 5px 5px 5px;
	height: 70px;
	z-index: 2;
	font-size: 10px;
	line-height: 13px;
}
#CampaignField .Image:hover .Leadin, #CampaignField .Image:hover .Title
{
	color: #500;
}

#CampaignField
{
	margin: 3px 0 0 2px;
	width: 240px;
	height: 256px;
	background: url(../gfx/front_bannerbg.jpg);
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 13px;
}
#CampaignField .ArrowPrev, #CampaignField .ArrowNext
{
	width: 21px;
	height: 14px;
	background: url(../gfx/front_banner_arrow_back.jpg);
	position: absolute;
	left: 8px;
	bottom: 9px;
	cursor: hand;
	cursor: pointer;
}
#CampaignField .ArrowNext
{
	background: url(../gfx/front_banner_arrow_next.jpg);
	left: 210px;
}
#CampaignField .ArrowNext span, #CampaignField .ArrowPrev span
{
	position: absolute;
	top: 0px; left: 0px; width: 21px; height: 14px;
	-webkit-transition: 0.4s all;
	opacity: 0.0;
	visibility: hidden;
	background: url(../gfx/front_banner_arrow_back_over.jpg);
}
#CampaignField .ArrowNext span
{
	background: url(../gfx/front_banner_arrow_next_over.jpg);
}
#CampaignField .ArrowPrev:hover span, #CampaignField .ArrowNext:hover span
{
	visibility: visible;
	opacity: 1;
}

/** Campaign End -----------------------------------------------------------< */

/** Front News -------------------------------------------------------------> */

#FrontNews
{
	height: 264px;
	background: #ccc;
	position: relative;
}
#FrontNews .Content 
{
	position: absolute;
	visibility: hidden;
	left: -10000px;
}
#FrontNews .ContentInitialized 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 725px;
	height: 264px;
	background: #553311;
	overflow: hidden;
}
#FrontNews .ContentInitialized .Image
{
	position: absolute;
	top: 0; left: 0;
	width: 725px;
	height: 264px;
	cursor: hand;
	cursor: pointer;
	z-index: 1;
}
#FrontNews .Image .Title
{
	position: relative;
	left: 0px;
	text-transform: uppercase;
	width: 705px;
	color: #fff;
	padding: 20px 20px 10px 20px;
	z-index: 2;
	font-weight: bold;
	font-size: 20px;
	font-family: tahoma, arial;
}
#FrontNews .Image .Leadin
{
	position: relative;
	left: 0px;
	color: #fff;
	padding: 0 20px 20px 20px;
	z-index: 2;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma, arial;
}
#SmallerNews img
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/** Front News End ---------------------------------------------------------< */

/** Books slideshow --------------------------------------------------------> */

#Books
{
	width: 245px;
	height: 335px;
	background: #332220;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
#Books .Content 
{
	position: absolute;
	visibility: hidden;
	left: -10000px;
}
#Books .ContentInitialized 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 245px;
	height: 340px;
	overflow: hidden;
}
#Books .ContentInitialized .Image
{
	position: absolute;
	top: 2px; left: 0;
	width: 245px;
	height: 327px;
	cursor: hand;
	cursor: pointer;
	z-index: 1;
	text-align: center;
	background: #332220;
}
#Books .ContentInitialized .Image img
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#Books .Image .Title
{
	visibility: hidden;
}
#Books .Image .Leadin
{
	visibility: hidden;
}

#Left h2.Books
{
	margin: 10px 0 10px 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
#Left p.Books
{
	margin: 10px 0 10px 5px;
}


/** Search ------------------------------------------------------------------ */

#Search 
{
	margin: 0 6px 10px 6px;
	border-top: 1px dotted #743;
	border-bottom: 1px dotted #743;
	padding-top: 6px;
	padding-bottom: 0px;
}
#SearchForm
{
	position: relative;
	overflow: hidden;
	-webkit-transition: 1s height;
}

#Search label
{
	float: left;
	width: 60px;
	text-transform: none;
	position: relative;
	top: 5px;
}
#Search input
{
	width: 140px;
}

/** Webshop  ---------------------------------------------------------------> */

.Listed
{
	float: left;
	width: 320px;
	padding-right: 20px;
	margin: 0px 0px 0px 0px;
	height: 255px;
	overflow: hidden;
	line-height: 17px;
	font-size: 11px;
}

.Listed h3
{
	margin: 0 0 4px 0;
}

.Listed img 
{ 
	margin-top: 6px; 
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	-webkit-border-radius: 2px;
	-moz-box-radius: 2px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	box-radius: 2px;
}

.Listed .BuyDiv
{
	float: right;
	width: 110px;
	text-align: center;
	margin: 0 0 10px 10px;
}

.Listed .BuyDiv p
{
	margin: 0 0 4px 0;
	font-weight: bold;
}

.Listed h3
{
	font-size: 14px;
	text-transform: uppercase;
	font-family: arial;
}
.Listed h3 a { color: #000; }

p.Navigation
{
	position: relative;
	top: 10px;
	border-top: 1px dotted #888;
	margin: 0 0px 10px 0px;
	background: none;
	display: block;	
	padding: 10px 0 20px 0;
	clear: both;
}
.Navigation a { font-size: 11px; }
.Navigation a.First { padding-left: 20px; background: url(../gfx/ar_first.png) no-repeat 0px 3px; }
.Navigation a.Previous { padding-left: 11px; background: url(../gfx/ar_previous.png) no-repeat 0px 3px; }
.Navigation a.Last { padding-right: 20px; background: url(../gfx/ar_last.png) no-repeat right 3px; }
.Navigation a.Next { padding-right: 11px; background: url(../gfx/ar_next.png) no-repeat right 3px; }

.Margins .Image, .Margins .Buy
{
	position: relative;
	display: block;
	float: right;
	margin: 0px -180px 0 20px;
	width: 160px;
	font-size: 15px;
}
.Margins .Body
{
	min-height: 240px;
}
.Margins .Buy
{
	border: 1px solid #eee;
	background: #f8f8f8;
	padding: 10px;
	margin-top: 240px;
	width: 138px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.Margins li { list-style: ball; margin: 4px 0 0 22px; padding: 0; }
.Margins ul { margin: 0; padding: 0; }

.Margins hr
{
	border: 0;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #888;
	height: 1px;
	background: none;
}

.Margins .Buy button
{
	margin: 8px 0 0 1px;
	font-size: 15px;
	padding: 4px;
	border-width: 2px;
}
.Margins .Image img
{
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	-webkit-border-radius: 2px;
	-moz-box-radius: 2px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	box-radius: 2px;
}

.Margins img[align=left]
{
	margin: 0 10px 10px 0;
}
.Margins img[align=right]
{
	margin: 0 0 10px 10px;
}
* html .Margins img { margin: 0; }
.Margins .Image img
{
	margin: 0;
}

/** Webshop shopping cart --------------------------------------------------> */

#ShoppingCart { position: relative; text-transform: none; }
#ShoppingCart .Name { width: 90px; }
#ShoppingCart p { margin: 0 0 4px 0; }
#ShoppingCart .Qty input { width: 15px; padding: 2px 0 2px 0; text-align: center; }
#ShoppingCart 
{
	background: #906B4E;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 6px 0 3px 2px;
	width: 234px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	padding: 3px;
}
#ShoppingCart a { color: #600; }
#ShoppingCart a:hover { color: #B80011; }
#ShoppingCart h2 { color: #000; font-weight: bold; margin: 1px 0 4px 0; }
#ShoppingCart table { border-collapse: collapse; border-spacing: 0; width: 100%; }
#ShoppingCart td, #ShoppingCart th { font-size: 10px; padding: 4px; text-align: left; }
#ShoppingCart td.Price { text-align: right; }
#ShoppingCart tr:nth-child(odd) { background: #ddd; }
#ShoppingCart hr { height: 1px; border: 0; border-top: 1px dotted #906B4E; }
#ShoppingCart .Contents
{
	background: #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0;
	padding: 4px;
	color: #000;
}

#ShoppingCartDetailed table
{
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	background: #ccc;
}
#ShoppingCartDetailed table td
{
	background: #fff;
	padding: 2px;
}
#ShoppingCartDetailed table th
{
	background: #cfcfcf;
	text-align: left;
	font-weight: bold;
}
#ShoppingCartDetailed table td.Price
{
	text-align: right;
}

#CheckoutForm input
{
	margin-bottom: 2px;
}

#BookPreview 
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #AE9C9C;
}



