body {
	margin: 0;
	background:#dddddd;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding: 0px;
}

.main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fafafa;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: left;
}

a:link, a:visited {
	color:#cc0000;
	font-weight: bold;
	text-decoration:underline;
	border-bottom:none;
}

a:active, a:hover {
	color:#808080;
}

.headline {
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #808080;
}

.headline-news, .headline-main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.headline-news {
	font-size: 13px;
	line-height: 16px;
}

.headline-main {
	font-size: 16px;
}

.address {
	background: #000000;
	text-align: center;
	color: #aaaaaa;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

a.address:link, a.address:visited {
	font-weight: normal;
	color: #cc0000;
	border-bottom: none;
	text-decoration: underline;
	padding: 0px;
}

a.address:active, a.address:hover {
	color:#808080;
} 

.menu {
	z-index: 50;
	background: transparent;
	width: 780px;
	position: absolute;
	top: 120px;
	font-size: 18px;
	font-family: Arial;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

.submenu{
	z-index: 50;
	background: #000000;
	position: absolute;
	top: 149px;
	font-size: 13px;
	font-family: Arial;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 23px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

a.m:link, a.m:visited, a.m:active { /* Menu links */
	font-weight: normal;
	color: #aaaaaa;
	text-decoration:none;
	border-bottom: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 2px solid #000000;
}

a.m:hover {
	border-left: 2px solid #cc0000;
}

a.sm:link, a.sm:visited, a.sm:active { /* Submenu links */
	font-weight: bold;
	color: #aaaaaa;
	text-decoration:none;
	border-bottom: none;
}

a.sm:hover {
	color: #cc0000;
}

.list {
	position: relative;
	top: -1px;
	background:#eeeeee;
	border: 1px solid #808080;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

a.list:link, a.list:visited {
	color: #000000;
	border: none;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px;
}

a.list:active, a.list:hover {
	color: #cc0000;
}

p.null { /* Big paragraph */
	height: 15px;
}


table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

a.image {
	background:none;
	border:none;
}

.note {
	color: #808080;
}

img {
	border:none;
}

a.pic:link, a.pic:visited {
	background: none;
	display: block;
	border: 1px solid #808080;
}

a.pic:hover, a.pic:active {
	border:1px solid #cc0000;
}
