@CHARSET "UTF-8";

html {
	font: normal 0.9em "Trebuchet", Verdana, Arial, Geneva, sans-serif;
	color: #b7c6a8;
	height: 100%;
}
/*******************************
* {
	margin: 0;
	padding: 0;
}
*******************************/
body {
	background-color: black;
	height: 98%;
	margin: 0;
	padding: 0;
}
/* TYPO3 **********************/
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

table.contenttable p.bodytext {
	margin: 0;
}
/******************************/
table.body {
	margin: 1em auto 0pt;
	border-spacing: 0;
	border-collapse: collapse;
	height: 100%;
}
td.main {
	vertical-align: top;
	width: 52em;
}
.tendrils img {
	width: 130px;
	height: 1px;
}
.tendrils {
	background-image: url("tendrils-left.gif");
	background-position: top center;
	background-repeat: repeat-y;
}
.tendrils.right {
	background-image: url("tendrils-right.gif");
	background-position: top center;
}
.header {
	height: 152px;
}
.header img {
	border: none;
}

a:link {
	color: #DD8844; /*f7941d*/
}

a:visited {
	color: #D0D0D0;
}

.clear {
	clear: both;
}

.menu {
	clear: both;
	white-space: nowrap;
	margin: .8em 0;
}

.menu a {
	font-weight: bold;
	color: #DD8844; /*f7941d;*/
	text-decoration: none;
	margin-right: 0.8em;
}

.menu a:hover {
	color: #CCCCCC;
}

.menu span.active a {
	color: #A3CF62;
	cursor: default;
}

#mainMenu a {
	font-size: 1.2em;
	padding: .1em .3em; /* .3 * 1.2 = .36 */
}

#subMenu {
	height: 0.8em;
}

#subMenu a {
	font-size: .8em;
	padding: .1em .54em; /* .54 / 8 * 10 = .36 */
}

#content {
	width: 52em;
	padding: 1em 0 2em 0;
	margin-top: .5em;
	border-top: medium double #a3cf62;
}

#content img {
	padding: 2px;
	border: 1px solid #a3cf62;
}

#content td {
	vertical-align: top;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 20px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 20px !important;
}

td.footer {
	clear: both;
	border-top: medium double #a3cf62;
	padding: 1em 0 0 0;
	text-align: center;
	font-size: 0.6em;
	height: 4.5em;
	vertical-align: top;
}