﻿*
{
	font-family: Helvetica,Verdana,sans-serif;	
}

html,body,form,div,table,h2,h3,iframe
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color:#ffffff;
}

#form1
{
	height: 100%;
}

.background
{
	min-height: 100%;
	width:100%;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	filter: progid:DXImageTransform.Microsoft.Gradient(
    GradientType=1,
    startColorStr="#a6e0e0e0",
    endColorStr="#a6e0e0e0");
    background: rgba(92,92,94,0.1);
}

.nonFooter
{
	position: relative;
	min-height: 100%;
	height: 100%;
}

.content
{
	padding-bottom: 4.4em; /*footer wird am padding gestoppt wenn sich groesse aendert auch hier aendern*/
	text-align: left;
	font-size: 10pt;
	min-width:900px;
}

.footer
{
	position: relative;
	min-width: 900px;
	margin: -4.8em 0px 0px 0px;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	border-top:1px solid #e0e0e0;
	background-color: #fafafa; 
}

.footer a
{
	text-decoration:none;
	color: #0087FB;
}

.footer a:hover
{
	color:#000000;
}

.footer_left
{
	padding:10px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

.footer_center
{

	text-align:center;
	vertical-align:middle;
}

.footer_right
{
	padding:10px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

.headertitle
{
	padding-left:20px;
	text-align: left;
	font-size:18pt;
	font-weight: normal;
	color: #0087FB;
}

.login
{
	position: fixed;
    top: 25%;
    left: 30%;
    right: 30%;
    bottom: 25%;
    padding: 25px;
    min-width:400px;
    height:400px;
    
}

.login .logincontent
{
	background: #ffffff;
	opacity: 1.0;
	border: 1px solid #cfcfcf;
	margin: 0 auto;
	width:350px;
	height:260px;
	padding:20px;
}

.maintitle{
	text-align: center;
	font-size:18pt;
	font-weight: normal;
	color: #0087FB;
}

.maintext
{
	text-align: left;
	float:left;
}

.maintexttd
{
	vertical-align:top;
}

.maintexttable
{
	margin: 10px 0px 10px 0px;
}

.fakebox
{
	position:absolute;
	text-indent:4px;
	line-height: 30px;
	height:30px;
	font-size: 10pt;
	letter-spacing: 1px;
	color:#a9a9b1;
	white-space:nowrap;
}

.userBox
{
	width:100%;
	height:30px;
	background-color:transparent;
	border: 1px solid #0087FB;
	font-size: 10pt;
	color: #000000;
	outline: none !important;
	padding:4px;
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 24px;
}

.userBox:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}

.passwordBox
{
	width:100%;
	height:30px;
	background-color:transparent;
	border: 1px solid #0087FB;
	font-size: 10pt;
	color: #000000;
	outline: none !important;
	padding:4px;
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 24px;
}

.passwordBox:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}

.sendbutton
{
	width:120px;
	height:30px;
	background-color:#ffffff;
	border:1px solid #0087FD;
	font-size: 10pt;
	outline: none;
	color:#0087FD;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.sendbutton:hover
{
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
	color:#000000;
	cursor:pointer;
}

.sendbutton:active
{
	background-color:#cde6f7;
	color:#0087FD;
}


.maintextinfo
{
	vertical-align:top;
}

.info
{
	width:22px;
	height:22px;
	padding: 0px;
    background-image:url(/img/info_22x22.png);
    background-repeat:no-repeat;
    display: inline-block;
    position: relative;
    float:right;
}

.info:hover
{
	cursor:default;
	background-image:url(/img/info_22x22_glow.png);
}

.info .popover 
{
	float:none;
	background-color: #ffffff;
	bottom: 30px;
	border: 1px solid #e0e0e0;
	color: #000000;
	display: none;
	left: -140px;
	padding: 7px 10px;
	position: absolute;
	width: 290px;
	height: 150px;
	z-index: 4;
	cursor:default;
	font-size:8pt;
	line-height:12px;
}

.info .popover:before 
{
	float:none;
	border-top: 10px solid #e0e0e0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -10px;
	content: '';
	display: block;
	right: 150px;

	position: absolute;
}

.info:hover .popover 
{
	display: block;
}

.infomenu
{
	width: 100%;
	height: 100%;	
}

.infomenuheadline
{
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	margin: 4px 0px 8px 0px;
}

.infomenuheadline .mainline
{
	font-size: 9pt;
	font-weight: bold;
	color: #0087FB;
	margin-right:5px;
}

.infomenuheadline .subline
{
	font-size: 8pt;
}

.infomenu a
{
	color: #0087FB;
	text-decoration: none;
}

.infomenu a:hover
{
	border-bottom: 1px solid #0087FB;
}

.warning
{
	margin-top:5px;
	color: Red;
	width:100%;
	height:50px;
	vertical-align:middle;
}