#content {
	color: #013a7a;
}
a {
	color: #006633;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

*html .csc-textpic-text p {
	margin-bottom: 0.5em;
}

/*** content styling ***/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #013a7a;
}

ul {
	padding-left: 5px;
	list-style: none;
}
ol {
	padding-left: 25px;
}
ul ul, ul ol, ol ol {
	padding-left: 25px;
}
ul li {
	padding-left: 8px;
	background-image: url(../gfx/bullet_list.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
table {
	width: 100%;
}
table,
table tr td,
table tr th {
	border: 1px solid #9fccfd;
	background-color: #C2DFFE;
}

table tr.tr-even td,
table tr.tr-even th {
	background-color: #C2DFFE;
}

table tr.tr-odd td,
table tr.tr-odd th {
	background-color: #A6CFFD;
}

table tr th {
	color: #033C7C;
	font-weight:bold;
}
table tr th a {
	color: #ffffff;
}

/* default forms */
label {
	width: 150px;
}
#content3cols label {
	width: 90px;
}
input,select {
	/*border: 1px solid #7F9DB9;*/
	width: 290px;
	background-color:#033C7C:
	color: CCC;
	border: 1px solid #A5CFFE;
	/*padding-top: 8px;*/
}

#content3cols input,
#content3cols select {
	width: 190px;
}

textarea {
	border: 1px solid #7F9DB9;
	width: 282px;
	padding: 1px;
}

#content3cols textarea {
	width: 190px;
}

input.csc-mailform-submit {
	background-color: #033c7c;
	width:292px;
	color: #ffffff;
	margin-left: 150px;
}
#content3cols input.csc-mailform-submit {
	margin-left: 90px;
	width: 194px;
}

.csc-mailform-label {
	padding-top: 1em;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #013A7A;
}
#content3cols input.csc-mailform-radio, 
#content3cols input.csc-mailform-check {
	width: auto;
}

/*** content boxes ***/
.ce,
.rgaccord1-nest,
.csc-linkToTop {
	clear: both;
	padding: 0 5px;
}
.rgaccord1-content .ce {
	padding: 0;
}
/* draw top of box */
.ceBoxWrap {
	background-image: url(../gfx/bg_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	background-color: #b8d9fe;
}
.ceBoxWrap .ce {
	background-image: url(../gfx/bg_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.column_wide .ceBoxWrap {
	background-image: url(../gfx/bg_box_wide_top.gif);
}
.column_wide .ceBoxWrap .ce {
	background-image: url(../gfx/bg_box_wide_bottom.gif);
}
.line {
	clear: both;
	height: 1px;
	background-image: url(../gfx/bg_line.gif);
	background-repeat: repeat-x;
}
.csc-linkToTop {
	text-align: right;
	font-size: 10px;
}


/*** sitemap ***/
.csc-sitemap ul {
	padding-left: 0;
}
.csc-sitemap ul ul {
	padding-left: 25px;
}
.csc-sitemap li {
	padding: 0;
	background-image: none;
}
.csc-sitemap li a {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #013A7A;
	padding: 8px 0 2px 0;
	text-decoration: none;

}
.csc-sitemap li a:hover {
	text-decoration: underline;
}
.csc-sitemap li li a {
	font-weight: normal;
	padding: 2px 0 2px 0;
	border: 0;
}
.csc-sitemap li li li a {
	font-weight: normal;
	border: 0;
}

/*** filelinks ***/

table.csc-uploads {
	width:100%;
}

table.csc-uploads td {
	border:0px;
}

table.csc-uploads tr.tr-even td {
	background:#C2DFFE;
}

table.csc-uploads tr.tr-odd td {
	background:#A6CFFD;
}

td.csc-uploads-fileName {
	width:100%;
}

td.csc-uploads-fileSize {
	white-space:nowrap;
	text-align:left;	
}

/*** rg_accordion styling ***/
h3.rgaccord1-toggle {
	border: 0;
	cursor: pointer;
}
h3.rgaccord1-toggle a {
	padding-left: 15px;
}
h3.rgaccord1-toggle a:hover {
	text-decoration: underline;
}

.column h3.rgaccord1-toggle {
	background-image: url(../gfx/arrow_green_right.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin:0;
	position: relative;
	font-weight: normal;
	color: #006633;
}
.column3 h3.rgaccord1-toggle {
	background-image: url(../gfx/arrow_yellow_right.gif);
}
.column h3.rgaccord1-toggle-act {
	background-image: url(../gfx/arrow_green_bottom.gif);
}
.column3 h3.rgaccord1-toggle-act {
	background-image: url(../gfx/arrow_yellow_bottom.gif);
}
.rgaccord1-content .csc-header {
	display: none;
}

/*** fe login ***/
.felogin-formline label {
	display: none;
}
.felogin-formline input,
#content3cols .felogin-formline input {
	width: 100px;
}
.felogin-formline input.submit-login,
#content3cols .felogin-formline input.submit-login,
.felogin-formline input.submit-logout,
#content3cols .felogin-formline input.submit-logout {
	width: 73px;
	background-color: #033c7c;
	color: #ffffff;
}
.felogin-formline input.submit-logout {
	margin-left: 10px;
}  
.felogin-message {
	display: none;
}
.felogin-hidden {
	display: none;
}

/*** lightbox ***/
body #overlay {
	background-color: #e0e8c3;
}

/*** indexed search ***/
#tx-indexedsearch-searchbox-sword {
	width: 200px;
}
.tx-indexedsearch-searchbox {
	padding-top: 10px;
}
.tx-indexedsearch-searchbox label {
	width: auto;
	padding-right: 10px;
}
.tx-indexedsearch-searchbox input.searchbox-submit {
	width: 156px;
	background-color: #033c7c;
	color: #ffffff;
}
.tx-indexedsearch-rules {
	clear: both;
	position: relative;
	z-index: 200;
}
#search-rules-text {
	position: absolute;
	padding: 10px;
	top: 20px;
	left: 0;
	background-color: #ffffff;
}
.tx-indexedsearch-whatis {
	margin-top: 10px;
	display: none;
}
.tx-indexedsearch-browsebox {
	margin: 10px 0;
	text-align: center;
}
.tx-indexedsearch-browsebox li {
	display: inline;
	padding: 0 4px;
	background-image: none;
}


