BODY {
	font-family: Comic Sans MS, Verdana, Arial;
	
}
TD {
	font-family: Comic Sans MS, Verdana, Arial;
	font-size: 100%;
}

IMG {
	border: 0px;
}

H1 {
	font-size: 140%;
}

H2 {
	font-size: 130%;
}

H3 {
	font-size: 120%;
}

H4 {
	font-size: 110%;
}

a {
	color: #0000b3;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

#header {

}

#navigation {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#menue{
	padding:0px;
	margin:0px;
}
#menue a {
	display:block;
	width:136px;
	height:20px;
	background-color: #ccccff;
	color: #0000b3;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	margin: 2px;
}
#menue a:hover, #menue a:active{
	display:block;
	width:136px;
	height:20px;
	background-color: #0000b3;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	line-height:20px;
}

#menue:after{
	content: "."; display: block; height: 0; clear: both; visibility:hidden;
}

#content {
	background-color: #e5e5e5;
	background-image: url('../images/background.jpg');
	background-attachment: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}