/* Cascading Style Sheets fuer den RadWAHN */

body
{
    background-image: url(backgrnd.jpg); background-attachment:fixed;
}

h1
{
    font-size: 18pt;
    font-weight: bold;
    margin-top: 12pt;
    margin-bottom: 0pt;
}

h2
{
    font-size: 14pt;
    font-weight: bold;
    margin-top: 12pt;
    margin-bottom: 0pt;
}

p
{
    text-align: justify;
    margin-top: 6pt;
    margin-bottom: 0pt;
}

p.Bild
{
    text-align: center;
    margin-top: 12pt;
}

p.Bild img
{
    /* border-width:5px;  Wenn ich das rausnehme macht Netscape wenigstens kein Muell. */
	border-style: ridge;
	border-color: gray;
}

p.Zentriert
{
    text-align: center;
    margin-top: 12pt;
}

p.Link
{
    font-size: 14pt;
}

/* Versuche:
.Rahmen
{
    vertical-align:middle;
    text-align: center;
    width:1;
    margin:0%;
	padding:0px;
    border-width:5px;
	border-style:ridge;
	border-color:gray;
}
*/

p.Beschriftung
{
    font-size: 10pt;
    font-style: italic;
    text-align: center;
}

table.Sprache, table.Aussprache
{
    width: 630px;
    margin-top: 6pt;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
}

table.Sprache td
{
    width: 33%;
    padding: 4pt;
    margin: 0pt; 
	/* Netscape schnallt's wieder nicht!
    border-width: 1px;
    border-style: solid;
    border-color: black;
	*/
}

table.Aussprache td
{
    width: auto;
    padding: 4pt;
    margin: 0pt;
}

table.Sprache tr
{
    padding: 4pt;
    margin: 0pt; 
}

table.Aussprache tr
{
    padding: 4pt;
    margin: 0pt; 
}

.CopyRight
{ 
    font-size: 8pt;
}

/* _______________________ */
/* (c) 2001 by Thilo Maeck */
