#header{
	height: 125px;
	padding: 0px;
	background-image: url(http://techfiles.de/dmelanchthon/images/header.jpg);
	background-repeat: no-repeat;
}

#header h1{
    position: absolute;
    top: 65px;
}

#header p{
    position: absolute;
    top: 100px;
}^

#comments a {
     font-weight: normal;
     text-decoration: underline;
}

#Cal {
   position: absolute;
   visibility:hidden;
   height: 1px;
   border=1px solid #CCCCCC;
   overflow:hidden;
}

DIV#comments h4 {
     font-weight: normal;
}

#top {
	padding : 10px;
	background-color : #adadad;
	color : #000;
	border-bottom : 4px solid #000;
}

h1 a:hover {
	color : #000;
	text-decoration : underline;
}

#main {
	background-color : #EEE;
	padding : 10px;
	border-left : 1px solid #555;
	border-right : 1px solid #555;
	border-bottom : 1px solid #555;
}


h3 {
	font-size : 1.2em;
	border-bottom : 1px solid #AAA;
}

#leftmenu ul,
#rightmenu ul {
	list-style : none;
	margin : 0px;
	padding : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	font-size : 0.8em;
	font-color : #000;
}

DIV#leftmenu A,
DIV#rightmenu A {
     color: #000000;
}

DIV#leftmenu a:hover, 
DIV#rightmenu a:hover {
     text-decoration:underline;
}


DIV#main a {
     text-decoration: underline;
}

DIV.post {
border-bottom : 1px groove #000;
}
