/* 
** MONOZELLEN.DE Project
** css level: 1
**
** Description: This file contains the 
** css styles fuer alte browser
** last modified: 01/12/2007
** www. version: 01/12/2007
*/
body {
font-family: "Trebuchet MS", "Bitstream Vera Sans", Geneva, Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4 {
font-weight: bold;
}
h1, h2 {
/*web 2.0 Gruen
color: #80FF00;*/
/*color: #999;
font-size: 100%;*/
font: 500 1em "Times New Roman", serif ;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #666;
/*background-color:#fff;*/
padding:2px;
}
h3 {
font-size: 14px;
}
h4 {
font-size: 12px;
}
#navcontainer, #left, #center, #fontsize {
font-size: 80%
}
.submit {
border: none;
color: #FFF;
cursor: pointer;
}
#left {
clear: left;
}
#right {
clear: right;
}
.asterix { 
color:#000;
font-size:120%;
line-height:80%;
padding:0 2px 0 2px
}
/* ----- LINKS ----- */
#navcontainer :link,
#navcontainer :visited,
.intern :link,
.intern a:visited {
color: #6687BC;
text-decoration:none
}
/* hier ist das "a:..." notwendig (ff & ie7)! */
#navcontainer a:hover{
background-color: #BDE3FB;
}
#navcontainer :active{
background-color:#eee
}
#navcontainer :focus{
background-color:#eee
}
a.selected {
text-transform: capitalize;
color:#000;
background-color:#eee
}
.extern :link, .extern :visited {
color: #608080;
text-decoration: none;
}
.intern a:hover,
.extern a:hover,
.intern_liste a:hover { 
text-decoration: underline!important
}
.intern a:active,
.extern a:active,
.intern a:focus,
.extern a:focus {
text-decoration: underline!important
}
.intern_permanent a:link,
.intern_permanent a:visited {
color: #885500;
text-decoration: none;
}
.intern_permanent a:hover,
.intern_permanent a:active,
.intern_permanent a:focus {
text-decoration: underline;
}
.liste a:link,
.liste a:visited {
color: #6687BC;
text-decoration: none;
}
.liste a:hover, .liste a:active, .liste a:focus { 
text-decoration: underline!important
}
html>body .liste a:visited:after {
content: " \221A";
font-size: 1.4em;
color: Green;
text-decoration: none;
line-height:90%;
}

/* ----- FORMULAR ----- */
.newsletter :hover, .info :hover, .termin :hover, .versender :hover, .adressat :hover, .nachricht :hover, .anhang :hover {
cursor: pointer;
color: #885500;
text-decoration: none;
}
.newsletter, .info, .termin, .versender, .adressat, .nachricht, .anhang { 
line-height:180%;
}
.pflicht {
color: #ff0000
}