/* CSS Document */

body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10pt; }

h1, h2 { font-family: Georgia, "Times New Roman", Times, serif; }
h1 { color: #413931; border-bottom: 1px solid #413931; }
h2 { color: #77B62D; border-bottom: 1px solid #77B62D; }

#Menu { display: none; }

#Banner { display: none; }

.noprint { display: none; }

#Sidebar { font-size: smaller; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }

.floatleft { float: left; margin: 0px 30px 0px 0px; }
.floatright { float: right; margin: 0px 0px 0px 30px; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.clear { clear: both; }

.fullt { color: #C30; font-weight: bold; }
.ledig { color: #090; font-weight: bold; }

#Footer { border-top: 1px dotted #ccc; }
#Footer .block { padding: 10px 15px; float: left; }
