﻿body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: small;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #FFFFFF;
}
/*CSS für den Header */
Div.Header
{
	height: 120px;
	width: 100%;
}


Div.Header_Title
{
	width: 100%;
	height: 60px;
	vertical-align: bottom;
	font-size: xx-large;
	text-align: center;
    background-color  : #C0C0C0;
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */

}
Div.Header_Customer
{
	width: 100%;
	height: 60px;
	vertical-align: bottom;
	font-size: large;
	text-align: center;
    background-color: #C0C0C0;
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */

}

Div.Wrapper
{
	font-weight: normal;
	width: 1024px;
	height: 100%;
	min-width: 900px;
	min-height: 750px;
	margin: auto;

}
Div.Wrapper_Header
{
	position: relative;
	color: #666666;
	min-height: 24px;
	z-index: 0;
	padding-left: 15px;
	padding-top: 15px;
	filter: alpha(opacity=95);
	opacity: 0.95;
	background-color: #99CCFF;
	font-size: medium;
}

Div.Wrapper_Spacer
{
	position: relative;
	color: #808080;
	min-height: 24px;
	opacity: 0.95;
	z-index: 0;
	padding-left: 15px;
	padding-top: 15px;
	filter: alpha(opacity=95);
	background-color: #FFFFFF;
}
Div.Wrapper_Content
{
	position: relative;
	color: #000000;
	height: 776px;
	z-index: 0;
	overflow: auto;
	padding: 1%;
	filter: alpha(opacity=95);
	opacity: 0.95;
	background-color: #FFFFFF;
}

.Button
{
    width: 150px;
	height: 32px;
	background-color: #FFFFFF;
	border: none;
	color: #000080;
	padding: 4px 16px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}

.Button:hover
{
	width: 150px;
	height: 32px;
	background-color: #6699FF;
	border: none;
	color: #000080;
	padding: 4px 16px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}

.Button:enabled
{
	width: 150px;
	height: 32px;
    background-color: #C0C0C0;
	border: none;
	color: #000080;
	padding: 4px 16px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}

.LabelError
{
	font-size: small;
	color: #FF6600;
}
.Table
{
	font-size: small;
	color: #666666;
	font-family: verdana;
	font-size: small;
	font-weight: lighter;
}


.TableHeaderRow
{
	background-color: #99CCFF;
	color: #666666;
	
}

.TableRow:nth-child(even)
{
	background-color: #f2f2f2;
	
}
	
.TableRow:hover
 {
 	background-color: #f5f5f5;
 	
 }


Div.Modal
{
	border: thin solid #99CCFF;
	width: 1000px;
	background-color: #FFFFFF;
}


Div.ModalHeader
{
	position: relative;
	vertical-align: middle;
	height: 50px;
	background-color: #99CCFF;
	display: block;
	font-size: medium;
	color: #666666;
}
Div.ModalContent
{
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	overflow: auto;
}
Div.ModalFooter
{
	position: relative;
	width: 100%;
	height: 50px;
}

/* ///////////////*/

/*CSS für Menü */

Div.Menu
{
	width: 1024px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #808080;
}


ul.ul_Menu
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #000080;
}

li.li_Menu
{
	float: left;
	font-family: verdana;
	font-size: medium;
	text-decoration: none;
	list-style-type: none;
}

li.li_Menu a
{
	display: block;
	color: white;
	text-align: center;
	padding: 12px 16px;
	font-family: verdana;
	font-size: medium;
	text-decoration: none;
	list-style-type: none;

}

li.li_Menu a:hover
{
	background-color: #000066;
	font-family: verdana;
	font-size: medium;
	text-decoration: none;
		list-style-type: none;

}

/* ///////////////*/
	