html, body {
	background-image: url(../images/Mauergekachelt.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	_text-align: center;
	color: #660000;
}

div {
	margin: 0px;
	padding: 0px;
	position: relative;
}

img {
	border: none;
}


/* === CONTENT === */
.content_image, .content_image_left, .content_image_right, .content_image_center img {
	border: 1px solid #660000;
	padding: 0px;
}

.content_image_left {
	float: left;
	margin: 0px 10px 0px 0px;
}

.content_image_right {
	float: right;
	margin: 0px 0px 0px 10px;
}

.content_image_center {
	text-align: center;
}

.content_image_gallerie_left {
	margin: 0px 10px 10px 0px;
}

.content_image_gallerie_right {
	margin: 0px 0px 10px 0px;
}

div#joker {
	padding: 10px 0px 0px 14px;
	text-align: center;
}

table.table_prices {
	border-collapse:collapse;
}

table.table_prices td {
	border: 1px solid #660000;
}

/* === FORMS === */

form.default_form {
	width: 40em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}

form.default_form span.label_radio {
	margin: 0px 0px 0px 20px;
}

form.default_form label {
	width: 6.5em;
	height: 3em;
	float: left;
	text-align: right;
	padding: 0px 10px 0px 0px;
}


form.default_form input, form.default_form select {
	display: block;
	width: 10em;
	float: left;
	margin: 0px 0px 0px 20px;
}

form.default_form input.short {
	display: block;
	width: 5em;
	float: left;
	margin: 0px 0px 0px 20px;
}

form.default_form input.input_radio {
	display: inline;
	float: none;
	width: 3em;
	text-align: left;
	vertical-align: top;
	border: 0px solid #000000;
	margin: 0px 20px 0px 0px;
}

form.default_form textarea {
	display: block;
	width: 20em;
	float: left;
	margin: 0px 0px 10px 20px;
	color: #660000;
	border: 1px solid #660000;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form.default_form input.hidden {
	border: 0px solid #000000;
}

form.default_form p {
	clear: left;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* === TEMPLATE === */
h1{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

h2{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	font-weight: bold;
}

input, select{
	font-size: 11px;
	color: #660000;
	border: 1px solid #660000;
}

a{
	text-decoration: underline;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
a:hover{
	text-decoration: underline;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

div#wrapper {
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	vertical-align: middle;
	_text-align: left;
}


/* ******** Banner ********** */
div#oben {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 904px;
}

/* ******** Haupt- und Submenue ********** */
div#hauptmenu {
	height: 20px;
	width: 850px;
	left: 25px;
	top: 107px;
}

a.hauptmenueintrag{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 19px;
	color: #6B1A04;
	font-weight: bold;
	height: 16px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 2px 2px 2px;
}

a.hauptmenueintrag:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.hauptmenueintrag_selected, a.hauptmenueintrag_selected:hover{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	background: #660000;
	padding: 0px 4px 3px 4px;
	font-weight: bold;
	height: 16px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
}

div.trenner {
	height: 20px;
	display: block;
	float: left;
	background-image: url(../images/trenner2.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}

div.trenner2 {
	height: 16px;
	display: block;
	float: left;
	background-image: url(../images/trenner.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	top: -2px;
}


div#subhauptmenu {
	height: 20px;
	width: 850px;
	left: 25px;
	top: 117px;
}

div#subhauptmenu .trenner {
	top: 0px;
}


a.subhauptmenueintrag {
	font-size: 12px;
	color: #6B1A04;
	height: 18px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	background-position: right;
	background-repeat: no-repeat;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding: 2px 2px 0px 2px;
}
a.subhauptmenueintrag:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.subhauptmenueintrag_selected, a.subhauptmenueintrag_selected:hover {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #660000;
	height: 18px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(../images/linie.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding: 2px 4px 0px 4px;
}

/* ********* Hauptbereich ********* */
div#main {
	width: 904px;
	background-image: url(../images/bg_green.jpg);
	background-repeat: repeat;
	background-position: 0px -102px;
}

.clear {
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: both;
}


/* *********** Spalte links ************** */
div#links_rand {
	background-repeat: repeat-y;
	/*overflow: hidden;*/
	background-position: left;
	/*min-height: 500px;*/
}


div#links {
	background-repeat: no-repeat;
	width: 187px;
	float: left;
	_top: -14px;
}

div#selected_hauptmenu {
	background-color: #DEE064;
	abackground-image: url(../images/links.gif);
	background-position: right;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	width: 161px;
	_width: 160px;
	left: 14px;
	padding-left: 16px;
}

div#menu {
	left: 14px;
	background-color: #DEE064;
	padding-left: 8px;
	padding-bottom: 10px;
	width: 169px;
	_width: 160px;
}

div.menu_unten {
	background-image: url(../images/links_bottom.gif);
	background-repeat: repeat;
	background-position: bottom;
	background-color: #f6f289;
	height: 17px;
	width: 152px;
}

div#menu p {
	padding: 5px 5px 0px 5px;
	margin-top: 0px;
}

