a:active, a:link, a:visited {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
body {
	margin: 0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#660000;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-size: 16px;
	color: #FF0000;
	background-color: #666666;
}
h1 {
	font-size: 20px;
	color: #FF0000;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.content {
	background-image:url(img/layout/bgr.jpg);
	background-repeat: repeat-y;
	}
.font10 {
	font-size:12px;
	}
.font14 {
	font-size:14px;
	}
.bgright {
	background-image: url(img/layout/menu/menurechts1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
.bgleft {
	background-image: url(img/layout/menu/menu_left.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}	
.bgleftbig {
	background-image: url(img/layout/bgr_left.gif);
	background-position: right;
	background-repeat: repeat-y;
	}
.bgrightbig {
	background-image: url(img/layout/bgr_right.gif);
	background-position: left;
	background-repeat: repeat-y;
	}
ul {
background-color:#CCCCCC;
}
li {
	display:block;
	width:70px;
	list-style:none;
	float:left;
	text-align:center;
	background-color:#cccccc;
	}