html, body, table, td
{
	margin:0px;
	font-family:Arial;
	font-size:12px;

}

body
{
background-image: url('images/hintergrund.gif');
background-position: center;
background-repeat: repeat-y;
background-attachment: fixed;
}

p {
  font-size:      12px;
  line-height:    20px;
}

.naviH {

border-bottom: dotted 1px #666666;
background-color:#222222;

}
.naviU {

border-bottom: dotted 1px #006dd2;
background-color: #004b90;
padding-left:     10px;

}

/* navi links decoration */
a:link.navi, a:visited.navi, a:active.navi {
  font-size:        12px;
  font-family:      Verdana;
  color:            #ffffff;
  text-decoration:  none;
  font-weight:      normal;
  padding-left:     10px;
  font-style:italic;
}

a:hover.navi {
  font-size:        12px;
  font-family:      Verdana;
  color:            #ffffff;
  text-decoration:  underline;
  font-weight:      normal;
  padding-left:     10px;
  font-style:italic;
}

/* normale links decoration */
a:link{

color:#cc0000;

text-decoration: none

}
a:visited{

color:#cc0000;

text-decoration: none

}
a:hover{color:#cc0000;

text-decoration: underline

}
a:active{color:cc0000;

text-decoration: none

}