a.menueintrag {
	font-size: 12px;
	color: #4C001A;
	width: 140px;
	text-align: left;
	display: block;
	left: 5px;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
a.menueintrag:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.menueintrag_selected, a.menueintrag_selected:hover{
	font-weight: none;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #660000;
	width: 145px;
	text-align: left;
	display: block;
	left: 5px;
	text-decoration: none;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 2px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

div#submenu a.menueintrag_selected {
	color: #FFFFFF;
	background-color: #660000;
}

a.menueintrag2_selected, a.menueintrag2 {
	padding-left: 15px;
	text-decoration: none;
	display: block;
}

a.menueintrag2_selected {
	color: #000000;
	font-weight: bold;
}

a.menueintrag2:hover {
	color: #000000;
	text-decoration: none;
}

div#links_submenu {
	background-image: url(../images/links_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 31px;
	width: 187px;
	margin-top: 10px;
	left: 9px;
}

div#selected_menu {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	width: 161px;
	_width: 160px;
	background-color: #DEE064;
	left: 14px;
	padding-left: 16px;
}
div#links_linie{
	background-image: url(../images/links_linie2.gif);
	background-repeat: no-repeat;
	width: 177px;
	left: 14px;
	background-color: #DEE064;
	background-position: bottom left;
	height: 10px;
}

div#submenu {
	padding-left: 8px;
	padding-bottom: 30px;
	width: 169px;
	left: 14px;
	background-color: #DEE064;
}

div#fachhandel_menu {
   background: url(../images/post_it.gif) bottom no-repeat;
   margin: 15px 0px 10px 14px;
   padding: 15px 15px 30px 15px;
}

/* ************ Content *********** */
div#content {
	width: 515px;
	float: left;
}

div#content_text_wrapper {
	background: url(../images/hintergrund_content_zeile.gif);
	left: 14px;
	margin-right: 3px;
}

div#content_text {
	background: url(../images/hintergrund_content.gif) no-repeat top;
	overflow: auto;
	width: 495px;
	padding-left: 6px;
	padding-right: 10px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

div#texteinzug {
	padding-left: 20px;
}

div#texteinzug a {
font-size:100%;
line-height: 100%;
}


div#content_text_footer {
	background: url(../images/hintergrund_content_unten.gif);
	width: 100%;
	height: 38px;
}

div#content_footer {
	background-image: url(../images/hintergrund_content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 19px;
	width: 514px;
	margin-bottom: 10px;
	left: 11px;
}

/* *************** Rechte Spalte *************** */
div#rechts {
	background-image: url(../images/rechts_foto.gif);
	background-repeat: no-repeat;
	width: 186px;
	float: left;
	left: 13px;
	top: -41px;
}

div.unten_rand {
	background-image: url(../images/punktlinie.gif);
	background-repeat: repeat-x;
	width: 904px;
	height: 2px;
	float: left;
}


div#unten_text {
	padding-left: 5px;
	font-size: 10px;
	color: #1F0457;
	width: 899px;
	float: left;
	height: 19px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background: url(../images/unten_text_hg.gif) no-repeat;
}

div#copyright {
}

div#copyright span {
	float:left;
}

div#copyright a:link, div#copyright a:hover, div#copyright a:visited{
	text-decoration: none;
	color: #1F0457;
}

div#copyright a:hover {
	text-decoration: underline;
}

div#impressum {
	float: right;
	right: 5px;
}

div#sprachwahl {
	float: right;
	text-align: right;
	top: 3px;
	right: 5px;
}

div#foto {
	left: 15px;
	width: 143px;
	height: 165px;
	top: 21px;
	text-align: center;
	margin-bottom: 40px;
}

div#foto span {
   text-align: right;
   width: 137px;
   position: absolute;
   right: 3px;
   bottom: 3px;
   font-size: 15px;
}

/* ******** Suche ******* */
div#suche {
	background: url(../images/rechts_suche.gif) no-repeat;
	height: 120px;
	width: 190px;
	float: left;
	top: 20px;
}

div#suche_text {
	left: 45px;
	float: left;
	top: 22px;
	font-size: 14px;
	font-weight: bold;
}

div#suche_input {
	top: 10px;
	left: 22px;
	width: 150px;
}


div.box_submit {
	left: 106px;
	top: -35px;
}


input.box_input_search {
	background: url(../images/hintergrund_suche.gif) left top;
	border: 1px solid #6A6A6A;
	color: #000000;
	margin: 15px 2px 10px 0px;
	font-size: 12px;
	width: 94px;
	padding: 3px;
}

input.box_submit_search {
	top: 5px;
	position: relative;
}

input.box_input_search:focus {
	background: url(../images/hintergrund_suche_aktiv.gif) left top;
}

/* *************** Login ************ */
div#login {
	margin: 15px 0px 0px 0px;
	background: url(../images/login_paper.gif) no-repeat;
	height: 92px;
	padding: 35px 0px 0px 6px;
	font-size: 14px;
}

div#login input.box_input_login  {
	background: url(../images/hintergrund_suche.gif) left top;
	color: #000000;
	border: 1px solid #6A6A6A;
		width: 94px;
	padding: 3px;
}

div#login input.box_input_login:focus {
	background: url(../images/hintergrund_suche_aktiv.gif) left top;
}

div#login_input {
	position: relative;
	left: 17px;
	top: 8px;
	width: 150px;
}

div#logout_input {
	text-align: center;
	left: 5px;
	top: 8px;
	width: 155px;
}

input.box_input_login {
	background: url(../images/hintergrund_suche_3.gif) left top;
	border: 0px solid #000000;
	color: #f9f7d1;
	margin: 0px 10px 10px 0px;
	width: 95px;
}

/* **************** Katalog **************** */

.artikel_header {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px 16px 0px;
}

span.artikel_subheader {
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	padding: 0px 5px 15px 0px;
}

span.artikel_description {
	display: block;
	margin-top: 7px;
	padding: 0px 0px 10px 0px;
}

.artikel_content_left {
	position: relative;
	padding: 0px;
}

