
.topnav_hspace
{
    background-image: url(../graphics/hspace.bmp);
}

.modulanzeige
{
	position: absolute;
	top:	  120px;
	left:	  340px;
	font-family:	Verdana;
	font-size:	9pt;
	padding-top:	6px;
	padding-left:	0px;
	visibility:	hidden;
}

.modulauswahl
{
	white-space:   nowrap;
	cursor:        pointer;
	width:         150px;
	padding-left:  15px;
	padding-right: 15px;
	font-size:     10pt;
}

.modulauswahl:hover
{
    white-space:        nowrap;
    cursor:             pointer;
    width:              150px;
    padding-left:       15px;
    padding-right:      15px;
    font-size:          10pt;
    background-color:	#FF9000;
    border-radius: 5px;
    -moz-border-radius: 5pyx;
    /*background-image:    url(../graphics/topnav_hover.bmp);*/
}


.modulauswahl_active
{
    white-space:        nowrap;
    cursor:             pointer;
    width:              150px;
    padding-left:       15px;
    padding-right:      15px;
    font-size:          10pt;
    background-color:	#FF9000;
    border-radius: 5px;
    -moz-border-radius: 5pyx;
    /*background-image:    url(../graphics/topnav_hover.bmp);*/
}
       


.topnav
{
	position: 	fixed;
	top:		0px;
	left:		0px;
	right:		0px;
	height:		25px;
	font-family:	Verdana;
	font-size:	9pt;
	padding-top:	6px;
	padding-left:	15px;
	background-image:	url(../graphics/topnav_bg.bmp);		
}



.topnav_tbl
{
	font-family:	Verdana;
	font-size:	9pt;
	background-image:	url(../graphics/topnav_bg.bmp);		
}

.topexit_tbl
{
    font-family:    Verdana;
    font-size:  9pt;
    cursor:     pointer;
    color:     #ffffff;
    font-weight:bold;
    background-image:   url(../graphics/topnav_hover_red.bmp);      
}

.topactive_tbl
{
	font-family:	Verdana;
	font-size:	9pt;
	cursor:		pointer;
	background-image:	url(../graphics/topnav_hover.bmp);		
}

#leftnav
{
	position: 	absolute;
	top:		150px;
	left:		0px;
	width:		200px;
	bottom:		0px;
	padding-left:  15px;
	font-family:   Verdana;
	overflow: auto;
	z-index:16;	
}

#main
{
	position: 	absolute;
	top:		120px;
	left:		220px;
	right:		0px;
	background:	#ffffff;
	bottom:		30px;	
	overflow:	auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:  25px;
	font-family:   Verdana;
	font-size:     10pt;
	cursor:        default;
}

#infobar
{
	position:  fixed;
	bottom:    0px;
	height:    30px;
	left:      0px;
	width:     200px;
	font-family: Verdana;
	font-size: 7pt;
	text-align:    center;	
}

#modulfunktion
{
    position:   absolute;
    left:       0px;
    width:      200px;
    height:     35px;
    bottom:     30px;
    padding-left:  25px;
    font-family:   Verdana;    
}

.title_active
{
    cursor:     default;
	position:	absolute;
	top:		0px;
	height:		36px;
	left:		350px;
	right:		350px;
	text-align: center;
	background:	#FF9000;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px; /* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px; /* Safari, Chrome */
	-khtml-border-radius: 0px 0px 10px 10px; /* Konqueror */
	box-shadow: 5px 5px 5px #999999;
	-moz-box-shadow: 5px 5px 5px #999999; /* Firefox */
	-webkit-box-shadow: 5px 5px 5px #999999; /* Safari, Chrome */
	
	text-align:	center;
	min-width:		250px;
	font-weight:   bold;
	font-style:    italic;
	font-family:   Verdana;
	padding-top:   6px;
	font-size:          15pt;
}

.progress_border
{
	position:relative;
	height:32px;
	width:100%;
	left:0px;
	border-width:2px;
	border-style:solid
}

.progress_bar
{
	position:	absolute;
	left: 0px;
	top: 0px;
	height:	100%;
	background-color: #ff9000;
	width: 0px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-top:   6px;
}

.progress_label
{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	text-align:	center;
	font-weight:   bold;
	font-style:    italic;
	font-family:   Verdana;
	padding-top:   6px;
	font-size:          9pt;
}

#noscript
{
	padding:	10px;
	font-family:	Verdana;
	position:	absolute;
	top:		0px;
	left:		0px;
	right:		0px;	
	bottom:		0px;
	background-color:	#ffffff;
	visibility:	visible;
}
