#page {
	line-height: 130%;
}

form {
	padding:0;
	margin:0;
}

h1,h2,h3 {
	font-size: 1em;
	margin: 1em 0 0 0;
}

.blog h1, .blog h2, .blog h3 {
	clear: both;
}

h2 {
	font-size: 1em;
	color: #303030;
	margin: 1em 0 0 0;
}

img.links {
	float: left;
	margin: 0 1.5em 0.5em 0;
}

img.rechts {
	float: right;
	margin: 0 0 0.5em 1.5em;
}

.bild-container-mitte {
	display: block;
	text-align: center;
	margin: 0.5em 0 0.5em 0;
}

.b30 {width: 205px}
.b50 {width: 343px}
.b60 {width: 430px}
.b80 {width: 548px}
.b100 {width: 686px}

hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #a7a7a8;
	clear: both;
	padding-top: 1em;
	margin: 0 0 1em 0;
}

hr.invisible {
	border: 0;
	*border-bottom: 1px solid #ffffff !important;
}

a {
	font-style: italic;
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #ff9700 !important;
}

.sidebar p.desc {
	margin-top: 0;
}

.sidebar dl {
	margin-bottom: 3em;
}

.sidebar dl dt {
	color: #303030;
	font-weight: bold;
}

.sidebar dl dd {
	margin-left: 25px;
}

.sidebar .contact .error {
	background: yellow;
	color: red;
}

.sidebar .contact h2 {
	margin-bottom:0;
}

.sidebar .contact .image {
	display: block;
	text-align: center;
}

.sidebar .contact .image img {
	width: 128px;
}

.error {
	background: yellow;
	border: 1px dashed red;
	padding: 2px;
}

.hinweis {
	padding: 0.5em 0.5em 0.5em 1em;
	border-left: 3px solid #7BACE6;
	background: #f0f0f0;
	clear: both;
}

blockquote {
	margin: 1em;
	border: 1px solid #c7c7c8;
	padding: 1em 1em 1em 58px;
	background: 10px 1.2em url(quote.png) no-repeat;
}

blockquote.code {
	background-image: url(code.png);
}

span.underline {
	text-decoration: underline;
}

span.through {
	text-decoration: line-through;
}

/* tabelle */
table {
	caption-side: bottom;
	width: 100%;
}

table.border {
	border-collapse: collapse;
	border: 1px solid #c7c7c8;
	empty-cells: show;
}

tr.zeile1, thead tr, td.titel {
	background: #eeeeee;
}

table thead td, td.titel {
	font-weight: bold;
}

.border td, .border th {
	border: 1px solid #c7c7c8;
}

.border th {
	border-bottom: 1px solid #878788;
}

table.border tbody tr:hover td {
	background: #ffdfa0;
}

table caption {
	font-style: italic;
	color: #a7a7a8;
}

table .header, table .highlight {
	color: #ff9700;
	font-weight: bold;
}

.nohborder td, .nohborder th, .novborder th, table.novborder {
	border-top: none;
	border-bottom: none;
}

.novborder td, .novborder th, table.novborder {
	border-left: none;
	border-right: none;
}


