body,td,th,p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.2em;
}
body {
	background-color: #B2C7E5;
	margin: 0;
	padding-top: 10px;
}
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
}
h1, h2, h3, h4, h5, h6 {
        text-align: left;
        line-height: 1.2em;
}
h3 {line-hight: 1.4em;}

h4 {
	font-size: 18px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}

div.imgholder {
  float: left;
  background: url(/bilder/dropshadow.gif) no-repeat bottom right;
  margin: 10px 7px 0 10px !important;
  margin: 10px 0 0 5px;
  }

div.imgholder img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #666;
  margin: -3px 5px 5px -3px;
  padding: 2px;
  }
 
form {
	margin: 0;
}
.main {
	width: 980px;
	margin: auto;
	padding-top: 5px;
	background-color: #FFFFFF;
}
.highlight {
	background-color: #D0D0D0;
}

dl.meImgLeft { float: left; margin-right: 1em; }
// verhindert das Einrücken und
// den Abstand nach oben
dl.meImgLeft dt { margin-bottom: 0; }
dl.meImgLeft dd { margin: 0; }

dl.meImgRight { float: right; margin-left: 1em; }
// verhindert das Einrücken und
// den Abstand nach oben
dl.meImgRight dt { margin-bottom: 0; }
dl.meImgRight dd { margin: 0; }

.mitte {
   text-align: center;
}

.menu {
	float: left;
	width: 190px;
	margin-left: 10px;
	margin-top: 3px;
    font-size: 0.9em;
}

.content {
	margin-left: 200px;
    margin-right: 5px;
    margin-bottom: 20px;
	padding: 4px 10px 14px 10px;
	text-align: left;
	clear: right;
    background-color: #eee;
}

.seitenstart {
	background-color: #fff;
	clear: both;
	height: 25px;
	font-size: 1em;
	color: #000;
   margin-left: 20px;
   margin-bottom: 10px;
	line-height: 18px;
   text-align: left;
}

table tr td {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	
}

table td {
	vertical-align: top;
	margin-right: 20px;
	padding-right: 20px;

}
.titel_lehrer {
	background-color: #B2C7E5;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 10px solid #eee;
	border-top: 10px solid #eee;
}

.footer {
	background-color: #0ff;
	clear: both;
	height: 30px;
	font-size: 0.9em;
	color: #000000;
	line-height: 18px;
              text-align: center;
}

.post_title, .post_date {
	padding-top: 20px;
        border-bottom: 2px solid #0000FF;
}

.post_title {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: left;
	padding-bottom: 5px;
	padding-left: 20px;
        border-bottom: 2px dotted blue;
}

