/* container */

#streifenoben {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 42px;
	background: url(/images/streifen.gif);
	z-index: 10;
	width: 890px;
}

#navigation {
	position: absolute;
	top: 92px;
	left: 0px;
	background: #FF33CC;
	width: 890px;
	height: 20px;
	z-index: 15;
}

#naviblende {
	position: absolute;
	top: 92px;
	left: 0px;
	background: #fef0fb;
	width: 20px;
	height: 20px;
	z-index: 18;
}

#balkenlinks {
	position: absolute;
	top: 0px;
	left: 20px;
	background: #fff9fd;
	height: 100%;
	width: 203px;
	z-index: 20;
}

#balkenlinks .cover,
#balkenrechts .cover {
	float: left; width: 60px; margin: 0 20px 15px 0;
}

#balkenlinks .desc,
#balkenrechts .desc {
	float: left; width: 120px;
}

.clear {
	clear: both;
}

#mittelteil {
	position: absolute;
	top: 135px;
	left: 250px;
	width: 640px;
}

#balkenrechts {
	position: absolute;
	top: 0px;
	left: 910px;
	background: #fff9fd;
	height: 100%;
	width: 203px;
	z-index: 20;
}

/* formulare */

.std {
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 11px;
	color: #3b3b3b;
}

.bt {
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 11px;
	color: #3b3b3b;
	font-weight: bold;
}

.order {
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 11px;
	color: #3b3b3b;
	width: 180px;
	border: 1px solid black;
}

/* absätze */

.abstand {
	margin-left: 6px;
	margin-right: 6px;
}

.txt {
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 11px;
	color: #3b3b3b;
}

.block {
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 11px;
	color: #3b3b3b;
	margin-top: 1px;
	margin-bottom: 2px;
}

.txtbox {
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 11px;
	color: #3b3b3b;
	background: white;
	padding: 6px;
}


.head {
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 13px;
	color: #FF33CC;
	font-weight: bold;
}

/* tabellen */
td.zeile1 {
	background: white;
	color: #3b3b3b;
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 11px;	
}

td.zeile2 {
	color: #3b3b3b;
	font-family: Lucida Grande, segoe ui, tahoma;
	font-size: 11px;	
}


/* grafiken */
.menu {
    width: 100%;
    height: 22px;
	background: #FF33CC;
	font:  bold 12px Arial,Helvetica,sans-serif;
	text-decoration: none;
	line-height: 22px;
	text-align: center;
	color: #FFF;
}

.imghead {
    width: 100%;
    height: 22px;
	background: #FF33CC;
	font:   12px Arial,Helvetica,sans-serif;
	line-height: 22px;
	text-align: center;
	color: #FFF;
}

img.r {
	margin-left: 10px;
}


/* links */

a.none {
	color: #3b3b3b;
	text-decoration: none;
}


a.weiter:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.weiter:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.weiter:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.weiter:hover {
	color: #FF33CC;
	text-decoration: none;
	font-weight: bold;
}

b.bullet {
	font-weight: bold;
	color: #FF33CC;
}
