html, body, td, h1, h2, h3, li, input, select {
	font-family: verdana,sans-serif;
	font-size: 11px;
}

html, body {
	height: 100%;
	width: 100%;
        margin: 0px;
	padding: 0px;
	/* text-align: center;	/* centering page: ie workaround centering page */
	/*background-color: AppWorkspace;*/
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
}

form {
	margin: 0px;
	xbackground-color: #FF00FF;
}

p.bodytext {
	margin: 0.25em;
}

table {
        margin: 0px;
	padding: 0px;
        border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: none;
}

td, th {
	padding: 0px;
	vertical-align: top;
	xborder: solid 1px #FF00FF;
}

#maintable {
	height: 100%;
	width: 100%;
	text-align: left;	/* centering page: undo ie workaround centering page */
	/*margin: 0 auto;		/* centering page */
	background-color: #FFFFFF;
}

#maintable #mainsheet {
	width: 100%;
	height: 100%;
}

#maintable #mainsheet #header {
	height: 119px;
	background-image: url(images/bg_header_back.png);
	background-repeat: repeat-x;
	position:relative;
}

#maintable #mainsheet #header_ {
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
}

#maintable #mainsheet #header #menu_lang {
	width: 1105px;
	position:absolute;
	margin-top: 65px;
	text-align: right;
	xbackground-color: #00FF00;
}

#maintable #mainsheet #header #menu_lang img {
	margin-left: 4px;
}

#maintable #mainsheet #top {
	height: 246px;
	background-image: url(images/bg_top_back.png);
	background-repeat: repeat-x;
	position: relative;
}

#maintable #mainsheet #top_ {
	background-repeat: no-repeat;
}

#maintable #mainsheet #top #menu_l0a {
	position:absolute;
	z-index: 2;
	margin-top: 65px;
	margin-left: 9px;
	color: #FFFFFF;
	xbackground-color: #0000FF;
}

#maintable #mainsheet #top #menu_l0a a {
	width: 100px;
	min-width: 100px;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	color: #FFFFFF;
	font-weight: bold;
}

#maintable #mainsheet #top #menu_l0a a:hover {
	color: #BDBDBC;
}

#maintable #mainsheet #top #menu_l0b {
	width: 1105px;
	position:absolute;
	margin-top: 35px;
	text-align: right;
	color: #FFFFFF;
	xbackground-color: #00FF00;
}

#maintable #mainsheet #top #menu_l0b a {
	color: #FFFFFF;
}

#maintable #mainsheet #top #menu_l0b a:hover {
	color: #BDBDBC;
}

#maintable #mainsheet #top #rootline {
	width: 1105px;
	position:absolute;
	z-index: 1;
	margin-top: 65px;
	text-align: right;
	color: #FFFFFF;
	xbackground-color: #00FF00;
}

#maintable #mainsheet #top #rootline a {
	color: #FFFFFF;
}

#maintable #mainsheet #top #rootline a:hover {
	color: #BDBDBC;
}

#maintable #mainsheet #top #menu_pos {
	position:absolute;
	margin-top: 203px;
	margin-left: 2px;
	xbackground-color: #0000FF;
}

#maintable #mainsheet table#content {
	width: 1105px;
	height: 100%;
	xborder: solid 1px #FF0000;
}

#maintable #mainsheet #content #left {
	width: 210px;
	background-color: #BDBDBC;
}

#maintable #mainsheet #content #left #menu_left {
	margin-top: 10px;
	color: #FFFFFF;
	xbackground-color: #0000FF;
}

#maintable #mainsheet #content #left #menu_left a {
	padding: 5px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}

#maintable #mainsheet #content #left #footer_left {
	margin: 10px;
	color: #FFFFFF;
	font-weight: bold;
	xbackground-color: #0000FF;
	position: absolute;
	bottom: 0 !important;
}

#maintable #mainsheet #content #left #menu_left a:hover,
#maintable #mainsheet #content #left #menu_left a.selected {
	color: #0069B0;
}

#maintable #mainsheet #content #middle {
	background-color: #FFFFFF;
	padding: 10px;
}

#maintable #mainsheet #content #middle #subtitle {
	margin-bottom: 10px;
}

#maintable #mainsheet #content #middle #content {
	overflow: auto;
}

#maintable #mainsheet #content #middle a,
#maintable #mainsheet #content #right a {
	text-decoration: none;
	color: #292C79;
}

#maintable #mainsheet #content #middle a:hover,
#maintable #mainsheet #content #right a:hover {
	text-decoration: underline;
}

#maintable #mainsheet #content #middle .csc-searchform select,
#maintable #mainsheet #content #middle .csc-searchform input {
	width: 300px;
}

#maintable #mainsheet #content #right {
	width: 210px;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(images/px_2x100_bdbdbc.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#maintable #mainsheet #content #right .csc-searchform select,
#maintable #mainsheet #content #right .csc-searchform input {
	width: 185px;
}

#maintable #mainsheet #content #right .csc-searchform .csc-form-submit,
#maintable #mainsheet #content #middle .csc-searchform .csc-form-submit {
	width: auto;
	padding-left: 15px;
	background: url(images/sign_search.gif) no-repeat left center;
}


/* ----- tab for for mailform ------------------------------------------------ */

.csc-mailform {
	border: none;
}

.csc-mailform-field {
	position: relative;
	margin: 2px;
}

