/** smt-print.css for http//www.schulmediothek.de
================================================= 
First Version:          2010-04-28
Last Version:           2010-05-03
Autor und Copyright:    Digitale Zeiten GmbH - Agathe Gwiozdzik // Bitte sei so fair uns loesche diese Zeilen nicht. Please be as fair and don't deleate this lines.
URL:                    http://www.digitale-zeiten.de
=================================================**/

@import url(smt-screen.css);

#meta,#col-1,#navwrap {
display:none;
}

#logo {
display:none;
float:none;
margin-bottom:40px;
}

#col-2 {
margin-left:0;
clear:both;
}

#breadcrumb {
padding:1.5em 0;
border-top: 1px dotted #999;
border-bottom: 1px dotted #999;
}

body {
font-size:1em/*Nur hier Schriftgroesse aendern, sonst bitte nirgends! Dieser Wert beeinflusst propotional alle weiteren Schriftgroessenangaben.*/;
color:#000;
}

a,a.speciallink,a.externlink,a.morelink,a.anchorlink,#footer a,.alert {
color:#000;
border-bottom:1px dotted #000;
padding-left:0;
margin-left:0;
background:none;
}

ul.morelink li,ul.anchorlink li {
padding-left:0;
margin-left:0;
background:none;
}

#logo a {
border:none!important;
}

ul li {
list-style-type:circle!important;
list-style-image:none!important;
}

.entry,#footer {
color:#000;
}

#footer {
border-top:1px dotted #000;
}

.imgdes {
border:1px solid #cecece;
background-color:#eee;
}


/** start:formular **/
input.typesubmit {
color:#fff!important;
background-color:#666;
border-color:#666 #000 #000 #666!important;
}

form.smtform #formbg {
background-color:#eee;
border:1px solid #cecece;
}

form.smtform label+label {
border-top:1px dotted #666;
}