/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
}
.body_headline {
	background-image: url(img/img_body_headline_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 29px;
	font-weight: bold;
	text-decoration: none;
}
.headline {
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	/*background-image: url(img/img_back2.png);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.header_back {
	background-image: url(img/img_back.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_header {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/img_body_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-top: 4px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.white {
	color: #FFFFFF;
}
.white:link {
	color: #FFFFFF;
}
.white:active {
	color: #FFFFFF;
}
.white:visited {
	color: #FFFFFF;
}
.white:hover {
	color: #FFFFFF;
}
.menu_back {
	background-color: #128F72;
	background-image: url(img/img_body_left_back.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.link_back {
	background-image: url(img/img_link_back.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu_padding {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.menu_link {
	font-weight: bold;
	color: #FFFFFF;
}
.menu_link:link {
	font-weight: bold;
	color: #FFFFFF;
}
.menu_link:visited {
	font-weight: bold;
	color: #FFFFFF;
}
.menu_link:active {
	font-weight: bold;
	color: #FFFFFF;
}
.menu_link:hover {
	font-weight: bold;
	color: #FFFFFF;
}

.text {
	line-height: 15px;
	padding-top: 15px;
	padding-right: 29px;
	padding-bottom: 15px;
	padding-left: 29px;
}
.text2 {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(img/img_body_back.png);
}
.footer {
	padding-top: 5px;
}
.search_field {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 16px;
	width: 120px;
	border: 1px solid #CCCCCC;
}

