 
/* sections:
1. main content
2. side bars
3. admin
4. miscons past
*/

/* 1.  main content */

body {
font-size: .8em;
font-family: 'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
padding: 0;
margin: 0;
}

div.body {
border: none;
background-color: #fff;
color: #000;
}

div.fullcontent, div.content, div.info {
clear: both;
margin: 8px 10px 0 0;
}
div.pagination {
page-break-before: always;
}

div.pageitem {
clear: both;
padding: 18px 0;
}

div.pageitem h2 {
margin: 0;
clear: both;
}

div.pageitem img {
float: left;
margin: 8px;
width: 150px;
}

p {
margin: .5em 0 .6em;
}

div.content dl dd img {
float: left;
padding: 0 1em;
}

dt {
margin: .5em 0 .25em;
font-weight: 700;
clear: both;
}
dd {
margin: .25em 0 .6em 30px;
}

p.details {
text-align: right;
margin: .2em 0 0;
font-size: .85em;
font-weight: 700;
}

img.bio {
display: block;
margin-left: auto;
margin-right: auto;
clear: both;
}

img.prologo {
float: right;
margin: 5px;
}

a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #a676bb;
font-weight: 700;
}

a:after {
content: " [" attr(href) "] ";
}

/* 2. side bars */

body img.background, div.additionalinfo, div.navigation ul, div.navigation h2,
div.non-content, div.clock, div.contacts, div.navigation p {
display: none;
visibility: hidden;
}

div.navigation div.logo {
text-align: center;
margin: .5em;
display: block;
visibility: visible;
float: right;
width: 180px;
}

div.logo img {
border: none;
width: 180px;
}

div.navigation h1 {
font-size: 1.4em;
color: #a676bb;
margin: 1.2em 10px;
}

address {
font-style: normal;
margin: .5em 8px;
}
address br {
visibility: hidden;
display: none;
}

ul.minutes li {
margin: 0;
padding: 4px 10px;
line-height: 1.2em;
display: inline-block;
width: 130px;
}

.final {
clear: both;
padding-top: 8px;
}

div.footer {
margin: 1em 0 0;
border: 1px solid #5bba47;
color: #5bba47;
clear: both;
bottom: 0;
background: #fff;
height: 25px;
z-index: 2;
padding: 2px 8px;
}

div.footer img {
border: none;
float: right;
}

p.copyright {
text-align: left;
font-size: .65em;
line-height: .6em;
}

p.copyright a, p.copyright a:active, p.copyright a:visited, p.copyright a:link {
color: #5bba47;
text-decoration: none;
font-weight: 400;
}

a img, a:link img, a:visited img, a:focus img, a:hover img, a:active img {
border: none;
}

div.banner img {
height: 200px;
width: 475px;
position: relative;
float: left;
}

div.banner h1 {
position: absolute;
top: 140px;
margin: 0 0 0 245px;
padding: 0;
color: #fff;
text-align: right;
}

div.marquee {
clear: both;
display: none;
visibility: hidden;
}

/* 3.  admin */

table.schedule {
empty-cells: hide;
border-spacing: 3px;
}
table.schedule td {
border-right: solid 1px #999;
padding: 5px;
vertical-align: top;
}
table.schedule td h3 {
font-size: .8em;
font-weight: 400;
text-align: center;
}
table.schedule td.overbooked {
background: #a676bb;
}
table.schedule td.used {
border-left: solid 1px #5bba47;
}
table.schedule td.start {
border-top: solid 1px #5bba47;
}
table.schedule td.end {
border-bottom: solid 1px #999;
}
table.schedule td.vacant {
border-bottom: solid 1px #999;
}
table.schedule td form fieldset legend, span.note {
font-size: .75em;
}

/* 4.  miscons past */

div.menu {
clear: both;
}
