body{

    /*text-align: center;
    font-size: 13px;
    color: #6E6E6E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;*/
   font: normal 12px Arial,Helvetica,sans-serif; 
	 color:rgb(71,85,92);	
  
	margin:0;
	padding:0;	
	
}
html, body { overflow: hidden; }

#background{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.pagewidth {
/*    width: 955px;
    text-align: center;
    background: none repeat scroll 0% 0% transparent;
    margin: 0px auto;
	*/
}

#content-top {
/* 
	   float: left;
    width: 940px;
    height: 70px;
    margin: 20px 0px 20px 0px;
    background: none repeat scroll 0% 0% transparent;
	*/
}

#content {
    /* float: left;
    width: 940px;
    background: none repeat scroll 0% 0% transparent;
*/
}
#content_daten {
/*     float: left;
    width: 940px;
    margin: 0px 10px 20px;
    background: none repeat scroll 0% 0% #F1F1F1;*/
}

#main {
/* 	
    float: left;
    text-align: left;
    width: 610px;
    padding: 0px 0px 15px 150px;
    margin: 10px 2px 2px 20px;
*/	
}

#maindata {
    /* float: left;
    text-align: left;
    width: 820px;
    padding: 0px 0px 15px 50px;
    margin: 10px 2px 2px 20px;
*/	
}

#whitespace {
    background: #FFF;
    padding: 10px 10px 10px 10px;
    width: 350px;
    color: #6E6E6E;
    font-size: 12px;
}

#tabelle1 {
    color: #102d56;
    font-size: 14px;
    font-weight: bold;
}

#tabelle2 {
    color: #102d56;
    font-size: 14px;
    font-weight: bold;
}

#whitesmall {
    background: #FFF;
    padding: 2px 2px 2px 2px;
    width: 180px;
    color: #6E6E6E;
    font-size: 12px; 
    margin-right: 10px;
}

#blockBottom {
    position:relative;
    width:940px;
    height: 17px;
    clear:both;
    background-color:#dc0032;
    margin:20px 10px 20px;
    color:white
}
#blockBottomInner {
}

#blockTop {
    position:relative;
    width:940px;
    height: 16px;
    clear:both;
    background-color:#dc0032;
    padding:3px 0px 18px 0px;
    margin:20px 10px 20px;
    color:white
}
#blockTopInner {
}

/* --- FLATCHECKBOX --- */
/* graceful degradation for ie8 */
input[type='checkbox'] {
	width:auto;
	float:left;
	margin-right: .75em;
	background:transparent;
	border:none;
}

/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(:checked)) */

/* hide standard inputs */
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin:0;
	padding:0;
}

input[type='checkbox'] + label {
	cursor: pointer;
}

/* add custom inputs with ::before */
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {
	content:' ';
	display:inline-block;
	width: 17px;
	height:17px;
	position: relative;
	top:4px;
	border: 1px solid #bbb;
	background: white;
	margin-right: 1em;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='checkbox']:hover  + label::before {
	background:#ddd;
	box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before {
	background:black;
	box-shadow: inset 0 0 0 2px white;
}

/* input file */

.fileContainer  div {margin-top:10px}
 .fileContainer div {
cursor:pointer;
	background-image: none!important;
	background: rgb(218,0,50)!important;
	font-weight: bold!important;
	color: #fff!important;
    background-color:rgb(218,0,50)!important;color:#fff!important;
	padding:10px 0!important;border:none!important;
	text-align:center;
	border-radius: 6px;
	
}
 .fileContainer div:hover {box-shadow:0px 0px 12px rgb(218,0,50)!important}

 
 
.fileContainer INPUT {display:none}

/*
.fileContainer {
    overflow: hidden;
    position: relative;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
*/


/* SIC - RPM ADDITION */


a:link,a:visited {
 font: normal 12px Arial,Helvetica,sans-serif; 
 color:rgb(0,156,206) ;text-decoration:none;
}
a:active,a:focus,a:hover {
 font: normal 12px Arial,Helvetica,sans-serif; 
text-decoration:underline; 
}
.ui-button-text {font: normal 12px Arial,Helvetica,sans-serif; }

.ui-button {

	background-image: none!important;
	background: rgb(218,0,50)!important;
	font-weight: bold!important;
	color: #fff!important;
    background-color:rgb(218,0,50)!important;color:#fff!important;
	padding:5px!important;border:none!important;
	width:100%!important;		
	
	
}
.ui-button:focus,
.ui-focus {box-shadow:0px 0px 12px rgb(218,0,50)!important}



INPUT {
 border:none;
 background-color:rgb(242,245,247);
 font: normal 12px Arial,Helvetica,sans-serif; 
}
INPUT{padding-left:5px;}

td {
 font: normal 12px Arial,Helvetica,sans-serif; 
}
