body {
 font-family:Arial, Helvetica, sans-serife;
 font-size:13px
}


a:link {
    color : #00579A;
    text-decoration : none;
}
a:visited {
    color : #00579A;
    text-decoration : none;
}
a:hover {
    color : #333333;
    text-decoration : underline;
}
a:active {
    color : #00579A;
    text-decoration : underline;
}


.content {
  text-align:justify;
  background-color:#FFFFFF;
  font-size:13px
}


.maintopic {
 color: #008000;
 font-weight: bold;
 font-size: 16pt
}


.topic {
 color: #00579A;
 font-weight: bold;
 font-size: 11pt
}


.navigation {
 color: #cccccc;
}


.menu {
    font-size : 14px;
    font-weight : bold;
}
.menu a:link {
    color : #00579A;
    text-decoration : none;
}
.menu a:visited {
    color : #00579A;
    text-decoration : none;
}
.menu a:active {
    color : #00579A;
    text-decoration : none;
}
.menu a:hover {
    color : #333333;
    text-decoration : undeline;
}


.ref {
    font-size : 11px;
}
.ref a:link {
    color : #00579A;
    text-decoration : none;
}
td.ref a:visited {
    color : #00579A;
    text-decoration : none;
}
td.ref a:active {
    color : #00579A;
    text-decoration : none;
}
td.ref a:hover {
    color : #333333;
    text-decoration : undeline;
}

.description {
    color : #7f7f7f;
    font-size : 13px;
}
.description a:link {
    color : #7f7f7f;
    text-decoration : underline;
}
.description a:visited {
    color : #7f7f7f;
    text-decoration : underline;
}
.description a:hover {
    color : #7f7f7f;
    text-decoration : none;
}

ul.description {
	margin-top:0px;
	list-style-image:url(/Img/pfeil2.gif);
	position:relative;
	left: -10px;
}

ul.list {
    color : #4f4f4f;
    font-size : 13px;
		list-style-image:url(/pics/pfeil2.gif);
		position:relative;
		left: -10px;
}

.list li {
	margin-bottom:2px;
}


.program-day {
	font-weight: bold;
	font-size: 14px;
	background:#E0E0E0;
	border-top-width:1px;
  border-top-style:solid;
  border-top-color:#000000;
	border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#000000;
}


.program-row {
	font-size: 13px;
	background:#FFFF7B;
	border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#6A6A6A;
	padding-bottom:10px;
	margin:4px;
	vertical-align:top;
}


.program-event {
	font-size: 13px;
	background:#FFFFFF;
	border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#6A6A6A;
	padding-bottom:10px;
	margin:4px;
	vertical-align:top;
}

.table-mitteilungen {
	font-size: 13px;
}
table.table-mitteilungen {
	border:1px solid #7f7f7f;
	border-collapse:collapse;
}
.table-mitteilungen th {
	border:1px solid #7f7f7f;	
	padding: 3px;
	font-weight : bold;
	background-color : #E6E6E6;
}
.table-mitteilungen td {
	border:1px dotted #7f7f7f;	
	padding: 2px;
}

.schattiert {
		background-color: #F4F4F4;
	}
