/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {     height: 100%; }
body {
  margin: 0;
  padding: 0;
  background: url(/upload/3/bodyBackground.gif) #e1e6eb repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;

}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  color:#BC1B32
}

h1 {
  font-size: 2em;
  line-height:30px;
  color#BC1B32;
}

h2 {
  font-size: 1.8em;
  line-height:24px;
}

h3 {
  font-size: 1.6em;
  line-height:18px;
}

a {
  text-decoration: none;
  color: #BC1B32;
}
input,textarea{
  width:200px;
}

a:hover {
}

#wrapper {
  width: 936px;
  padding: 0;
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -60px;
    background-color: #ffffff;
}

/* Header */

#header {
  cursor:pointer;
  height: 16px;
  margin: 0 auto;
  background: #e1e1e1 url('/upload/3/header3.png') repeat-x left top;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  padding:106px 12px 0 12px;
}

/* Logo */




#logo h2 {
  margin: 0;
   border: none;
  background: none;
  text-decoration: none;
  color:#ffffff;
  letter-spacing: -1px;
  font-size:13px;
  line-height:13px;
}
#logo h2#websiteName{
  float: left;
  bottom:0;
}
#logo h2#websiteExplain{
  float: right;
}


#logo p {
  float: left;
  margin: 0;
  padding: 26px 0 0 10px;
  font: normal 14px Georgia, "Times New Roman", Times, serif;
  font-style: italic;
} 

#logo a {
  color: #ffffff;
}

/* Search */

#search {
  float: left;
  width: 240px;
  padding: 2px 0px 15px 0px;
  background: #f7f7f7;
  border-bottom: 1px dashed #D1D1D1;
}

#search form {
  height: 41px;
  margin: 0;
  padding: 10px 0 0 20px;
}

#search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

#search-text {
  border: 1px solid #DEDEDE;
  background: #FFFFFF;
  height: 22px;
}

#search-submit {
  height: 24px;
}

/* Menu */

#menu {
  width: 936px;
  height: 45px;
  margin: 0 auto;
  padding: 0;
  background: #000000;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  width: 156px;
  height: 37px;
  background: #000000;
  padding-top: 8px;
  border-right: 1px solid #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
}

#menu a:hover, #menu .here{
  background: #BC1B32;
  text-decoration: none;
}

#menu .current_page_item a {
  background: #BC1B32;
  padding-left: 0;
}

/* Page */
#content ul li{
margin:0 0;
padding:0 18px;
list-style-type: disc;
list-style-position:inside;
}

#page {
  width: 936px;
  margin: 0 auto;
  padding: 0;

}

#page-bgtop {
  padding: 20px px;
}

/* Content */

#content {
  float: right;
  width: 660px;
  padding: 0 15px 0 15px;
  border-right: 1px solid #E2E2E2;
  min-height: 600px;

}
#content h2,
#content h3{
 color:gray;
 font-size:12px;
}
#content p,
#content div{
line-height:16px;
padding-top:16px;
}
.post {
  margin-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
  height: 38px;
  margin-bottom: 10px;
  padding: 12px 0 0 0px;
  letter-spacing: -.5px;
  color: #000000;
}

.post .title a {
  color: #000000;
  border: none;
}

.post .meta {
  width: 400px;
  padding: 5px 20px 5px 10px;
  background: #676767;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #FFFFFF;
}

.post .meta a {
  color: #FFFFFF;
}

.post .entry {
  padding: 0px 0px 20px 0px;
  padding-bottom: 20px;
  text-align: justify;
}

.links {
  padding-top: 20px;
  font-size: 12px;
  font-weight: bold;
}

/* Sidebar */

#sidebar {
  float: left;
  width: 241px;
  padding:0;
  color: #787878;
  background: #f7f7f7;
  height:100%;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
}

#sidebar ul {

  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 0;
  padding: 0;
}

#sidebar li ul {
  margin: 0px 0px;
  padding-bottom: 30px;
}

#sidebar #menutree li,
#sidebar #googleAds li
{
  line-height: 35px;
  border-bottom: 1px dashed #D1D1D1;
  margin: 0px 30px;
  border-left: none;
}

#sidebar li li span {
  display: block;
  margin-top: -20px;
  padding: 0;
  font-size: 11px;
  font-style: italic;
}

#sidebar h2 {
  height: 38px;
  padding-left: 10px;
  letter-spacing: -.5px;
  font-size: 1.8em;
  color: #000000;
  border-bottom:1px dashed #D1D1D1
}

#sidebar p {
  margin: 0 0px;
  padding: 0px 30px 20px 30px;
  text-align: justify;
}

#sidebar a {
  border: none;
  color: #BC1B32;
}

#sidebar a:hover {
  text-decoration: underline;
  color: #8A8A8A;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
  padding: 20px;
}

#calendar table {
  width: 100%;
}

#calendar tbody td {
  text-align: center;
}

#calendar #next {
  text-align: right;
}

/* Footer */


#footer {
  background: #ECECEC;
  border-top: 1px solid #DEDEDE;
   width:100%; 
    padding: 15px 0 15px 0;
    height: 29px;
}

.push {
    height: 60px;
 }

#footer p {
  margin: 0;
  line-height: normal;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: #A0A0A0;
}

#footer a {
  color: #8A8A8A;
}
div#breadcrumbs{
color:#979797;
font-size:11px;
font-weight:bold;
text-align:left;
margin:0px 0px 0px 0px;
}
div#breadcrumbs ul{
display:inline;
list-style: none;
padding:0;
margin:0;
}
div#breadcrumbs ul li{
background:none;
margin-left: 0;
margin-bottom: 0;
padding: 2px 0px 5px;
list-style: none;
display: inline;
}
div#breadcrumbs ul li.here {
list-style: none;
display: inline;
font-weight:bold;
color:#000000;
}  
div#breadcrumbs{
text-align:left;
overflow:hidden;
margin:0px 0px 0px 0px;
padding:0;
list-style:none;
padding-bottom:10px;
font-size:11px;
}
div#breadcrumbs a:link,
div#breadcrumbs a:visited{
    color:#979797;
}
div#breadcrumbs li.here a:link,
div#breadcrumbs li.here a:visited{
    color:black;
}
table{
  text-align:left;
  font-size:11px;
}
table tr th#datum{
width:70px;
}

.newsDate{
width:80px;
}

table{
  text-align:left;
  font-size:11px;
}
table tr th#datum{
width:70px;
}