/*** tt_news ***/
.news-rss-link {
	position: absolute;
	top: 56px;
	right: 14px;
}
.news-latest-item {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url(../gfx/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.news-latest-date {
	font-weight: bold;
}
.news-latest-item p {
	margin: 0;
}

.news-single-container {
	margin-top: 5px;
}
.news-list-image,
.news-single-image {
	float: left;
	margin-bottom: 10px;
}
.news-list-content,
.news-single-content  {
	float: right;
	width: 441px;
}
.news-list-content p {
	margin-bottom: 0.5em;
}
.news-list-date,
.news-single-date {
	display: block;
	margin-right: 5px;
	float: left;
	font-weight: bold;
}
.news-single-backlink {
	clear: both;
	text-align: right;
}
.news-list-morelink {
	float: right;
	text-align: right;
}
.tx-ttnews-browsebox {
	margin: 10px 0;
	text-align: center;
}
.tx-ttnews-browsebox li {
	display: inline;
	padding: 0 4px;
	background-image: none;
}

/*** np_statements ***/
.tx-npstatements-list {
	padding-bottom: 0.5em;
}
.tx-npstatements-list-item {
	/*padding: 1px 0 1px 0;*/
}


/*** tip a friend ***/
.tx-nptipafriend-ext {
	padding-top: 10px;
}
.tipafriend-form-url {
	padding: 10px 0 10px 0;
	text-align: left;
}
.tipafriend-form-row {
	padding-bottom: 10px;
}
.tipafriend-form-row label {
	width: 200px;
}
.tipafriend-form-row input,
.tipafriend-form-row textarea {
	width: 200px;
}
.tipafriend-form-row input.captcha {
	width: 75px;
	margin-right: 5px;
	float: left;
}
.tipafriend-form .submit-button {
	width: 206px;
	margin-left: 200px;
	background-color: #033c7c;
	color: #ffffff;
}
.tipafriend-form-captcha {
	width: 120px;
	float: left;
}
.tipafriend-form-row p {
	clear: both;
}
.tipafriend-send-mail {
	margin-top: 1em;
}


/*** irfaq ***/
.tx-irfaq-pi1 dl {
	margin: 0;
	padding: 0;
}
/* have to use the id to overwrite the default styles of irfaq */
#content .tx-irfaq-pi1 dl dt {
	font-weight: normal;
}
#content .tx-irfaq-pi1 dt p {
	font-weight: normal;
}
#content .tx-irfaq-pi1 .additional-info {
	border: 0;
	margin: 0;
}

