body {
	height: 100%; margin: 0px; padding: 0px;
	background-color: #cccccc;
	background-image:url(images/bg_main.png); background-repeat: repeat;
	text-align: center;  /* ie workaround centering page */
}

html, body, td, th, h1, h2, h3, li, input, select {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	line-height: 150%;
}

table {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
}

td, th {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	xborder: 1px solid #00ff00;
}

div {
	xborder: 1px solid #ff00ff;
}

a {
        color: #000000;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

p.bodytext {
	margin: 0px;
	margin-bottom: 0.3em;
	padding: 0px;
}

h2, h3 {
	margin: 0px;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

h1 {
	background:url(images/hr_8.png) bottom left no-repeat;
	padding-bottom: 10px;
	border-bottom: 1px solid #00528c;
	color: #00528c;
	text-transform: uppercase;
}

/* ----- layout main definitions ------------------------------------------ */

div#overlay {
	height: 100%;
	width: 100%;
	background: url(images/bg_main_ovl.png) top left no-repeat;
}

div#sheet {
	height: 100%;
	width: 923px;
	text-align: left;	/* undo ie workaround centering page */
	margin: 0 auto;		/* centering page */
}

table#page {
	height: 100%;
	width: 100%;
	xbackground-color: #ffff00;
}

table#page tbody {
	height: 100%;
}

#spacer {
	height: 20px;
}

#header {
	height: 285px;
	background: url(images/bg_header_8.png) top left no-repeat;
}

#body {
	background-color: #ffffff;
}

#menu_top div {
	float: right;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	color: #00528c;
	margin-left: 20px;
}

#menu_top div a {
	color: #00528c;
	font-weight: bold;
}

#menu_left_td {
	width: 213px;
	background-color: #00528c;
}

#menu_left_td_div {
	position: relative;
	height: 100%;
	xborder: 1px solid #ff00ff;
}

#menu_left {
	margin-left: 15px;
	padding-bottom: 15px;
	width: 182px;
	overflow: hidden;
	color: #ffffff;
	xfont-family: verdana;
	position: absolute;
	top: 0 !important;
	z-index: 2;
	background-color: #00528c;
}

#menu_left a {
        color: #ffffff;
}

#menu_left div.itemwrap {
	border-bottom: 1px dotted #ffffff;
}

#menu_left div.item {
	margin-left: 8px;
	margin-right: 8px;
	padding: 4px;
	padding-left: 8px;
	xbackground: url(images/bg_menu_item.png) left 8px no-repeat;
}

#menu_left div.item.l2 {
	margin-left: 16px;
	border-bottom: none;
}

#menu_left div.item.l3 {
	margin-left: 24px;
	border-bottom: none;
	font-style: italic;
}

#menu_left div.item .selected {
	font-weight: bold;
}

#footer_left {
	margin-left: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	xbackground-color: #0000FF;
	position: absolute;
	bottom: 0 !important;
	z-index: 1;
	background-color: #00528c;
}

#content_td {

}

#content {
	margin-left: 15px;
	width: 675px;
	overflow: hidden;
}

fieldset.csc-mailform {
	border: none;
}

fieldset.csc-mailform div.csc-mailform-field {
	clear: both;
	margin-bottom: 4px;
}

fieldset.csc-mailform label {
	font-weight: bold;
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	margin-bottom: 4px;
	margin-right: 10px;
}

.csc-frame-101 {
	float: left;
	width: 80%;
}

.csc-frame-103 {
	float: right;
}

.contenttable td {
	padding-bottom: 0.3em;
}

/* ----- 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;
}

