/* OnlineConer
   ===========
   Erstellt von Georg Detlef Lange - dedel.de
   Letzte Änderung am 26. Juli 2007
*/

/* Wichtige Farben
   ===============
   Orange: #FF9900
   Blau:   #7EA4D4 testweise geändert auf #003399"
*/

/* Allgemeines */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../images/bg.gif') repeat-y left top;
	height: 100%;
	font-size: 85%;
	font-family: Verdana, Arial, Sans-Serif;
}

p, ul, li, h1, h2, h3, h4, table, form, input, textarea, select {
	margin: 15px 20px;
	text-align: justify;
	font-size: 12px;
	line-height: 19px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	/*font-variant: small-caps;*/
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h1, h2, h2, h4, h5, h6 {
	margin: 20px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
acronym {
 padding-bottom: 0px;
 border-bottom: 1px dotted #8B8060;
 cursor: help; 
}

/* Wrapbereich */
#wrap {
	width: 900px;
	height: 100%;
	text-align: left;
}

/* Headerbereich */
#header {
	background: url('../images/header.png') no-repeat center top;
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 120px;
}

/* Breadcrumbereich */
#breadcrumb {
	position: relative;
	top: 100px;
	width: 900px;
	height: 20px;
}
#breadcrumb p {
	margin: 1px 20px;
	text-indent: 170px;
}
#breadcrumb a {
	color: #275082;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #275082;
	text-decoration: underline;
}

/* Navigationsbereich */
#navigation {
	position: absolute;
	top: 120px;
	width: 140px;
	height: 170px;
	padding: 20px 10px 0px 20px;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#navigation li {
	margin: 0px 5px 1px 0px;
}
#navigation li img.l0 {
	margin: 0px 4px 0px 0px;
	width: 11px;
	height: 11px;
}
#navigation li a {
	display: block;
	padding: 3px 4px 4px 1px;
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}
#navigation li a:hover {
	background: url('../images/bg_hover.gif') no-repeat;
}
.curnavpage a {
	background: url('../images/bg_curnavpage.gif') no-repeat;
}

/* Contentbereich */
#content {
	position: relative;
	left: 170px;
	width: 720px;
}
#content table {
	width: 680px;
	padding: 0px;
	margin: 0px 0px 15px 20px;
	border: none;
}

#content ul li {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	border: medium none;
}
#content ol {
	padding: 0px;
	margin: 0px;
	margin-left: 24px;
	border: none;
}
.list_arrow {
	list-style-image: url('../images/dingarrow.gif');
}
.link_arrow {
	background: url('../images/button_rechts.gif') no-repeat;
	height: 25px;
}
.link_arrow a {
	padding-left: 30px;
}

/* Footerbereich */
#footer {
	position: relative;
	width: 720px;
	height: 20px;
}
#footer p {
	margin: 0px 15px;
	text-align: right;
	border-top: 1px solid #FF9900;
}

/* Aufklappbare Textbereiche */
a.dsphead {
	font-weight: normal;
}
a.dsphead span.dspchar {
	font-family: monospace;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 6px 0px 2px;
}
.dspcont0, .dspcont1 {
	display: none;
	width: 665px;
	margin: -13px 0px 15px 35px;
	text-align: justify;
	font-size: 12px;
	line-height: 19px;
}
.dspcont1 {
	width: 630px;
}