* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #00933B;
}

div#div_center {
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

div#wrapper, div#wrapper_home {
	float: left;
	width: 960px;
	height: 100%;
	background-color: #72706F;
	background-image: url(../img/header_page.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

div#wrapper_home {
	background-image: url(../img/header_start.jpg);
}

div#header {
	float: left;
	width: 960px;
	height: 180px;	
}

div#content {
	float: left;
	width: 960px;
	height: 100%;
	margin-top: -5px;
}
div#sub_menu {
	float: left;
	width: 240px;
	height: 100%;
	background-color: #72706F;
}
div#top_menu {
	float: left;
	width: 720px;
	height: 50px;
}
div#center_content {
	float: left;
	width: 660px;
	min-height:430px;
	height:auto !important;
	height:410px;
	background-color: #FFFFFF;
	padding: 25px 35px 25px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#footer {
	float: left;
	width: 960px;
	height: 20px;
	background-color: #F6D840;
	padding-top: 5px;
	color: #231D17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.error {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

h2 {
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 10px 0 10px 0;
}

h3 {
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 5px 0 5px 0;
}

input, select, textarea {
	width: 300px;
	border:1px solid #000000;
}

input.buttom {
	width: 100px;
}

p {
	margin: 10px 0 10px 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px 0 5px 0;
	text-decoration: none;
	white-space: nowrap;
}

table.listing {
	width: 100%;
}

table.listing td {
	height: 1em;
}

table.form {
	width: 90%;
	text-align: left;
}

table.form td {
	text-align: left;
	vertical-align: top;
}

table.data {
	text-align: left;
}

table.data th {
	height: 2em;
	text-align: left;
	max-width: 50%;
	padding-left:5px;
}

table.data td {
	padding-left: 1cm;
	height: 2em;
	text-align: left;
}

tr.gray {
	background-color:#DDDDDD;
}

table.galerie img {
	border:none;
}
	

.odd {
	color: #000000;
}

ul.sub_menu {
	list-style: none; 
	margin: 0;
	padding: 0;
}

li.sub_menu_empty {
	height: 40px;
}

li.sub_menu {
	background-image: url(../img/nav.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin: 0px 0 5px 0;
	padding: 17px 0 0 23px;
}

li.sub_menu a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

li.sub_menu a.act {
	color: #F6D840;
}

ul.top_menu {
	list-style: none;
	margin: 30px 0 0 15px;
}

li.top_menu {
	float: left;
	color: #231D17;
}
li.top_menu a {
	color: #72706F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
li.top_menu a.act {
	color: #231D17;
}

ul.list_content {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.list_content {
	background-image: url(../img/cur.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding: 0 0 0 15px;
	
}
.img_bdr {
	border: 1px solid #009900;
}
