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

body {
	background: #223b00 url(images/bg.gif) top left repeat-x;
	width: 100%;
	text-align: center;
}

#body_c {
	background: #223b00 url(images/bg_middle.gif) top center repeat-y;
	width: 1000px;
	min-height: 600px;
	margin: 0 auto;
	text-align: left;
}

#abspos {
/*	position: absolute; */
	width: 1000px;
}

#abspos #butterfly {
	position: absolute;
	top: 192px;
	right: 5px;
}

#main {
	background: transparent url(images/bg_top.jpg) top center no-repeat;
	width: 1000px;
	min-height: 600px;
}

#header {
	width: 1000px;
	height: 267px;
	overflow: hidden;
}

#header #logo {
	width: 520px;
	height: 240px;
	margin: 15px 0 0 20px;
	float: left;
	overflow: hidden;
}

#header #login {
	width: 270px;
	height: 160px;
	margin: 0 63px 0 0;
	float: right;
	overflow: hidden;
	/* background: transparent url(images/login_bg.jpg) top right no-repeat; */
}

#header #servicenav {
	width: 370px;
	height: 20px;
	margin: 56px 63px 0 0;
	text-align: right;
	float: right;
	overflow: hidden;
	font-weight: bold;
}

#mainnav {
	width: 1000px;
	height: 32px;
	text-align: center;
	clear: both;
	overflow: hidden;
}

#mainnav a {
	margin: 0 3px;
}

/*
#subnav {
	width: 785px;
	height: 20px;
	margin: 0 0 0 106px;
	clear: both;
	overflow: hidden;
}
*/
#subnav {
	width: 1000px;
	height: 15px;
	margin: 0;
	clear: both;
	overflow: hidden;
}


#normal {
	width: 625px;
	margin: 0 0 0 72px;
	float: left;
	overflow: hidden;
	display: block;
}

#normal #container {
	width: 625px;
	background: transparent url(images/container_bg.gif) top left repeat-y;
}
#normal #container #inner {
	margin: 0 0 0 45px;
	padding: 10px 0;
	width: 560px;
}
#normal #container_top {
	width: 625px;
	height: 55px;
}
#normal .contentelement_bottom {
	display: none;
}

#right {
	width: 225px;
	margin: 0 72px 0 0;
	float: right;
	overflow: hidden;
}

#right .contentelement {
	width: 225px;
	background: transparent url(images/teaser_bg.gif) top left repeat-y;
}
#right .contentelement_top {
	width: 225px;
	height: 55px;
}
#right .contentelement_bottom {
	width: 225px;
	height: 15px;
	background: transparent url(images/teaser_bg_bottom.gif) top left no-repeat;
}
#right object,
#right embed {
	margin-left: 22px;
}

#footer {
	background: #223b00 url(images/bg_bottom.gif) top center no-repeat;
	width: 1000px;
	height: 40px;
	padding: 20px 0 0;
	text-align: center;
	clear: both;
}


/* Fonts and Colors */

body {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #c0fe76;
	text-decoration: underline;
}
a:link, a:visited {
	color: #c0fe76;
}
a:hover, a:active {
	color: #223b00;
}

#servicenav {
	color: #fff;
	font-size: 10px;
}
#servicenav a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#servicenav a:link, #servicenav a:visited {
	color: #fff;
}
#servicenav a:hover, #servicenav a:active {
	color: #bcf95f;
}
#servicenav li.menu-level1-active a, #servicenav li.menu-level1-current-active a {
	color: #bcf95f;
}

#footer {
	color: #567b21;
	font-size: 10px;
}
#footer a {
	color: #567b21;
	font-size: 10px;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #567b21;
}
#footer a:hover, #footer a:active {
	color: #bcf95f;
}


/* Lists */

#normal ul {
	list-style: none outside url('images/list.gif');
}
#normal ul ul {
	margin-left: 20px;
}
#normal li {
	line-height: 21px;
	margin-left: 18px;
}

#servicenav ul {
	list-style-type: none;
	float: right;
}
#servicenav ul li {
	float: left;
}


/* Forms */

fieldset.csc-mailform {
	border: 0;
}

fieldset.csc-mailform label {
	width: 100px;
	border: 0;
	padding-top: 3px;
	display: block;
	float: left;
}

fieldset.csc-mailform input, fieldset.csc-mailform textarea {
	width: 250px;
	margin-bottom: 5px;
	padding: 2px;
	border-top: 1px #bebebe solid;
	border-right: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	border-left: 1px #bebebe solid;
	font: 1.0em Verdana,Helvetica,sans-serif;
}

