/** Redefinition of HTML tags *************************************************/

html {
  /**overflow-y: scroll;**/
  background: url(../images/top-bg.png) repeat-x #FFFFFF;
  background-position: 0 100%;
  text-align: center;
}

body {
/*  font:       11px/16px Verdana, Arial, Helvetica, sans-serif;  */
  font: 14px ff-dagny-web-pro, Verdana, Arial, Heltvetica, sans-serif;
/*  font-size: 13px; */
  line-height: 18px;
  color:      #000000; 
  background: url(../images/top-bg.png) repeat-x #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 0;
}

a { text-decoration: none; }

#main a { color: #444444; text-decoration: none; }
#main a:hover { text-decoration: underline; }

img { border: none; }
#container {
  position:   relative;
  text-align: left;
  margin:     0px auto;
  width:      1017px;
}

#lang {
	display:  none;
}

#logo { 
	float: left; 
	padding-right: 80px; 
	width: 250px;
	padding-left: 10px;
	margin-top: 20px;
}

#top-nav {
	float: right;
	width: 170px;
	height: 26px;
	background: url(../images/header_top_button.png) no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

#top-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

#top-nav ul>li {
	list-style: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	line-height: 26px;
	color: #fff;
}

#top-nav a {
	color: #fff;
	font-size: 9px;
}

#head {
	padding-top: 30px;
	clear: both;
}

#nav { 
	float: left; 
	width: 620px;
}

#nav ul {
	list-style: none;
}

#nav img {
	border: none;
	margin-top: 20px;
}

#nav ul>li {
	list-style: none;
	float: left;
	padding-right: 25px;
	line-height: 45px;
}

#nav a {
	font-size: 14px;
	color: #74bf45;
}

#content {
	clear: both;
}


h1 {
	font-size: 36px;
	color: #084d79;
}

h2 { 
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 7px 0;
	color: #333333;
}

h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 7px 0;
	color: #333333;
}


p { 
	color: #444444;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;	
}

li { 
	color: #444444;
}

#byline { text-align: right; font-size: 10px; line-height: 13px; color: #000; }
#byline a { color: #000; text-decoration: none; }
#byline a:hover { color: #000; text-decoration: none; }

/*
.serviceSummary p { color: #000; }
.serviceSummary h2 { color: #000; }
*/
.serviceSummary { 
	border-bottom: 1px solid #000; 
	border-right: 1px solid #000; 
	border-left: 1px solid #000; 
}
/*
.error { background-color: #FEDECF; } 
.warning { background-color: #F6F7C8; }
.ok { background-color: #6F9; }
.disabled { background-color: #EDEDDF; }
*/

.error { background-color: #F6DECF; }
.warning { background-color: #F6F7C8; }
.ok { background-color: #E8F6DA; }
.disabled { background-color: #EDEDDF; }
.mouseover { cursor: pointer; }
