/* BODY UND LAYOUT */
BODY {
  background: #ffffff;
  text-align: center;
}

.picdeutsch {
  background: #F79324 url(bilder/orange_bg.gif);
  border-top: 1px solid #F79324;
  border-left: 1px solid #F79324;
  border-bottom: 1px solid #F79324;
  text-align: right;
}
.picfranz {
  background: #008FCC url(bilder/blau_bg.gif);
  border-top: 1px solid #008FCC;
  border-left: 1px solid #008FCC;
  border-bottom: 1px solid #008FCC;
}
.picniederland {
  background: #A2CC3D url(bilder/gruen_bg.gif);
  border-top: 1px solid #A2CC3D;
  border-left: 1px solid #A2CC3D;
  border-right: 1px solid #A2CC3D;
  border-bottom: 1px solid #A2CC3D;
}
.deutsch {
  background-color: #FEF4E9;
  border-left: 1px solid #F79324;
  border-bottom: 1px solid #F79324;
  padding: 10px;
  text-align: left;
}
.franz {
  background-color: #E5F4FA;
  border-left: 1px solid #008FCC;
  border-bottom: 1px solid #008FCC;
  padding: 10px;
  text-align: left;
}
.niederland {
  background-color: #F6FAEB;
  border-left: 1px solid #A2CC3D;
  border-right: 1px solid #A2CC3D;
  border-bottom: 1px solid #A2CC3D;
  padding: 10px;
  text-align: left;
}




/* SCHRIFTFORMATIERUNGEN */
.deutsch h1 {
font: normal 100% Tahoma,Verdana,Arial,Helvetica;
color: #F79324;
font-weight: bolder;
margin:0;
padding:0;
}
.franz h1 {
font: normal 100% Tahoma,Verdana,Arial,Helvetica;
color: #008FCC;
font-weight: bolder;
margin:0;
padding:0;
}
.niederland h1 {
font: normal 100% Tahoma,Verdana,Arial,Helvetica;
color: #A2CC3D;
font-weight: bolder;
margin:0;
padding:0;
}

p {
font: normal 70% Tahoma,Verdana,Arial,Helvetica;
color: #000000;
}

.deutsch ul {
font: normal 70% Tahoma,Verdana,Arial,Helvetica;
color: #000000;
list-style-image: url(bilder/orange_pfeil.gif);
margin-left:20px;
}
.franz ul {
font: normal 70% Tahoma,Verdana,Arial,Helvetica;
color: #000000;
list-style-image: url(bilder/blau_pfeil.gif);
margin-left:20px;
}
.niederland ul {
font: normal 70% Tahoma,Verdana,Arial,Helvetica;
color: #000000;
list-style-image: url(bilder/gruen_pfeil.gif);
margin-left:20px;
}


A:link {color : #000000; text-decoration: underline;}
A:visited {color : #000000; text-decoration: none;}
A:hover {color: #053B77; text-decoration: none;}
A:active {color: #053B77; text-decoration: none;}

A.ora:link {color : #000000; text-decoration: none;background-color: #FCD7AE;border-bottom: 1px solid #F79324;padding: 1px;}
A.ora:visited {color : #000000; text-decoration: none;background-color: #FCD7AE;border-bottom: 1px solid #F79324;}
A.ora:hover {color: #053B77; text-decoration: none;background-color: #ffffff;}
A.ora:active {color: #053B77; text-decoration: none;background-color: #ffffff;}

A.blu:link {color : #000000; text-decoration: none;background-color: #A0D6EC;border-bottom: 1px solid #008FCC;padding: 1px;}
A.blu:visited {color : #000000; text-decoration: none;background-color: #A0D6EC;border-bottom: 1px solid #008FCC;}
A.blu:hover {color: #053B77; text-decoration: none;background-color: #ffffff;}
A.blu:active {color: #053B77; text-decoration: none;background-color: #ffffff;}

A.gru:link {color : #000000; text-decoration: none;background-color: #DDECB6;border-bottom: 1px solid #A2CC3D;padding: 1px;}
A.gru:visited {color : #000000; text-decoration: none;background-color: #DDECB6;border-bottom: 1px solid #A2CC3D;}
A.gru:hover {color: #053B77; text-decoration: none;background-color: #ffffff;}
A.gru:active {color: #053B77; text-decoration: none;background-color: #ffffff;}



