/*--- Only for developer custom style ---*/

/*--- Login input fields ---*/

.textBoxWithBorder {
    border-style: solid;
    border-width: 0.1em;
}

/*--- Search Results ---*/

.searchResultTitle, .searchResultTitle A {
    color: #0070b4 !important;
    font-weight: bold;
}

.searchResultDescription {
    color: #000;
}

/*---- Fix Headers displayed in the Telerik Menu  ---*/

h4, h5, h6  {
    margin-top: 15px; 
    margin-bottom: 0px !Important; 
    max-width: 480px; 
}

/*--- Error TextBoxes  ---*/
.box-table.rechner .eingabe_error {
    background-color: #fff; 
    width: 76px; 
    height: 14px; 
    float: left; 
    border: 1px solid #FF0000; 
    font-size: 11px; 
    padding: 0 1px 0 1px; 
}

.radio_error {
	background-color: #FF0000;
}

ul.error {
	clear: left;
	padding-left: 0 !important;
	list-style-type: none;
}

ul.error ul {
    clear: left;
    padding-left: 0 !important;
    list-style-type: none;
}

ul.error li {
	max-width: 400px;
	list-style-position: outside;
	padding-left: 10px !important;
	background: url(images/triangel-liste.gif) no-repeat 0 5px;
}

/*--- Pager Links left  ---*/
.link-icon-left {
	padding-left: 14px;
	background: url("images/triangel.gif") no-repeat bottom left;
	text-decoration: none;
}

.link-icon-left  {
    font-weight: bold; 
}

/*--- Fix p Tags in tabelle class  ---*/
.tabelle p { 
    margin: 0;
}
