/*Stylesheets für den allumschließenden <div>-Frame-Tag*/
#frame
{
	position: absolute;
	width:800px;
	top: 0px;
	left: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

/*Stylesheets für den Header-Frame*/
#header
{
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 30;
	background-image: url('images/logo_lubrisoft.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

/*Stylesheet für den Navi-Frame*/
#navi
{
	position: relative;
	width: 100%;
	height: 20px;
	background-image: url('images/verlauf.jpg');
	background-position: left 14px;
	background-repeat: no-repeat;
	z-index: 30;
}

/* Abstände bei den Navileisten */
.navi_beginn
{
	width: 70px;
}

.navi
{
	height: 20px;
	padding: 0px 10px;
	background-color: #FFF;
	vertical-align: bottom;

}

.navi_zwischen
{
	width: 10px
}

.subnavi_beginn
{
	width: 253px;
}

.subnavi
{
	padding: 0px 5px;
}
/* Allgemeine Link-Formatierungen */
a
{
	text-decoration: none;
	color: #000;
}
/* Linkfarben für Navigation */
a.n_l
{
	color: #F29400;
}

a.n_l_disp, a.n_s_l
{
	text-decoration: none;
	color: #868689;
}

a.n_s_l_disp
{
	text-decoration: none;
	color: #BBBCBD;
}

/* Die Unternavigation */
#subnavi
{
	position: relative;
	width: 100%;
	height: 20px;
	z-index: 30;
}

#space
{
	height: 20px;
}
/* Stylesheet für die Überschrift über dem Text */
#headline
{
	position: relative;
	width: 100%;
	height: 40px;
	z-index: 30;
	margin: 0px 0px 0px 90px;
	color: #F29400;
	font-size: 30px;
	line-height: 30px;
}

.kasten_head
{
	color: #F29400;
	font-size: 14px;
}

/* Stylesheet für die Grafik links */
#gra_li
{
	position: absolute;
	width: 250px;
	height: 500px;
	top: 60px;
	left: -60px;
	z-index: 10;
}

/*Stylesheet für den Content-Frame*/
#content
{
	position: relative;
	width: 610px;
	min-height: 420px;
	left: 190px;
	z-index: 35;
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Stylesheet für die Boxen rechts neben dem Content*/
#fra_re
{
	position: absolute;
	width: 250px;
	height: 300px;
	right: 0px;
	z-index: 35;
	float: right;
}

.left_space
{
	width: 70px;
}

.kasten_orange
{
	padding: 5px;
	background-color: #F29400;
	color: #FFF;
	vertical-align: middle;
	font-size: 14px;
}

.kasten_weiss
{
	width: 230px;
	padding: 10px 5px;
	border: 2px solid #F29400;
	color: #000;
	vertical-align: top;
	font-size: 12px;
}

/* Stylesheet für den Content*/
#fra_li
{
	position: relative;
	width: 340px;

	z-index: 35;
	padding: 0px 0px 0px 0px;
}

.a
{
	color: #F29400;
}

.txt_gross
{
	color: #F29400;
	font-size: 16px;
}

.form_tbl_bg
{
	background-color: #D9DADB;
	padding: 0px;
	border-spacing: 0px;
	width: 350px;
}
.form_blue
{
	background-color: #D9DADB;
	border: 1px solid #F29400;
}

/* Stylesheet für die Fußzeile */
#footer1
{
	position: relative;
	width: 100%;
	height: 4px;
	z-index: 30;
	background-image: url('images/verlauf.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}

/* Stylesheet für die Fußzeile */
#footer2
{
	position: relative;
	width: 100%;
	height: 20px;
	z-index: 30;
	padding: 5px 0px 0px 100px;
	color: #868689;
	font-size: 12px;
}