/* CSS Document */


/* GENERAL */
body {
margin: 0;
padding: 0;
background: url(img/bg.jpg) no-repeat;
background-position:center;
background-position:top;
color:#333;
font-family: Arial, Helvetica, sans-serif;
font-size:80%;
}
h1 {
color: #b01e24;
font-size: 200%;
font-weight: normal;
margin: 15px 0 -5px 0;
}
h2 {
color: #34854b;
font-size: 200%;
font-weight: normal;
margin: 15px 0 10px 0;
}
h4 {
color: #34854b;
font-size: 150%;
font-weight: normal;
margin: 15px 0 -5px 0;
}

p {
line-height: 19px;
}

a {
color: #b01e24;
text-decoration: none;
outline: none;
}


/* TEMPLATE */
#wrapper {
width: 1001px;
margin: 0 auto;
}
#header {
width: 1001px;
height: 271px;
background: url(img/header.jpg) no-repeat;
}
#content {
width: 100%;
}
#content_left {
float: left;
width: 185px;
margin-left: 30px;
}
#main_content {
float: left;
width: 509px;
margin: 0px 20px 0 15px;
}
#content_right {
float: left;
width: 218px;
margin: 0 10px;
}
#footer {
clear:both;
margin-left:0x;
width: 1000px;
height: 120px;
background: url(img/footer.png) no-repeat;
}


/* NAVIGATION */
#content_left {
font-size: 110%;
line-height: 27px;
margin-top: 15px;
float:left;
min-height: 500px;
}
.nav11 {
display: block;
border-bottom: 1px dotted #af1e23;
width: 172px;
}
.nav12 {
display: block;
background: url(img/button.png) no-repeat;
border-bottom: 1px dotted #af1e23;
width: 172px;
}

.nav11 a {
text-decoration: none;
outline: none;
color: #b43d00;
margin-left: 20px;
}

.nav12 a {
text-decoration: none;
outline: none;
font-weight: bold;
color: #b01e24;
margin-left: 20px;
}
.nav11 a:hover {
display: block;
font-weight: bold;
width: 172px;
}


/* LIST NEWS */
.news-list-item {
width: 200px;
}
.news_line {
border-bottom: 1px dotted #333;
margin-bottom: 10px;
}
.news-list-date {
color: #777;
font-size: 75%;
display:block;
width:200px;
margin-top:-15px;
margin-bottom:10px;
}
.news-list-item h3 a {
color: #34854b;
text-decoration: none;
}
.news-list-item h3 a:hover {
color: #307945;
text-decoration: none;
}
.news-list-morelink {
width:200px;
display:block;
text-align:right;
}
.news-list-morelink a {
color: #b01e24;
font-weight: bold;
text-decoration: none;
}
.news-list-container{
margin-top:-35px;
}


/* SINGLE NEWS */
.news-single-item {
color: #333;
text-decoration: none;
margin-top: 20px;
width: 500px;
}
.news-single-rightbox {
color: #777;
}
.news-single-rightbox a {
color: #34854b;
text-decoration: none;
}
.news-single-item h1 {
color: #34854b;
text-decoration: none;
}
.news-single-backlink a {
color: #b01e24;
font-weight: bold;
text-decoration: none;
}
.news-single-files a {
color: #b01e24;
font-weight: bold;
text-decoration: none;
}
.clearer {
border-bottom: 1px dotted #333;
margin: 10px 0;
}
#singlepic{
float:left;
margin-right:15px;
}
dd {
	margin-left:0px;
	margin-top:5px;
}
