/* This is the basic layout stylesheet file, where non-volatile values
 * of elements like background, color, images, etc. are stored.
 */
body {
	background: url(../images/layout/wood_bg.png) repeat;
	}

a {
	text-decoration: none;
	border: none;
	outline: none;
	color: black;
}

a.footerlinks {
	color: gray;
	}

div#counter {
	border: none;
	background: url(../images/menu/note-v2.png) no-repeat;
	width: 140px;
	height: 70px;
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 5px;
	}

div#countercontent {
	margin: 20px auto auto 20px;
	}

div#logo {
	border: none;
	background: url(../images/logo-v2.png) no-repeat;
	position: relative;
	z-index: 2;
	width: 435px;
	height: 85px;
	margin: 0px auto;
	}

div#mainwindow {	
	border: none;
	position: relative;
	margin: 0px auto;
	} 

div#menu {
	border: none;
	position: relative;
	width: 140px;
	height: 420px;
	margin: 0px;
	float: left;
	}
	
div#menu-home {
	border: none;
	background: url(../images/menu/note-v2.png) no-repeat;
	width: 140px;
	height: 70px;
	position: relative;
	z-index: 3;
	}

div#menu-angebot {
	border: none;
	background: url(../images/menu/note-v2.png) no-repeat;
	width: 140px;
	height: 70px;
	position: relative;
	z-index: 3;
	}

div#menu-verkauf {
	border: none;
	background: url(../images/menu/note-v2.png) no-repeat;
	width: 140px;
	height: 70px;
	position: relative;
	z-index: 3;
	}
	
div#menu-kontakt {
	border: none;
	background: url(../images/menu/note-v2.png) no-repeat;
	width: 140px;
	height: 70px;
	position: relative;
	z-index: 3;
	}

div#menu-impressum {
	border: none;
	background: url(../images/menu/note-v2.png) no-repeat;
	width: 140px;
	height: 70px;
	position: relative;
	z-index: 3;
	}

div#menu-agb {
	border: none;
	background: url(../images/menu/note-v2.png) no-repeat;
	width: 140px;
	height: 70px;
	position: relative;
	z-index: 3;
	}
	
div#content {
	border: none;
	position: relative;
	z-index: 3;
	margin: 0px auto;
	float: left;
	}

div#cnt-tl {
	background: url(../images/layout/cnt_tl.png) no-repeat;
	width: 110px;
	height: 40px;
	position: relative;
	float: left;
	border: none;
	margin: 0px;
	}

div#cnt-tc {
	background: url(../images/layout/cnt_tc.png) repeat-x;
	height: 40px;
	position: relative;
	float: left;
	border: none;	
	margin: 0px;
	}

div#cnt-tr {
	background: url(../images/layout/cnt_tr.png) no-repeat;
	width: 50px;
	height: 40px;
	position: relative;
	float: left;
	border: none;	
	margin: 0px;
	}
	
div#cnt-ml {
	background: url(../images/layout/cnt_ml.png) repeat-y;
	width: 110px;
	position: relative;
	float: left;
	border: none;	
	margin: 0px;
	}

div#cnt-mc {
	background: url(../images/layout/cnt_mc.png) repeat;
	position: relative;
	float: left;
	border: none;	
	margin: 0px;
	}

div#cnt-mr {
	background: url(../images/layout/cnt_mr.png) repeat-y;
	width: 50px;
	position: relative;
	float: left;
	border: none;	
	margin: 0px;
	}
	
div#cnt-bl {
	background: url(../images/layout/cnt_bl.png) no-repeat;
	width: 110px;
	height: 60px;
	position: relative;
	float: left;
	border: none;	
	margin: 0px;
	}

div#cnt-bc {
	background: url(../images/layout/cnt_bc.png) repeat-x;
	height: 60px;
	position: relative;
	float: left;
	border: none;	
	margin: 0px;
	}

div#cnt-br {
	background: url(../images/layout/cnt_br.png) no-repeat;
	width: 50px;
	height: 60px;
	position: relative;
	float: left;
	border: none;	
	margin: 0px;
	}

div.cnt-area {
	overflow: auto;
	border: none;	
	margin: 0px;
	}

div#pens {
	background: url(../images/pens-v2.png) no-repeat;
	position: absolute;
	z-index: 1;
	width: 110px;
	height: 450px;
	float: left;
	}
	
div#fastfacts {
	background: url(../images/fastfacts-mini.png) no-repeat;
	position: absolute;
	z-index: 1;
	width: 185px;
	height: 85px;
	float: right;
	right: 0px;
	top: 0px;
	}

img.menu-img {
	border: none;
	margin: 15px;
	}

div#cnthome {
	display: block;
}

div#cntangebot {
	display: none;
}

div#cntverkauf {
	display: none;
}

div#cntkontakt {
	display: none;
}

div#cntimpressum {
	display: none;
}

div#cntagb {
	display: none;
}

div#footer {
	border: none;
	position: relative;
	margin: auto;
	color: gray;
	width: 100%;
	text-align: center;
}

h3 {
	text-align: center;
}

p.p-justify {
	text-align: justify;
}

li {
	text-align: justify;
}

noscript {
	color: red;
	font-weight: bold;
	text-align: justify;
	margin: 30px 0px 30px 0px;
	}

div.eximages {
	margin: 0px auto;
	border: none;
	width: 100%;
	text-align: center;
	}
