html, body {
	height: 100%; /* optional, nur fuer staendig volle hoehe */
	margin: 0;
	color: #036; 
	font-size: 90%; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss; 
	background: #fff;
	}

div#main {
	min-height: 100%; /* optional, nur fuer staendig volle hoehe */
	height:auto !important; /* moderne Browser, optional, nur fuer staendig volle hoehe */
	height:100%; /* IE, optional, nur fuer staendig volle hoehe */
	overflow: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
	text-align: left;
	}

div#top {
	width: 100%;
	height: 100px;
	margin: 0;
	background: #99c;
	}

div#top img:hover {
	background: url(../upload/layout/head-rollover.png);
	}

div#left {
	width: 250px;
	margin: 0 25px 0 25px;
	float: left;
	background: #ffc;
	}

div#right {
	margin: 0 25px 50px 300px;
	}

div#footer {
	width: 100%;
	height: 30px;
	margin: -80px 0 0 0;
	background: #99c;
	}

div.first {
	padding: 10px;
	border-top: 1px solid #e44;
	}
	
div.second {
	padding: 5px 5px 5px 20px;
	border-top: 1px solid #fff;
	background: #f6f0c0;
	}

a {
  text-decoration: none; 
  color: #e44;
  }

a.navileft_active {
  text-decoration: underline; 
  }


h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #e44;
  }

h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #e44;
  }

img {
  border: 0px;
  }

a:link { }
a:visited { }
a:hover { text-decoration: underline;  }
a:active { }

