/* print.css */

/* (c) 2005 Marko Ziegenbalg - www.ziegenbalg-webdesign.de */

/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

body {
         margin:0;
         padding:0;
         font:100.01% verdana, tahoma, sans-serif;
         text-align:left;
}

#quicklinks-top {
        display:none;
}

#quicklinks-bottom {
         display:none;
}

#header h1 {
         font-size:1.5em;
}

#menu {
        display:none;
}

#navibar {
         display:none;
}

#content {
         font-size:0.8em;
         text-align:justify;
}

#content h2 {
        font-weight:bold;
        font-size:1.2em;
}

#content h3 {
        font-weight:bold;
        font-size:1.0em;
}

#content p, #content li {
        line-height:1.5em;
}

#content a {
        text-decoration:underline;
}

#content a:hover {
        text-decoration:none;
}

#footer {
         font-size:0.7em;
}

p.contact span.left, p.imprint span.left {
        float:left;
         width:180px;
         margin:0;
}

p.contact span, p.imprint span {
        display:block;
         width:300px;
         margin-left:200px;
}

p {
        margin:1em 0;
}

img {
        border:0;
}

form {
        margin:0;
         padding:0;
}

input, textarea {
        width:200px;
        border:1px solid #000;
         background-color:#FFF;
         color:#000;
}