
form
{
	padding: 0px;
	margin: 0px;
}

/************************************/
/* Formular-Elemente                */
/************************************/

textarea, input.textfield
{
	padding: 0.1em;
	font-family: inherit;
	font-size: 1em;
	padding-left: 5px;
}

.button
{
	/*font-family: inherit;
	font-size: 11px;
	background-color: #efeeef;
	border: 1px solid #f93;
	padding: 1px 4px 1px 4px;
	margin-left: 5px;
	float:right;*/

    font-size: 12px;
    background-color:#FF9933;
    border-top-color:#FF9933;
    border-top-style:solid;
    border-top-width:1px;
    padding: 4px 10px 5px 10px;
    color:white;
    text-align:left;
    /*height: 21px;*/
    cursor:pointer;
    border-radius:3px;
    float:right;
    margin-left: 5px;
    min-height:24px;
}

.buttonDeleteRight
{
	/*font-family: inherit;
	font-size: 11px;
	background-color: #efeeef;
	border: 1px solid #f93;
	padding: 1px 4px 1px 4px;
	margin-top: 0px;*/
    font-family: inherit;
    font-size: 12px;
    background-color:#FF9933;
    border-top-color:#FF9933;
    border-top-style:solid;
    border-top-width:1px;
    padding: 1px 4px 1px 4x;
    color:white;
    text-align:left;
    /*height: 21px;*/
    cursor:pointer;
    border-radius:3px;
    margin-left: 0px;
    min-height:24px;
}

.remarkimagebutton
{
	font-family: inherit;
	font-size: 11px;
	border: 1px solid #f93;
	padding: 4px 4px 1px 2px;
	margin-left: 0px;
	float:right;
}

input.missingfield,
textarea.missingfield
{
	border: 1px solid #f93;
}

input.small,
textarea.small,
select.small
{
	width: 5em;
    font-size: 100%;
    height:18px;
}

input.medium,
textarea.medium,
select.medium
{
	width: 20em;
}

input.large,
textarea.large,
select.large
{
	width: 30em;
}

input.full,
textarea.full,
select.full
{
	width: 95%;
}

input.right
{
  text-align: right;
}

textarea.vsmall
{
	height: 2.5em;
}

textarea.vmedium
{
	height: 6.2em;
}

textarea.vlarge
{
	height: 12em
}




.toggle {
    width: 97%;
    clear: both;
}

.toggle .head {
    background-color: rgb(204, 204, 204);
    cursor: pointer;
}

.toggle .head h2 {
    width: 97%;
    color: #1c1c1c;
    font-weight: normal;
    border: 0;
    padding-left: 20px;
    height: 18px;
    padding-top: 4px;
    font-size: 12px;
    border-bottom: 0;
}

.toggle .body {
}

.toggle .body table {
    margin-top: 4px;
    width: 100%;
}

    .toggle .head.open {
        background-image: url('../Images/icon_close.gif');
        background-position: 4px;
        background-repeat: no-repeat;
    }

    .toggle .head.close {
        background-image: url('../Images/icon_open.gif');
        background-position: 4px;
        background-repeat: no-repeat;
        background-color: #005D9B !important;
        float:none;
    }

.toggle .head.close h2
{
    color: white !important;
}



table.topborder {
    /*border-top: 2px solid rgb(204, 204, 204) !important;*/
    /*border-top: 1px solid #005D9B !important;*/
}

table.topborder > tbody > tr:first-of-type > td {
    padding-top: 3px;
}

table.topborder.active {
    border-top: 1px solid #005D9B !important;
}


#rbLeft {
    margin: 0px 10px 0px 0px;
    float: left;
    width: 100%;
}
#rbRight {
    margin: 10px 0px 10px 0px;
    float: left;
    width: 100%;

}