/*
Template name: 
Release date: 2008-12-20
Description: .
Author: Hannes Bischoff

*/


/* Standart Elemente */
* {margin: 0; padding: 0;}

body {
	background: url(img/bg-verlauf.jpg) repeat-x;
	background-color: #becad6;
	color: #222;
	font: 12px Arial;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 2%;
	min-width: 900px;
}

a { font-family: Arial; color: black;}
a:hover {color: #000033;}

big {font-size: 1.1em;}

h1,h2,h3 { color: black; padding: 8px 0 2px;}

h1 { font: 16px;}
h1 a { text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h1 .angebot { color: red}

h2 { font: 15px;}
h3 { font: 13px;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font: normal 1.1em Arial;
	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;}
ul { padding-left: 18px /*padding: 0 2em 1.2em;*/}

/* Struktur */
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#container {
	border-top: 6px solid #332;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* Header */
.title {
	border-top: 1px solid #996;
}
.title h1 {
	color: black;
	font: normal 2.2em Arial;
	padding: 10px 0 10px 18px;
}

.header {
	background: url(img/logo.png) no-repeat left bottom;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
    vertical-align: middle;
    width: 880px;
}

.header .aktion {
    margin-left: auto;
    margin-right: auto;
    top: 5px;
    height: 113px;
    padding-left: 661px;
    position: relative; 
}

.header_bak {
	/*background: url(img/header-bak.jpg) repeat-x;*/
	height: 120px;
	width: 100%;
}

/* Navigation */
.navigation {
	background: url(img/bg-navi.png) repeat-x;
	height: 55px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.navigation_bak {
	background: url(img/bg-menu.png) repeat-x; 
	height: 55px;
	width: 100%;
}
.navigation a {
	font-family: Arial;
	background: url(img/bg-navi.png) repeat-x;
	color: black;
	float: left;
	font: bold 16px;
	padding: 0 16px;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: black;}

/* Haupt */
.main{background: #FFF; margin-top: 20px}
.main#two-columns {background: #FFF}

/* Bottom */
.bottom {
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}
.bottom .center {width: 100%;}
.bottom .sternchen {width: 100%; margin-left: 20px}

/* Footer */
.footer {
	/*border-width: 2px;
	border-top-style: solid;
	border-top-color: #becad6;*/
	padding: 10px;
}
.footer .left {
    width: 66%;
}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	font-size: 9px;
	color: black;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #000033;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: black;}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

/* 2-spaltig 64/33 */
.colA .left {width: 64%;}
.colA .right {width: 33%;}

/* 2-spaltig 49/50 */
.colB .left {width: 49%;}
.colB .right {width: 50%;}

/* 3-spaltig 35/35/29 */
.colC .left {width: 35%;}
.colC .center {width: 35,9%; padding-top: 10px;}
.colC .right {width: 29%; padding-right: 16px;}
.colC .right h1 {color: red}

/* 2-spaltig 33/66 */
.colD .left {width: 33%;}
.colD .right {width: 66%;}

/* Allgemeine Einstellungen */
.left {float: left;}
.center {float: left;}
.right {float: right;}
.content {padding-left: 20px; padding-bottom: 18px; padding-right: 20px; padding-top: 21px; min-height: 25px}
.right .content {padding: 18px 12px 12px;}
.content .aktiona{padding-left: 20px; padding-bottom: 18px; padding-right: 20px; padding-top: 21px;text-align: center}
.content .aktionb{padding-left: 20px; padding-bottom: 18px; padding-right: 20px; padding-top: 21px;text-align: left}

/* Oeffnungszeiten */
.oeffnungszeiten {
    width: 200px;
}
.oeffnungszeiten .left {
    width: 40%;
}
.oeffnungszeiten .right {
    width: 59%;
}

/* Kontakt */
.kontakt {
    width: 400px;
}
.kontakt .left {
    width: 20%;
    text-align: left;
    padding-bottom: 5px;
}
.kontakt .right {
    width: 79%;
    text-align: left;
    padding-bottom: 5px;
}

/* Marken */
.marken {
    width: 700px;
}
.marken .left {
    width: 30%;
    text-align: center;
    padding-bottom: 5px;
}
.marken .right {
    width: 69%;
    text-align: left;
    padding-bottom: 5px;
}


/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: black;
	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 {
	color: black;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}