/*
Common
*/
body, h1, h2, h3, p, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;
}

body {
 color: #000;
 background: #eee;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
}
h1 {
 color: #000;
 font-weight: bold;
 margin: 5px 0px 20px 0px;
 font-size: 130%;
 line-height: 110%;
}
h2 {
 color: #000;
 font-weight: bold;
 margin: 5px 0px;
 font-size: 110%;
 line-height: 110%;
}
h3 {
 color: #000;
 font-weight: bold;
 margin: 5px 0px;
 font-size: 90%;
 line-height: 110%;
}
p {
 color: #000;
 margin: 0px;
 margin-bottom: 5px;
 font-size: 90%;
}

p.klein {
 font-size: 70%;
}

a:link, a:visited {
 color: #555;
 background: transparent;
 text-decoration: underline;
}
a:active, a:hover {
 color: #333;
 background: transparent;
 text-decoration: underline;
}
img {
 border: none;
}

table.main {
 width:750px;
 background: #fff;
 border: 1px solid #999;
 border-spacing: 10px;
}

table.main td {
 background: #eee;
 border: 1px solid #999;
 padding: 20px;
 text-align:left;
}

.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

/*
Thumbs
*/
table.thumbs {
 text-align: center;
 background: #fff;
 border: 1px solid #999;
 border-spacing: 8px;
 }
table.thumbs td {
 background: #eee;
 border: 1px solid #999;
 padding:8px;
 width: auto;
 line-height: 100%;
 vertical-align: baseline;
}
div.caption {
 font-size: 75%;
}

/*
Page
*/
div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
}
div#navt a, div#navb a {
 text-decoration: none;
}
div.content {
 background: #fff;
 border: 1px solid #999;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
}