html, body {
	margin: 0px;
	height: 100%;
	background-color: #EBEBEB;
	background-image: url(/gfx/system/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
#Background {
	background-color: #FFFFFF;
	height: 100%;
	background-image: url(/gfx/system/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.img_border {
	border: 1px solid #B5B5B5;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #426E21;
	margin: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #426E21;
	margin: 0px;
}

#Top {
	background-image: url(/gfx/system/bg_top.png);
}
#Shadow_Bot {
	background-image: url(/gfx/system/shadow_bot.png);
	height: 4px;
}
#Bot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #515151;
	height: 125px;
}
#Botcontent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#Botcontent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

p {
	margin: 0px;
}
table {
	margin: 0px;
}
#Menu a {
	color: #000000;
	text-decoration: none;
	margin: 0px 4px 0px 4px;
}
#Menu a:hover {
	color: #000000;
	text-decoration: underline;
	margin: 0px 4px 0px 4px;
}
#SubMenu a {
	color: #000000;
	text-decoration: none;
	margin: 0px 4px 0px 4px;
}
#SubMenu a:hover {
	color: #000000;
	text-decoration: underline;
	margin: 0px 4px 0px 4px;
}


#Content a {
	color: #426E21;
	text-decoration: underline;
	margin: 0px 4px 0px 4px;
}
#Content  a:hover {
	color: #426E21;
	text-decoration: none;
}
img {
	border-style: none;
	/*behavior:	url("/_senzor/pngbehavior.htc");*/
}
form {
	margin: 0px;
}
.txt10 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
.txt11 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 125px;
}
#project_front img {
	margin: 0px 0px 0px 4px;
}