html {
	height: 100%;
}
body {
	background-color: #E0E0E0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodyback.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
/*	overflow: scroll; */
}

.bildl {
	float: left;
	font-size: 9px;
	font-style: italic;
	text-align: left;
	color: #000000;
	margin: 3px 5px 0px 0px;
}
.bildr {
	float: right;
	font-size: 9px;
	font-style: italic;
	text-align: left;
	color: #000000;
	margin: 3px 0px 0px 5px;
}
.bildm {
	font-size: 9px;
	font-style: italic;
	text-align: left;
	color: #000000;
	margin: 0px;
}

a {
	text-decoration: none;
	color:#0000FF;
}
a:hover {
	text-decoration: underline;
}
a:visited{
	color:#0000FF;
}
#layout_frame {
	border: 1px solid #AAAAAA;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	clear: both;
}
#layout_head {
	display: block;
	padding: 20px 4px 20px 4px;
	background-color: #8F9FAF;
	background-image: url(images/headback.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border-bottom: 1px solid #8F9FAF;
}
#layout_head h2 {
	font-size: 10px;
	color: #003173;
	margin: 0px;
	padding: 0px;
}

#layout_topmenu {
	width: 760px;
	margin: 0px;
	display: block;
	font-size: 9px;
}
#layout_topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 18px;
	background: #F0F0F0;
	border-bottom: 2px solid #8F9FAF;
}
#layout_topmenu ul li {
	width: 85px;
    float: left;
	height: 18px;
	border-right: 1px solid #AAAAAA;
}
#layout_topmenu ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
	height: 14px;
	color: #000000;
	background: #E9E9E9;
	font-weight: normal;
}
#layout_topmenu ul li a:hover {
	color: #FFFFFF;
	background: #8F9FAF;
}

#layout_menu {
	margin: 0px;
	display: block;
	font-size: 10px;
}
#layout_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 4px solid #8F9FAF;
	height: 20px;
	background: #F0F0F0;
}
#layout_menu ul li {
	width: 115px;
    float: left;
	height: 20px;
	border-right: 1px solid #AAAAAA;
}
#layout_menu ul li a {
	display: block;
	height: 16px; 
	text-decoration: none;
	padding: 2px;
	color: #000000;
	font-weight: normal;
	background: #E9E9E9;
}
#layout_menu ul li a:hover, #layout_menu ul li a.selected {
	color: #FFFFFF;
	background: #8F9FAF;
}

#layout_banner {
	border-bottom: 1px solid #8F9FAF;
/*	width: 256px;*/
	height: 162px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 500px;
	overflow: auto;
}
#layout_banner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#layout_sidemenu {
	width: 180px;
	float: left;
	display: block;
	font-size: 10px;
	padding-bottom: 22px;
	background-image: url(images/sidefade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}
#layout_sidemenu h1 {
	display: block;
	margin: 0px;
	padding: 25px 2px 2px 4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8F9FAF;
	border-bottom: solid 1px #AAAAAA;
	background-image: url(images/sideheadback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#layout_sidemenu h2 {
	display: block;
	margin: 0px;
	padding: 15px 2px 2px 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8F9FAF;
	border-bottom: solid 1px #AAAAAA;
/*	background-image: url(images/logopart.gif);
	background-repeat: no-repeat;
	background-position: right bottom; */
}
#layout_sidemenu p {
	display: block;
	margin: 0px;
	padding: 5px 2px 2px 5px;
	color: #000000;
	background: #FAFAFA;
	border: 0;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
}
#layout_sidemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#layout_sidemenu ul li {
	width: 179px;
	border: 0;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
}
#layout_sidemenu ul li a {
	display: block;
	height: 1%;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	font-weight: normal;
	background: #FAFAFA;
}
#layout_sidemenu ul li a:hover {
	color: #000000;
	background: #DDDDDD;
}
#layout_sidemenu form {
	padding: 1px;
	margin: 0px;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
}
#layout_sidemenu table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
}
#layout_sidemenu table tr {
	margin: 0px;
	padding: 0px;
}
#layout_sidemenu table td {
	margin: 0px;
	padding: 0px;
	background-color:#EEEEEE;
	width: 25%;
	text-align: center;
}
#layout_sidemenu table td a {
	color: #000000;
	display: block;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#layout_sidemenu table td a:hover {
	color: #000000;
	background: #DDDDDD;
}
input.searchbutton {
	float: right;
	border:0px;
	margin: 2px;
}
input.searchfield {
	border: 1px solid #AAAAAA;
	background-color:#EEEEEE;
	color:#666666;
	width: 152px;
	padding:0px;
	margin:0px;
}
input.searchfield:focus {
	border: 1px solid #003173;
	background-color:#FFFFFF;
	color:#000000;
}

#layout_content {
	width: 450px;
	float: left;
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 11px;
	color: #000000;
}
#layout_content p {
	text-align: justify;
}
#layout_content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00436A;
}
#layout_content h2 {
	font-size: 15px;
	font-weight: bold;
	color: #00436A;
}
#layout_content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
#layout_content ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-left: 0px; 
	margin-left: 0px;
}
#layout_content li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
}
#layout_content li a {
	text-decoration: none;
}
#layout_content li a:hover {
	text-decoration: none;
}
#layout_content li a small {
	text-decoration: none;
	color: #666666;
}

#layout_bottom {
	clear: both;
	margin: 10px;
/*	height: 80px; */
	border-top: 1px solid #EEEEEE;
	font-size: 9px;
	color: #999999;
}
#layout_bottom div {
	float: left;
	display: block;
	margin-right: 4px;
}

#layout_partner {
	float: right;
	width: 180px;
	height: 300px;
	border-left: 1px solid #EEEEEE;
	font-size: 9px;
	color: #999999;
}
#layout_partner div {
	display: block;
	text-align: center;
	margin-bottom: 4px;
}

#layout_foot, #layout_foot a {
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	background: #F7F7F7;
	color: #AAAAAA;
	clear: both;
	padding: 1px;
}
#layout_foot a:hover {
	color: #000000;
}
.row1 {
	background-color: #DDDDDD;
}
.row2 {
	background-color: #EEEEEE;
}
.status {
	color: #CC0000;
	padding: 4px;
	border: 1px solid #CC0000;
	margin-bottom: 10px;
}
label {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

