@import url(typo3.css);

html {
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	min-height: 100%;
	font-size: 0.8em;
	color: #646464;
	background-color: #fff;
}


/*
L A Y O U T
*/

div#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	min-height: 100%;
	width: 100%;
}
div#container_inner {
	margin: 0px;
	padding: 0px;
}

div#header {
	display: none;
}
	
div#main {
	clear: both;
	height: 1%;
	margin: 0px 35px 0px 35px;
  	padding: 0px;
	background-color: #fff;
}
	
div#leftcol {
	display:none;
}

div#maincol {
	margin: 0px 0px 0px 0px;
  	padding: 0px;
	float: left;
	width: 70%;
	overflow: hidden;
}

	div#position-navi {
		margin: 0px 15px 0px 15px;
		padding: 0px;
		height: 20px;
		font-size: 11px;
	}
	div#content {
		margin: 0px 15px 0px 15px;
	  	padding: 0px;
	
	}

div#rightcol {
	margin: 0px 0px 0px 0px;
  	padding: 20px 0px 0px 0px;
	width: 30%;
	float: right;

	overflow: hidden;
}

	div#rightcontent {
		margin: 0px 15px 0px 15px;
		padding: 0px;
	}

div#footer {
	display:none;
}
	
.author {
	display: none;
}



/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #669933;
}
a:hover {
	text-decoration: underline;
}

#leftcol a:link, #leftcol a:visited, #leftcol a:active, #leftcol a:hover {
	color: #646464;
	text-decoration: none;
}
#leftcol .menu li.act2 a:link, #leftcol .menu li.act2 a:visited, #leftcol .menu li.act2 a:active, #leftcol .menu li.act2 a:hover {
	color: #000;
}
#leftcol .menu li:hover a:link, #leftcol .menu li:hover a:visited, #leftcol .menu li:hover a:active, #leftcol .menu li:hover a:hover {
	color: #669933;
}

#topnavi a:link, #topnavi a:visited, #topnavi a:active, #topnavi a:hover {
	color: #646464;
	text-decoration: none;
}
#topnavi li:hover a:link, #topnavi li:hover a:visited, #topnavi li:hover a:active, #topnavi li:hover a:hover {
	color: #669933;
}

.news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color: #003366;
}
.news-list-item h3 a:hover{
	color: #669933;
}

.tx-indexedsearch .tx-indexedsearch-res h3 a:link, .tx-indexedsearch .tx-indexedsearch-res h3 a:visited, .tx-indexedsearch .tx-indexedsearch-res h3 a:active, .tx-indexedsearch .tx-indexedsearch-res h3 a:hover{
	
}

a:link.download, a:visited.download, a:active.download, a:hover.download {
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	background-image: url(../../images/icon_download.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* FORMAT */
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 100%;
}

h1 {
	margin-bottom: 20px;
	font-size: 190%;
	font-weight: normal;
	color:#003366;
}

h2 {
	font-size: 125%;
	letter-spacing:1.0px;
	color: #669933;
}

h3 {
	font-size: 125%;
	color: #003366;
}

h4, h5, h6 {
	font-size: 110%;
	color: #669933;
}
#rightcontent h1, #rightcontent h2, #rightcontent h3 {
	padding-left: 10px;
	width: 175px;
	height: 30px;
	line-height: 30px;
	font-family: Arial;
	font-size: 14px;
	color: #646464;
	background-image: url(../../images/bg_header_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
}


.bodytext, p {
	line-height : 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
#content .bodytext, p {

}

#rightcontent p {
	font-size: 0.9em;
}

div#content td {
	font-size: 12px;
}
.contenttable td {
	margin: 0px;
	padding: 3px;
}
.contenttable p {
	margin: 0px;
	padding: 0px;
}


/* FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset { margin: 0px; padding: 0px; border: 0px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; }
legend { padding: 0 .8em 0 .8em; }
legend+* { margin-top: 1em; }
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em; }
form div { margin-bottom: .8em; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }

#mailform textarea {
	width: 400px;
}
#mailformdata[tt_board][NEW][subject] {
	width: 400px;
}




/* ##################################### */

img {
	margin: 0px;
	border: 0px;
	background: none;
}

div#content ul {
	line-height: 1.5em;
}

div#content li {
	margin-bottom: 5px;
}

.important {
	color: #e5322c;
}

.csc-frame-rulerAfter {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	border: 0px solid #c5ccda;
	border-top-width: 1px;
}



/* ##################################### */

ul.sitemaplist {
	margin: 0px;
	padding: 0px;
}

li.sitemaplevel1 {
	list-style: none;
	margin: 0px;
	padding: 3px;
	margin-bottom: 15px;
	background-color: #FDF5DA;
	font-size: 1em;
	color: #002255;
	background-color: #eff0f5;
	border: 0px solid #ccd3dd;
	border-bottom-width: 1px;
}
li.sitemaplevel2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	padding-left: 25px;
}
li.sitemaplevel3 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	font-size: 0.9em;
}
li.sitemaplevel4 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	font-size: 0.9em;
}






