﻿BODY
{
	background-color: #F0F0F0;
	font-family: 'Lucida Sans Unicode' , Sans-Serif;
	font-size: small;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 3px;
	border-style: solid;
	border-color: #F0F0F0;
}

.Abschnitt
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.AbschnittKopf
{
	background-color: Gray;
	color: White;
	text-align: left;
	font-size: large;
	list-style-position: outside;
	list-style-type: square;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.AbschnittInhalt
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.Login
{
	width: 600px;
	height: 200px;
	background-color: gray;
	vertical-align: middle;
	position: static;
	text-align: center;
}

.HinweisText
{
	font-weight: normal;
	font-size: smaller;
	vertical-align: super;
	color: red;
	font-style: italic;
}

.clsInfoTextBox
{
	border-style: Inset;
	height: 150px;
	width: 100%;
}

.divKopf
{
	height: 100px;
	width: 100%;
	border-style: solid;
	border-width: thin;
	border-color: #f0f0f0;
	/* 
	border-style: inset;
	background-color: Aqua;
	*/
}

.divGeraete
{
	height: 200px;
	width: 100%;
	border-style: solid;
	border-width: thin;
	border-color: #f0f0f0;
	/* 
	border-style: inset;
	background-color: Silver;
	*/
}

.divMitreisende
{
	float: left;
	height: 100px;
	width: 70%;
	border-style: solid;
	border-width: thin;
	border-color: #f0f0f0;
	/* 
	border-style: inset;
	background-color: Yellow;
	*/
}

.divKunde
{
	float: left;
	width: 28%;
	height: 100px;
	border-style: solid;
	border-width: thin;
	border-color: #f0f0f0;
	/* 
	border-style: inset;
	background-color:Olive;
	*/
}

.divInfo
{
	height: 200px;
	width: 100%;
	border-style: solid;
	border-width: thin;
	border-color: #f0f0f0;
	/* 
	border-style: inset;
	background-color: Teal;
	*/
}

.MenuBackPanel
{
	height: 24px;
	width: 100%;
	background-color: ButtonFace;
}

.MenuBackPanel2
{
	 width: 98%;
	 background-color: #B5C7DE;
}

.GridData
{
	width: 98%;
	border-width: 0px;
	padding: 1px, 1px, 1px, 1px;
	color: #333333;
}

.GridDataHead
{
    /* 
	background-color: #7D9BBD; 
	font-weight: bold;
	color: White;
	text-align: center;
	*/
	background-color: #5D7B9D; 
	font-weight: bold;
	color: #F8F8F8;
	text-align: center;
}

.GridDataData
{
    /* <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> */
	background-color: #F7F6F3; 
	color: #333333;
	text-align: left;
}

.txtBeschreibung
{
	/*
	background-color: #f0f0f0;
	*/
	border: none;
	background-color: Transparent;
	font-family: 'Lucida Sans Unicode' , Sans-Serif;
	font-size: small;
	width: 600px;
}

.FixWidthText
{
	font-family: Courier New;
	text-align: left;
}

.VAKopf
{
	width				: auto;
	vertical-align		: middle;
	text-align			: center;
	background-image	: url(VA_Logo.jpg);
	background-position	: center center;
	background-repeat	: no-repeat;
}

.Menu
{
	width				: 145px;
	color				: White;
	font-weight			: bold;
	vertical-align		: bottom;
	text-align			: center;
	background-color	: #C3C3C3;
	
	/*
	background-image	: url(MenuBack.gif);
	background-repeat	: repeat;
	*/
}

.Navigation
{
	vertical-align		: top;
	width				: 145px;
	text-align			: left;
	
	/*
	background-image	: url(MenuBack.gif);
	background-repeat	: repeat;
	*/
}
