body {
	margin: 0px;
	padding: 0px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d4e4ca;
}

td,tr {
	font-size: 14px;
}

.fullsize {
  height: 100%;
  width: 100%;
}

.rahmen {
    height: 240px;
	border-top: 1px solid #9acd68;
	border-right: 3px solid #9acd68;
	border-bottom: 3px solid #9acd68;
	border-left: 1px solid #9acd68;
	background-color: #e5efdf;
}


/*----- Hyperlinks ---------*/
a:link {
	color: #366507;
	font-weight: bold;	
	text-decoration: none;
}
a:visited {
	color: #366507;
	font-weight: bold;	
	text-decoration: none;
}
a:active {
	color: #366507;
	font-weight: bold;	
	text-decoration: underline;
}
a:hover {
	color: #366507;
	font-weight: bold;	
	text-decoration: underline;
}

.active {
	text-align: right;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-right: 55px;
	color: #000000;
	height: 24px;
	background-image: url(images/active.jpg);
	background-repeat: no-repeat;
}

.inactive {
	text-align: right;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-right: 55px;
	color: #366507;
	height: 24px;
	background-image: url(images/inactive.jpg);
	background-repeat: no-repeat;
}
.inactive a:link, .active a:link {		/* noch nicht besuchte Links */
	color: #366507;
	font-weight: bold;	
	text-decoration: none;
}
.inactive a:visited, .active a:visited {
	color: #366507;
	font-weight: bold;	
	text-decoration: none;
}
.inactive a:active, .active a:active {
	color: #366507;
	font-weight: bold;	
	text-decoration: underline;
}
.inactive a:hover, .active a:hover {
	color: #366507;
	font-weight: bold;	
	text-decoration: underline;
}

.footer {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #366507;
	height: 30px;
	background-image: url(images/beet.jpg);
	background-repeat: repeat-x;
}
.footer td {
	font-size: 9px;
}

/*----- Hyperlinks ---------*/
.footer a:link {
	color: #366507;
	font-weight: bold;	
	text-decoration: none;
}
.footer a:visited {
	color: #366507;
	font-weight: bold;	
	text-decoration: none;
}
.footer a:active {
	color: #366507;
	font-weight: bold;	
	text-decoration: underline;
}
.footer a:hover {
	color: #366507;
	font-weight: bold;	
	text-decoration: underline;
}

.titlebar {
	text-align: left;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #366507;
	height: 24px;
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
}
.titlebar td {
	font-size: 15px;
}

.boldfont {
	font-weight: bold;	
}
.moresize {
	font-size: 18px;
	font-weight: bold;
}
.size2 {
	font-size: 2px;
}
.size4 {
	font-size: 4px;
}
.size6 {
	font-size: 6px;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
*:focus {
	outline:0;
}
