/* antje.lehmann@e-7.com, 2007-12-21 */
/*basic styles*/
* {
	padding: 0;
	margin: 0;
	}
body {
	font: normal 80%/1.5 sans-serif;
	font-family: arial, helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	}
a {
	text-decoration: none;
	color: #666;
	}
	a:hover {
		color:#e90000;
		/*font-weight:bold;*/
		}
img {
	border: 0;
	}
ul, ol, li {
	margin-left: 20px;
	}
	li {
		line-height: 1.2em;
		padding-bottom: 0.2em;
	    }
ul.inline, ol.inline {
    list-style-type: none;
	margin-left: 0;
    }
    ul.inline li, ol.inline li {
        display: inline;
		margin-left: 0;
        line-height: inherit;
        padding-bottom: auto;
        }
dl.inline dt {
	float: left;
	margin-right: 0.5em;
    }
table {
	border-collapse: collapse;
    border-spacing: 0;
    }
tr {  
    vertical-align: top;
	}
	th {
	    text-align: left;
	    font-weight: normal;
	    }

/* overwritten in js.css */
.jsonly, .jsonlyinline {
	display: none !important;
	}

/* add to floating elements which should not float afterthem */
* html .clearfix { /* IE 5-6 */
    height: 1%;
    }
    .clearfix {
        display: inline-block; /* IE7html */
        }
        .clearfix:not([class='XXX']) { /* Safari */
            display: block;
            }
        @media all and (min-width: 0px) {
            .clearfix {
                display: block; /* O */
                }
            }
    .clearfix:after { /* FF, O, etc. */
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }

		
/*style für editmode und warnings*/
.outerEditmode, .innerEditmode, .warnings {
	position:relative;
	margin-top:30px;
	width:100%;
	border-top:1px solid black;
	}
.innerEditmode {
	margin-top: 70px;
}
.warnings {
	margin-top:0px !important;
	padding-top:0px !important;
	height:1px;
	}
	*:not(hr) .warnings {
		height:auto;
		min-height:16px;
		}
		
		.outerEditmode table, .innerEditmode table, .warnings table {
			width:100% !important;
			}
