/*mathe.css version 06.05.05.*/ 
body {
	padding:	0px;
	margin: 	20px 30px 20px 30px;  /*top right bottom left*/
	font: 	14px/24px verdana, arial, helvetica, sans-serif;
        		/*short-hand for: font-size: 12px; line-height: 24px; font-family: verdana,arial, helvetica, sans-serif;*/
	color:	#333;
   background-color:	white;
}

a {
   font-weight: 		bold;
   text-decoration:	none;
	color:	#069;
}

a:link 	{color:	#069;}
a:hover 	{color:	#399;}        
a:active	{color:	#036;}

p {
		margin:0px 0px 24px 0px;
  	 	padding:0px;
}

#Content>p+p {text-indent:36px;}


h1 {
   	margin:	0px 0px 24px 0px; /*top right bottom left*/
      font-size:	24px;
      font-weight: bold;
      line-height: 36px;
 		color: 	#069;
}

h2 {
   	margin: 18px 0px 18px 0px; 
      font-size:	18px;
      font-weight: bold;
      line-height: 36px;
}

hr {
		background-color:#444;
		color:  #444;
		border: #444;
		height: 1px;
      margin: 5px -5px 5px -5px;
}


a.header {
			color: #444;
         font-weight: bold;
         font-size: 24px;
         text-decoration: none;
}

#Content { 
			position: absolute;
			top: 160px;
			left: 255px;
			padding-right: 30px;
} 
     
#Menu {
			position: absolute;
			top: 160px;
			left: 30px;
			padding: 0px 20px 200px 0px;
			border-style:solid;
        	border-color:#444;
        	border-width:0px 1px 0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */			
}     

