htm {
  text-align: left
  color: black;
  height: auto;
} 
htmlmit {
  /* background: url(../intern/bodybg.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: black;
  height: auto;
  width: 100%;
}
body 
{
 text-align: left
 color: black;
 height: auto;
 background-color: transparent;
 border: 0px solid red;
 font-family: "Arial"; 
 font-size: 14px;
 width: 100%;
 padding-left: 4px;
 padding-right: 4px;
 width: auto !important;  /* Firefox will set width as auto */
}
#brand{
padding-left: 0px;
padding-right: 0px;
border: 0px solid green; 
}
#main_unused
{
  margin: 10px auto;
  color: black;
  height: auto;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 0px solid blue;
}

li { font-family: "Arial"; font-size: 16px;  }
ul { 
  font-weight:bold; 
  color: black; 
  margin: 10px; 
  padding-left: 8px; 
  padding-top: 0px; 
  list-style-image: url( "./userfiles/ul.png" ) ;
}

a:hover { text-decoration: underline; }
a img { border: none }
a:link {   color: black; text-decoration:none}
a:visited { color:black; text-decoration:none }
ul a:hover { text-decoration: underline; }

h1 { font-family:Arial; font-size:20px; color:black }
h2 { font-family:Arial; font-size:14px; color:black }
h3 { font-family:Arial; font-size:12px; color:black }
p  { font-family:Arial; font-size:14px;color:black }
p{  color: black;}
p.blocktext { margin-left: 0px; margin-right: 0px; height: 90%; width: 90%;}

/* änderungen meine tags */
.headline {font-family:Arial; font-size:28px; color:black; font-weight:bold;}
.login 
{ 
  margin: 10px 10px 10px 10px;
  color: black;
  height: auto;
  border: 0px solid blue;
}
.footer { bottom: 0; width: 100%; height: auto; background-color: #f5f5f5; } 
.footer { font-family: "Arial"; font-size: 12px; }
.bottom { position: absolute; bottom: 0; height: 60px; }
     
img.floatLeft  {   float: left;     margin: 6px }
img.floatRight {   float: right;    margin: 20px }
img.background { background: url(./userfiles/imgbg.jpg) ; }

.bgwhite { background-color: #ffffff; }
.bgblack { background-color: #000000; }
.bgred   { background-color: red; }
.bggreen { background-color: green ; }
.bgorange { background-color: gray ; }
.bgactive { background-color: gray ; }
.btn100px {   width: 100px; }
.border{  border: 1px solid black;}

.white { color: #ffffff; }
.black { color: #000000; }
.red   { color: red; }
.green { color: green ; }

.thumbnail{ width: 33%; }
.width100{  width: 100%;}

.notransparent{  background-color: white;}

.smallLine{  width: 100%;  height: 0.5em;}
.distanceLine{  width: 100%;  height: 2.5em;}
.bigLine{  width: 100%;  height: 1.5em;  background-color:#700326;}
.center{  text-align:center ;  width: 100%;}

.right{
  float:right;
  width: auto;
  padding-top: 0px;
  text-align: right ;
  border: 0px solid white;
  padding-right: 10px;
  color: black;
}
.btnhandy{
 width: 50%;
 hight: 50%;
}
.pdtopsmall{
    padding-top: 10px;
    padding-bottom: 10px;
}

.headlayout img{
  width: 100%;
  height: auto;
  border: 0px solid green;
}    
td input{
  padding: 0px:
  margin: 0px;
  border: 1px solid green;
  width: auto;
}


/* video player */
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* setzen höhe der listbox */
select.setting{
  height: 200px;
}

.divhead {
  background-color: #eceeef;
  width: 99%;
  padding: 0;
  margin: 0;
  height: auto;
}
td.edit__td{
  border: 1px solid green;
}
#tableeditor thead th { border: 1px solid blue;}
#tableeditor tfoot td { border: 1px solid blue;}
#tableeditor tbody tr td { border: 1px solid green;}

/* scrolltotop */
.back-to-top {
	position: fixed;
	bottom:20px;
	right:20px;
	padding:1em
  width: 50px;
  height: auto;
  background-color: gray;
	border-radius:3px;
}




