<!--
.test {
  border: solid 1px yellow;
}

body {
	padding: 0px;
  margin: 0px;
	font-family: Arial, Helvetica, sans Serif;
	font-weight: bold;
	color: #223980;
}

#Navigation, #Text {
	font-family: Arial, Helvetica, sans Serif;
	font-weight: bold;
	font-size: 12px;
	color: #223980;
}

table.content {
  width:800px;
  height:650px;
  padding:0px;
  text-align:center;
  vertical-align:top;
}

td {
  vertical-align:top;
}

p {
	font-family: Arial, Helvetica, sans Serif;
  font-size:16px;
	font-weight: bold;
	color: #223980;
}

/* Hintergrund im Kopfteil */
#bgpic {
	margin-bottom:30px;
}

#de {
  position:absolute;
	background-image:url(bilder/illustration/Flagge-DE.jpg);
	background-repeat:no-repeat;
  top:110px;
	left:980px;
}

#it {
  position:absolute;
	background-image:url(bilder/illustration/Flagge-IT.jpg);
	background-repeat:no-repeat;
  top:140px;
	left:980px;
}

/* Menue-zeile */
#menu {
  position:absolute;
/*  top:190px; */
  top:120px;
}

#menu_pic {
  position:absolute;
  top:170px;
  margin-left:80px;
}

#welle {
  position:absolute;
/*  top:220px; */
  top:160px;
}

#menuimg {
	vertical-align:top;
}

#menutxt {
	vertical-align:sub;
//  padding:10px 0px 5px 3px;
}

span.menu {
	width:701px;
  height:34px;

	font-family: Arial, Helvetica, sans Serif;
  font-size:15px;
  line-height:34px;
	font-weight: bold;

  background-image:url(bilder/buttons/menu_bg.png);
  background-repeat:repeat-x;
  background-position:center;
}

td.menu {
	width:800px;
  height:30px;
  text-align:center;
  vertical-align:middle;

	font-family: Arial, Helvetica, sans Serif;
  font-size:15px;
	font-weight: bold;
	color: #223980; /* #223980; */

/*
  border-top:solid 1px #c0c0c0;
  background-color:#ffffe2;
  border-bottom:solid 1px #c0c0c0;
*/
}

/* gewaehlter Menuepunkt */
span.active {
	font-family: Arial, Helvetica, sans Serif;
	font-weight: bold;
	text-align: center;
  color: white;
}

/* Links */
a:link {
	color: #F8FFE3;
	font-family: sans-serif;
	font-weight: bold;
}
a:visited {
	color: #F8FFE3;
	font-family: sans-serif;
	font-weight: bold;
}
a:hover, a:focus{
	color: #223980;
	font-family: sans-serif;
	font-weight: bold;
}
a:active {
	color: #223980;
	font-family: sans-serif;
	font-weight: bold;
}

a.content:link {
	color: #223980;
	font-family: sans-serif;
	font-weight: bold;
}
a.content:visited {
	color: #223980;
	font-family: sans-serif;
	font-weight: bold;
}
a.content:hover, a.content:focus{
	color: black;
	font-family: sans-serif;
	font-weight: bold;
}
a.content:active {
	color: black;
	font-family: sans-serif;
	font-weight: bold;
}

-->
