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

/*********************************************
				RESET STYLES
**********************************************/

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;
}


/*********************************************
			TEXT FORMATIERUNG
**********************************************/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #968276;
}

#routenplaner_content {
	color: #FFFFFF;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}


@font-face {
	font-family: 'AllerRegular';
	src: url('schriften/Aller_Rg.eot');
	src: local('Aller'), local('Aller'), url('schriften/Aller_Rg.woff') format('woff'), url('schriften/Aller_Rg.ttf') format('truetype');
}

.semantic{
	display:none;
}

/***************************************************
		EIGENE AUSZEICHNUNGEN
**************************************************/

/********* Utilities *****************/

.right {
float: right;
}

.left {
float: left;
}

.right-space {
	padding-right: 20px;
}

.left-space {
	padding-left: 20px;
}
.clear{
    float: none;
}

/****************************************/



body {
background: #3A3531;
color: #fff;
}

#container {
background: url(img/schatten.png) no-repeat 10px 67px;
height: 600px;
width: 974px;
padding: 30px;
margin-top: 50px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#header {
overflow: hidden;
}

#logo {
position: absolute;
right: 28px;
top: 21px;
}


/* Hauptnavigation */
#nav {
	float: left;
}

#nav ul {
	margin-bottom: 10px;
	float: left;
	list-style: none;
}

#nav ul li {
	margin: 0 30px 0 0;
}

#nav ul li a {
	background-position:0 0;
	display:block;
	text-indent:-9999px;
	/*width:116px;*/
	width: 142px;
	height: 18px;
}

#nav ul li a:hover {
	background-position:0 -20px;
}

#nav ul li a .selected {
	background-position:0 -20px;
}

.selected {
	background-position:0 -20px !important;
}
/**************************************
	IMAGE Navigation
**************************************/

#navi-1 {
background:url(img/image-nav/home.jpg) no-repeat;
}

#navi-2 {
background:url(img/image-nav/oefen-mit-holz-und-gas.jpg) no-repeat;
}

#navi-3 {
background:url(img/image-nav/kaminoefen-zum-heizen.jpg) no-repeat;
}

#navi-4 {
background:url(img/image-nav/wohnen-mit-holz.jpg) no-repeat;
}

#navi-5 {
background:url(img/image-nav/schornsteintechnik.jpg) no-repeat;
}

#navi-6 {
background:url(img/image-nav/service-news.jpg) no-repeat;
}

#deutsch {
background:url(img/image-nav/deutsch.jpg) no-repeat;
}

#english {
background:url(img/image-nav/english.jpg) no-repeat;
}

#francaise {
background:url(img/image-nav/francaise.jpg) no-repeat;
}

#impressum,
#agb,
#kontakt,
#routenplaner,
#oeffnungszeiten {
	background-position:0 0;
	display:block;
	text-indent:-9999px;
	height: 18px;
	float: left;
}

#impressum:hover,
#agb:hover,
#kontakt:hover,
#routenplaner:hover,
#oeffnungszeiten:hover {
	background-position:0 -20px;
}

#impressum {
	background:url(img/image-nav/impressum.jpg) no-repeat;
	width: 55px;
}

#agb {
	background:url(img/image-nav/agb.jpg) no-repeat;
	width: 20px;
}

#kontakt{
	background:url(img/image-nav/kontakt.jpg) no-repeat;
	width: 60px;
}

#routenplaner{
	background:url(img/image-nav/routenplaner.jpg) no-repeat;
	width: 70px;
}

#oeffnungszeiten{
	background:url(img/image-nav/oeffnungszeiten.jpg) no-repeat;
	width: 80px;
}

/*******************************************************************
		IMAGE Navigation Ende
*********************************************************************/

/* Unternavigation */
#subnav {
	list-style: none;
}

#subnavjs {
	left:487px;
	position:absolute;
	top:0;
	width:487px;
	list-style:none;
	z-index: 4;
}

#show-variants,
#zurueck-link {
	color: #D3BCAE;
}

#show-variants:hover,
#zurueck-link:hover {
	color: #968276;
}

#zurueck-link {
	float: right;
}

#subnavjs li {
	font-size:18px;
	font-family:'AllerRegular';
	font-weight: bold;
	margin-bottom:10px;
	margin-left: 20px;
}

#subnav li {
	display: inline;
	margin: 0 30px 0 0;
}

/* Content */

#slidecontrol {
    position: absolute;
    top: 20px;
    right:507px;
    z-index: 500;
    width: 150px;
    float: right;
}

#slidecontrol a { 
    font-family: Courier;
    border: 1px solid #fff; 
    background: #5E5248;
    color: #5E5248; 
    text-decoration: none; 
    margin: 0 1px; 
    padding: 1px 4px;
   /* float: right;*/
    width: 7px;
    height: 13px;
    max-height: 13px;
    max-width: 7px;
}
#slidecontrol a.activeSlide {
    background: #968276;
    color: #968276;
}
#slidecontrol a:focus { 
    outline: none; 
}

#content-wrapper {
height: 475px;
overflow: hidden;
position: relative;

}

#content-left {
	float: left;
	width: 487px;
	height: 475px;
	overflow:hidden;
}

#content-right {
	background: #5e524b;
	float: left;
	width: 447px;
	padding: 30px 20px;
        padding-top: 18px;
	height: 428px;
}

#content-right h2{
	font-family: 'AllerRegular';
	margin-bottom: 5px;
}

#content-right h4{
	margin-bottom: 3px;
}
#content-text{
    width: 447px;
    max-height: 340px;
    height: 340px;
    float: left;
	margin-top: 20px;
}


#footer {
	padding-top: 10px;
    height: 10px;    
}

#address {
	background: url(img/address.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 18px;
	width: 415px;
}

#content-text a{
    color: #d3bcae;
}
#content-text a:hover{
    color: #968276;
}
ul#subnav li a{
    color: #d3bcae;
}
ul#subnav li a:hover{
    color: #968276;
}
div#content-left img.img{
    width: 487px;
    height: 475px;
}
div.slideshow img{
    width: 974px;
    height: 475px;
}
