/*body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/

/** {
	-o-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}*/
#formular_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ausgabe table {
	*border-collapse: collapse;
	border-spacing: 0;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
/*	border: 1px solid #262776;*/	
}
.bordered {
	border: 1px solid #9D9898;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
/*    border-radius: 6px 6px 6px 6px;*/
    box-shadow: 1px 2px 5px #9D9898;
    min-width: 300px;
    border-spacing: 0px;
}

.bordered td {
	border-top: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.bordered tr:first-child td:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered tr:first-child td:last-child {
	-moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.bordered tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.bordered tr td:first-child {
	width: 100px;
	text-align: right;
}
.bordered tr td:last-child {
	text-align: left;
}

.bordered td:only-child{
    /*-moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;*/
}

.bordered tr:hover td
{
	background-color: #3D7B9F;
 	color: #EFA00D;
  -o-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.highlight
{
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
} 
#ausgaben {
	margin: 20px;
}
.bordered td {
	padding:10px;
}
#inputs {
	margin: 20px;
}
#inputdesc {
	/*display: inline-block;*/
	font-weight: bold;
	min-width: 150px;
	text-align: right;
}


#inputs input {
	margin: 10px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#eingabefeld {
	width: 90%;
}
#chkboxen {
	margin: 20px;
}
#chkboxen input {
	margin-top: 6px;
	margin-bottom: 6px;
}
.descc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.ausgabe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#errormsgs {
	min-height: 20px;
}
#errormsgs p {
	/*font-weight: bold;*/
	font-style: italic;
	color: #e30c0c;
	-o-transition: all 0.8s ease-in-out;
 	-webkit-transition: all 0.8s ease-in-out;
 	-moz-transition: all 0.8s ease-in-out;
 	-ms-transition: all 0.8s ease-in-out;
 	transition: all 0.8s ease-in-out;
}

#errormsgs p:hover {
	color: #E30C0C;
}

#calcDescription {
	padding-top: 20px;
	margin-bottom: 20px;
}
#vorwissen table {
	display: inline-table;
}
#hexdezDarstellung {
/*	float: left;*/
	margin: 20px;
	
}
#hexdezDarstellungFort {
	/*float: right;*/
	border-left: 1px solid #CCCCCC;
	margin: 20px;
	padding-left: 40px;
}
#hexdezDarstellung td {
	text-align: center;
	margin: auto;
}
#hexdezDarstellungFort td {
	text-align: center;
	margin: auto;
}
/*div.layout {
	display:table;
/*	margin: 20px;*/
/*}
.row {
	display: table-row;
}

div.cell {
	display:table-cell;
}
.descc {
	display:table-cell;
}
.outputc {
	display:table-cell;
}*/
