
em {
	color: white;
	font-style: normal;
}

.skip {
	margin-bottom: 6px;
}

.rel { position: relative; }

table {
	border: none;
}
td {
	vertical-align: top;
}

a {
	text-decoration: none;
}
	#content-box A {
		color: #92ABD0;
		font-weight: bold;
	}
	#content-box A:hover {
		text-decoration: underline;
	}
	#content-box a.top {	
		font-size: 9px;
		font-weight: normal;
		padding: 6px 2px;
	}
	#content-box a.top:hover {
		text-decoration: none;
		color: #C94017;
	}

h1, h2, h3, h4, h5 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 24px 0;
	color: #FDFAF0;
}	
#content-box h1 {
	height: 32px;
	line-height: 32px;
	background: transparent url(images/h1.gif) left top no-repeat;
	padding-left: 42px;
	position: relative;
	left: -43px;
}
h2 {
	font-size: 17px;
	margin: 16px 0 6px 0;
}
h3 {
	font-size: 13px;
	margin: 16px 0 5px 0;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	margin: 8px 0 2px 0;
	font-variant: small-caps;
}
h5 {
	font-size: 11px;
	margin: 4px 0 0 0;	
}

p.text {
	margin: 3px 0;
	text-align: justify;
}
	p.text:first-letter {
		font-size: 15px;
		font-weight: bold;
	}

#content-box p {
	line-height: 1.4em;
	text-align: justify;
}

ul { 	
	list-style-position: outside;
	padding: 3px 0 0 20px;
	list-style-image: url( images/mini_klecks.png );	
}
ul.plain {
	list-style-type: disc;
	list-style-image: none;
	padding: 0 0 0 15px;
}

ol {
	padding: 0 0 0 20px;
}

div.link-list {}

li {
	line-height: 1.4em;
	margin: 3px 0px;
}

#content-box table {
	height: 100%;
}

td.sidebar {
	width: 120px;
}

td.content {
	width: 700px;
}


.item-link, .item-comment {
	margin-left: 22px;
}
.item-link {
	margin-top: 8px;
}	
.symbol {
	position: absolute;
	left: -22px;
}


#jump a {
	display: block;
	background: #7493C2;
	padding: 0 16px;
	margin-right: 2px;
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	line-height: 18px;
}
#jump a:hover {
	background: #C94017;
	text-decoration: none;
}

div.aktuell {
	background: #efeff5;
	border: #7493C2 dashed 1px;
	margin: 20px 0;
	padding: 10px 20px;
}
div.aktuell p.titel {
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
	margin-bottom: 4px;
}
div.input {
	height: 22px;
	position: relative;	
}
div.input input.text {	
	height: 19px;
	width: 262px;
	position: absolute;	
}
div.input input.text, textarea.msg {
	padding-left: 4px;
	font-family: monospace;
	font-size: 12px;
	color: white;
	line-height: 19px;
	background: #515B6F;
	border: 1px solid #2E3C55;
}
