body {
	font: 83% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #f0f0f0  url("body1.gif");
	margin: 0;
	padding: 0;
	text-align: center;
}

.all {
	position: relative;
	max-width: 1024px;
	width: expression(document.body.clientWidth > 1024?"1024px": "96%" );
	text-align: left;
	margin: 0 auto;
	background: #fff;
	border-left: 3px solid #d5e1ed;
	border-right: 3px solid #d5e1ed;
}

a {
	font-weight: bold;
	color: #535c63;
}

a:hover {
	color: #c00000;
}
h1 {
	font-size: 2em;
	color: #999;

}
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}
#motto h2 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #759319;
}
h3, #comments #content h2, #archiv #content h2, #lcomments #content h2 {
	font-size: 130%;
	color: #759319;
}
#archiv #content h2, #lcomments #content h2 {
	padding: 15px 10px 0 15px;
}
#comments #content h2 {
	padding: 0 10px 0 15px;
}
#comments h2 a {
	display: block;
}
.comment {
	_width: 100%;
}
#head h1 {
	margin: 0;
	padding: 15px 200px 0 10px;
	position: relative;
}

#head h1 a {
	color: #999;
	text-decoration: none;
}
#head h1 a:link, #head h1 a:visited {
	color: #999
}
#head h1 a:hover {
	color: #000;
}
#head h1 a span {
	position: absolute;
	top: 5px;
	left: -125px;
	display: block;
	background: url("logo.gif") no-repeat top left;
	width: 100px;
	height: 100px;
	z-index: 0;
	cursor: pointer;
	cursor:hand;
}
em {
	color: #066094;
}
#motto {
	background: url("dt.gif") repeat-x left bottom;
	padding-bottom: 0.5em;
	padding-left: 10px;
	margin-right: 215px;
}
#lcomments #motto {
	margin-right: 220px;
}
.day {
	width: 100%;
}
#head {
	position: relative;
	padding: 0 0 0 130px;
	margin: 0;
	height: 100px;
	background: #fff url("head.jpg") repeat-x;
}
#index>#head {
	height: auto;
	min-height: 110px;
	height: "100px";
}
#content {
	margin: 0 200px 0 0;
	line-height: 1.5em;
	overflow: hidden;
	background: #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	color: inherit;
	background: #fff url("head.jpg") repeat-x;

}
#bar div {
	border-bottom: 5px solid #ececec;
	padding: 0 0 20px 0;
}
.all > #bar {
	right: 0;
}

#bar h2 {
	font-size: 130%;
	background:  url("h2.gif") no-repeat left bottom;
	color: #759319;
	margin: 0;
	text-align: left;
	padding: 10px 0 16px 20px;
}

#bar ul {
	margin: 0;
	padding: 0;
}

#bar li {
	display: block;
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
}

#bar li a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 2px 0 2px 0;
	color: #000;
	background-color: transparent;
	padding-left: 1em; 
	font-weight: bold;
	text-decoration: underline;
}

#bar li > a {
	width: auto;
}
#bar li a:link, #bar li a:visited {
	color: #406a94;
}
#bar li a:hover {
	color: #c00000;
}

hr {
	display: none;
}


.spot, .comment{
	border: 2px solid #d5d5d5;
	margin: 1em ;
	padding: 1em;
}
#lcomments p {
	margin: 0 1em;
	padding: 0 1em 0.5em 1em;
	border: none;
}
#lcomments .commentbar {
	margin: 0 2em;
	padding: 0.5em 1em 0.5em 0;
	background: url("dt.gif") repeat-x;
	color: #0791d1;
}
#lcomments .commentbar a {
	display: block;
}
#archiv #content, #lcomments #content {
	_width: 100%;
}
#archiv #content ul {
	margin: 1em;
	border: 2px solid #d5d5d5;
	list-style: circle;
	padding: 1em 1em 150px 55px;
}
#archiv #content li {
	padding: 3px 0;
}
.spot h2 {
	margin: 0;
	border-left: 15px solid #E38730;
	background-color: #ECECEC;
	padding-left: 0.5em;
}
.spotobody {
	background: #fff url("dt.gif") repeat-x left bottom;
	padding-bottom: 1em;
}
.spotbar {
	text-align: right;
	background: #fff url("input.gif") repeat-x left center;
	padding: 5px;
}

#foot {
	clear: both;
	text-align: right;
	height: 86px;
	padding: 0 210px 0 0;
	overflow: hidden;
	font-size: 86%;
	color: #666;
	background: url("foot.jpg") no-repeat left bottom;
}

.commentbar {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0 15px 25px 15px;
}

#content fieldset {
	margin: 0;
	border: 1px solid #999;
	padding: 20px;
}

#content fieldset input, #content fieldset label, {
	margin: 0;
}
input, textarea {
	background: #fff url("input.gif") repeat-x left center;
	border: 1px solid #666;
	width: 300px;
	padding: 1px;
	font:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea {
	background: #fff url("area.gif") repeat-x;
	width: 80%;
	height: 300px;
	margin-bottom: 10px;
}
#content fieldset p {
	margin: 0.2em 0 0.2em 0;
	color: #0791d1;
}

#content fieldset label {
	display: block;
	color: #759319;
}
legend {
	padding: 5px 0;
	font-weight: bold;
}
p.center {
	padding: 10px 0;
}
fieldset p.center input {
	background: none;
	padding: 1px 0;
	width: 150px;
	cursor: pointer;
	cursor: hand;
}

.blogname {
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #696969;
}

#foot img, #comments img, #comments br, #archiv img, #archiv br, #lcomments br, #lcomments img{
	border: none;
	display:none;
	
}
#comments .comment br, #archiv #content br, #lcomments #content {
	display: block;
} 
#foot a {
	font-weight: normal;
}
.commentbody {
	width: 100%;
	overflow: hidden;
}

#foot {
	clear: both;
}
#blog #foot img {
	display: none;
}