* { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 10pt; }
ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  -moz-padding-start: 40px;
}
ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  -moz-padding-start: 40px;
}
li {
  display: list-item;
  zoom: 1;
}
ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl {
  margin-top: 0;
  margin-bottom: 0;
}


#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	border: 2px solid #fff;
	}
#header {
	position:relative; 
  background: transparent url(../images/header_bg.jpg) top left no-repeat;
	height: 200px;
	position: relative;
	border-bottom: 0;
	}
#header h1 {
	display: none;
	}
	
.logo { display: block; position:absolute; top: 0; right: 5px; height:75px; width:292px; text-decoration: none; }
a.logo:hover { text-decoration: none; }

#footer {
	clear: both;
	padding-top: 10px;
	text-align: center;
	background: #fff url(../images/footer-bg.jpg) top left repeat-x;
	color: #4865ab;
	height: 50px;
	}

/* menus */
#menu-1 {
	background: transparent url(../images/menu-bg.jpg) top left repeat-x;
	height: 24px;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #c4c4c4;
	padding: 10px 0 0 23px;
	overflow: hidden;
	}
#menu-1 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}
#menu-1 a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}
#menu-1 li {
	display: inline;
	padding-right: 30px;
	}
#menu-2 {
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #e0e0e0;
	padding: 8px 0 0 0;
	list-style-type: none;
	}
#menu-2 a {
	color: #ddd;
	text-decoration: none;
	font-weight: normal;
	}
#menu-2 a:hover {
	color: #fff;
	font-weight: bold;
	}
#menu-2 li {
	border-bottom: 1px solid #aaa;
	}

#lang {
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 10px;
	width: 200px;
	height: 14px;
	text-align: right;
	}
#lang a {
	padding: 0 1px;
	}
#lang a img {
	border: 1px solid #000;
	}
#lang a:hover img {
	border: 1px solid #fff;
	}

#sidebar1 {
	float: left;
	width: 140px;
	background: #3a3a3a url(../images/sidebar1-bg.jpg) top left repeat-x;
	padding: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
#sidebar2 {
	float: right;
	width: 156px;
	text-align: center;
	padding: 20px 0;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #eee;
	}
#sidebar1 h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}

#content {
	float: left;
	width: 740px;
	height: 100%;
	padding: 40px 0;
	background: transparent url(../images/content-bg.jpg) top left repeat-x;
	padding-bottom: 20px;
	}
	
.container { padding: 10px 20px 40px 20px; }

.news .lead {
	line-height: normal;
	color: #000;
	font-weight: bold;
	}
.blog .lead {
	line-height: normal;
	color: #000;
	font-weight: bold;
	}

/* general */
html {
	overflow-y: scroll;
	}
body {
	margin: 49px 0 0 0;
	padding: 0;
	background: #CCCCCC url(../images/page-bg.jpg) top left repeat-x scroll;
	color: #000;
	}
body, td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	/*line-height: 16px;*/
	}
a   {
	color: #506DB1;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #506DB1;
	text-decoration: underline;
	font-weight: bold;
	}
p  {
	padding: 0;
	margin: 10px 0;
	}
h1  {
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #db2b19;
	margin-bottom: 25px;
	}
h2  {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	/*color: #506DB1;*/
	margin-top: 20px;
	margin-bottom: 10px;
	}
h3  {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #266FCF;
	margin-bottom: 5px;
	}
img {
	border: 0;
	}
.frame {
	background-color: #fff;
	padding: 2px;
	border: 1px solid #a1a1a1;
	}
.datetime {
	font-style: italic;
	}

.clear {
	clear: both;
	height: 0; line-height: 0;
	font-size: 0;
	}
.errors {
	padding: 10px;
	border: 2px solid #f00000;
	background-color: #FFEFEF;
	color: #000;
	}
.btn {
	background-color: #809131;
	color: #fff;
	font-weight: normal;
	padding: 0px 4px;
	}
.input {
	background-color: #f0f0f0;
	border: 1px solid #809131;
	}
table.tbl-disc td {
	padding-bottom: 20px;
	}

.blackframe {
	background-color: #000;
	padding: 8px;
	border: 1px solid #a1a1a1;
	}

/* newsticker */
#newsticker {
	float: left;
	height: 20px;
	margin: 0;
	background-color: #808080;
	padding-top: 4px;
	margin-bottom: 30px;
	}
#newsticker, #newsticker td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	}
