/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}
/*body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Main structure
*/
body {
	background: #767445 url(images/body.png) repeat 0px 270px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	text-align: center;
	}
#page {
	position: relative;
	clear: both;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #FFF;
	border-top: none;
	background: url(images/page.jpg) no-repeat 0px 0px;
	text-align: left;
	}
#header {
	background: transparent;
	text-align: center;
	padding: 20px 0px 0px 0px;
	}
#menu-wrapper {
	clear: both;
	width: 800px;
	border-bottom: 2px solid #FFF;
	}
#content {
	clear: both;
	width: 800px;
	overflow: hidden;
	line-height: 1.6em;
	border-top: 1px solid #444;
	background: url(images/content.jpg) repeat-y;
	}
#primary, #secondary {
	height: 459px;
	overflow: auto;
	}
	#primary {
		float:right;
		width: 650px;
		}
	#secondary {
		width: 125px;
		padding: 0px;
		}
#main {
	padding: 30px 20px 40px 20px;
	margin-right: 150px;
	}
#sidebar {
	padding: 30px 0px 0px 10px;
	}
#footer {
	background: transparent;
	clear: both;
	margin-top: 12px;
	text-align: center;
	font-size: 0.9em;
	color: #4D412E;
	}
	#footer a {
		border-bottom: 1px dashed;
		font-size: 0.9em;
		color: #4D412E;
		text-decoration: none;
		}

/*
Header
*/
#title, .description {
	height: 105px;
	overflow: hidden;
	}
#title a {
	display: block;
	margin-top: 25px;
	font-family: 'Palatino Linotype', Palatino, 'Times New Roman', Times, Serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	color: #6F6B00;
	}
#title a span {
	font-size: 0.4em;
	letter-spacing: 1px !important;
	}
.description p {
	padding: 55px 0px 20px 0px;
	font-family: 'Times New Roman', Times, Georgia, Serif;
	font-style: italic;
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 1.1em;
	color: #CCC;
	}
#slideshow, .slideshow {
	position: absolute;
	top: 36px;
	margin-left: 685px;
	padding: 1px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #FFF;
	cursor: pointer !important;
	}
#slideshow {
	background: url(images/slideshow.jpg) no-repeat 1px 1px;
	}
.slideshow {
	background: url(images/slideshow.jpg) no-repeat 1px 1px;
	}
.home .slideshow {
	background: transparent !important;
	}
#badge {
	position: absolute;
	top: 0px;
	margin-left: 699px;
	height: 225px;
	width: 155px;
	background: url(images/badge.png) no-repeat 0px 0px;
	}
#badge a {
	display: block;
	text-indent: -999em;
	margin-top: 0px;
	width: 155px;
	height: 225px;
	}
#badge a:hover {
	background: url(images/badge-hover.png) no-repeat 0px 0px;
	}
	
/*
Menu
*/
#menu {
	margin-top:1px;
	margin-left:85px;
	border-left:1px solid #BFBE9B;
	}
#menu li {
	display: block;
	float: left;
	padding-top:1px;
	list-style: none;
	border-right:1px solid #4F4E31;
	background:#767445 url(../../wp-content/themes/childtheme/images/menu.png) repeat left center;
	}
#menu li a, #menu li a:link, #menu li a:visited {
	display: block;
	margin:0px;
	padding: 8px 16px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #BFBE9B;
	}
#menu li a:hover, #menu li a:active, #menu a.current {
	background: #454444 url(../../wp-content/themes/childtheme/images/menu-hover.png) repeat left center;
	text-decoration: none;
	}
#home {
		border-left: 1px solid #ddd; /* same border color as page */
		}

/*
Sidebar
*/
/* ul#sidelist {} */
li.sidelist-item {
	display: block;
	list-style: none;
	}
	li.sidelist-item a {
		display: block;
		padding: 1px;
		margin: 2px;
		border: 1px solid #FFF;
		}
	li.sidelist-item a:hover, li.sidelist-item a:active {
		background: #AF0000;
		}

/*
Main content
*/
#main p {
	font-size: 1.2em;
	}
#main a {
	color: #5F5E41;
	}
	#main a:link, #main a:visited {
	text-decoration: underline;

	}
	#main a:hover, #main a:active, #main a:focus {
	text-decoration: none;
	}
#main ul {
	list-style: square outside;
	padding-left: 20px;
	margin-bottom: 1.2em;
	}
	#main li {
		font-size: 1.2em;
	}
#main ol {
	margin-bottom: 1.2em;
	}

/*
Headings
*/
h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0em 0em 1.2em 0em;
	border-bottom: 2px solid;
	}
h3, table caption {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0px 0px 8px 0px;
	margin: 1em 0em;
	border-bottom: 1px solid;
	}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	margin: 1em 0em;
	border-bottom: 1px dotted;
	}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 1em 0em;	
	}
