/* 
Styles fuer www.ra-tolmein.de
| 2005 by e-workers |
Ohne Styles
*/
body {
margin: 1% 15%;
font-family: Arial, sans-serif;
line-height: 1.5;
background-color: #f6f6f6;
color: #000;
}

a {
text-decoration: none;
background-color: #f6f6f6;
color: #00e;
border-bottom: 1px solid #00e;
}
a:visited {
background-color: #f6f6f6;
color: #551a8b;
border-bottom: 1px solid #551a8b;
}
a:hover,
a:active,
a:focus {
background-color: #f6f6f6;
color: #900;
border-bottom: 1px solid #900;
}

/*Externe Links*/
#content #spiegel a.extern {
background-image: url(../images/extern.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 15px;
}
#content #spiegel a:visited.extern {
background-image: url(../images/extern_vis.gif);
}

hr {
height: 1px;
border: 0 none;
border-top: 1px solid #ccc;
margin: 0 0 10px 0;
padding: 0;
}

#printonly {
display: none;
}