
body
{
color: #FFFFFF;
background: url(hintergrund.jpg) repeat-x;
font-family: Arial;
font-size: 14px
}


a:visited
{
color: grey;
text-decoration: underline;
}

a:link, a:active
{
color: white;
text-decoration: underline;
}

a:hover
{
color: white;
text-decoration: none;
}

.beispiel:link, .beispiel:active
{
font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}


.beispiel:visited
{
font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: grey;
}

.beispiel:hover
{
font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
}

.gored:hover
{
color: red;
text-decoration: none;
}

.menui:link, .menui:hover, .menui:visited, .menui:active
{
color: #FFFFFF;
text-decoration: underline;
font-family: Times New Roman;
}

.menu:link
{
color: #FFFFFF;
text-decoration: none;
}

.menu:visited
{
color: #FFFFFF;
text-decoration: none;
}

.menu:active
{
color: #FFFFFF;
text-decoration: none;
}

.menu:hover
{
color: #F9F9F9;
text-decoration: underline;
}


table.image
{ 
border-top:1px solid black;
border-bottom:1px solid black; 
border-right:1px solid black;  
border-left:1px solid black;  
} 


table.rand
{ 
border-bottom:1px solid black; 
border-right:1px solid black;  
border-left:1px solid black;  
background-color:#006699;
} 

table.rahmen
{ 
border-right-style:dashed; 
background-color:#006699;
}


input, select, textarea
{ 
border:1px solid black;
}


.tuts:visited
{
text-decoration: underline;
color: black;
}

.tuts:link, .tuts:active
{
text-decoration: none;
color: white;
}

.tuts:hover
{
text-decoration: underline;
color: white;
}


.link:link, .link:visited, .link:active
{
color: grey;
text-decoration: none;
}

.link:hover
{
color: grey;
text-decoration: underline;
}

pre 
{ 
font-family:"Courier New",Courier,monospace;
font-size: 13.4px; 
width: 400px; 
color: black; 
background-color: white;
border: 3px solid black; 
padding: 8px; 
}

hr
{
color: grey;
}