@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../images/backbg.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#content {
	background-color:#fffde8;
	width:750px;
	margin:auto;
	
}
#main {
	padding: 0px;
}

.clearfloat{
	clear:both;
}

.leftfloat {
	float:left;
}

.rightfloat {
	float:right;
}

p.bold {
	font-weight: bold;
}

.center {
	clear:both;
	text-align: center;
	text-indent:0px;
}

.picture_caption {
	text-indent: 0px;
	font-size: 8px;
	color:#9d8663;
	text-align: center;
}
hr {
	border-top:none;
	border-left: none;
	border-right: none;
	border-bottom-color:#e5d19c;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin: 20px 0px;
	clear:both;
}

textarea {
	font-family: "Courier New", Courier, Monaco, monospace;
	width: 100%;
	
}

/* ----------- header------------- */

#header .rightfloat {
	margin-right: 70px;
}

/* -----------admin_header------------- */

#admin_header {
	background-image:url(../images/admin_header.jpg);
	display:block;
	padding-top: 110px;
	padding-left: 60px;
}

#admin_header ul {
	list-style:none;
}

#admin_header ul li {
	display:inline;
	padding:5px;
}

#admin_header a, #admin_header a:hoover, #admin_header a:visited {
	color:#003;	
}

/* -----------admin_main------------- */
#admin_main {
	padding-left: 40px;
	padding-right: 40px;
}

#admin_main ul {
	list-style:none;
}

#admin_main ul li{
	padding-top: 20px;
	padding-bottom: 20px;
}
/* ----------- admin_news ----------- */

table.admin_news {
	border-color:#00A;
	border-style:solid;
	border-width:1px;
	margin:60px;
}

table.admin_news th {
	background-color:#009;
	color:#FFF;
}

table.admin_news tr {
	background-color:#FFFFDD;
}

table.admin_news tr:hover {
	background-color:#EEEEDD;
}

table.admin_news td {
	border-color:#000;
	border-style:solid;
	border-width:1px;
	color:#000;
	padding:2px;
}

table.admin_news td.first {
	text-align:right;
	width: 25px;
}

table.admin_news td.wide {
	width: 450px;
}


table.admin_news td.narrow{
	width: 50px;
}

/* ------------- news ---------- */
#main>h2 {
	color: #D00;
	font-size: 20px;
	margin-left: 100px;
	background-image: url(../images/backgroundimage_1.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	width: 400px;
}



/* ------------- navbar ---------- */

#main .navbar {
	display: block;
	border-bottom-color:#e5d19c;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color:#e5d19c;
	border-top-style: solid;
	border-top-width: thin; 
	width:100%;
	text-align: center;
	margin-top:-1px;
	margin-bottom:10px;
	font-size: 10px;
	clear:both;
}

#main .navbar ul{
	list-style: none;
}

#main .navbar ul li{
	display:inline;
	padding: 0px 10px;
}

#main .navbar ul li a{
	text-decoration: none;
	color: #513408;
}

#main .navbar ul li a:hover{
	text-decoration: underline;
}

/* ------------- Static ---------- */

#static {
	background-image:url(../images/backgroundimage_10.jpg);
	padding: 10px 100px;
	margin-top: 50px;
}

#static p{
	padding: 10px 0px;
}

#static h1, h2, h3 {
	clear:both;
}

#static h1 {
	background-image: url(../images/backgroundimage_5.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFF;
	font-size: 20px;
	padding: 10px;
	margin: 20px 0px;
	width: 400px;
}

#static h1 a{
	color: #FFF;
}

#static h2 {
	color: #00A;
	font-size: 16px;
	padding: 10px;
}

#static a {
	color:#660;
}

#static a  img{
	margin: 20px;
}

#static .attachment {
	border: 1px #FAA solid;
	padding: 10px;
	width: 130px;
	margin:10px;
	font-weight: bold;
	color:#fff;
}

#static ul {
	margin-left: 40px;
}

#static ul li {
	padding:10px 0px;
}

/* ------------- news ---------- */

#news {
	background-image:url(../images/news_item_bg_01.jpg);
	padding: 10px;
	margin-top: 50px;
}

.news_item {
	padding:20px 50px;
	clear:both;
	border-bottom-color:#e5d19c;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.news_item h3 {
	color:#FFF;
	font-size:20px;
	padding-bottom: 10px;
}

.news_item .news_shorttext {
	background-repeat:repeat-y;
	background-position:center top;
	padding:20px 60px;
	font-size:12px;
}

.news_item p{
	padding:10px 0px;
}

p.news_date {
	padding:0px 10px;
	text-align:right;
	font-size:8px;
	float:right;
}

.news_item img {
	float:left;
	margin-right: 10px;
	border-color: #DDD;
	border-style: solid;
	border-width: 10px;
}

.news_item p.news_link {
	clear:both;
	float: right;
	font-size: 10px;
}

.news_text {
	background-image:url(../images/news_item_bg_02.jpg);
	padding:20px 70px;
	margin-top: 50px;
}

.news_text h3 {
	color:#000;
	font-size:20px;
	padding-bottom: 10px;
}

.news_text p {
	font-size: 12px;
	padding:10px;
	text-indent: 30px;
}

.news_text img {
	border-color: #DDD;
	border-style: solid;
	border-width: 10px;
}

.news_item_01 .news_item_body {
	background-image:url(../images/news_item_bg_01.jpg);
}

.news_item_01 .news_item_date {
	background-image:url(../images/news_item_top_01.jpg);
}

.news_item_02 h1.news_item_header {
	background-image:url(../images/news_item_header_02.jpg);
}

.news_item_02 .news_item_body {
	background-image:url(../images/news_item_bg_02.jpg);
}

.news_item_02 .news_item_date {
	background-image:url(../images/news_item_top_02.jpg);
}

.news_item_03 h1.news_item_header {
	background-image:url(../images/news_item_header_03.jpg);
}

.news_item_03 .news_item_body {
	background-image:url(../images/news_item_bg_03.jpg);
}

.news_item_03 .news_item_date {
	background-image:url(../images/news_item_top_03.jpg);
}

.news_attachments {
	margin-right:0px;
	font-size:9px;
	width: 150px;
	display: block;
	float:left;
	border-color:#fff;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	margin-bottom: 20px;
	text-align:center;
}

.news_attachments a {
	color: #000;
}

.news_attachments>p {
	text-indent: 0px;
	padding: 2px;
}

.news_pictures {
	padding-top:30px;
	padding-left:60px;
	margin-right: 10px;
	display: block;
	float:left;
}

.news_pictures img{
	border-color:#FFF;
	border-style:solid;
	border-width:5px;
	width: 150px;
	margin:5px;
}

/* ------ footer ----- */

#footer {
	background-image:url(../images/footer.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding: 40px 10px 3px 130px;
	font-size:10px;
}

#footer a, #footer a:hover, #footer a:visited {
	color:#000;
}

