/*
1. GLOBAL
========================================================= */
*, html, body, form, fieldset {
	margin: 0;
	padding: 0;
	}

body {
	padding: 0;
	color : #000;
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	background: #d9ceaf;
        line-height: 130%;
	}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 0px;
	line-height: 1.3em;
	color: #000;
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	}

body#left div#header,
body#left div#main,
body#left div#footer {
	margin: 0;
	}

body#center div#header,
body#center div#main,
body#center div#footer {
	margin: 0 auto;
	}

body#right div#header,
body#right div#main,
body#right div#footer {
	float: right;
	margin: 0;
	}

b, strong, .bold {
	font-weight: bold;
	}

h1 { font-weight: normal; font-size: 180%; text-transform: uppercase; line-height: 130%;  color:#996633;}
h2 { font-weight: bold; font-size: 100%; text-transform: uppercase; line-height: 130%;  color:#996633;}
h3 { font-weight: bold; font-size: 130%; }
h4 { font-weight: bold; font-size: 120%; }
h5 { font-weight: bold; font-size: 110%; }
h6 { font-weight: bold; font-size: 100%; }

div#layout_con {
	margin: 0;
	text-align: left;
	}

/*2. HEADER
========================================================= */
div#header_con {
	float: left;
	width: 100%;
	background: url(images/bg_header-4.png) center top no-repeat;
	}

div#header {
	position: relative;
	height: 342px;
	}

/* logo link */
a#start {
	position: absolute;
	top: 25px;
	left: 5px;
	width: 185px;
	height: 104px;
	display: block;
	background: url(images/logo-3.jpg) 0 0 no-repeat;
	}

/* inset */
div#inset {
	position: absolute;
	bottom: 37px;
	left: 5px;
	width: 185px;
	display: block;
	}

/* header image */
div#image {
	position: absolute;
	top: 25px;
	left: 195px;
	width: 780px;
	height: 280px;
	display: block;
	}

/* top link */
a#top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	visibility: hidden;
	}

/* topmenu */
div#menu {
	position: absolute;
	top: 310px;
	left: 195px;
	width: 780px;
	height: 27px;
	background: #808080;
	}

div#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

div#menu ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: none;
	}

div#menu ul li a:link,
div#menu ul li a:visited {
	float: left;
	margin: 0px;
	padding: 0px 8px;
	width: auto;
	line-height: 27px;
	height: 27px;
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	background: none;
	}

div#menu ul li a:hover,
div#menu ul li#current a  {
	background: #d9ceaf;
	color: #000000;
	}

/* 3. MAIN
========================================================= */
div#main_con {
	float: left;
	width: 100%;
	}

div#col_left {
	float: left;
	margin-left: 5px;
	}

div#col_right {
	float: right;
	margin-right: 5px;
	}

div#col_middle {
	float: left;
	}

/* content padding */
div#mainbody {
	float: left;
	padding-right: 30pt;
    padding-left: 30pt;
	}

/* main background */
div#main_con .nocol,
div#main_con .onlyleft,
div#main_con .onlyright,
div#main_con .leftright {
	position: relative;

	background: url(images/nocol-5.png) left top repeat-y;
	}


/* 4. FOOTER
========================================================= */
div#footer_con {
	float: left;
	width: 100%;
	}

div#footer {
	position: relative;
	}

/* cr link */
a.cr:link,
a.cr:visited,
a.cr:hover {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}

/* bottommenu */
div#bottom {
	position: absolute;
	top: 5px;
	right: 5px;
	}

div#bottom ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

div#bottom ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: none;
	}

div#bottom ul li a:link,
div#bottom ul li a:visited {
	float: left;
	margin: 0px;
	padding: 0px 5px;
	width: auto;
	display: block;
	color: #394d57;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: none;
	}

div#bottom ul li a:hover {font-weight: bold;}
div#bottom ul li#current a {font-weight: bold;}

/* 5. FORMS
========================================================= */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

li {
	line-height: 16px;
	padding: 0 0 0 10px;
	background: url(images/arrow.png) 0 4px no-repeat;
	}

ol li {
	padding: 0;
	background: none;
	}

fieldset, img { border: 0; }
option { padding: 0 0 0 0.4em; }

.inputbox {
	padding: 4px 4px;
	color: #000;
	border: 1px solid #cd8c48;
	background: #fff url(images/bg_input.png) 0 0 no-repeat;
	}

html* .inputbox {
	padding: 0px 4px;
	line-height: 24px;
	height: 24px;
	}

textarea {
	padding: 4px!important;
	width: 350px;
	line-height: 13px!important;
	height: 200px!important;
	display: block;
	}

.button {
	padding: 4px 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #cd8c48;
	background: #fff url(images/tile_button.png) 0 0 repeat-x;
	overflow: visible;
	}

html* .button {
	padding: 0px 4px;
	line-height: 21px;
	height: 21px;
	}


select {
	height: 21px;
	padding: 2px 4px!important;
	border: 1px solid #bbb!important;
	background: #fff!important;
	overflow: hidden;
	}

option { padding: 4px; }

/* 6. MODULE
========================================================= */
div#inset div.moduletable,
div.mod1 div.moduletable,
div.mod1 div.moduletable_menu,
div.mod1 div.moduletable_text {
	position: relative;
	padding: 30px 5px 20px 5px;
	margin: 0px 0px 0px 0px;
	width: auto;
	display: block;
	}

