/* -------------------------------------------------------- */
/* --	      CSS für Dieter Hock Alphorn                -- */
/* --	www.webandworld.de - (c) 2009 Reiner Schmidt     -- */
/* -------------------------------------------------------- */

body {
	background: #787c96 url(pics/t1a.jpg) no-repeat;
	font: 16px sans-serif, verdana, arial;
	margin: 0;
	padding-bottom: 100%;
}


/* Header and title */

#title{
	font-size: 16px;
	font-weight: bolder ;
	margin-left: 232px;
	margin-top: 4px;
	padding-top: 25px ;
}


/* Page content */

#content, #content_bottom, #content_top {
	background: white;
	color: black;
	text-align: justify;
}

#content_top {
	height: 14px;
	margin: 0px 100px 0px 100px;
}

#content {
	height: auto;
	margin: -6px 100px 0px 100px;
	padding: 0px 72px 72px 72px;
	/*background: white;
	color: #333333;*/
}

#content_bottom {
	height: 14px;
	margin: 0px 100px 0px 100px;
	/*clear: both;*/
}

#content li {
	line-height: 1.5em;
	text-align: left;
}

#box1 {
	position: absolute;
	top: 10px;
	left: 750px;
	color: black;
	background: url(pics/hg_schr.png);
	font-size: 0.7em;
	text-align: center;
	}

#box2 {
	position: absolute;
	top: 265px;
	left: 750px;
	color: white;
	height: 220px;
	width: 240px;
	background: url(pics/echoseebensee.jpg) no-repeat;
	font-size: 0.8em;
	text-align: right;
	}

/* Footer */

#bottom {
	float: none;
	background: inherit;
	color: black;
	width: auto;
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

#news li {
	list-style-type: square;
	border-bottom: 1px dotted #BEBEBE;
	margin-left: -25px;
	padding: 4px 0px 4px 0px;
}

#gallery {
	text-align: center;
}

#gallery table {
	margin: 30px 0px 30px 0px;
}

/* HTML styles */

h1 {
	color: #3c4166;
	text-align: left;
	margin: 5px 0px 20px 130px;
}

h2 {
    color: #3c4166;
    margin: 20px 420px 210px 380px;
}

p {
   color: white;
   background: url(pics/hg_schr.png);
   margin: 20px 380px 60px 380px;
  }


