/* CSS Document */


/* GENERAL */
html {
overflow-y:scroll;
}
body {
margin: 0;
padding: 0;
background: url(img/bg.jpg) no-repeat #d1dded;
background-position:center;
background-position:top;
color: #003664;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
}
h1 {
color: #c01d2e;
font-size: 180%;
font-weight: normal;
}
h2 {
color: #c01d2e;
font-size: 180%;
font-weight: normal;
}
h3 {
color: #003664;
font-size: 130%;
font-weight: normal;
}
h4{
color: #FFFFFF;
font-size: 150%;
font-weight: normal;
}

p {
line-height: 19px;
}

/* ---------------- Links */
a {
text-decoration: none;
outline: none;
color: #003664;
}

a:link {
color: #003664;
}

a:visited {
color: #003664;
}
a:hover {
color: #c01d2e;
}
a:active {
color: #c01d2e;
}
a:focus {
color: #c01d2e;
}



/* TEMPLATE */

#wrapper {
width: 1000px;
margin: 0 auto;
}
#header {
background: url(img/header.jpg) no-repeat;
width: 1000px;
height: 125px;
}

#header img {
	width: 210px;
	height: 40px;
	margin-left: -495px;
	margin-top: 50px;
	}
	
#header .nav11_12 {
	width: 550px;
	margin-left: 300px;
	margin-top: -27px;
	float: right;
	padding-right: 0px;
	font-size: 105%;
	}
	
#content {
width: 100%;
background: url(img/bg_content.jpg) no-repeat #d3deee;
}
#content_left {
float: left;
width: 21%;
/* background: url(img/bg_left.jpg) repeat-x #dee6f1; */
padding: 0 2%;
}
#main_content {
float: left;
width: 794px;
background: url(img/bg_content_1.jpg) repeat-x #dce4f1;
background-position:top;
background-position:left;
padding: 0;
margin-left:0px;
min-height:800px;
}
#content_right {
float: left;
width: 167px;
padding: 0px 20px 25px;
background: url(img/bg_right.jpg) repeat-x #d1dded;
margin-right:-50px;
float:left;
font-size:90%
}

#content_right .cr_text a{
	
	}

#content_right .cr_img {
	padding-top: 9px;	
	}

#content_right .cr_img2 {
	padding-top: 7px;	
	}

#content_right .csc-textpic {
	margin-bottom: 0px;
	margin-top: 0px;	
	}
	
#content_right .csc-textpic-text {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#content_right .csc-textpic-text .csc-textpic-image {
	border: 1px solid green;
	}
	
#content_right .csc-textpic-image {
	}
	
#footer_bg {
background: #003663;
clear: both;
width: 100%;
background: url(img/footer_BG.jpg) no-repeat;
height: 185px;
background-position:center;
background-position:bottom;;
}



#footer {
margin: 0 auto;

clear: both;
width: 1000px;
height: 185px;
}

.footer_1 {
	width:275px;
	margin-left:45px;
	margin-top:15px;
	float:left;
	height: 150px;
	}
	
.footer_2 {
	width:275px;
	height: 100%;
	margin-left:65px;
	margin-top:15px;
	float:left;
	height: 150px;
	
	}
	
.footer_3 {
	width:275px;
	margin-left:65px;
	margin-top:15px;
	float:left;
	height: 150px;
	}

/* NAVIGATION */
.nav11 {
top: 65px;
left: 480px;
display: inline;
font-size: 120%;
}
.nav12 {
top: 65px;
left: 480px;
display: inline;
font-size: 120%;
}

.nav11 a {
text-decoration: none;
outline: none;
color: #003663;
margin-right: 25px;
}
.nav11 a:hover {
display: inline;
color: #c01d2e;
}

.nav12 a {
text-decoration: none;
outline: none;
color: #c01d2e;
margin-right: 25px;
}

/* SUBNAVIGATION */
.nav11s a {
text-decoration: none;
outline: none;
color: #003663;
}
.nav11s a:hover {
display: inline;
color: #c01d2e;
}

.nav12s a {
text-decoration: none;
outline: none;
color: #c01d2e;
}


/* SEARCHFORM */
#searchform {
margin: 10px 0;
}




/* NEWS LIST
.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;
}
*/