html, body {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url("/images/main_template/body_bg.gif");
	background-repeat: repeat;
	background-position: 0px 0px;	
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
abbr {
	cursor: help;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;

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

}
/**************************************************************************************************/
#aktion {
	width: 900px;
	height: 100px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
#head {
	width: 900px;
	height: 150px;
	background-color: #90191D;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-attachment: scroll;
	background-image: url("/images/main_template/head_image.jpg");
	background-repeat: no-repeat;
}
#navi_line {
	width: 100%;
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#navi_line_center {
	width: 900px;
	height: 19px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #8E2E31;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#content {
	width: 860px;
	padding: 20px;
	background-color: #90191D;
	background-attachment: scroll;
	background-image: url("/images/main_template/content_bg.jpg");
	background-repeat: no-repeat;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-position: right bottom;
}
#bottom_line {
	width: 100%;
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#bottom_line_center {
	width: 900px;
	height: 19px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #8E2E31;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#footer_1 {
	width: 900px;
	height: 40px;
	background-color: #90191D;
	background-attachment: scroll;
	background-image: url("/images/main_template/footer_bg.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#footer_2 {
	width: 900px;
	color: #000000;
	font-size: 10px;
}
/**************************************************************************************************/
.contact_form form {
	margin: 0px;
	padding: 0px;
}
.contact_form .inputbox{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 2px;
}
.contact_form .button{
	width: 150px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.contact_form .button:hover{
	width: 150px;
	font-weight:bold
}
/**************************************************************************************************/
img.border {
	border: 1px solid #FFFFFF;
}