body {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #007EC3;
	margin-top: 5px;
	background-color: white;
}

td {
	text-align: left;
	border-collapse: collapse;
}

a {
	color: #0076BD;
	text-decoration: none;
}

a:link {
	color: #0076BD;
	text-decoration: none;
}

a:hover {
	color: #0076BD;
	text-decoration: underline;
}

.black {
	color: #000;
}

.grey {
	color: #899296;
}

.grey a {
	color: #899296;
}

.box {
	border: 1px dotted red;
}

div {
	
}

div#outerframe {
	position: relative;
	width: 908px;
	height: 1200px;
	overflow: visible;
}

div#headerframe {
	position: absolute;
	top: 0px;
	left: 111px;
	width: 800px;
	height: 420px;
	background-image: url("site/header_background.gif");
}

#headerframe .title {
	position: absolute;
	top: 13px;
	left: 16px;
	font-size: 10pt;
	font-weight: normal;
	color: #a0a0a0;
}

#headerframe .startblog {
	position: absolute;
	top: 13px;
	left: 596px;
	font-size: 10pt;
}

#headerframe .image {
	position: absolute;
	top: 34px;
	left: 17px;
	width: 764px;
	height: 292px;
	overflow: hidden;
}
#headerframe p {
	margin: 0px;
	padding: 0px;
}

#headerframe .text {
	position: absolute;
	top: 338px;
	left: 16px;
	width: 764px;
	height: 70px;
	text-align: center;
	font-size: 14pt;
	line-height: 23px;
}

#headerframe .textblack {
	color: black;
	padding-bottom: 5px;
}

div#lowerpart {
	position: absolute;
	/* width: 900px;  */
	height: 700px;
	left: 0px;
	top: 430px;
	overflow: visible;
}

td#leftcolumn {
	text-align: left;
}

table#content {
	
}

.bl {
	border-left: 4px solid #00ABBD;
}

.br {
	border-right: 4px solid #00ABBD;
}

.bo {
	border-top: 4px solid #00ABBD;
}

.bu {
	border-bottom: 4px solid #00ABBD;
}

.bu2 {
	border-bottom: 2px solid #00ABBD;
}

.searchform {
	background-image: url("site/fade_dunkel.png");
	background-repeat: repeat-y;
	padding-left: 10px;
}

#content .heading {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	background-color: #BBE4EB;
	padding-left: 16px;
	padding-top: 2px;
}

#content .topspace {
	padding-top: 10px;
	height: 500px;
}

#content .menu {
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	background-color: #BBE4EB;
}

/* css for a post entry */
.post {
	margin-top: 10px;
	padding-left: 17px;
	border-bottom: 2px solid #00ABBD;
}

.post h2, .commentbox h3 {
	font-family: "Times";
	font-size: 16pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.post h3, .commentbox cite {
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #899296;
	font-style: normal;
}

.post h3 a {
	color: #8EA0AE;
}

.post .text, .commentbox .text {
	font-family: "Trebuchet MS";
	color: #221E1F;
	font-size: 11pt;
	font-weight: normal;
	line-height: 20px;
}

.post .postmetadata {
	font-size: 10pt;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}

/* list of static pages */
.staticpage {
	width: 127px;
	overflow: hidden;
}

.staticpage ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.staticpage li {
	text-align: left;
	background-color: #CAE7EC;
	margin-top: 10px;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-top: 5px;
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	color: #0076BD;
}

#content .menubox {
	background-image: url("site/fade_hell.png");
	background-repeat: repeat-y;
	margin-top: 10px;
	padding-left: 15px;
	padding-bottom: 6px;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}

#content .menuhead {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#sidebar .menubox a {
	color: #899296;
	height: 20px;
}

#sidebar {
	background-image: url("site/fade_hell.png");
	background-repeat: repeat-y;
	color: #8D969B;
}

#sidebar .fade_dunkel {
	background-image: url("site/fade_dunkel.png");
	background-repeat: repeat-y;
}

#sidebar .whitespace {
	height: 10px;
	width: 100%;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

#sidebar .menubox {
	font-size: 10pt;
	margin: 0px;
	padding-left: 12px;
}

#sidebar h2 {
	font-size: 10pt;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #0076BD;
}
#sidebar .menubox h2 a {
	font-weight: bold;
	color: #0076BD;
}

#sidebar #sideimage {
	background-color: white;
	width: 100%;
	height: 117px;
}

#sidebar #feedlink {
	position: absolute;
	left: 170px;
	top: 10px;
	width: 18px;
	height: 18px;
}

/* now we adapt to css from wordpress */
.menubox ul {
	padding: 6px 0px 10px 0px;
	margin: 0px;
	list-style: none;
}

.menubox li {
	padding: 0px;
	margin: 0px;
}

.menubox h2 {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.menubox .pagenav li {
	
}

#content .footer {
	background-color: #BBE4EB;
	padding-top: 2px;
	color: #899296;
	font-size: 13px;
	text-align: center;
}

div#speaker {
	position: absolute;
	left: 57px;
	top: 413px;
}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	height: 40px;
	color: #8D969B;
	font-weight: normal;
	display: none;
}

.navigation a {
	font-size: 10pt;
	color: #8D969B;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/* Begin Comments*/
.commentbox {
	padding-top: 10px;
	padding-left: 20px;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h2.pagetitle {
	font-size: 10pt;
	margin-top: 10px;
	padding-left: 20px;
	text-align: left;
}

/* --------------------------- vorlagen ------------ */
div#vorlage {
	position: absolute;
	left: 900px;
	top: 424px;
}
/*
	dunkles Grau #899296;
*/

#content p.tags{
text-align:right;
font-size:.9em;
}

.navigation{
display:block;
}
