﻿body, tr, td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#main {
	width:100%;
	height:100%;
}
#menutable td {
	border-left: 2px solid #690000;
	padding: 0 3px;
}
#menutable {
	padding: 10px 0 0 0;
}
#logo{
	position:absolute;
	background-image:url(./gfx/logo_v01.jpg);
	background-repeat:no-repeat;
	width:397px;
	height:466px;
	right:0px;
	top:-45px;
}
#top{
	position:absolute;
	left:-107px;
	top:-114px;
	width:368px;
	height:395px;
	background-image:url(./gfx/top.jpg);
	background-repeat:no-repeat;
}
#bottom{
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 218px;
	height: 180px;
	background: url(./gfx/bottom2.gif);
	z-index: 1;
}
.menu{
	position:absolute;
	left:43px;
	top:95px;
	width: 80%;
	height: 25px;
	color:#000000;
}
.menu a{
	color:#000000;
	text-decoration:none;
}
.red {
	color: #781213;
	font-weight:bold;
}
.imp {
	bottom:10px;
	position:fixed;
	right:10px;
	text-align:right;
	text-shadow:-1px 0 2px #690000, 0 -1px 2px #690000, 2px 0 2px #690000, 0 3px 2px #690000;
	z-index:2;
}
a.linkactiv {
	text-decoration: none;
	color: #690000 !important;
	font-weight: bold;
}
a.imp_a:link, a.imp_a:visited, a.imp_a:hover, a.imp_a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	z-index: 2;
}
.content {
	display:none;
	width:667px;
	position:absolute;
	left:76px;
	top:156px;
	overflow:auto;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
h2 {
	color:#781213;
	font-size:12px;
}
a#menulink:link, a#menulink:visited, a#menulink:active {
	text-decoration: none;
	color: #000000;
}
a#menulink:hover {
	text-decoration: none;
	color: #690000;
	font-weight: bold;
}
.blog_topic{
	border-bottom:dashed;
	border-bottom-color:#860B0E;
	border-bottom-width:1px;
	font-weight:bold;
}
strong {
	color:#781213;
}
h4 {
	padding-left:11px;
	color:#781213;
	font-weight:bold;
	font-size:11px;
}
ul {
	list-style-image: url(gfx/point.jpg);
}
.img { 
	position:absolute; 
	top:0px;
	border:none;
}
.clear{
	clear:both;
}
.menutd {
	border-left-color:#690000;
	border-left-style:solid;
	border-left-width:2px;
	padding-left:3px;
}
input {
	border-style:solid;
	border-color:#791213;
	border-width:1px;
	background-color:#FFFFFF;
	width:280px;
	padding:2px;
}
textarea {
	border-style:solid;
	border-color:#791213;
	border-width:1px;
	background-color:#FFFFFF;
	width:280px;
	padding:2px;
}
select {
	border-style:solid;
	border-color:#791213;
	border-width:1px;
	background-color:#FFFFFF;
	padding:1px;
}
#imgborder {
	border-color:#791213;
	border-width:1px;
	border-style:solid;
}