* {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: black;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

<!--DOKKOERPER-->
body {
    background-image: url('BackgroundContent.gif');
    background-position: center;
    background-repeat: repeat-y;
    background-attachment: fixed;   
}
<!--END-->

p, p.bodytext {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 1.4;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a:link {color: #0E80B8; text-decoration: none;}
a:visited {color: #88B8E3; text-decoration: none;}
a:hover {color: #ED2024; text-decoration: none;}
a:active {color: #88B8E3; text-decoration: none;}

div.CNTRight a:visited, div.CNTLeft a:visited {
	color: #0E80B8;
}

div.CNTRight a:hover, div.CNTLeft a:hover {
	color: #ED2024;
}

dl.news-single-links dd a{
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: center left;
}

dl.news-single-links dd a {
	background-image: url('img/link_icon_extern.gif');
}

h1, h2{
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('img/arrow_h1.gif');
	font-size: 11px;
	color: black;
	padding-left: 17px;
	padding-bottom: 8px;
	margin: 0px;
	/* text-transform: uppercase; */
}

hr {
   color: #8EA451;
   background: #8EA451;
   height: 2px;
   width: 100%;
}

td {
	padding: 2px;
}

tr, form {
    padding: 0px;
	border: 0px;
	margin: 0px;
}

th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #88B8E3;
	spacing-bottom: 10px;
	padding-bottom: 6px;
}

table {
	cellspacing: 0px;
	cellpadding: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

tbody {
	cellspacing: 0px;
	cellpadding: 0px;
	border-collapse: collapse;
	padding: 0px
}

/* START CSS STYLED CONTENT ---------------------------------------------------------*/

/* Styles for messages (matching flash messages) */
.message{
	padding: 6px;
	padding-left: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	border: 1px solid;
	display: block;
}
.message-notice {
	background-image: url("img/notice.png");
	background-color: #EAEAEA;
	border-color: #c2cbcf;
}
.message-information {
	background-image: url("img/information.png");
	background-color: #ddeef9;
	border-color: #8aafc4;
}
.message-ok {
	background-image: url("img/ok.png");
	background-color: #cdeaca;
	border-color: #58b548;
}
.message-warning{
	background-image: url("img/warning.png");
	background-color: #fbffb3;
	border-color: #c4b70d;
}
.message-error {
	background-image: url("img/error.png");
	background-color: #fbb19b;
	border-color: #dc4c42;
}


dd.csc-textpic-caption {
	font-size: 80%;
}

table.contenttable{
    border: 0px;
    width: 100%;
}

table.contenttable td{
    border-collapse: collapse;
	padding: 2px 15px 3px 5px;
	border: 0px;
}

tr.tr-even, tr.tr-even td{
	background-color: #D6E7EF;
	border: 0px;
}

tr.tr-odd, tr.tr-odd td{
    border: 0px;
}

table.contenttable-1 tbody tr.tr-0 td{
  	background-color: #88B8E3;
  	color: #FFFFFF;
}

dd.csc-textpic-caption{
	padding-top: 5px;
}

div.csc-frame-rulerAfter{
	border-bottom: 1px solid #88b8e3;
}

div.csc-default ul{
    margin-left: 16px;
    list-style-image: url("img/arrow_ul.gif");
    list-style-position: outside; 
}
/* END CSS STYLED CONTENT ----------------------------------------------------------*/

/* START INDEXED SEARCH ------------------------------------------*/
h3.csc-noSearchResultMsg {
	font-weight: normal;
	padding: 6px;
	padding-left: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	border: 1px solid;
	display: block;
	background-image: url("img/warning.png");
	background-color: #fbffb3;
	border-color: #c4b70d;
}
/* END INDEXED SEARCH   ------------------------------------------*/


/* START FORMS CSS ------------------------------------------*/
select, textarea, legend, input, option {
	clear: right;
}

select, textarea, legend {
	float: left;
	width: 180px;
	background-color: #ddeef9;
	border: 1px solid #8aafc4;
	margin-bottom: 5px;
}

option    { border: 0px; }

fieldset, form {
 border: 0px;
 padding: 3px 0px 0px 0px;
 margin: 3px 0px 0px 0px;
 }

input {
	text-align: left;
	float: left;
	width: 180px;
	background-color: #ddeef9;
	border: 1px solid #8aafc4;
	margin-bottom: 5px;
	clear: right;
}

input.csc-mailform-check{
	background-color: transparent;
	text-align: left;
	width: 15px;
}

input.csc-mailform-submit{
	width: 180px;
	text-align: center;
	background-color: #ddeef9;
	border: 1px solid #8aafc4;
	margin-top: 20px;
	margin-left: 180px;
	padding: 1px;
}

label {
 float: left;
 text-align: left;
 width: 180px;
 margin-bottom: 5px;
}

div.csc-mailform-field{
	clear: both;
}

/* END FORM CSS ------------------------------------------/*



/* START JAHRESPROGRAMM ------------------------------------------*/

div.calendarHeaderFront{
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 0px;
	border-bottom: 0px solid #88B8E3;
}

div.calendarImgFront{
	padding-left: 5px;
	padding-right: 15px;
	float: left;
}

div.calendarTitleFront{
	padding-top: 5px;
	float: left;
}

div.calendarTitleFront p{
	padding-top: 0px;
	padding-left: 17px;
}

div.calendarSingleHeader{
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 7px;
	border-bottom: 0px solid #88B8E3;
}

div.calendarSingleImg{
	padding-left: 5px;
	padding-right: 35px;
	float: left;
}

div.calendarSingleTitle{
	padding-top: 15px;
	float: left;
}

div.calendarSingleTitle p{
	padding-top: 5px;
	padding-left: 17px;
}

/* wrap around the bottom part of details page */
div.calendarSingleDetails {
	clear: both;
}

/* the bottom part */
div.calendarSingleDetails h2 {
	margin: 30px 0px 0px 0px;
}
div.calendarSingleDetails dl {
	clear: both;
	overflow: auto;
	background-color: white;
}

div.calendarSingleDetails dl dt, div.news-single-additional-info dl dt {
	width: 100%;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #88B8E3;
}
div.calendarSingleDetails dl dd, div.news-single-additional-info dl dd {
	float: right;
	width: 325px;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.calendarCntEven a, div.classCntOdd a{
	mouse: pointer;
	display: block;
}

div.calendarCntEven a:hover, div.classCntOdd a:hover{
	background-color: #88B8E3;
}

div.calendarCntEven, div.calendarCntOdd{
	float: left;
}

div.calendarCntOdd{
	background-color: #DDEEF9;
}

div.calendarHeader div.calendarDate, div.calendarHeader div.calendarTitle, div.calendarHeader div.calendarOrg{
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #88B8E3;
}

div.calendarHeader{
	padding-bottom: 10px;
	height: 20px;
}

div.calendarDate {
	width: 75px;
	float: left;
	background-color: transparent;
}

div.calendarTitle {
	width: 235px;
	float: left;
	background-color: transparent;
}

div.calendarOrg {
	width: 170px;
	float: left;
	clear: right;
	background-color: transparent;
}


/* END JAHRESPROGRAMM ------------------------------------------*/

/* START FRONT END LOGIN FORM ------------------------------------------*/
div.csc-form-labelcell, div.csc-loginform{
	padding: 0px;
	margin: 0px;
}

input.submitButtonLoginForm{
    font-family: "Arial Black", Arial, sans-serif;
    border: 1px solid #6D6F71;
	width: 120px;
	text-align: center;
	background-color: #6D6F71;
	margin-top: 0px;
	padding: 0px 1px 0px 1px;
	color: #D4E05F;
}

div.csc-form-fieldcell input{
	width: 120px;
}
/* END FRONT END LOGIN FORM ------------------------------------------*/


/* START TT_NEWS ------------------------------------------*/
hr#hr1, hr#hr2 {
	color: white;
	background-color: white;
}

hr.cl-right {
	color: #88B8E3;
	background-color: #88B8E3;
}

hr.clearer {	
	color: white;
	background-color: white;
	padding: 0px;
}

div.news-single-additional-info {
	width: 465px;
}

span.news-list-date{
	font-size: 11px;
	padding-right: 5px;
}

div.news-list-item{
	border: 1px #88b8e3 solid;
	margin: 0px 0px 7px 0px;
	padding: 5px;
}

div.calendarImgFront {
    cursor: pointer;
}

div.calendarTitleFront {
    cursor: pointer;
}

p.news-single-imgcaption{
    margin-bottom: 10px;
    text-align: right;
}

div.news-single-img img{
    	border: 1px solid #8aafc4;
}

div.news-single-img{
    text-align: right;
}

div.news-single-item p{
    padding-top: 10px;
}
/* END TT_NEWS ------------------------------------------*/

/* START TAGCLOUD ------------------------------------------*/
div.tx-vgetagcloud-pi1{
	padding: 10px 10px 10px 33px;
	background-color: transparent;
	width: 240px;
}
/* END TAGCLOUD ------------------------------------------*/


/* START MODERN DOWNLOADS ------------------------------------------*/
/* --------------------  listView  -------------------- */

.tx_abdownloads_listView_categoryPath a, .tx_abdownloads_listView_categoryPath, tx_abdownloads_categoryPath, tx_abdownloads_categoryPath a{
	font-size : 8px;
}

.tx_abdownloads_listView_categories {
	margin-top : 10px;
}

.tx_abdownloads_listView_category {
	margin-top : 5px;
}

.tx_abdownloads_listView_categoryLabel {
	vertical-align: middle;
}

.tx_abdownloads_listView_downloads {
	margin-top : 10px;
}

.tx_abdownloads_listView_download_1 {
	padding: 5px;
	padding-top: 8px;
	vertical-align: middle;
	margin: 0px;
	
}

.tx_abdownloads_listView_download_2 {
	background-color: #DDEEF9;
	padding: 5px;
	padding-top: 8px;
	vertical-align: middle;
	margin: 0px;
}

.tx_abdownloads_listView_downloadAddNew {
	margin-top : 10px;
}

.tx_abdownloads_listView_downloadLabel { }

.tx_abdownloads_listView_downloadDetails { }

.tx_abdownloads_listView_downloadReportBroken { }

.tx_abdownloads_listView_downloadRate { }

.tx_abdownloads_listView_downloadImage { }

.tx_abdownloads_topView_downloads {
	margin-left: 32px;
	margin-right: 10px;
	margin-top: 10px;
}
/* END MODERN DOWNLOADS ------------------------------------------*/


/* START EMPLOYEE ------------------------------------------*/
div.tx-smemployeelist-pi1 .even {
	background: #D6E7EF;
}

div.tx-smemployeelist-pi1 .odd {
    background-color: #FFFFFF;
}
/* END EMPLOYEE ------------------------------------------*/
