/***************/
/* Allgemeines */
/***************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
	font-family: Verdana, Geneva, sans-serif;
    vertical-align: baseline;
	color: #000;
	background-color:#FFF
	text-decoration: none;
}
h1 {
	font-size: 36px;
}
h2 {
    font-size: 32px;
	margin-bottom: 20px;
	color: #863728;
}
h3 {
    font-size: 24px;
	color: #863728;
}
h4 {
    font-size: 20px;
}
a {
	color: #39F;
	font-weight: bold;
}
a:hover {
	color: #863728;
}
container{
	width: 100%;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E6E6E6;
	position: relative;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300;
}
input {
	color: #000;
}
table {
	border-collapse: collapse;
}
/*tr {
	border-bottom: 1px solid #D7D7D7;
}*/
#versorgung {
	width: 200px;
}
#material {
	width: 200px;
}
#zahnfarbe {
	width: 200px;
}
.versorgung_selected {
	text-align:left;
}
.button{
	height: 50px;
	width: 99.2%;
	margin-left: 0px;
	margin-top: 0px;
	font-family: inherit;
    font-size: 99%;
    font-weight: inherit;
    margin: 2px;
    padding: 10px;
    background-color: #863728;
	color:#FFF;
	border-radius: 10px;
}
.button:hover{
	height: 50px;
	width: 99.2%;
	margin-left: 0px;
	margin-top: 0px;
	font-family: inherit;
    font-size: 99%;
    font-weight: inherit;
    margin: 2px;
    padding: 10px;
    background-color: #f7f8f9;
	color: #000;
}
textarea {
	color: #000;
}
.upload-form label:hover {
  background-color: #f7f8f9;
  color: #68686a;
}
.upload-form label i {
  color: #863728;
}
.upload-form label:hover i {
  color: #cfd1d4;
}
.upload-form input[type="file"] {
  appearance: none;
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.upload-form .progressbar {
  height: 20px;
  border-radius: 4px;
  margin: 10px 0;
  background-color: #e6e8ec;
}
.upload-form button {
  appearance: none;
  background-color: #be5a41;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  padding: 10px 12px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
}
.upload-form button:hover {
  background-color: #b6563e;
}
.upload-form button:disabled {
  background-color: #aca7a5;
}
.upload-form .result {
  padding-top: 15px;
}
