body
{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #666666;
	line-height: 25px;
	text-align: center;
}
div.header {
	width: 778px;
	height: 75px;
	background-image: url(../images/header.gif);
}
div.navigation {
	float: left;
	width: 191px;
}
div.main {
	width: 779px;
	text-align: left;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y; 
}
div.content
{
	float: left;
	background-color: #ffffff;
	width: 588px;
}
div.content_main {
	padding: 10px;
}
div.footer {
	background-color: #cccccc;
	height: 30px;
	width: 778px;
	text-align:center;
}
.topline
{
	color: #666666;
	font-weight: bold;
	padding-left: 20px;
}
.content_header_text
{
	color: #39628f;
	font-size: 16px;
	font-weight: bold;
}
a
{
	color: #39628f;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
}
a.menue
{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a.menue:hover
{
	text-decoration: underline;
}
input,button,textarea
{
	border: 1px solid #666666;
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
hr
{
	border: 0px;
	border-bottom: 1px solid #666666;
	width: 100%;
}
img.image {
	border: 1px solid #666666;
}
.clear {
    clear: both;
}
.cursor
{
	cursor: pointer;
}
.class {
	display: none;
	background-color:#39628f;
	border: 1px solid #666666;
	padding:1px;position: relative;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	font-weight: bold;
}
