body {
  text-align: left;
  color: black; 
  background-color: #eeeeee;
  font-size: 14px; font-family: arial, sans-serif;
  margin: 0; padding: 0;
}

a:link { color: blue; font-weight: normal; text-decoration: none; font-variant: small-caps;}
a:visited { color: blue; font-weight: normal; text-decoration: none; font-variant: small-caps;}
a:hover { color: yellow; font-weight: bold; background-color: white; text-decoration: none;}
a:active { color: blue; font-weight: bold; text-decoration: none;}

h1 { text-align: left; font-weight: normal; font-size: 20px; color: #16442f; border-bottom-style: solid; }
h3 { text-align: left; font-weight: normal; font-size: 16px; color: #16442f; border-bottom-style: dashed;}
h4 { text-align: left; font-weight: normal; font-size: 14px; color: #16442f; border-bottom-style: dotted;}

.bodytext {font-size: 14px;}
.csc-textpic {
	border: 0px solid red;
	height: auto;
	margin:1px;padding:1px;
	}

/* div {border: 0px solid red;} nur für Debugging */

div#menu {
    margin:2px; padding:2px;
    float: left;
    width:220px; 
    height: auto;
    background-color: white;
    border:1px solid silver;
}

div#menu a:link { color:black; }
div#menu a:visited { color:black; }

div#document {
   min-width:900px; 
   max-width:1000px; 
   width:auto !important; 
   width:950px;
   margin:0 auto; 
   padding:0px;
   border:0px solid red;
}

div#header {
    width:920px; height:92px;
    background-color:white;
    background-image:url(/fileadmin/BurgebracherKerwa/bilder/logo.jpg);
    border:1px solid silver;
    margin:0px; padding:0px;
}

div#topmenu {
    text-align:left;
    width:920px; height:24px;
    background-color: #16442f;
    color: white;
    border: 1px solid silver;
}

div#topmenu a:link { color: white;}
div#topmenu a:visited { color: white; }
div#topmenu a:hover { color: black; background-color: white; }

div#content {
    padding:3px;
    margin:3px 0 0 230px;
    width:685px; 
    min-height:10px;
height:auto;
    background-color: white;
    border: 0px solid silver;
    overflow: visible;
}

div#content a:link { color: blue; }
div#content a:visited { color: blue; }

div#menu0 {
	width: 210px;
	font-size: 14px;
	background-color: #eeeeee;
	border: 0px solid silver;
}
div#menu0:hover {background-color: silver;}

div#menu1 {
	width: 210px;
	font-size: 14px;
	background-color: white;
	border: 0px solid silver;
}
div#menu1:hover {background-color: silver;}

span#marker {color: red; text-align: right; width: 50px;}

.calendar-table { 
   font-size: 12px; 
   border-spacing: 2px;
   }
   

.news-list-container {border: 0px solid silver; background-color: white;}
.news-list-item {border: 1px solid silver; margin: 3px; padding: 3px; background-color: white;}
.news-list-item hr { border: none; color: red;}
.news-list-item h3 { color: #16442f; background-color: #eeeeee;}
.news-list-item a { color: #16442f; }
.news-list-date { background-color: white; color: black; font-size:12px;}

.tx-ttnews-browsebox { background-color:white;}
.tx-ttnews-browsebox-SCell { background-color:silver;}
