/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #430303;
	color: #000;
	font: normal 62.5% serif;
	padding: 0;
}

a {color: #5f1317;}
a:hover {color: #961d24; text-decoration: none;}

big {font-size: 1.1em;}

h1, h2, h3 {color: #5f1317; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif;}
h3 {font: bold 1.2em serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em 'Times New Roman',Times,serif,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background-image: url(images/shop_back.jpg);
	background-position : top;
	background-repeat : repeat-y;
	margin: 0 auto;
	width: 970px;
}
#container {
	
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 950px;
}

/* header */
.title {
	background-image: url(images/header.jpg);
	background-position : top;
	background-repeat : no-repeat;
	width: 950px;
	height: 105px;
}
.title h1 {
	color: #441;
	font: normal 2.2em 'Times New Roman',Times,serif,serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* navigation */
.navigation {
	height: 24px;   
	margin-bottom: 0px;   
	margin-left: 0px;   
	margin-right: 0px;   
	margin-top: 0px;   
	width: 750;  
	background-image: url(images/suche_login_back.jpg);
	background-position : left;
	background-repeat : no-repeat; 
}
.navigation a {
	border-right: 1px solid #C9C6B3;
	color: #5f1317;
	float: left;
	font: bold 1em 'Times New Roman',Times,serif,serif;
	padding: 0 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {color: #961d24;}

/* main */
.main#two-columns {}

/* bottom */
.bottom {

	border-top: 0px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .right {  width: 736px; padding-left:200px;}

/* footer */
.footer {
	background-image: url(images/footer.jpg);
	background-position : left;
	background-repeat : no-repeat; 
	width: 970px;
	height: 20px;

	color: #EED;
	
}
.footer .left {width: 760px;}
.footer .right {
	width: 210px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 750px;}
.col2 .right .content {}
.col2 .right {width: 200px;}
.content {padding: 18px 20px;}
.left {float: right;}
.right {float: left;}
.right .content {padding: 0px 0px 0px;}

/* block list */

#headline-block {color: #5f1317; padding: 0px 10px 0px; height: 24px; background-image: url(images/boxheader.jpg); background-position : left; background-repeat : repeat-x; font-size: 12px; font-family: 'Times New Roman',Times,serif,serif; font-weight: bold; line-height: 24px;}

#headline-block2 {color: #5f1317; padding: 0px 10px 0px; height: 24px; background-image: url(images/boxheader.jpg); background-position : left; background-repeat : repeat-x; font-size: 12px; font-family: 'Times New Roman',Times,serif,serif; font-weight: bold; line-height: 24px;}

ul.block {
	border-top: 1px dashed #a0a0a0;
	margin: 2px 0 10px 0;
	padding: 0;
	width:  100%;
}
.block li {
	border-bottom: 1px dashed #a0a0a0;
	list-style: none;
}
.block li a,.block li em {
	color: #fff;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #390b0e;
	color: #fff;
}

.right .block,.right .block li {border-color: #a0a0a0;}
.right .block li a:hover {background: #390b0e;}

