/* Print layout: */

body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
background: #ffffff;
color: #000000;
}
	
#wrap {
margin: 2%;
width: auto;
float: none !important;
}

#header h1 {
margin: 0 0 10px 0;
}

#headerimage, 
#navigation ul, 
#extras, 
.announce, 
.hide {
display: none;
}

#content img {
display:inline;
border: 2px solid #f0f0f0;
}

#content img.noborder {
display: inline;
background: none;
border: none;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

a {
text-decoration: underline;
color: #0000ff;
}

a img {
border: 0;
}

/* Formular */

input, textarea {
border: 1px solid #2e58a2;
background: #f4f4f4;
margin: 3px;
padding: 2px;
}

input:focus, textarea:focus {
background: #fafafa;
}

form label.label {
margin-right: .3em;
vertical-align: middle;
float: left;
width: 7em;
text-align: right;
padding: .1em;
}

form div.buttons {
margin-left: 7.4em;
}

form {
line-height: 140%;
}

form p.error { 
color: red;
}

fieldset {
border: 1px solid #2e58a2;
color: #2e58a2;
font-weight: bold;
}


/* Table */

table {
border-collapse: collapse;
}

table, tr, td, th {
border-color: #2e58a2;
}

tr .bildunterschrift {
padding-top: 0px;
padding-bottom: 15px;
font-weight: bold;
}
