/*Festlegung der Schrift im Inhaltsfeld*/
BODY, DIV, BR, P, LI, UL, OL, SPAN, TR, TABLE, {font-family : Arial,Helvetica,sans-serif; font-size : 12px;}
TD  {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 12px; color: #000000;}

/*Background*/
body{
background-color:rgb(220,239,150);
background-image:url(images/bg_gruenverlauf.jpg);
background-position:top center;
background-repeat:repeat-x;
background-attachment:fixed;
}

/*Background Sonderfälle*/
.bgsamen {background-image:url(images/bg_samen1.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.kanadabild1 {
background-image:url(images/kanada2.png);
background-position:top right;
background-repeat:no-repeat;
}

.kanadabild2 {
background-image:url(images/canada2.png);
background-position:top right;
background-repeat:no-repeat;
}

/*links*/
/*
A:visited  {font-family : Arial,Helvetica,sans-serif; font-size : 14px; color:Gray}
A:active   {font-family : Arial,Helvetica,sans-serif; font-size : 14px; color:#B62159} 
*/

/*links*/
.link:link {font-family : Arial,Helvetica,sans-serif; text-decoration : underline; font-size : 12px; color:#89146C; font-weight: normal}
.link:visited {font-family : Arial,Helvetica,sans-serif; text-decoration : underline; font-size : 12px; color:Gray; font-weight: normal}
.linkred:link {font-family : Arial,Helvetica,sans-serif; text-decoration : underline; font-size : 12px; color:blue; font-weight: normal}
.linkgreen:link {font-family : Arial,Helvetica,sans-serif; text-decoration : underline; font-size : 12px; color:#336600; font-weight: normal}
.linkgreen:visited {font-family : Arial,Helvetica,sans-serif; text-decoration : underline; font-size : 12px; color:#336600; font-weight: normal}

/*Überschriften*/
H1 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 20px; color: #000000; font-weight: bold}
H2 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 18px; color: #000000; font-weight: bold}
H3 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 16px; color: #000000; font-weight: bold}
H4 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 14px; color: #000000; font-weight: bold}
H5 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 12px; color: #000000; font-weight: bold}

/*Überschriften ohne Weißraum nach unten*/
.head1 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 20px; color: #000000; font-weight: bold}
.head2 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 18px; color: #000000; font-weight: bold}
.head3 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 16px; color: #000000; font-weight: bold}
.head4 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 14px; color: #000000; font-weight: bold}
.head5 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 12px; color: #000000; font-weight: bold}

/* Allgemein */
.normal {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 12px; color: #000000; font-weight: none}
.normal2 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 18px; color: #000000; font-weight: none}
.normal3 {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 16px; color: #000000; font-weight: none}
.klein {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 10px; color: #000000; font-weight: none}


    /*copyright unten Anfang*/
.copyright  {font-family : Arial,Helvetica,sans-serif; color:gray; font-size : 10px; font-weight : normal}
	/*copyright  unten Ende*/
.copyrightl:link {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 10px; color:gray; font-weight: normal}
.copyrightl:hover {font-family : Arial,Helvetica,sans-serif;  text-decoration : underline; font-size : 10px; color:gray}
.copyrightl:visited {font-family : Arial,Helvetica,sans-serif; text-decoration : none; font-size : 10px; color:gray; font-weight: normal}
	
	/*Blindengerechte tags*/	
.sprachpause {
	pause-before:1s;
}	