/*
CSS Ruhrhalbinsel.de / Ruhrhalbinsel.com
Entwicklung: Patrick Hähnel
Copyride:    Patrick Hähnel
Version:     2.0
Jahr:        April 2009
*/

body {
background: transparent url("../img/bg.jpg") top left repeat-x;
background-color:#E0E7ED;
font-size: 72.5%; /* Resets 1em to 10px */
font-family: Helvetica, Verdana, Arial, Sans-Serif;
color: #000000;
}

/* Darstellung der Links */
A:Link {
color:#000000;
text-decoration: none;
}

/* Darstellung des Links wenn man ihn schon mal besucht hat */
A:VISITED { 
color: #000000;
text-decoration: none;
}

a:active {text-decoration: none;
color: #999999;
}
 
/* Darstellung des Link beim darüberfahren */
A:HOVER { 
color: #999999;
}

#main_table {
border:1px solid #000000;
background-color:#F7F5F6;
padding:2px;
}

/* Formular Anzeige */
#richtig {
background-color: #006600;
background-image:url(../img/richtig.jpg)
}

/* Formular Anzeige */
#falsch {
background-color: #FF0000;
background-image:url(../img/falsch.jpg)
}
