﻿html
{
    overflow: auto;
}

body
{
    background-color: #b5b5b5;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url(../images/backgroundbody.jpg);
    background-repeat: repeat-x;
}

body, td, th, div, input,textarea, select
{
    font-family: Arial, "Trebuchet MS" , Helvetica, sans-serif;
    font-size: 11px;
}

body, td, th, div
{
    color: #000000;
    line-height: 14px;
}

img
{
    border: none;
}

table
{
    border: none;
}

hr 
{
    /*border-style: none;*/
    border-top:solid 1px #808080;
    border-left: none 1px;
    border-right: none 1px;
    border-bottom: none 1px;
    margin: 0.2em auto;
}

a:link, a:visited, a:active, a:focus{
	color:#0066FF;
	text-decoration:underline;
}

a:hover{
	color:#0000CC;
	text-decoration:none;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#085aa5;
	padding-top: 0px;
	padding-bottom:1px;
	border-bottom-color: #ff3207;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	border-top: 0px;
}

h4 
{
    font-size:12px;
	font-weight:bold;
	color:#085aa5;
	padding-top: 0px;
	padding-bottom:1px;
	border-bottom-color: #ff3207;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	border-top: 0px;
}

h5 
{
    font-size:11px;
	font-weight:bold;
	color:#085aa5;
	padding-top: 0px;
	padding-bottom:1px;
	margin-top: 5px;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:5px;
	border-top: 0px;
}

.textbox, textarea, select 
{
    border-color: #568dc2;
	border-width: 1px;
	border-style: solid; 
}

