.etools
{
	border: 2px solid black;	
	padding: 0px 10px 0px 10px;
	border-radius: 10px;	
	margin-bottom: 10px;	
}

button
{
	background-color: green;
	color: black;
	padding: 5px 4px 5px 4px;
	font-size: 1.1em;
	border: 1px solid #333;
	width: 100%;
}
button:hover
{
	background-color: #333;
	border: 1px solid white;
}

input
{
	padding: 4px 0px 4px 15px;
	font-size: 1.1em;
	border: 1px solid #333;
	width: 50%;
	min-width: 60px;
	margin-bottom: 10px;
}


/*Meldung anzeigen */
#meldung
{
	display:none;
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: black;
	background-color: rgba(0,0,0,0.5);
	color: white;	
}

#meldung-content
{
	position: absolute;
	z-index: 1001;
	min-height: 300px;
	width: 500px;
	background-color: #01416D;
	color: white;
	border: 2px solid white;
	text-align:center;
	overflow: hidden;
}

#meldung-head
{
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: white;
	color: #01416D;
	height: 45px;
	
}

#meldungausgabe
{
	margin-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#meldungOut
{
	position: absolute;
	bottom: 2px;
	right: 2px;
	background-color: white;
	color: #01416D;
	border: none;	
	
}
#meldungOut:hover
{
	background-color: #333;
	color: white;
}

/* Tabelle für die Leitungsquerschnitte*/
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: center;
    padding: 4px;
}

tr:nth-child(even){background-color: #00385E}

th {
    background-color: green;
    color: white;
}


/*IP-Schutzklasse*/
select
{
	height: 40px;	
	font-size: 1.1em;
	min-width: 50px;
	margin-bottom: 10px;
}

#ip
{
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}


/*Leitungsquerschnitte*/




/* #leitwert, #phasentyp
{
	padding-left: 15px;
	font-size: medium;
	border: 1px solid #333;	
	height: 34px;
} */

/* #contInhalt2 input, #contInhalt2 select, #contInhalt2 button, #contInhalt2 h3
{
	margin-right: 40px;
} */

