body {
	margin: 50px 0 0 0;
	padding: 0;
	background: #FFFFFF url(/images/top.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 26px;
	font-size: 13px;
}

a:link {
	color: #990000;
}

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}

a:visited {
	color: #333333;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

input.zemText, textarea.zemTextarea {
	padding: 3px;
	border: 1px solid #F0F0F0;
}

input.zemSubmit {
	padding: 3px;
	background: #ECECEC url(/images/button-face.gif) repeat-x left bottom;
	border: none;
	font-size: 11px;
	color: #4F4F4F;
	margin-top: 1em;
}

/* Header */

#header {
	width: 850px;
	height: 82px;
	margin: 0 auto 90px auto;
	background: url(/images/dotted.gif) repeat-x left bottom;
}

#emblem {
	height: 150px;
	background: transparent url(/images/bierkrug.png) top left no-repeat;
	margin: -15px 0 0 -90px;
}

* html #emblem { /* too cool for ie */
	background: none;
}

#logo {
	float: right;
	margin-top: 15px;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	text-align: right;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	clear: both;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
/*	text-decoration: underline; */
}

#menu a.active, #menu a:hover {
	border-bottom: 3px solid #990000;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 575px;
}

#content .thumb, #galerie .thumb {
	background-color: white;
	border: 1px solid #BFB4AA; 
	padding: 2px;
}

#content img.main {
	margin: 25px 0px;
	border: 25px solid #f3f3f3;
}

#content h2, #content h3 {
	margin: 1em 0 0 0;
}

#galerie ul {
	overflow: auto;
}

#galerie ul {
	line-height: 0;
}

#galerie .thumb {
	float: left;
	margin: 5px;
}

#galerie .thumb.last {
}

/*== article == */

.post {
}

.post p {
	text-align: justify;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(/images/dotted.gif) repeat-x left bottom;
}

.post .title  a {
	text-decoration: none;
	color: inherit;
}

.post .entry {
}

.post .entry blockquote.witty  {
	margin: 0;
}

.post .entry blockquote.witty p {
	background: transparent url(/images/quote.png) no-repeat top left;
	padding: 0 0 0 29px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #666;
}

.post .entry blockquote.witty p cite {
	padding: 0 0 0 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: right;
	display: block;
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(/images/dotted.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(/images/post.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(/images/comment.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/*== Sidebar ==*/

#sidebar {
	float: left;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(/images/dotted.gif) repeat-x left bottom;
	font-size: 16px;
}

#sidebar p.light, #sidebar li.light  {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	letter-spacing:2px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(/images/button-face.gif) repeat-x left bottom;
	border: none;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(/images/leadin.gif) no-repeat;
}

.box2 {
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(/images/dotted-dark.gif) repeat-x left bottom;
	font-size: 16px;
	font-weight: bold;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
}

.box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #3E3E3E;
}

/*== Footer ==*/

#footer {
	height: 400px;
	min-height: 400px;
	padding: 150px 0 0 0;
	background: #BFB4AA url(/images/footer.png) repeat-x;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
	color: #3E3E3E;
}

#footer ul {
	line-height: 1.6em;
}

#footer li {
	padding-bottom: 1em;
}

#fineprint {
	text-align: center;
	color: #F2F2F2;
	font-size: 11px;
	clear: both;
	padding-top: 3em;
}

#fineprint a, #fineprint a:visited {
	color: #F2F2F2;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 220px;
}

#fbox2 {
	width: 305px;
	padding-left: 55px;
}

#fbox3 {
	width: 215px;
	padding-left: 55px;
}

/* == rating == */
abbr.rate {
	background: white url(/images/ratingstars.png) no-repeat;
	width: 65px;
	display: block;
	text-indent: -999em;
}

abbr.rate-5 {
	background-position: 0 0;
	
}

abbr.rate-4 {
	background-position: 0 -30px;
}

abbr.rate-3 {
	background-position: 0 -60px;
}

abbr.rate-2 {
	background-position: 0 -90px;
}

abbr.rate-1 {
	background-position: 0 -120px;
}

abbr.rate-0 {
	background-position: 0 -150px;
}

/* ==comments==*/

label.l {
	display: block;
	margin: 1.5em 0 0.3em 0;
}

#txpCommentInputForm #name,
#txpCommentInputForm #email,
#txpCommentInputForm #web,
#txpCommentInputForm #message  {
	border: 1px solid #F0F0F0;
	width: 570px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;

}

#txpCommentInputForm #message   {
	height: 140px;
}

ul.comments_error , ul.zemError, .zemThanks {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 1em;
	list-style-position: inside;
	border: 2px solid #BE0027;
	background-color: white;
}

#content ol.comments {
	padding: 0;
	list-style: none;
}

#content ol.comments li.comment  {
	background-color: #efefe8;
	padding: 1em;
	list-style: none;
	margin-bottom: 20px;
	clear: both;
	overflow: auto;
}

#content ol.comments li  p.small, #content ol.comments li  p.small a{
	color: #666;
}

#content h2#Kommentar {
	margin-bottom: 1em;
}

input.disabled {color: #ccc; background-color: #eee}
