/*
  Farbdefinitionen:
  
  orange        :: cc6600  :: links, akzente
  dunkelgrau 1  :: 292929  :: Hintergrund allgemein
  dunkelgrau 2  :: 383838  :: Hintergrund Menü, Effekte
  hellgrau      :: a2a2a2  :: schrift
*/


html { height:100%; width:100% }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #a2a2a2;
  background-color : #ffffff;
  min-height: 100%;
  height : 100%;
  margin : 0px;
}

h1 {
  font-size  : 14pt;
  font-weight : normal;
  border-bottom : 1px solid #a2a2a2;
  margin-left : -10px;
  padding-left : 10px;
  width : 300px;
  padding-bottom : 5px;
}

div.menu, img.headline, a.nohov, img.noprint { display : none; }

a { text-decoration:none ; font-weight:bold; color:#000000;}

.print-only { display:normal; }

h1.headline {
  display:normal;
  font-size:18pt;
  font-weight:bold;
  font-family:trebuchet ms, arial,helvetica,sans-serif;
  width:100%;
  padding-bottom:50px;
  border:0px;
  letter-spacing:2pt;
  align:center;
}

img.gal { border: 2px solid #2a2a2a; padding:2px; }

