/*================*/
/* General styles */
/*================*/


body {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  font-family: sans-serif, arial, helv, helvetica;
  color: #ffffff;
  background-color: "#203b94";
  /*background-image: url(bnd.gif)*/
}
h1 { font-size: 26px; color=#ffffff;}
h2 { font-size: 21px; color=#ffffff;}
h3 { font-size: 16px; color=#ffffff;}
h4 { font-size: 13px; color=#ffffff;}

a:visited {
  color: #cccccc;
  background-color: transparent;
  text-decoration: underline;
}
a:link {
  color: #dddd00;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: #ffff00;
  background-color: transparent;
  text-decoration: underline;
}


/*========================*/
/* Main Layout            */
/*========================*/

table.layout {
	width: 100%;
	table-layout: fixed;
}

td.left {
	width: 140;
	vertical-align: top;
}

td.main {
	vertical-align: top;
	text-align: left;
}	

/*========================*/
/* Side navigation Styles */
/*========================*/

a.sidenav:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
a.sidenav:link {
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}
a.sidenav:hover {
  color: #5555ff;
  background-color: transparent;
  text-decoration: underline;
}
td.navTitle {
  font-family: sans-serif, arial, helv, helvetica;
  font-size: 20px;
  font-weight: bold;
  vertical-align : top
}
td.navActiveEntry {
	font-family: sans-serif, arial, helv, helvetica;
	font-size: 13px;
	background-color: #542411;
	text-decoration: unterline;
}
td.navSpacer {
  font-family: sans-serif, arial, helv, helvetica;
  font-size: 20px;
  font-weight: bold;
  vertical-align : top;
  width: 20px;
}

/*========*/
/* News   */
/*========*/

p.newsdate {
  margin-left: 5px;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: sans-serif, arial, helv, helvetica;
  color: #ffff77;
  background-color: transparent;
}

p.newstext {
  margin-left: 5px;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: sans-serif, arial, helv, helvetica;
  color: #dddddd;
  background-color: transparent;
}

/*==========*/
/* Danke    */
/*==========*/

td.dankewer {
	font-family: sans-serif, arial, helv, helvetica;
	font-size: 13px;
	vertical-align: top;
}
td.dankenamen {
	font-family: sans-serif, arial, helv, helvetica;
	font-size: 13px;
	font-style: italic;
	vertical-align: top;
}

/*=================*/
/* Homepage styles */
/*=================*/

.headline {
  color: #333333;
  background-color: transparent;
  font-family: sans-serif, arial, helv, helvetica;
}
.highlight {
  color: #ff0000;
  background-color: #cc0000;
}