h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 1em 0em;	
	}

/*
Content elements
*/
a {
	
	}
	a:link, a:visited {
		
		}
	a:hover, a:actvie {
		
		}
img, a img {
	border: 0px;
	text-decoration: none;
	}
p {
	margin: 0em 0em 1.2em 0em;
	font-size: 1em;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
p small, small {
	font-size: 0.9em !important;
	}
blockquote {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 4px solid #000;
	}
abbr {
	border-bottom: 1px dashed;
	}

/*
Classes
*/
.clear {
	clear: both;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.align-right {
	float: right;
	}
.align-left {
	float: left;
	}
.border-1 {
	border: 1px solid #444;
	padding: 1px;
	}
.border-2 {
	border: 2px solid;
	padding: 1px;
	}
.important {
	color: #AF0000;
	}
.small {
	font-size: 0.9em;
	}
.large, .large a {
	font-size: 1.2em !important;
	line-height: 1.2em;
	}
	
/*
FORM
*/
#contact {
	margin: 0px;
	width: 450px
	overflow: hidden;
	padding:2px;
	}
#contact legend { /* like h3 */
	font-size: 1.4em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0px 0px 8px 0px;
	margin: 1em 0em;
	border-bottom: 1px solid;
	}
#contact li {
	display: block;
	list-style: none;
	width:180px;
	padding: 0px 0px 5px 0px;
	}
#contact li label {
	display: block;
	width: 175px;
	font-weight: bold;
	}
#contact li input,
#contact li select,
#contact li textarea {
	display: block;
	width:180px;	
	margin: 0px auto;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	}
#contact li textarea {
	width: 182px;
	height: 122px;	
	}
input.radio {
	display: inline !important;
	float: none !important;
	}
#form-right {
	float: right;
	width: 220px;
	}
#form-left {
	float: left;
	width: 220px;
	}
.send-it {
	clear: both;
	text-align: center;
	padding-top: 20px;
	}
#submit-button {
	padding-bottom: 20px;
	}
	#submit-button input {
		width: 14em;
		font-size: 1.4em;
		}
#reset-button {
	padding: 5px;
	}
	#reset-button input {
		width: 10em;
		font-size: 0.9em;
		}
		
/*
LISTS
*/
.imagelist {
	float: left;
	list-style: none outside !important;
	width: 230px;
	overflow: hidden;
	}
.imagelist li {
	display: block;
	margin: 5px 0px 10px 0px;
	width: 210px;
	}
#dielen-parkett img {
	width: 200px;
	}
.smallimages, .smallimages li {
	float: left;
	list-style: none outside !important;
	padding: 0px !important;
	}
.smallimages li {
	display: block;
	width: 128px;
	text-align: center;
	margin: 0px 20px 16px 0px !important;
	font-weight: bold;
	}
.smallimages li img {
	padding:1px;
	border:1px solid #fff;
	}
.largeimages, .largeimages li {
	list-style: none outside !important;
	padding: 0px !important;
	}
.largeimages li {
	display: block;
	clear: both;
	margin: 0px 0px 24px 0px !important;
	}
.largeimages li img {
	float: left;
	margin: 0px 12px 24px 0px;
	padding:1px;
	border:1px solid #fff;
	}

/*
TABLES
*/
table {
	width: 99.99%;
	}
table caption { /* see h3 */
	text-align: left;
	}
	.preisliste th, 
	.preisliste td,
	.referenzen th, 
	.referenzen td {
		border: 1px solid #444;
		font-size: 1.2em;
		}
	.preisliste th, 
	.preisliste td,
	.kosten td {
		vertical-align: top;
		padding: 3px 4px;
		}
	.referenzen th, 
	.referenzen td {
		vertical-align: middle;
		text-align: center;
		padding: 4px;
		}
	.partner th, 
	.partner td,
	.produkte td {
		vertical-align: top;
		padding: 3px 4px;
		border: none;
		font-size: 1.2em;
		}
	.produkte td {
		padding: 8px 4px !important;
		}
	.referenzen td:hover,
	.preisliste tr:hover,
	.partner tr:hover,
	.produkte tr:hover {
		background: #FFF;
		}
th, .th-links, .th-mitte, .th-rechts {
	font-weight: bold;
	white-space: nowrap;
	color: #FFF;
	background: #767445;
	}
	.th-links, .td-links, .td-text {
		text-align: left;
		}
	.th-rechts, .td-rechts, .td-preis {
		text-align: right;
		}
.td-text, .td-preis {
	color: #AF0000;
	}
	.td-preis {

		width: 33%;
		}
	.td-foto {
		text-align: center;
		}