div.mod1 div.moduletable_menu {padding: 23px 0px 20px 0px;}
div#inset div.moduletable {padding: 30px 5px 5px 5px;}

div#inset div.moduletable h3,
div.mod1 div.moduletable h3,
div.mod1 div.moduletable_menu h3,
div.mod1 div.moduletable_text h3 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	line-height: 22px;
	height: 22px;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	text-indent: 5px;
	border-bottom: 1px solid #666666;
	background: none;
	}

/* SHOWCASE */
div.showcase,
div.showcase2 {
	float: left;
	margin-bottom: 0px;
	display: block;
	}

div.mod2 {float:left;}
div.mod2 img {margin-right:4px;}

div.mod2 div.moduletable,
div.mod2.bfix div.moduletable {
	width: auto;
	margin: 14px 2px 20px 2px;
	padding: 5px;
	color: #000;

	background: #fff;
	}

div.mod2.bfix div.moduletable {}

div.mod2 div.moduletable h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	width: auto;
	color: #a64e15;
	font-size: 130%;
	font-weight: bold;
	text-indent: 0px;
	}

/* SEARCH */
#mod_search_searchword {
	position: absolute;
	top: 310px;
	left: 5px;
	float: left;
	width: 140px;
	}

div.search .button {
	position: absolute;
	top: 310px;
	left: 156px;
	width: 34px;
	height: 26px;
	}

/* 7. MAINMENU
========================================================= */
a:link, a:visited {
	color: #a64e15;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

div.mod1 ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

div.mod1 ul.menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: none;
	}

div.mod1 ul.menu li a:link,
div.mod1 ul.menu li a:visited {
	margin: 0 0 1px 0;
	padding: 4px 0px;
	width: 185px;
	display: block;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	text-decoration: none;
	border: 0;

	}

div.mod1 ul.menu li a:hover,
div.mod1 ul.menu li#current a {
	color: #fff;
	font-weight: bold;
	background: #666666;
	}

/* 8. JOOMLA CONTENT
========================================================= */
.contentheading,
.componentheading,
.contentheading a:link,
.contentheading a:visited,
.componentheading a:link,
.componentheading a:visited {
	padding: 0 0 6px 0;
	margin: 0px;
	color: #a64e15;
	font-size: 170%;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #CD8C48;
	}

.contentheading a:hover,
.componentheading a:hover {
	color: #000;
	}

/* poll */
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	}

/* section listing */
.sectiontableheader {
	width: auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #a64e15;
	}

.sectiontableheader a:link,
.sectiontableheader a:visited {
	color: #fff;
	text-decoration: none;
	}

.sectiontableheader a:hover {
	color: #333;
	text-decoration: none;
	}

.sectiontableentry1,
.sectiontableentry2 {
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	background: #fefefe;
	}

.sectiontableentry2 {
	background: #f5f5f5;
	}

td.sectiontableheader,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
	}

/* page navi */
.pagenavbar {
	float: left;
	padding: 2px;
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #eee;
	background: #f9f9f9;
	}

/* link container */
.contenttoc {
	float: right;
	width: 180px;
	border: 1px solid #eee;
	background: #f9f9f9;
	margin-bottom: 10px;
	}

.contenttoc th {
	background: #eee;
	padding: 3px 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #333;
	}

.contenttoc td {
	padding: 2px 5px;
	}

.toclink {
	line-height: 14px;
	padding-left: 8px;
	background: url(images/arrow.png) left center no-repeat;
	}

/* small font */
.small,
.smalldark,
.createdate,
.modifydate  {
	font-size: 10px;
	color: #666;
	}

/* rating */
.content_rating {
	font-size: 10px;
	color: #555;
	}

.content_vote {
	font-size: 10px;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0F0F0;
	border: 1px solid #e0e0e0;
	}

/* content page */
.contentpane {
	padding: 0px;
	}

.contentpaneopen {
	padding: 0px;
	width: 100%;
	text-align: left;
	background: none;
	}

.contentpagetitle {
	color: #000;
	font-weight: bold;
	}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
	text-decoration: none;
	}

table.blog {
	width: 100%;
	}

/* fixes - dont chage */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}


/* 9. PREISE - TABELLEN
========================================================= */
.trhead {
background-color:#99cc99;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
LINE HEIGHT: 16px;
font-weight: bold;
text-align:center;
}


.trinfo {
background-color:#ccffcc;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
LINE HEIGHT: 16px;
text-align:center;
}


.trhead2 {
background-color:#dde8c7;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
LINE HEIGHT: 16px;
font-weight: bold;
}



.trinfo2 {
background-color:#dde8c7;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
color:#5b6754;
LINE HEIGHT: 16px;
text-align: right;
}



.preis {
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
LINE HEIGHT: 16px;
TEXT-DECORATION: none;
COLOR: #000000;
text-Align: center;
vertical-align:top;
}



.preis2 {
background-color:#dde8c7;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
color:#5b6754;
LINE HEIGHT: 16px;
text-align: left;
}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {margin: 0 0px;}
#header, #main_con .leftright, #footer {width:980px;}
#col_left {width:185px;}
#col_right {width:185px;}
#col_middle {width:580px;}
#mainbody {padding:5px 10px;}
.wrapper {width:560px;}
.showcase, .showcase2 {width:580px; margin:0 10px;}
*html .showcase, *html .showcase2 {width:580px; margin:0 5px;}
h1 {padding-bottom: 12px;}
h2 {padding-bottom: 12px; padding-top:20px;}
p { margin-top: 10px; }