* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #557599;
	font: 0.65em/120% Verdana, Tahoma, Arial, sans-serif;
	color: #888;
	text-align: center;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align:left;
	background: #fff url(images/container.jpg) top left repeat-y;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	z-index: 1;
}

#headernav, #nav, #footer ul{
	list-style: none;
}

#headernav {
	height: 110px;
	text-align: right;
	width: 900px;
	color: #4f99db !important;
	font-weight: normal !important;
	position: relative;
	background: #fff url(images/logo.jpg) 25px 28px no-repeat;
}

#headernav li{
	float: right;
	margin: 7px;
	font-size: 110%;
}

#headernav li a {
	color: #4f84b7;
	text-decoration: none;
}

#headernav .email {
	position: absolute;
	left: 0;
	bottom: -95px;
	height: 94px;
	width: 198px;
	background: #c4c9cd url(images/email.jpg) top left no-repeat;
	border-bottom:1px solid #fff;
}

#headernav .email span {
	display:none;
}

#nav {
	margin-left: 199px;
	background: #2c84b7 url(images/nav.jpg) left bottom no-repeat;
	height: 94px;
	width: 701px;
}

#nav li {
	width: 99px;
	height: 24px;
	border-right: 1px solid #fff;
	float: left;
}

#nav a, #nav a:link, #nav a:visited{
	width: 99px;
	height: 24px;
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
}

#nav .last {
	border: none;
}

#nav a:hover, #nav a:focus {
	  background: #3b9dd6;
}

#nav a.active {
	  background: #3d5f81;
}

#sidebar {
	width: 162px;
	float:left;
	text-align: right;
	padding: 48px 18px;
	font-size: 110%;
}
#content {
	width: 653px;
	float:right;
	padding: 20px 24px;
}

#footer {
	clear: both;
	width: 900px;
}

/*** CONTENT STILE ***/

h1 {
	font-size: 145%;
	margin-bottom: 15px;
}

h2 {
  font-size: 120%;
  margin-bottom: 15px;
}

h3 {
  font-size: 110%;
  margin-bottom: 15px;
}

p {
	font-size: 105%;
	margin-bottom: 15px;
}

#content ul {
	margin-left:30px;
}

.brot {
	color: #344a9e;
	font-size: 90%;
}

.brot span {
	color: #bbbbc6;
}

.brot a, .brot a:link, .brot a:hover, .brot a:visited, .brot a:active, .brot a:focus {
	color: #2c99db;
	text-decoration: none;
}

p a, p a:link, p a:visited, table a,table a:link, table a:visited, h2 a,h2 a:link, h2 a:visited, li a:link, li a:visited, li a {
	color: #4f84b7;
	font-weight: inherit;
	text-decoration: none;
}

p a:hover, p a:focus, p a:active, table a:hover, table a:focus, table a:active, li a:hover, li a:active {
	text-decoration: underline;
}

#sitemap ul {
	margin-left:30px;
	font-size: 10px;
	line-height:18px;
}

/*** SIDEBAR STILE ***/

#sidebar * {
  list-style: none;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #4f84b7;	
	text-decoration: none;
}

#sidebar a strong {
	display: block;
}

#sidebar li {
  margin-bottom: 10px;
}

/*** FOOTER STILE ***/

#footer p {
	position: absolute;
	left: 224px;
	top: -20px;
	font-weight: bold;
}

#footer {
	position: relative;
}

#footer ul {
	background: #557599;
	height: 50px;
	width: 902px;
	border-left: 1px solid #557599;
	border-right: 1px solid #557599;
	z-index: 2;
	margin: 0 -2px;
	position: absolute;
	left: -2px;
}

#footer ul li {
	float: right;
	font-weight: bold;
	margin: 5px 10px;
	font-size: 120%;
	color: #fff;
	height: 30px;
}

#footer li a {
	color: #fff;
}

/*** Formular STILE ***/
form {
	padding: 0;
	margin: 0 0 15px 0;
}

input, textarea {
	border: 1px solid #2c84b7;
}