.csc-mailform-field label {
	width: 120px;
	height: 2em;
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
	/* background-color: #FF0000; */
}

.csc-mailform-label {
	clear: both;
}

.csc-mailform-field * label {
	width: auto;
	/* display: none; */
	/* float: none; */
	/* clear: both; */
	/* background-color: #FF00FF; */
}

.csc-mailform-field span.csc-mailform-radio label {
	width: auto;
	/* display: none; */
	/* clear: both; */
	/* float: none; */
	/* background-color: #FF00FF; */
}

/* .csc-mailform-field input[type=text] */

.csc-mailform-field input,
.csc-mailform-field select,
.csc-mailform-field textarea {
	display: block;
	float: right;
	height: 2em;
}

.csc-mailform-field .csc-mailform-submit {
	background-color: transparent;
	display: block;
	float: right;
	margin-top: 5px;
}

.csc-searchform .csc-form-labelcell {
	padding-right: 5px;
	font-weight: bold;
}

.csc-form-fieldcell {
	text-align: right;
}

.csc-searchform .csc-form-submit {
	background-color: transparent;
	display: block;
	margin-top: 5px;
}

/*

div.right div.csc-infobox {
	background-color: #FF00FF;
	border: 1px dashed #000000;
	margin-bottom: 10px;
}

div.right div.csc-header {
	background-color: #004290;
	padding-left: 1em;
}

div.right div.csc-header h1 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #004290;
}

div.right div.csc-placeholder {
	background-color: #EFEFEF;
	padding-left: 0.5em;
}


div.right div.csc-infotext,
div.right div.csc-textpic {
	color: #6D6F71;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CFCFCF;
	padding: 5px;
}

div.right div.csc-textpic div.csc-textpic-imagewrap dl {
	float: none;
}

div.right div.csc-infotext div.csc-record-header div.header1 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 0.5em;
}

div.right div.csc-infotext hr.csc-record {
	margin: 0px;
	padding: 0px;
	color: #FF00FF;
	background-color: #FF00FF;
	height: 5px;
	border-width: 0px;
	border-bottom: 2px dotted #CFCFCF;
}

div.right div.csc-infotext ul.csc-bulletlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.right div.csc-infotext ul.csc-bulletlist li {
	margin: 0px;
}

div.right div.csc-infotext p {
	margin: 0px;
	padding: 0px;
}

div.border div.csc-header {
	font-weight: bold;
	color: #6D6F71;
	text-transform: uppercase;
}

div.border div.banner_r {
	margin: 0px;
	padding: 0px;
}

div.csc-frame-layout5 {
}

div.csc-frame-layout5 div.csc-header h1 {
	float: left;
	margin-right: 5px;
	width: 260px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-color: #FFFFC0;
}

div.csc-frame-layout5 ul.csc-bulletlist {
	margin: 0px;
	margin-left: 270px;
	margin-top: 4px;
	padding: 2px;
}

div.csc-frame-layout5 ul.csc-bulletlist li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
}

div.csc-frame-layout5 ul.csc-bulletlist-0 {
}

div.csc-frame-layout5 ul.csc-bulletlist-1 {
	list-style-image: url(images/red16.gif);
	background-color: #FFC0C0;
}

div.csc-frame-layout5 ul.csc-bulletlist-2 {
	list-style-image: url(images/green16.gif);
	background-color: #C0FFC0;
}

div.csc-frame-layout5 ul.csc-bulletlist-3 {
	list-style-image: url(images/yellow16.gif);
	background-color: #FFFFC0;
}

*/

div.csc-frame-grey_top_left {
	border: solid 2px #BDBDBC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}

div.csc-frame-grey_top_left h1,
div.csc-frame-grey_top_left h2,
div.csc-frame-grey_top_left h3 {
	margin: 0;
	margin-bottom: 0.5em
	padding: 0;
}

/* ----- tt_news-------------------------------------------------------------- */

/* prevent floated images from overlapping the div-containers they are wrapped in  */

span.clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* -----------------------------------  tt_news LATEST view  ----------------- */

.news-latest-container {
	/* wraps whole content */
}

.news-latest-container div {
	xborder: 1px solid #FF00FF;
}

.news-latest-container h2,
.news-latest-gotoarchive {
	/* wraps header "Aktuelles:" */
}

.news-latest-gotoarchive {
	/* bottom link to archive */
	margin-top: 5px;
}

.news-latest-item {
	/* wraps item */
	padding: 3px;
	margin: 3px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BDBDBC;
	xposition: relative;
}

.news-latest-item img {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: none;
	float: left;
}

.news-latest-date,
.news-latest-morelink,
.news-latest-category {
	font-size: 9px;
}

.news-latest-category {
	float: left;
	xposition: absolute;
	xbottom: 0 !important;
}

.news-latest-category img {
	border: none;
}

.news-latest-morelink {
	float: right;
	xposition: absolute;
	xbottom: 0 !important;
}

/* --------------------------------- tt_news SINGLE view  -------------------- */

.news-list-container {
	/* wraps whole content */
}

.news-list-container div {
	xborder: 1px solid #FF00FF;
}

.news-list-item {
	/* wraps item */
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBC;
}

.news-list-date {
	display: block;
}

.news-single-item h2,
.news-single-timedata,
.news-single-category,
.news-single-author {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	xborder: 1px solid #FF00FF;
}

