* {
margin: 0;
padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #343433;
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #000000;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	color: #000000;
	font-size: 14px;
}

h3.home1 {
	padding-left: 30px;
}

h3.home2 {
	padding-left: 80px;
}

h3.home3 {
	margin-left: 130px;
}

#head {
	background-image: url(images/pagebanners.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 121px;
	padding-top: 8px;
}

#head-home {
 	background-image: url(images/indexhead.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 129px;
}

#container {
	width: 870px;
	margin-left: auto;
	margin-right: auto;	
}

a {
	color: #666;
	text-decoration: underline;
}

#nav {	
	float: left;
	width: 167px;
}

#content {
	background-color: #FFFFFF;
	background-image: url(images/navback.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-color: #5b7f38;
	border-bottom-style: solid;
	border-bottom-width: thick;
	min-height: 500px;
}

#text-body {
	margin-left: 167px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: 1px;
	padding-bottom: 20px;
}

#text-body-home {
	margin-left: 167px;
	padding-right: 0px;
	padding-top: 0px;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: 1px;
	padding-bottom: 20px;
	}

.imgstyle { 
	padding-bottom: 40px;
	padding-left: 40px; 
	padding-top: 25px;
}

.imgstyle2 {
	padding-top: 60px;
}

.imgstyle3 {
	
	margin-bottom: 19px;
	margin-left: 20px;
	margin-top: 5px;
}

p {
	padding-bottom: 10px;
}

p.perspective {
		padding-bottom: 10px;
		font-size: 13px;
}

#footer {
	clear: both;
	padding-top: 30px;
	text-align: center;
	font-size: 10px;
	color: #bcbcbc;
	padding-bottom: 10px;
}

#nationwide {
	margin-left: 10px;
	padding-bottom: 20px;
}

#nationwide ul {
	display: block;
	width: 140px;
	float: left;
	margin-left: 10px;
}

table {
	width: 100%;
	text-align: left;
	
}

table th {
	padding: 5px;
	background-color:#e4e4e4;
	border-bottom: 1px solid #999;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

table td {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px;
	background-color: #f8f8f8;
}

p.statusok {
	font-size: 16px;
	color: #006633;
	display: block;
	width: 395px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background: #D2F7D1 url("admin/img/accept.png") no-repeat 8px 10px;
	margin-bottom: 20px;
}

form label {
	display: block;
	float: left;
	width: 70px;
}

