body {
	background-color: #E7E7E7;
}

body, body * {
	font-family: Verdana, Arial, "DejaVu Sans",  Helvetica, sans-serif;
}

h1, h1 *, h2, h2 *, h3, h3 * {
	font-family: Arial, "DejaVu Sans",  Helvetica, sans-serif;
}

#wrapper {
	width: 780px;
	margin: 10px auto 0 auto;
}

#inner-wrapper {
	width: 780px;
	min-height: 620px;
	margin-left: 0;
	margin-right: 0;
}

#wrapper-left, #wrapper-right, #wrapper-top, #wrapper-bottom,
#wrapper-left-bottom, #wrapper-left-top,
#wrapper-right-bottom, #wrapper-right-bottom {
	background-image: none;
}

#header {
	border: 1px solid #213C52;
	height: 145px;
}

#text-header-outer {
	text-align: center;
}

#text-header {
	clear: both;
	height: auto;
	width: 50%;
	padding: 10px 0 0 0;
	margin: 0 auto 0 auto;
}

#text-header, #text-header * {
	color: #213C52;
}

#text-header h2 {
	margin-top: 0;
	margin-bottom: 0px;
	text-align: left;
}

#text-header a {
	text-decoration: none;
	color: #213C52;
}
#text-header a:hover {
	color: #485E71;
}

#text-header p {
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
}

#footer {
	width: auto;
	height: 26px;
	background-image: none;
	padding: 12px 8px 4px 8px;
	clear: both;
	text-align: center;
}

#blog-frame-outer {
	background-color: #E7E7E7;
	text-align: center;
}

#blog-frame {
	width: 752px;
	height: auto;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: white;
}

#blog-left {
	background-image: url(img/blog_left.png);
	background-position: left;
	background-repeat: repeat-y;
}
#blog-right {
	background-image: url(img/blog_right.png);
	background-position: right;
	background-repeat: repeat-y;
}
#blog-bottom {
	background-image: url(img/blog_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#blog-left-bottom {
	background-image: url(img/blog_left_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#blog-right-bottom {
	background-image: url(img/blog_right_bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}


#inner-rect {
	/*padding: 0 10px 10px 10px;*/
	padding: 0 6px 50px 6px;
	margin: 0;
}


#inner-back {
	margin: 0;
	padding: 0;
	background-image: url(img/blog_navback.png);
	background-position: right;
	background-repeat: repeat-y;
}

#right {
	margin: 10px 5px 0px 0px;
	width: 200px;
}

#content {
	width: 480px;
	padding: 10px 0 10px 20px;
}


div.modulebox-blog {
/*	background-color: yellow;*/
	width:auto;
	height: auto;
	margin: 0 0 14px 0;
	padding: 0;
}

div.modulebox-blog * {
	margin: 0;
	padding: 0;
}


div.modulebox-blog h1 {
	font-size: 10pt;
}


ul.blog-nav, ul.blog-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.blog-nav {
	margin: 5px 0 0 21px;
}

ul.blog-nav ul {
	margin: 0 0 0 8px;
}


ul.blog-nav li {
	margin: 2px 0 2px 0;
	padding: 0 0 0 0;
	text-indent: -10px;
	height: auto;
}


ul.blog-nav li.empty-archive {
	text-indent: 0;
}

ul.blog-nav * {
	font-size: 7pt;
	/*font-family: Verdana, Arial, "DejaVu Sans",  Helvetica, sans-serif;*/
}

ul.blog-nav a {
	text-decoration: none;
	font-weight: bold;
	/*display: block;*/
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 150%;
	background-image: url(img/blog_menumarker.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

ul.blog-nav a:hover {
	background-image: url(img/blog_menumarker_down.png);
}


#content h1.blog-headline {
	display: block;
	font-variant: normal;
	background-color: #E8E8E8;
	height: auto;
	margin: 8px 0 15px 0;	
	padding: 4px;
	font-size: 12pt;
	text-align: center;
}

div.news-info {
	margin: 0;
	padding: 0;
}

div.news-info * {
	display: inline;
}

div.news-info, div.news-info * {
	font-size: 8pt;
}

div.post {
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
}

div.post h2 * {
	text-decoration: none;
	font-weight: normal;
	font-size: 15pt;
	padding: 0;
	margin: 0;
}

div.post h2 {
	margin: 2px 0 5px 0;
	padding: 0;
}

div.post-date {
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

div.navigation {
	height: auto;
	margin: 0 0 15px 0;
}

.news-more {
	text-align: right;
}
.postmetadata {
	text-align: center;
}

h3#comments {
	color: #830002;
	font-size: 12pt;
	text-align: center;
}

table.blog-comments {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 90%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px;
}

table.blog-comments td, table.blog-comments th {
	
	vertical-align: top;
	padding: 4px;
}

table.blog-comments th {
	width: 25%;
	font-weight: normal;
}

table.blog-comments th {
	color: #5F5F5F;
	text-align: right;
/*	background-color: #FFFDF2;*/
	border: 1px solid #DDD;
}
table.blog-comments th, table.blog-comments th * {
	font-size: 8pt;
}

table.blog-comments td {
	background-color: #FDFAE5;
/*	border: 1px dashed #830002;*/
	border: 1px solid #DDD;

	text-align: left;
}

div.blogcomment-comment {
	background-color: white;
	border: 1px solid #CCC;
	margin: 4px 0 0 20px;
	padding: 8px;
}

.tx-guestbook-comment {
	margin: 0;
	padding: 0;
}


div.news-image-list {
	height: auto;
	margin: 9pt 0 0 0;
	padding: 0 5px 0 0;
	float: left;
	border-spacing: 0;
}
div.news-image-single {
	height: auto;
	margin: 9pt 0 0 0;
	padding: 0 5px 5px 0;
	float: left;
	border-spacing: 0;
}
p.news-single-imgcaption {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 8pt;
}

.news-single-links p {
	margin: 0;
	padding: 0;
}

.news-single-additional-info * {
	font-size: 8pt;
	text-decoration: none;
}

.news-single-additional-info dt {
	font-weight: bold;
}
.news-single-additional-info dl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.news-single-links a {
	padding: 0 0 0 10px;
	background-image: url(img/blog_menumarker.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
.news-single-links a:hover {
	background-image: url(img/blog_menumarker_down.png);
}
.hint {
        border: 1px solid #DDD;
        background-color: white;
        margin: 5px;
        padding: 8px;
}
.hint, .hint * {
        font-size: 8pt;
}

div.entry *, div.entrytext {
        font-size: 9pt;
}

div.post .alignleft a, div.post .alignright a,
div.navigation .alignleft a, div.navigation .alignright a {
	font-size: 8pt;
}
div.post h2, div.post h2 * {
	font-size: 13pt;
	font-weight: bold;
}

div.form-inner {
	width: 440px;
}

