/* ############################################### Allgemeine Style ###############################################
   Diese Datei wird möglichwerweise durch eine default.custom.css Datei im [KUNDEN]_WEB überschrieben/erweitert
   ################################################################################################################
*/
* {
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
}

body {
	min-height: 100%;
    text-align: left;
    margin: 0;
    padding-bottom: 40px;
}

img {
   vertical-align: middle;
}

a img {
	border: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
    padding: 0;
}

h1, h2, h3 {
	line-height: 18px;
}


h1 {
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 12px;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	margin-bottom: 5px;
}


table {
	border-collapse: collapse;
	empty-cells: show;
}

td, th {
	vertical-align: top;
	text-align: left;
}

th {
	font-weight: bold;
}

hr {
	clear: both;
	height: 0;
	margin: 10px 0;
	border: none;
	
}

p {
	margin: 0;
}

ol, ul, li {
	padding: 0;
	margin: 0;
}


ol, ul {
	margin-left: 20px;
}

/* das element selbst und auch alle inneren elemente sollen die eigenschaft bekommen*/
b, b > * { 
	font-weight: bold;
}

/* das element selbst und auch alle inneren elemente sollen die eigenschaft bekommen*/
i, i > * {
	font-style: italic;
}

/* das element selbst und auch alle inneren elemente sollen die eigenschaft bekommen*/
u, u > * {
	text-decoration: underline;
}

input, textarea, select {
	border-width: 1px;
	border-style: solid;
	width: 200px;
}

label {
	width: 140px;
	display: block;
	float: left;
	clear: both;
}

input[type="checkbox"],
input[type="radio"] {
	border: none;
	width: auto;
}

input.error, textarea.error, select.error {
	border: 1px solid red;
}

.Attention, 
.Success, 
.Warning  {
	font-weight: bold;
}

.Success, .Success *{
	color: #5AAE2E;
}

.Attention, .Attention * {
  color:#FF0000;
}

.Warning, .Warning * {
	color: #FF8000;
}

/** ######################################################################################################### **/

/*jQuery-Checkboxen Abstand*/
span.itb-check {
	margin-right: 5px;
}

.submitButton {
	display: none;
}

section#content a {
	color: #000080;
}

hr {
	border-bottom: 1px solid #000;
}

input, textarea, select {
	border-color: #aaa;
	height: 20px;
    width: 250px;
}

label {
	line-height: 20px;
	vertical-align: top;
}

input, textarea, select, label {
	margin-top: 2px;
}

label.chbRadioLabel {
	float: none;
	display: inline;
}

/***************************************** Buttons ***************************************************/
/* Abstand über dem Button nur für #content, nicht für Dialog */
section#content button.ui-button {
	margin-top: 20px;
}

/* Buttons Blätterlogik */
section#content button.itbButton.browse {
    margin-top: 10px;
}

/* Buttons Passwort ändern */
section#content button.itbButton.chngPw {
    margin-top: 5px;
}

/************************ Übersichtsseite ShowLoginsErweitert.xsl  *************************/

.imgPlusStyle {
	vertical-align: middle;
}

.stDataTd1,
.stDataTd2 {
	vertical-align: top;
}

.headerMoreStDataTd {
	padding: 5px;
}

td.ShopLinksTd4Buttons {
	padding: 0 0 10px 0;
}
td.oldStData {
	padding-bottom: 10px; 
}

table.standdaten {
	width: 100%;
}

table.standdaten col.standdatenCol1,
table.standdaten col.standdatenCol3,
table.standdaten col.standdatenCol2,
table.standdaten col.standdatenCol4 {
	width: 25%;
}

table.standdaten td {
	padding: 2px;
}

div.adrBez {
	font-weight: bold;
}

.vorVgStOldInfo {
	padding-left: 22px;
	color: #666;'
}



