@charset "UTF-8";

/*************************************
 * hse 140223 for bennoholzgang.ch
 *************************************/

body {
	font: bold 18px/150% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	color: #823f33; /* ev. #55352b; */
}

/* ~~ element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}

/* ~~ site links (keep in this order) ~~ */
a:link, a:visited {
	color: #823f33;
	text-decoration: none;
}
a:hover, a:active, a:focus {	/* keyboard navigation	*/
	color: #929497;
	text-decoration: none;
}
.container {
	width: 874px;
	height: 715px;
	background-color: #FFFFFF;
	margin: 0 auto auto 0;
}
header {
	height: 50px;
}

/* ~~ layout columns  ~~ */
.sider {
	float: left;
	width: 70px;
	padding-bottom: 10px;
}
.sidebar {
	float: left;
	width: 218px;
	padding-bottom: 10px;
}
.content {
	padding: 0;
	width: 586px;
	float: left;
}

/* ~~ content area  ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.img191 {
	border-bottom: 5px solid #823f33;
	height: 191px;
}
.img550 {
	border-bottom: 5px solid #823f33;
	height: 550px;
}
.txt191 {
	height: 191px;
	top: 275px;
	padding-top: 29px;
}
.txt191 p {
	padding-top: 7px;
}
.txt550 {
	height: 135px;
	top: 275px;
	padding-top: 20px;
}
.txtsml {
	font-size: 80%;
}
.imgslogan {
	float: left;
	width: 205px;
	height: 83px;
	margin: 6px 30px 20px 0;
}
#map_canvas {
	width: 586px;
	height: 191px;
}

/* ~~ local navigation indices ~~ */
.indexup {
	position: absolute;
	top: 280px;
	left: 720px;
	font-size: 45px;
	z-index: 100;
}
.indexlr {
	position: absolute;
	width: 76px;
	height: 68px;
	top: 273px;
	left: 708px;
	font-size: 40px;
	z-index: 100;
}

/* ~~ navigation & navigation list styles ~~ */
#navigation {
	width: 150px;
	height: 275px;
	padding-top: 84px;
}
#navigation .current {
	color: #929497;
}
.nav1 {
}
ul.nav1 {
	list-style: none;
}
ul.nav1 li {
	padding-left: 30px;
}
ul.nav1 a, ul.nav1 a:visited {
	padding: 0;
	display: block;
	width: 100px;	/* IE6 */
	text-decoration: none;
}
ul.nav1 a:hover, ul.nav1 a:active, ul.nav1 a:focus {
	text-decoration: none;
	color: #929497;
}
ul.nav2 {
	list-style: none;
}
ul.nav2 li {
	padding-left: 0px;
}
.addr {
	top: 556px;
	position: absolute;
	font-size: 13px;
	line-height: 140%;
	font-weight: bold;
}

/* ~~ footer ~~ */
.clearfloat {
	clear: both;
	position: relative;
}
impr {
	top: 701px;
	position: absolute;
	font-size: 13px;
	padding-left: 30px;
	font-weight: bold;
	line-height: 100%;
}

/* HTML 5 support */
header, section, footer, aside, article, figure {
	display: block;
}