﻿.subheadercell
{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/bg_navitop.jpg) repeat-x 0px 0px;
	border-bottom: 1px dotted #999999;
}

.subheader
{
	font-weight: bold;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
}

.mainlink
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.mainlink:hover
{
	text-decoration: underline;
}

.mainlinkdisabled
{
	color: #D0D0D0;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.maintextbox
{
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	border: 1px solid #999999;
}

.maintextboxreadonly
{
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	border: 1px solid #999999;
	background-color: #E0E0E0;
}

.fliesstext
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
}

.smalltext
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
}

.buttonlink
{
	color: #FF6600;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.buttonlink:hover
{
	text-decoration: underline;
}

.table_right_top
{
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

.table_right_middle
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

.table_right_bottom
{
	padding-left: 10px;
	padding-top: 5px;
}

.table_left_top
{
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
}

.table_left_middle
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
}

.table_left_bottom
{
	padding-top: 5px;
	vertical-align: top;
}

.overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000000;
	filter: Alpha (Deckkraft = 50); /* älteren IE */
	filter: ProgID:Dximagetransform.microsoft.Alpha (opacity = 50); /* IE */
	-moz-opacity: .50; /* älteren mozilla */
	-khtml-opacity: 0.5; /* älteren Safari */
	opacity: 0.5; /* von aktuellen mozilla, Safari, Und Oper */
	overflow: hidden;
}

/* Maskierung */
.li_none
{
	list-style-type:none;
	text-indent: 0px;
	margin: 0px;
}

.li_e_none
{
	float:left;
}

.li_mask
{
	display:none;
}

.excerpt
{
	border: 1px dotted #999999;
}

/* Wizard */
.wizsidebar
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
}

.wizcontent
{
	border: 1px dotted #333333;
	padding: 10px;	
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

/* Fehler */
.error
{
	color: #FF6600;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}
