@charset "UTF-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

#flash {
	height: 400px;
	width: 700px;
	margin-top: 120px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	padding: 0px;

}

#navigation {
	height: 25px;
	/*border-bottom: 1px solid #666666;*/
	margin-bottom: 12px;
	background-image:
}

#content {
	height: 100px;
	width: 688px;
}

h1 {
	font-size: 26px;
	font-weight:normal;
	margin-top:-2px;
}

a {
	text-decoration:none;
	color: #111111;
}

a:hover {
	text-decoration:none;
	color: #999900;
}

.bodytext {
	font-size:11px;
}


/* NAVIGATION */


ul#navigation {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

ul#navigation li {
	float: left;
}

.navispacer {
	margin-left: 55px;
}

.navi {
	padding: 0px;
	margin: 0px;
	font-size:12px;
	color:#666666;
	text-decoration: none;
}

.navi:hover {
	color:#333333;
}

.navi_active {
	font-size:12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
