/* zentrale einstellungen für die Bildschirmausgabe ************************/

html {
  height  : 100%;
  margin  : 0;
  padding : 0;
}

body {
  font-family      : arial,helvetica,sans-serif;
  font-size        : 8pt;
  font-weight      : normal;
  
	margin       : 0;
	text-align   : center;
	margin       : 0;
	padding      : 0;
	height       : 100%;
  
  color            : black;
  text-align       : center;
  
  background-color  : #ffffff;
}



/* Blockformate ------------------------------------------------------- */

div.main {
  position        : relative;
  height          : 100%;
  min-height      : 100%;
  
  padding          : 0px;
  text-align       : left;
  
  letter-spacing   : 0em;
  line-height      : 14pt;
  border           : 0px;
}

div.img-right {
  float : right;
  margin-right : 20px;
  margin-left : 20px;
  margin-bottom : 5px;
  padding-bottom : 10px;
  font-size : 0.9em;
  text-align : center;
  /* background-color : #eee; */
  line-height : 1.1em;
}

div.menu, div.header, div.countdown, div.submenu, div.news {
  display : none;
}

div.head {
  text-align : left;
}
img.fluss {
  float    : right;
  padding  : 5px;
  padding-right : 0px;
}

input {font-family:verdana;font-size:8pt;border:none;font-weight:bold;background:none;}
/* Absatzformate ------------------------------------------------------- */

p, h2,ul { margin-bottom: 8px;margin-top:0px;}
p.high {
  margin-bottom: 20px;
  margin-top:20px;
  font-size:14pt;
  text-align:center;
  line-height:18pt;
}

h1 {
  font-size  : 14pt;
  color      : black;
}

h2 {
  font-size  : 12pt;
  color      : black;
}

.bold {
  font-weight   : bold;
}

.bull {
  color       : rgb(231, 28, 24);
  font-size   : 1.7em;
  vertical-align   : middle;
}

a {
  border           : 0px;
  text-decoration  : none;
  color            : #000;
  font-weight      : bold;
}

a:hover { color : blue;}

img {
  border   : 0px;
  margin   : 0px;
  padding  : 0px;
}

ul {
  vertical-align  : bottom;
 line-height    : 12pt;
list-style-image : url(pics/bullet.gif);
list-style-position:outside;
padding-left   : 0px;
margin-left    : 20px;
}

ul.gallery {
  margin : 0px;
  padding : 0px;
}

ul.gallery li {
  float:left;
  list-style-type  : none;
  margin : 1px;
  padding: 1px;
  border : 1px solid #ddd;
  
}

