/* CSS für pbsc-bonn.de AS, Parkteam AG*/

/* Wichtige Farben
weiss  #ffffff
grün   #0B654D
linkgrün #3ABF9C

/* Grundeinstellungen ____________________________________________________________________________________________________ */

html, body, div, p, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li {
margin: 0;
padding: 0;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color: #ffffff;
text-decoration:none;
}

b {
font-weight: bold
}

h1 {
font-size : 16px;
font-weight: bold;
}

h2 {
font-size : 20px;
font-weight: bold;
color: #FFF159;
}

.fo {
font-family : arial, Helvetica, sans-serif;
font-size : 10px;
}

.liste {
padding-top:2px;
padding-bottom:5px;
border-bottom: 1px #d7d7d7 dotted; 
}

.small {
font-size : 10px;
color:#999999;
}


.scrollen {
overflow: auto;
width: 270px; 
height: 220px; 
}


/* > Links generell____________________________________________________________________________________________________ */

a {
color: #3ABF9C;
text-decoration:none;
}

a:hover {
color: #3ABF9C;
text-decoration:underline;
}

/* > Navigation links____________________________________________________________________________________________________ */

a.menu {
display:block;
padding-top:3px;
padding-bottom:2px;
border-bottom: 1px #0B654D solid;
font-weight:bold;
font-size : 12px;
color: #ffffff;
text-decoration:none;
}

a.menu:hover {
display:block;
padding-top:3px;
padding-bottom:2px;
border-bottom: 1px #ffffff solid;
font-weight:bold;
font-size : 12px;
color: #ffffff;
text-decoration:none;
}