fieldset.csc-mailform textarea {
	height: 150px;
}

fieldset.csc-mailform input:hover, fieldset.csc-mailform input:focus, fieldset.csc-mailform textarea:hover, fieldset.csc-mailform textarea:focus {
	border-top: 1px #808080 solid;
	border-right: 1px #a6a6a6 solid;
	border-bottom: 1px #a6a6a6 solid;
	border-left: 1px #808080 solid;

}

fieldset.csc-mailform input.csc-mailform-submit {
	width: 150px;
	height: 25px;
	margin: 20px 0 0 100px;
	color: #fff;
	background: #658b38;
	border-top: 1px #bebebe solid;
	border-right: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	border-left: 1px #bebebe solid;
	font-size: 0.9em;
}

fieldset.csc-mailform input.csc-mailform-submit:hover, fieldset.csc-mailform input.csc-mailform-submit:focus {
	background: #425a25;
	border-top: 1px #808080 solid;
	border-right: 1px #a6a6a6 solid;
	border-bottom: 1px #a6a6a6 solid;
	border-left: 1px #808080 solid;
	font-size: 0.9em;
}

fieldset.csc-mailform div.csc-mailform-field {
	clear: both;
	min-height: 22px;
}


/* News-Extension */

div.news-single-timedata {
	float: right;
	margin-top: 2px;
	font-size: smaller;
}

div.news-single-item h2 {
	float: left;
	font-size: 15px;
	padding: 0 0 10px 0;
}

div.news-single-item h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	clear: both;
}

div.news-single-img {
	float: left;
	margin: 2px 10px 0 0;
}

div.news-single-backlink {
	margin: 10px 0;
}

p.news-single-imgcaption {
	font-size: smaller;
	white-space: nowrap;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

p.news-single-author {
	font-size: smaller;
}

div.news-single-item p.bodytext {
	margin-bottom: 8px;
}

dl.news-single-files dd img {
	margin: 2px 5px 0 0;
}

span.news-list-date {
	float: right;
	margin-top: 8px;
	font-size: smaller;
}

div.news-list-item p.bodytext {
	clear: both;
}

div.news-list-item a {
	display: block;
	margin-top: 4px;
	font-size: smaller;
}

div.news-list-item h5 {
	float: left;
	padding-top: 5px;
}

div.news-list-item h5 a {
	font-size: 1em;
}

div.news-latest-container {
	width: 180px;
	margin: 0 0 0 22px;
	font-size: 11px;
}

div.news-latest-container h2, div.news-latest-morelink, div.news-latest-gotoarchive, span.news-latest-date {
	display: none;
}

/* CSC Styles */
span.csc-sword {
	border: #ceb870 2px dotted;
}

table.csc-searchResultInfo {
	width: 100%;
	margin: 10px 0 5px;
	padding-bottom: 3px;
	border-bottom: #ccc 1px dotted;
}

div.csc-sitemap {
	padding: 10px 0;
	font-weight: bold;
}

div.csc-header {
	clear: both;
}

dd.csc-textpic-caption {
	font-size: smaller;
	white-space: nowrap;
}

table.contenttable, table.csc-uploads {
	border-collapse: collapse;
}

table.contenttable th, table.contenttable td {
	text-align: left;
	padding: 2px;
	font-size: 0.6em;
}

table.csc-uploads th, table.csc-uploads td {
	text-align: left;
	padding: 2px;
	font-size: 0.7em;
}

p.csc-uploads-description, td.csc-uploads-fileSize p {
	font-size: 0.8em;
}

td.csc-uploads-icon {
	padding-top: 0;
	padding-left: 0;
}

div.csc-frame-rulerBefore, div.csc-frame-rulerAfter {
	width: 100%;
	margin: 10px 0;
	border-bottom: #ccc 1px dotted;
}

.csc-frame-frame1 {
	padding: 2px 4px;
	background-color: #EDEBF1;
	border: #333 1px solid;
}

.csc-frame-frame2 {
	padding: 2px 4px;
	background-color: #F5FFAA;
	border: #333 1px solid;
}

.align-justify {
	text-align: justify;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

hr.clearer {
	width: 100%;
	margin: 5px 0 0;
	border: none;
	border-bottom: #ccc 1px dotted;
}

div.clear {
	clear: both;
}
