html  {
  margin: 0px;
  padding: 0px;
  font-family: "DejaVu Sans";
  font-size: 10pt;
  color: #505050;
  color: rgba(0,0,0,0.8);
  background: #f0f0f0;
}
body  {
  margin: 0px;
  padding: 10px;
}

h1, h2, h3, h4, h5, h6  {
  display:  block;
  margin:   2px 0px 5px 20px;
  border:   none;
  color:    #202020; 
  font-family: inherited;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  font-style: none;
  font-variant: small-caps;
}
h2  {
  font-size: 13pt;
}
h3  {
  font-size: 12pt;
}
h4  {
  font-size: 11pt;
}
h5, h6  {
  font-size : 10pt;
}
h6  {
  font-weight: none;
}
.links  {
  font-variant: small-caps;
}

a {
  color: #202020;
  color: rgba(0,10,70,0.8);
}
a:hover  {
  color: #606060;
  color: rgba(0,10,70,0.5);
}

img {
  border: none;
}

.meldung  {
  display: none;
  border: 10px solid #009;
  border-color: rgba(30,100,150,0.8);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	width: 450px;
	margin: 0px auto;
	padding: 5px;
}
button, input[type='submit'], input[type='button'], a.button  {
  font-family: inherited;
  font-size: 11pt;
  background-color: #404040;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border: 1px solid white;
  display: block;
  text-decoration: none;
  padding: 1px;
  text-align: center;
  margin: none;
  cursor: pointer;
}
button.close  {
  margin: 2px 0px 0px auto;
}
.upload_more, .upload_progress  {
  display: none;
}
.upload_progress  {
  background-color: #f0f0f0;
  background-color: rgba(255,255,255,0.6);
  padding: 5px;
}
#upload_msg {
  display: none;
  color: rgb(200,0,0);
  color: rgba(255,0,0,0.8);
  font-weight: bold;
  text-align: center;
}

label {
  cursor: pointer;
}

.tooltip {
  background: #000;
  border: 1px solid #fff;
  padding:  10px 15px;
  display:  none;
  color:  #fff;
  text-align: center;
  font-size:  10pt;
  font-weight: bold;
  font-family: inherited;
}

form.upload, .login1, .login2 {
  border: 1px solid #f0f0f0;
  padding: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background: rgba(255,255,255,0.2);
}
.login1, .login2  {
  width: 45%;
}
.login1 {
  float: left;
}
.login2 {
  float: right;
}

.center {
  margin: 0px auto;
}
.w80  {
  width: 80%;
}
table {
  width: 100%;
}
table.none, table.none tr, table.none td  {
  border: none;
}
table tr td {
  vertical-align: top;
}

input {
  width: 98%;
  border: 1px solid #c0c0c0;
}


.download {
  float: right;
  width: 20%;
}
.download .button  {
  margin: 10px auto;
  display: block;
  background-color: green;
  background-color: rgba(0,200,0,0.6);
  border-color: green;
  border-color: rgba(0,200,0,0.9);
  border: solid 2px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  color: black;
  font-family: inherited;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  padding: 15px 20px;
  cursor: pointer;
}
.download .button:hover  {
  background-color: rgba(0,200,0,0.8);
}

.download_info, .image_preview {
  margin-top: 10px;
  padding: 5px;
  border-top: 1px solid #c0c0c0;
  border-top: 1px solid rgba(0,0,0,0.2);
}
.image_preview img {
  background-color: rgba(255,255,255,0.2);
  border-color: rgba(0,0,0,0.4);
  border: solid 1px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding: 5px;
  margin: 10px;
}





ul.links	{
	list-style: none;
	padding: 0px;
	margin: 5px;
	display: block;
}
ul.links li  {
	list-style: none;
	padding: 0px 5px;
	margin: 0px;
	border-right: 1px solid #c0c0c0;
  border-right: 1px solid rgba(0,80,200,0.4);
	display: inline;
	
	font-family: inherited;
	font-size: 11pt;
	font-weight: bold;
}


#speedtest  {
  margin: 10px auto;
  width: 450px;
}


div.main  {
  width: 800px;
  margin: 0px auto;
  padding: 5px;
}
div.links {

}
div.content  {
  border-width: 1px;
  border-color: #c0c0c0;
  border-color: rgba(0,80,200,0.4);
  border-style: solid;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  
  background-color: rgba(0,80,200,0.2);
}
div.copy  {
  margin-top:   20px;
  padding-top:  5px;
  border-style: solid none none none;
  border-color: #c0c0c0;
  border-color: rgba(0,80,200,0.4);
  border-width: 1px;
  font-family:  inherited;
  font-size:    8pt;
  text-align:   right;
}
div.copy img  {
  height: 10pt;
}


