html * { margin:0;padding:0;border: 0; }

body {
	color: black;
	font-size: 12px;
	font-family: Helvetica,Jamrul,sans-serif;
	text-align: center;  /* Zentrierung im Internet Explorer */
	background-color: #bbd9fd;
	}

.clearLR {
	clear:both;
	}


/* darin läuft alles ab */

div#page {
	width: 1040px;
	margin:0 auto;
	text-align: left;
	}

div#head {
	background-image:url(../img/bg_kopf.png);
	width: 960px;
	height: 200px;
	margin: 0 40px;
	}

div#mainMenu {
	background-image:url(../img/bg_menu.png);
	background-repeat:no-repeat;
	width: 960px;
	height: 63px;
	margin: 0 40px;
	}

div#contentArea {
	background-color: #e2efdc;
	background-image:url(../img/bg_content.png);
	background-position: right;
	background-repeat:repeat-y;
	margin: 0 40px 10px 40px;

	min-height:250px;
	height:auto !important;
	height:250px;
	}
div#contentArea #content {
	width: 608px;
	padding: 20px 34px;
	overflow: hidden;
	float: left;
	}
div#contentArea #contentR {
	width: 281px;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
	float: right;
	}


div#contentArea #contentR ul.menu2 {
	margin-left: 8px;
	margin-top: 10px;
	}


div#footer {
	clear: both;
	width: 960px;
	height: 50px;

	background-image: url(../img/logo-linksunten.png);
	background-position: 40px;
	background-repeat: no-repeat;
	background-color: #fce738;
	text-align: right;
	padding: 0 40px;
	}
div#footer span#fontSize .tx-efafontsize-pi1 {
	display:inline;
	}
div#footer span#fontSize a {
	margin: 0;
	}
div#footer a {
	color: black;
	text-decoration: none;
	line-height: 50px;
	margin-right: 40px;
	}
div#footer a:hover {
	text-decoration: underline;
	}


/* Content */
/* Linkereien  Hauptbereich */
.mail, a, a:visited {
	color: #dc421c;
	text-decoration: none;
	}

.mail:visited, a:visited {
	color: #dc421c;
	}

.mail:hover, a:hover {
	color: #dc421c;
	text-decoration: underline;
	}

.mail:active, a:active {
	color: #dc421c;
	text-decoration: none;
	}


/* Ueberschriften */
.csc-header  {
	}

h1 {
/*	font-size:14px;*/
	color: #dc421c;
	margin: 0 0 5px 0;
	padding:0;
	}

h1.csc-firstHeader {

	}

h2 {
/*	font-size:12px;*/
	color: #dc421c;
	margin: 0 0 5px 0;
	}

h3 {
/*	font-size:11px;*/
	color: #dc421c;
	margin: 0 0 5px 0;
	}


.csc-textpicHeader {
	margin-bottom: 15px;
	}

/* Rahmen */
.csc-frame-rulerAfter {
	border-bottom: 1px dotted #666666;
	margin: 5px 0;
	}



 /* Texte */
#content p.bodytext {
	text-align: left;
	margin-bottom: 10px;
	}

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }


/* listen */
ul.csc-bulletlist-0 {
	padding-left: 14px;
	}

ul.csc-bulletlist-3 {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.csc-bulletlist-3 li {
	border-bottom: 1px dotted #666666;
	padding: 5px 0;
	}
.csc-bulletlist-3 li:last-child {
	border: none;
	}


/* Formulare */
form {
  	}

form fieldset {
	border: 0px;
  	}

form label {
	display: block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 4px;
	float: left;
	}
form textarea,
form input {
	float: left;
	margin-bottom: 4px;
	width: 230px;
	border: 1px solid #A9A8A4;
	}
form br {
	clear: left;
	}
form input.mf-submit {
	clear: left;
	width: auto;
	margin-left: 110px;
	}
form .req {
	color: red;
	}





/* csc-menu */
ul.csc-menu {
	padding-left: 15px;
	}


/* tabellen */
table.contenttable-0 {
	width: 500px;
	border-collapse:collapse;
	}
table.contenttable-0 thead * {
	text-align: center;
	font-weight: normal;
	background-color: #f8f8f8;
	}
table.contenttable-0 tr {
	background-color: white;
	border: 1px solid #999999;
	border-bottom-style:double;
	border-bottom-width: 3px;
	}
table.contenttable-0 tr.tr-0 {
	border-top: none;
	border-right: none;
	border-left: none;
	}
table.contenttable-0 tr.tr-0,
table.contenttable-0 tr.tr-last {
	border-bottom-style:solid;
	border-bottom-width: 1px;
	}
table.contenttable-0 td {
	/*border-style:hidden;*/
	margin-bottom: 5px;
	text-align: center;
	padding: 5px;
	}
table.contenttable-0 td.td-0 {
	text-align: left;
	}
table.contenttable-0 td.td-last {
	}
table.contenttable-0 .tr-1 {
	font-weight: bold;
	}




/* layout 1 */
table.contenttable-1 {
	width: auto;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	width: 100%;
	}
table.contenttable-1 thead th {
	text-align: center;
	font-weight: bold;
	color: #00145f;
	padding: 5px;
	}
table.contenttable-1 thead th.td-0 { text-align: left; }
table.contenttable-1 tr.tr-even { background-color: white; }
table.contenttable-1 tr.tr-odd { background-color: #EEEEEE; }
table.contenttable-1 tr.tr-0 {
	border-top: none;
	border-right: none;
	border-left: none;
	}
table.contenttable-1 tr.tr-0 {
	border-bottom: 1px solid #CCCCCC
	}
table.contenttable-1 .tr-1 {}
table.contenttable-1 td {
	text-align: center;
	margin-bottom: 5px;
	padding: 5px;
	width: 80px;
	}
table.contenttable-1 td.td-0 {
	text-align: left;
	width: auto;
	}


/* news */
.news-latest-container {
	border-bottom: 3px solid #bbd9fd;
	padding: 0.6em;
	padding-bottom: 20px;
	}
.news-latest-container .news-latest-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
/*	border-bottom: 1px solid #004282; */
	}
.news-latest-container .news-latest-item img {
	float: right;
	margin-left: 0.5em;
	}
.news-latest-container .news-latest-date {
	float: left;
	}
.news-latest-container .news-latest-morelink {
	float: right;
	}
.news-latest-container .news-latest-gotoarchive {
	}




.news-list-container {
	}
.news-list-item {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #004282;
	height: auto;
	overflow: hidden;
	}
.news-list-item h1 {
	clear: both;
	float: left;
	}
.news-list-date {
	float: right;
	}

.news-list-item  img {
	float: right;
	margin-left: 15px;
	}
.news-list-date {
	}
.news-list-morelink {
	}
.news-list-browse {
	}
.tx-ttnews-browsebox {}
.tx-ttnews-browsebox .tx-ttnews-browsebox-strong {
	}
.tx-ttnews-browsebox td {
	padding: 5px;
	}
.tx-ttnews-browsebox .tx-ttnews-browsebox-SCell {
	background-color: #d9e2e7;
	}







.news-single-item {
	padding-right: 50px;
	}
.news-single-item .subheader * {
	font-weight: bold;
	}
.news-single-item h1 {
	clear:both;
	}
.news-single-item img {
	float: left;
	margin-right: 15px;
	}
.news-single-item .news-single-date {
	float: right;
	}
.news-single-item .news-single-backlink {
	margin-top: 20px;
	text-align: right;
	}





/* Mailformular - End */
/* Admin Panel */
body > form {
	text-align: left;
	}
