@charset "UTF-8";
/* CSS Document */

body {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
#header_container {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	position: relative;
	width: 100%;
	min-width:1024px;
	}

.header {
	background-image: url(images/header.png);
	background-repeat :no-repeat;
	height: 150px;
	margin: 0px auto;
	position: relative;
	width: 1024px;
	}
	
.login_container {
	float: right;
	height: 25px;
	padding-top: 10px;
	}
	
.login_link {
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
	
.login_link:hover {
	text-decoration: underline;
	}
	
.header_text {
	color: white;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 125px;
	padding-left: 61px;
	}
	
#content_container {
	background-color: #ddeff0;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	min-width:1024px;
	}
	
.content {
	background-image:url(images/obst.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color: #FFFFFF;
	/*font-weight: bold;*/
	min-height: 600px;
	margin: 0px auto;
	padding: 10px 61px 10px 61px;
	position: relative;
	width: 902px;
	}
	
.content_empty {
	background-color: #FFFFFF;
	
	margin: 0px auto;
	padding: 10px 61px 10px 61px;
	position: relative;
	width: 1024px;
	min-height: 600px;
	}

.content_text {
	color: black;
	float: left;
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	padding-left: 61px;
	}
	
.content_index {
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	position: relative;
	width: 1024px;
	height: 450px;
	}

.hr {
	/*background-image:url(images/hr.jpg);
	background-repeat:repeat-x;
	height:3px;
	width:1000px;*/
	color: #f7a600;
	background-color: #f7a600;
	height: 3px;
	width: 100%;
	}

.next_button {
	height: 45px;
	width: 100px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background-color:transparent;
	display:block;
}

.back_button {
	height: 45px;
	width: 100px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background-color:transparent;
	display:block;
}

.send_button {
	height: 45px;
	width: 115px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(images/send_button.png);
	background-repeat: no-repeat;
	border: none;
	background-color:transparent;
	display:block;
}

#table_admin table {
	cellspacing: 0;
	width: 100%;
	} 
	
.th_admin {
	background: #f7a600;
	text-align:left;
	color: white;
	height: 25;
}
#table_admin td {
	color: #387b2b;
	padding: 3px 5px;
	}
	
#table_admin th {
	padding: 3px 5px;
	}

#footer_container {
	background-color: #75b628;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	min-width:1024px;
	}
	
.footer {
	height: 125px;
	margin: 0px auto;
	position: relative;
	width: 1024px;
}

.contact_container {
	color: white;
	float: right;
	height: 25px;
	padding-top: 7px;
	}
	
.link {
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
	
.link:hover {
	text-decoration: underline;
	}
