﻿/* DEFAULTS__
----------------------------------------------------------*/

body
{
    background: url('../Styles/background.png') repeat-x #C0C0C0; /* font-size: .90em;*/
    margin: 0px;
    padding: 0px;
    color: #696969;
    font-size: 62.5%;
    font-family: "Segoe UI" , Helvetica, "Helvetica Neue" , "Lucida Grande" , Arial, Verdana, sans-serif;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

button:hover
{
    color: #1d60ff;
    text-decoration: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

button:active
{
    color: #1d60ff;
    text-decoration: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

button:focus
{
    color: #1d60ff;
    text-decoration: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

a img
{
    border: none;
}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em; /*color: #666666; font-variant: small-caps;*/
    font-weight: 600;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
}

h2
{
   color:White;
}

h3
{
    font-size: 1.4em;
    font-weight: 500;
}

h4
{
    font-size: 1.3em;
    font-weight: 400;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 40px auto 0px auto;
    padding: 10px;
    border: 1px solid #496077;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.6);
    behavior: url(Styles/PIE.htc);
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    clear: both;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.col1
{
    display: block;
    float: left;
    width: 150px;
}

/* TAB MENU
----------------------------------------------------------*/

.menu
{
    clear: both;
    padding-top: 10px;
    font-size: 12px;
}

div.menu ul li
{
    list-style-type: none;
    padding: 10px 20px 10px 0;
    display: inline;
}

div.menu ul li a
{
    padding: 10px 20px 10px 0;
}

/*div.hideSkiplink
{
	background-color: #3a4f63;
	width: 100%;
}

div.menu
{
	padding: 4px 0px 4px 8px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	float: left;
}

div.menu ul li a:hover
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}*/

/* FORM ELEMENTS
----------------------------------------------------------*/
fieldset.Water
{
    border-color: #7270FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
    behavior: url(/Styles/PIE.htc);
}

fieldset.Gas
{
	border-color: #f6e81e;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 4px #ccc;
	behavior: url(/Styles/PIE.htc);
}

fieldset.Electricity
{
    border-color: #00AD02;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
    behavior: url(/Styles/PIE.htc);
}

fieldset
{
    padding: 0px 1em;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
    behavior: url(/Styles/PIE.htc);
}

legend
{
    float: left;
    margin-top: -0.8em;
}
legend + *
{
    clear: both;
}

fieldset fieldset
{
    margin-bottom: 10px;
    margin-top: 30px;
}

fieldset p
{
    margin: 12px 12px 10px 10px;
}

fieldset p.validationParagraph
{
    margin-top: -5px;
}

fieldset label.inline
{
    display: inline;
}

/*legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    position: absolute;
    top: -15px;
    background: white;
}*/
.legendspan
{
    font-weight: 600;
    font-size: 120%;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 250px; /*border: 1px solid #ccc; 	background: #F9F9F9;*/
    font-family: "Segoe UI" , Helvetica, "Helvetica Neue" , "Lucida Grande" , Arial, Verdana, sans-serif;
}

input.textEntrySmall
{
    width: 100px;
    font-family: "Segoe UI" , Helvetica, "Helvetica Neue" , "Lucida Grande" , Arial, Verdana, sans-serif;
}

div.forms
{
    width: 415px;
}

hr
{
    clear: both;
}

th
{
    text-align: left;
    font-weight: 400;
}

td
{
    vertical-align: top;
}

/* MISC
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.right
{
    text-align: right;
}

.logoITS
{
    display: block;
    float: right;
    width: auto;
}

.logoMandator
{
    display: block;
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    float: right !important;
    margin-bottom: 6px;
}

/*.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}*/

.fieldAlign label, .fieldAlign input
{
    display: inline-block;
}

.fieldAlign label
{
    width: 200px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    padding-left: 150px;
}

.printHide
{
    font-family: "Segoe UI" , Helvetica, "Helvetica Neue" , "Lucida Grande" , Arial, Verdana, sans-serif;
}

.Col1
{
    display: inline-block;
    width: 160px;
}

.ColData
{
    display: inline-block;
    width: 100px;
}

.rightMargin
{
    margin-right: 10px;
}

.important
{
    display: none;
}

.error
{
    padding: 5px;
    background-color: #FFD8D8;
}

.success
{
    background-color: #A9FF84;
    padding: 5px;
    color: Black;
}

.leftMargin
{
    margin-left: 260px;
}

input[type=text], input[type=password], textarea
{
    padding: 5px;
    border: 1px solid #C6C6C6;
}
input[type=text]:focus, input[type=password]:focus
{
    box-shadow: 0 0 5px #FFAE51;
    border: 1px solid #FFAE51;
}
input[type=text], input[type=password], textarea
{
    background-color: #EAEAEA;
}

input.error
{
    background-color: #FFADAD;
    border: 1px solid red;
}

.ModalPopupBG
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.Popup
{
    border: 1px solid;
    border-color: Red;
    box-shadow: 0 0 5px Red;
    color: Black;
    background-color: #FFCCCC;
    padding: 10px;
}

.alignFormular
{
}

.alignFormular > label
{
    float: left;
    width: 15em;
    padding-top: 0.3em;
    margin-right: 1.5em;
}
.alignFormular > input, textarea
{
    display: block;
    width: 60em;
    margin-bottom: 2px;
}

.alignFormular > button
{
    left: 16.3em;
}

.alignFormularAccordion
{
}
.alignFormularAccordion > label
{
    float: left;
    width: 12em;
    padding-top: 0.3em;
    margin-right: 1.5em;
}
.alignFormularAccordion > input, textarea
{
    display: block;
    width: 59em;
    margin-bottom: 2px;
}

alignFormularAccordion > .infoTooltip
{
    display: inline;
}

/* align "neu" Head and receipt value labels with textboxes */
.textboxTitle
{
    padding: 0 5px;
}

#InfoBox
{
    visibility: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 150px;
    background-color: #FDFEFF;
    border: 4px solid lightGray;
}

/* weitere Box in der Info-Box für padding */
#BoxInnen
{
    padding: 15px;
}

/* Formatierung Texte in der Info-Box */

#BoxInhalte
{
    font-family: "Segoe UI" , Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #5F5F5F;
    line-height: 130%;
}

ul a
{
    padding: 10px 0;
}

.div-description
{
    width: 800px;
}

.header2
{
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
}

.alignRight
{
    left: 680px;
    top: 30px;
    position: relative;
}

.TextWithButton
{
    border: 1px solid darkgray;
    vertical-align: top;
    margin: 0px;
    width: 90px;
    height: 16px;
    text-align: center;
}
.TextWithButton + input
{
    border: 1px solid darkgray;
    border-left: 0px none transparent;
    margin: 0px;
    height: 26px;
    vertical-align: top;
    position: relative;
    left: -4px;
}

.TextWithButton + input:hover
{
    box-shadow: 0 0 5px #FFAE51;
}

.buttonStyled
{
    background-image: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background-image: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background-image: linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
    box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
    border: solid 1px rgba(112,112,112,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 13px 0px 13px;
    display: inline-block;
    font-size: 14px;
    font-family: Arial, Sans-serif;
    line-height: 32px;
    color: rgba(0,0,0,1);
    behavior: url(Styles/PIE.htc);
}
.buttonStyled:hover
{
    background-image: -webkit-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    background-image: -o-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    background-image: linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
    box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
    border: solid 1px rgba(60,126,177,1);
}
.buttonStyled:active
{
    background-image: -webkit-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    background-image: -o-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    background-image: linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
    box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
    border: solid 1px rgba(44,98,139,1);
}

.buttonStyledSmall
{
    background-image: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background-image: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background-image: linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
    box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
    border: solid 1px rgba(112,112,112,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 13px 0px 13px;
    display: inline-block;
    font-size: 12px;
    font-family: Arial, Sans-serif;
    line-height: 22px;
    color: rgba(0,0,0,1);
    behavior: url(Styles/PIE.htc);
}
.buttonStyledSmall:hover
{
    background-image: -webkit-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    background-image: -o-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    background-image: linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
    box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
    border: solid 1px rgba(60,126,177,1);
}
.buttonStyledSmall:active
{
    background-image: -webkit-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    background-image: -o-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    background-image: linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
    box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
    border: solid 1px rgba(44,98,139,1);
}