/*
Theme Name: Dobszay2Col
Theme URI: http://www.dobszay.ch
Description: Formatierungen fuer die Druckerausgabe.
Version: 1.0
Authors: Levente J. Dobszay
Authors URI: http://www.dobszay.ch
*/

body {
background: #fff; color: #222;
font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
font-style: normal;
}

#noprint, .noprint {
    display: none;
}

/* Footer */

#footer {
background: #fff;
border-top: 1px solid #ccc;
color: #111;
margin: 5px;
clear: both;
padding: 5px 10px;
text-align: center;
}
#footer ul{
margin: 2px;
padding: 0px;
}
#footer li{
display: inline;
margin: 0px 3px;
}


/* Classes */

.center {
text-align: center;
}
.right {
float: right;
}
.left {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align: right;
}
.credits {
clear:both;
}
.border {
border: 1px solid #ccc;
}


/* Images */

img {
border-style: none;
/*
margin: 2px;
*/
}

/* Tables */

table {
color : #111;
width: 100%;
margin: 5px auto;
padding: 0px;
font-size:100%;
}
caption {
color: #333;
font-weight: bold;
padding: 5px;
}
td, th, tr {
padding: 5px;
text-align: left;
}

