@charset "UTF-8";

/* global styles */
body {
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #069032;
}

.clear {
	clear: both;
}

.csc-firstHeader {
	margin-top: 0;
}

.separator,
.divider {
	clear: both;
	height: 35px;
	background-image: url(../images/mini.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.divider hr {
	display: none;
}

.error h1 {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.error,
.req {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.typo3-adminPanel {
    top: 5px;
    left: 5px;
}

.inline {
	display: inline;
}

/* wrapper */
#wrapper {
	width: 764px;
	margin: 0px auto;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}

/* left column */
#left-column {
	position: relative;
	float: left;
	width: 195px;
}

#logo {
	position: relative;
	height: 168px;
}

#logo img {
	position: absolute;
	right: 0px;
}

#left {
	margin-left: 17px;
}

/* navi */
#navi {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #003719;
	border-bottom: 1px solid #007e39;
}

#navi li a {
	display: block;
	border-top: 1px solid #007e39;
	border-bottom: 1px solid #003719;
	padding: 7px 20px;
	color: #fff200;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#navi li a:hover,
#navi li a.active {
	background-image: url(../images/arrows.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* subnavi */
#subnavi {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#subnavi li a,
#subnavi li a.active {
	display: block;
	border: 0;
	background-color: #006a30;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 3px 31px;
	color: #fff200;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#subnavi li a:hover,
#subnavi li a.active {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-color: #007737;
}

/* content */
#content-column {
	position: relative;
	float: left;
	width: 569px;
}

#content {
	position: relative;
	padding: 20px 30px;
}

/* footer */
#footer {
	width: 764px;
	margin: 0 auto;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	padding-top: 15px;
	padding-right: 14px;
	margin-bottom: 50px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff200;
}

#footer a {
	color: #fff200;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* tt_news */
.news-image {
	padding: 0;
	margin-right: 10px;
	border: 0;
	float: left;
}

/* form elements */
form {
	border: 0;
	padding: 0;
	margin: 0;
}

label {
	font-weight: bold;
}

.textbox,
.textarea {
	width: 250px;
}

.textarea {
	height: 100px;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	display: none;
}

/* sr_freecap */
.tx-srfreecap-pi2-image {
	margin: 0 0 5px 0;
}

/* guestbook */
.guestbook-bar {
	background-color: #005527;
	padding: 3px 8px;
	color: #FFFFFF;
}

.guestbook-bar a {
	color: #FFFFFF;
	font-weight: normal;
}

.guestbook-result {
	color: #FFFFFF;
	float: left;
}

.guestbook-pagination {
	color: #FFFFFF;
	float: right;
}

.guestbook-bar strong {
	font-weight: bold;
	color: #FFF200;
}

/* news */
.news-bar {
	background-color: #005527;
	padding: 3px 8px;
	color: #FFFFFF;
}

.news-bar a {
	color: #FFFFFF;
	font-weight: normal;
}

.news-result {
	color: #FFFFFF;
	float: left;
}

.news-pagination {
	color: #FFFFFF;
	float: right;
}

.news-bar strong {
	font-weight: bold;
	color: #FFF200;
}

/* gallery2 */
div#gallery div#gsHeader,
div#gallery div#gsSidebar,
div#gallery div#gsSidebarCol,
div#gallery a#showSidebarTab,
div#gallery div.block-core-ItemInfo .date,
div#gallery div.block-core-ItemInfo .size,
div#gallery div.block-core-ItemInfo .giNew,
div#gallery div.block-core-ItemInfo .giUpdate,
div#gallery div.block-core-ItemInfo .owner,
div#gallery div.block-core-ItemInfo .viewCount,
div#gallery div.block-core-ItemInfo .summary,
div#gallery div.block-core-PhotoSizes,
div#gallery div#gsContent div.gcBackground1 h2,
div#gallery div.giItemCell p.giTitle,
div#gsFooter {
	display: none;
}

div#gallery div#gbTitleBar {
	padding: 0;
}

div#gallery div#gbTitleBar p.giDescription {
	margin: 0;
	padding: 0;
	margin-right: 5px;
	text-align: right;
	font-size: 80%;
}

div#gallery img {
	border: 0;
}

div#gallery div.giAlbumCell,
div#gallery div.giItemCell {
	background-color: #FFFFFF;
	width: 200px;
	height: 230px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

div#gallery p.giTitle {
	font-size: 90%;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#gallery div.block-core-ItemInfo {
	margin: 0;
}

div#gallery div#gsContent {
	border-left: 0;
	border-right: 0;
}

div#gallery div#gsImageView {
	padding-left: 0;
}

div#gallery a {
	color: #000099;
}

div#gallery a:hover {
	color: #000099;
	text-decoration: underline;
}

div#gallery textarea {
	width: 490px;
}