.textbox, textarea, .txteingabe
{
	background-image:url(../images/backgroundtextfeld.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

/*input[type="text"],input[type="password"],input[type="file"] , textarea, select {
	border-color: #568dc2;
	border-width: 1px;
	border-style: solid;
}

input[type="text"],input[type="password"],input[type="file"] , textarea 
{
    background-image:url(../images/backgroundtextfeld.gif);
	background-repeat:repeat-x;
} */

select 
{
    background-image:url(../images/hint-aktion.gif);
    background-repeat:repeat-y;
    background-position: right top;
    background-color: #FFFFFF;
}

input[type=text][disabled] 
{
    color: #9D9DA1;
    /*color:  #111111;*/
    background-image:url(../images/backgroundtextfelddisabled.gif);
}

textarea[disabled]
{
    color:  #9D9DA1;
    background-image:url(../images/backgroundtextfelddisabled.gif);
    background-color:#FFFFFF;
}

label 
{
    white-space:nowrap;
}

/* CSS-Klassen */

.alertmessage
{
	font-size:14px;
	font-weight:bold;
	color:red;
	padding:5px;
}

.uebersicht{
	background-color:#e2eaf4;
	background-image: url(../images/backgroundtabelle.jpg);
	background-repeat:repeat-x;
	border:solid 1px #568dc2;
}
/* Link-Schaltfläche */
.commandbutton, .commandbuttonDisabled
{
	height: 18px;
	width: 68px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
	background-image: url(../images/command.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-align:left;
	color: #FFFFFF;
	vertical-align:middle;
}

.commandbutton div div, .commandbutton td
{
    color:#FFFFFF;
}

.commandbutton:link {
    color: #FFFFFF;
	background-image: url(../images/command.gif);
	background-position: 0px 0px;
	text-decoration: none;
}

.commandbutton:visited {
    color: white;
	background-image: url(../images/command.gif);
	background-position: 0px 0px;
	text-decoration: none;
}
.commandbutton:hover {
    font-weight: bold;
    color: #FFFFFF;
	background-image: url(../images/command.gif);
	background-position: 0px -18px;
	text-decoration: none;
}

.commandbutton:active {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/command.gif);
	background-position: 0px -18px;
	text-decoration: none;
}

.commandbuttonDisabled, .commandbuttonDisabled:link, .commandbuttonDisabled:hover, .commandbuttonDisabled:visited , .commandbuttonDisabled:focus, .commandbuttonDisabled div div, .commandbuttonDisabled td
{
    cursor:default;
    color:Silver;
    text-decoration:none;
}

.ActionBox 
{
    border: solid 1px #919B9C;
}

/* echter Button */
.commandButton2
{
    height: 18px;
	width: 68px;
	border: none;
	background: none;
	font-weight: bold;
    color: #FFFFFF;
    text-decoration:none;
    cursor: pointer;
    vertical-align: top;
	background-image: url(../images/command.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.commandButton2:hover, .commandButton2:focus
{
	background-position: 0px -18px;
}

.commandButton2[disabled="disabled"]
{
    color:Silver;
    cursor:default;
}

.commandButton2[disabled="disabled"]:hover, .commandButton2[disabled="disabled"]:focus
{
	background-position: 0px 0px;
}

.ActionButton, .ActionButtonDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-bottom:5px;
	white-space: normal;
}

.ActionButton div div, .ActionButton td
{
    color:#FFFFFF;
}

.ActionButton a, .ActionButtonDisabled a
{
    height: 35px;
	width: 149px;
	margin: 0px;
	display: block;
	text-decoration: none;
	text-align:left;
	color: #FFFFFF;
	vertical-align:middle;
	background-image: url(../images/Aktion.gif);
	background-repeat: no-repeat;
	line-height: 33px;
	outline:none;
	margin-left:auto;
	margin-right:auto;
}

.ActionButtonDisabled a, .ActionButtonDisabled div div, .ActionButtonDisabled td
{
    color:Silver;
    cursor:default;
}

.ActionButton a:link {
    color: #FFFFFF;
	background-image: url(../images/Aktion.gif);
	background-position: 0px 0px;
	text-decoration: none;
	cursor:pointer;
}
.ActionButton a:visited {
    color: #FFFFFF;
	background-image: url(../images/Aktion.gif);
	background-position: 0px 0px;
	text-decoration: none;
	cursor:pointer;
}
.ActionButton a:hover {
    font-weight: bold;
    color: #FFFFFF;
	background-image: url(../images/Aktion.gif);
	background-position: 0px -35px;
	text-decoration: none;
	cursor:pointer;
}
.ActionButton a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/Aktion.gif);
	background-position: 0px -35px;
	text-decoration: none;
	cursor:pointer;
}

.Nextbutton ,.Prevbutton, .NextbuttonDisabled ,.PrevbuttonDisabled
{
	font-weight: bold;
	font-size: 11px;
	height: 32px;
	width: 117px;
	margin: 0px;	
	display: block;
	text-decoration: none;
	text-align:left;
	color:#FFFFFF;
	vertical-align:middle;
	background-repeat: no-repeat;
	line-height: 33px;
	margin-left: auto;
	margin-right: auto;
}

.Nextbutton div div,.Prevbutton div div, .Nextbutton td,.Prevbutton td
{
    color:#FFFFFF;
}

.NextbuttonDisabled, .NextbuttonDisabled:link, .NextbuttonDisabled:hover, .NextbuttonDisabled:visited , .NextbuttonDisabled:focus, .NextbuttonDisabled div div, .NextbuttonDisabled td,
.PrevbuttonDisabled, .PrevbuttonDisabled:link, .PrevbuttonDisabled:hover, .PrevbuttonDisabled:visited , .PrevbuttonDisabled:focus, .PrevbuttonDisabled div div, .PrevbuttonDisabled td
{
    color:Silver;
    cursor:default;
    text-decoration: none;
}

.Nextbutton, .NextbuttonDisabled
{
    background-image: url(../images/button-weiter.gif);
}
.Nextbutton:link {
	background-image: url(../images/button-weiter.gif);
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.Nextbutton:visited {
	background-image: url(../images/button-weiter.gif);
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.Nextbutton:hover {
	background-image: url(../images/button-weiter2.gif);
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.Nextbutton:active {
	background-image: url(../images/button-weiter.gif);
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.Prevbutton ,.PrevbuttonDisabled
{
	background-image: url(../images/button-zurueck.gif);
}

.Prevbutton:link {
	background-image: url(../images/button-zurueck.gif);
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.Prevbutton:visited {
	background-image: url(../images/button-zurueck.gif);
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.Prevbutton:hover {
    background-image: url(../images/button-zurueck2.gif);
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.Prevbutton:active {
	background-image: url(../images/button-zurueck.gif);
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.globallayer
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.modalbackground
{
    opacity: .7;
    background-color: Gray;
    filter:alpha(opacity=70);
}

.actionpanel 
{
    display: none; 
    background-color: White; 
    text-align: left;
}
.validator 
{
    color:Red;
}

.tablelayout td
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    white-space:nowrap;
}

.tablelayout td span 
{
    white-space:nowrap;
}

 .txteingabe
{
    width: 100%;
    box-sizing: border-box;
    margin:0px;
    border: solid 0px;
}

input.txteingabe 
{
    height: 17px;
}

.txtcontainer 
{
    border: solid 1px #568dc2;
    background-color: #DFDFDF;
    overflow:hidden;
}
.configlist
{
    height:400px;
}

.commandbuttonup, .commandbuttondown
{
	height: 16px;
	width: 16px;
	margin: 0px;
	text-align: center;
	list-style-type: none;
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
}

.commandbuttonup, .commandbuttonup:link ,.commandbuttonup:visited, .commandbuttonup:hover, .commandbuttonup:active
{
    background-image: url(../images/arrowup.gif);
    cursor:pointer;
}

.commandbuttondown, .commandbuttondown:link ,.commandbuttondown:visited, .commandbuttondown:hover, .commandbuttondown:active
{
    background-image: url(../images/arrowdown.gif);
    cursor:pointer;
}

.txtColorValue 
{
    width:30px;
    text-align:center;
}
.prueffrist
{
    height: 17px;
    vertical-align: top;
    margin-right: 2px;
}
.info
{
    width: 100%;
    background-image: url(../images/hint-ueberschrift.gif);
    border-collapse: separate;
    border-width: 1px;
    border-style: solid;
    border-color: #568DC2;
}
.infocell
{
    padding-left: 2px;
    padding-right: 5px;
}
.Zusatzcriteria
{
    height: 16px;
}

.logo 
{
    max-width:120px;
}

.radiobuttonlist
{
    border: solid 1px transparent;
}

ul.documents
{
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 10px;
    list-style-type: none;
    list-style-position: inside;
    font-weight: bold;
}
ul.documents li
{
    margin: 0px 0px 5px 0px;
}

ul.documents li.keine
{
    font-weight: normal;
}

ul.documents ul
{
    list-style-type:disc;
    padding: 0px 0px 0px 0px;
    margin: 2px 0px 0px 0px;
    list-style-position:inside;
    list-style-type: none;
    font-weight: normal;
}

ul.documents ul li
{
    margin: 0px 0px 1px 0px;
}

a.document
{
    text-decoration: none;
}

a.document img
{
    vertical-align:middle;
    margin-right:5px;
}

.chklstbox input
{
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top:0px;
    padding-bottom:0px;
    vertical-align: middle;
}

.chklstbox label
{
    vertical-align:middle;
}