.logo-body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
	text-align: center;
	vertical-align: middle;
	margin: 10% auto;
	height: 80%;
}
.logo-main {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 10px 25px;
	width: 440px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.logo-container {
	background-color: #FF0000;
	position: relative;
	margin: auto;
	width: 100%;
}
.losung-text {
	text-align: left;
}
.losung-vers {
	text-align: right;
}
.losung-copyright {
	text-align: left;
}
#loginform { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
    margin: 0px;
    padding: 3px;
    padding-bottom: 5px;
    width: 99%;
    background-color: #FFCC00;
    color: rgb(255, 255, 200);
    font-weight: bold;
    height: 20px;
    min-width: 32em;
    text-align: right;
	border-bottom: solid 1px #FF0000;
    }
.main-container {
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	margin: 10px auto;
	width: 760px;
	min-height: 420px;
	border: thick double #FF0000;
}
.main-content {
	background-color: #FFFFFF;
	text-align: left;
	margin-right: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 15px;
	width: auto;
}
.main-header {
	background-color: #999999;
	padding: 0px;
	color: #000000;
	height: 150px;
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
}
.header-logo {
	float: left;
	margin: 7px;
}
.header-navigation-button {
	background-color: #FFCC00;
	border: 1px groove #FF0000;
	margin: 2px;
	padding: 4px;
}
.header-navigation-link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.sidebar-container {
	padding: 0px;
	float: right;
	margin: 0px;
}
.main-sidebar {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 200px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.sidebar-header {
	background-color: #000000;
	padding: 5px;
	color: #FFFFCC;
}
.header-navigation {
	padding-left: 250px;
	padding-top: 110px;
}
.sidebar-content {
	background-color: #FFFF99;
	padding: 5px;
}
.cite {
	padding: 10px;
	border: 1px solid #999999;
	background-color: #FFFFCC;
	font-style: italic;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CC3300;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/body_background.gif);
}
a {
	color: rgb(200,0,0);
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: rgb(150, 0, 0);
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: rgb(250, 0, 0);
	font-weight: bold;
}
table {
	border: 1px solid #FFCC00;
}
th {
	background-color: #FFCC00;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
td {
	background-color: #FFFF99;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.sidebar-navitem {
	margin: 0px;
	padding: 0px;
}

.post_thumbnail {
	margin-right: 10px;
}

.clear {
	clear: both;
}

  .postHeader {
  background-color: #FFFF99;
  padding-left: 5px;
  padding-right:5px;
  text-align: right;
  }
  
  .postTeaser {
  min-height: 50px;
  }
  
  .postTeaserWithImage {
  min-height: 150px;
  }
  
  .postThumbnail {
  padding-right: 10px;
  padding-bottom: 5px;
  border: None;
  }
  
