* {
margin:0;
padding:0;
}

/* html + body */

body {
font-family:'Times New Roman', serif;
}

/* inline global */

a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
.center {
text-align:center;
}

/* content container */

#content {
padding:20px;
text-align:center;
}
.innen {
margin-bottom:20px;
padding:20px;
border:1px solid #666;
text-align:left;
}
.innen > :last-child {
margin-bottom:0;
}
.profile {
margin:0 auto 20px;
width:507px;
}
.message {
margin-bottom:20px;
padding:20px;
border:1px solid #666;
text-align:center;
}
.message p {
margin-bottom:0;
}
.infobox {
padding:10px;
margin-bottom:20px;
border:1px solid #999;
font-size:85%;
}

/* headings + paragraphs */

h1 {
margin-bottom:20px;
font-size:125%;
letter-spacing:2pt;
color:#333;
}
h2 {
margin:25px 0 10px;
font-size:110%;
letter-spacing:3pt;
}
h3 {
margin:20px 0 10px;
font-size:100%;
}
h2:first-child,
h3:first-child {
margin-top:0;
}
p {
margin-bottom:15px;
}

/* lists */

ol {
margin-bottom:15px;
padding-left:20px;
}
ul {
margin-bottom:15px;
text-indent:0;
list-style-type:none;
}
li {
margin-bottom:15px;
font-size:90%;
}
.sitemap ul ul {
margin:5px 0;
}
.sitemap li {
font-weight:bold;
}
.sitemap li li {
display:inline;
padding-right:15px;
line-height:180%;
font-weight:normal;
}

/* tables */

table {
margin-bottom:20px;
width:100%;
border:1px solid #666;
text-align:left;
}
td,
th {
padding:10px;
border-right:1px solid #666;
border-bottom:1px solid #666;
font-size:90%;
}
#related {
display:none;
}
caption {
padding:10px;
border:1px solid #666;
border-bottom:none;
font-size:100%;
font-weight:bold;
letter-spacing:1.5pt;
}
.col-forum {
width:18%;
}
.col-user {
width:18%;
}
.col-status {
width:18%;
text-align:center;
}
.col-zahl {
width:7%;
text-align:center;
}
.col-datum {
width:15%;
text-align:right;
}

/* forms */

form {
display:none;
}

/* submenus */

p#top {
padding-bottom:20px;
font-size:100%;
font-weight:bold;
letter-spacing:3pt;
}
#topsubmenu {
display:none;
}
#bottomsubmenu {
display:none;
}

/* postings */

.innen .beitrag {
font-size:90%;
}
.innen * .beitrag {
font-size:100%;
}
.name {
padding:5px;
border-bottom:1px solid #666;
font-size:95%;
font-weight:bold;
}
.name .anker {
float:right;
}
blockquote {
padding:20px;
border:1px dotted #333;
}
pre {
margin:3px 0;
padding:10px;
border:1px dashed #333;
white-space:pre-wrap;
font-family:'Courier New',monospace;
font-size:100%;
}
.video {
display:none;
}
.signatur {
padding-top:10px;
border-top:1px dashed #333;
}
.datum {
padding-top:5px;
border-top:1px solid #666;
text-align:right;
font-size:80%;
}
.plus {
text-align:right;
}

/* user profiles */

.profile img {
float:right;
max-width:120px;
max-height:120px;
}
.profile h3 {
clear:both;
}

/* navigation */

#navi {
display:none;
}

/* footer */

#footer {
display:none;
}

/* Anpassung */

div.noprint {
display:none;
}