/* print styles
   ------------------------------- */
body {
font-size : 9pt;
font-family : 'Lucida Sans Unicode','Lucida Grande',Verdana, Arial,sans-serif;
}
#top img {
border : none;
}
a:link, a:visited {
color : #970003;
text-decoration : none;
}
#content p a:after {
font-style: italic;
content: " ["attr(href)"] ";
}
.skip {
display : none;
}
hr {
clear : both;
border : none;
border-bottom : 1px solid #ddd;
}
#intro, #menu, #sidebar, address {
display : none;
}
h1 {
font-size : 1em;
}
h2 {
font-size : 1em;
}
h3 {
font-size : 1em;
}
dl {
margin : 1em 0;
line-height : 2;
}
dt {
float : left;
color : #333;
width : 11.6em;
padding : 0 .2em;
font-weight : bold;
}
dd {
padding : 0 .2em;
margin-left : 12em;
border-bottom : 1px solid #fff;
}
.label {
width : 5em;
float : left;
}
body:after {
display : block;
content : '(c) 2005 Kooperationsgemeinschaft Freie Kliniken Bremen';
}
fieldset {
border : 1px solid #ccc;
}
#contact input, #contact textarea {
width : 98%;
}