/*** np_downloads ***/

.tx-npdownloads-latest {
	position: relative;
	z-index: 200;
}

.tx-npdownloads-latest li,
.tx-npdownloads-latest ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
.tx-npdownloads-latest .tx-npdownloads-trigger {
}
.tx-npdownloads-latest .tx-npdownloads-trigger .tx-npdownloads-trigger-label {
	margin: 0;
	padding: 1px 0 0 5px;
	text-decoration: none;
	background: transparent url('../gfx/bg_dropdown.gif') 0 0 no-repeat;
	display: block;
	height: 19px;
}
.tx-npdownloads-latest .tx-npdownloads-wrapper {
	margin: -2px 0 0 0;
	padding: 0;
	position: absolute;
	display: none;
	width: 287px;
	height: 120px;
	overflow: auto;
	background: #eff6fe;
	cursor: pointer;
}
.tx-npdownloads-latest table {
	position: absolute;
	display: none;
	visibility: hidden;
}
.tx-npdownloads-latest ul :hover .tx-npdownloads-wrapper {
	visibility: visible;
	display: block;
}

.tx-npdownloads-latest ul ul li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
.tx-npdownloads-latest ul ul {
	border: 1px solid #9fccfd;
}
.tx-npdownloads-latest ul ul li {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	background: none;
}
.tx-npdownloads-latest ul ul li a {
	margin: 0;
	padding: 4px 0 0 0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: #eff6fe;
	border-bottom: 1px dotted #9fccfd;
	text-decoration: none;
	height: 25px;
}
.tx-npdownloads-latest ul ul li a:hover {
	background-color: white;
}
.tx-npdownloads-latest .tx-npdownloads-icon {
	margin: 2px 10px 0 2px;
	display: block;
	float: left;
	font-size: 0;
	line-height: 0;
	width: 16px;
}
.tx-npdownloads-latest .tx-npdownloads-title {
	font-weight: bold;
	width: 190px;
}
.tx-npdownloads-latest li .tx-npdownloads-size {
	margin: 2px 10px 0 10px;
	float: right;
	font-size: 10px;
}

.tx-npdownloads-list td {
	cursor: pointer;
}


/*** FAQ ***/
.tx-irfaq-pi1 ul.tx-irfaq-questions-list {
	margin-bottom: 75px;
}
.tx-irfaq-pi1 ul li a p.bodytext {
	margin: 0px; 
	display: inline;
	font-weight: bold;
}
.tx-irfaq-pi1 .tx-irfaq-answer { 
	margin-bottom: 10px; 
}
.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext { 
	margin: 0px; display: inline; font-weight: bold; 
}
.tx-irfaq-pi1 dt p { 
	font-weight: bold; margin: 0px; display: inline; 
}
.tx-irfaq-pi1 dd { 
	margin-left: 0px; 
}
.tx-irfaq-pi1 dd p { 
	margin-top: 0px;	
}
.tx-irfaq-pi1 .additional-info { 
	border-top: 2px solid #e6e6e6; margin-bottom: 10px; 
}
.tx-irfaq-pi1 .irfaq-related-faq, .tx-irfaq-pi1 .irfaq-related-links { 
	padding-top: 0px; padding-bottom: 0px; margin-top: 3px; margin-bottom: 15px;
}
.tx-irfaq-cleaner { 
	clear: left; height: 1px; 
}
.tx-irfaq-dynheader { 
	cursor: pointer; 
}
.tx-irfaq-dynans-hidden { 
	display: none; 
}
.tx-irfaq-dynans-visible { 
	display: inline; 
}
.strom td{
	width:190px;
}

/*** googlemap ***/
.tx-npgooglemaps-list ul {display:none;}

