
body {
  background-color: #d6f6ff;
  font-family: Helvetica;
  font-size: 20px;
  margin: 0;
  margin-top:10px; /* Abstand zum oberen Rand */
  padding: 0;
 } 
header, nav, section, footer, article {display:block; } /* html 5 elemente als blockelemente festlegen */

#i_kopf {	/* für die Kopfzeile in der Indexseite */
		font-size: 40px;
		color: #5567a4;
		text-align: center;
		font-weight: bold;
		
	}
header#i_kopf img {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 8%;
	}	
	
header#i_kopf nav ul { /* für die nav ul Elemente in header #i_kopf */
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
header#i_kopf nav ul li { /* für die nav ul li Elemente in header #i_kopf */
	margin: 0;
	padding: 10;
	display: inline;
	color:#374880;
	font-size: 12px;
	}	
	
header#i_kopf nav ul li a:hover {	
	color:  red;
	}	

header#i_kopf a:hover a:visited{	
	color:  green;
	
	}	
	
	
section#left_sec {	/* section mit id=left_sec */
	float:left;
	width: 15%;
	color: #5567a4;
	margin-left: 10px;
	border-color:gray;;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	border-top-width: 1px;
	border-top-color: silver;
	border-left-width: 1px;
	border-left-color: silver;
	
	}

	
section#left_sec header {
	text-align: center;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	}	

section#left_sec nav ul { /* für die nav ul Elemente in section #left_sec */
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
section#left_sec nav ul li {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	padding-left: 5px;
	padding-bottom: 2px;
	
	}		
	
section#left_sec nav ul li a:hover{	
	color:  red;
	}

section#midd_sec {	/* section mit id=midd_sec */
	float:left;
	width: 60%;	
	color: #5567a4;
	margin-right: 1%;
	margin-left: 1%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	
	}
	

section#midd_sec header {
	text-align: left;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
section#midd_sec article {
	margin-bottom: 10px;
	padding: 10px;
	border-color: gray;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	font-size: 14px;
	}
	
section#midd_sec article input {
	margin-top: 10px;
	
}

}
	
.th_i {
	color: red;
	text-align: left;
	padding-left: 5px;

	}	

.th_o {
	color: yellow;
	text-align: left;
	padding-left: 1px;

	}
	
		
th.th_c {
text-align: center;
}
	
td.td_1 {
	width: 50px;  /* Tabellenspalte 1 */
	text-align: center;
	}		
	
td.td_2 {
	width: 70px;	 /* Tabellenspalte 2 */
	text-align: center;
	}		
	
td.td_3 {
	padding-left: 5px;	 /* Tabellenspalte 3 */
	}				
	
	
section#zentriert {	/* section mit id=zentriert */
   text-align: center;

}	
	
article#impress { 	/* section mit id=impress */


	text-align: center;	
	}	
	
article#impress header {

	text-align: center;	
	}
	
section#right_sec {		/* section mit id=right_sec */
	float:left;
	width:12%;	
	color: #5567a4;	
	margin-right: 10px;
	padding: 10px;
	border-color:gray;;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	border-top-width: 1px;
	border-top-color: silver;
	border-left-width: 1px;
	border-left-color: silver;
	}
	



		

footer#i_fuss {  /* für die Fußzeile auf der Indexseite */
	clear: both;
	color: #5567a4;
	font-size: 8px;
	text-align: center;
	display: block;
	width: 100%;
	}	



#start_s {
	text-align: center;
	color: #5567a4;
	width: 960px;
	height: 200px;
	margin-left: auto; /* zentriert die box auf die mitte der seite */
	margin-right: auto;
}


img.mini {
	width: 10%;
	border: 2px solid silver;
	margin: 1px;
}

#frage  {
	background-color: #9cc69a;
	border-style: solid;
	border-width: 5px;
	border-color: black;
	width: 300px;
	height: 50px;
	margin: 0 auto; 
	
}

#hinweis {
	color: red;
	font-size: 20px;
}



/* die buttons im input-tag */

input.btn {  
	border-radius:5px;
	font-size: 20px;
     /* background-color: red; */
}

input[type="radio"] +label {
	color: red;
}


a  {
	text-decoration: none;
	
}

#box0 {
	
		}	
#box1 {
	background-color: silver;
	border: 2px solid yellow;
	padding-left: 20px;
	overflow: auto;
	width: 600px;
	height: 300px;
	margin-left: auto; /* zentriert die box auf die mitte der seite */
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	color:  black;
	font-weight: bold;
	font-size: auto;
	
	}

select {

	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	border:3px;
	border-color:red;
	border-radius:10px;
	font-size: 20px;

	}

table {
	border-radius:10px;
	width: 100%;
	align: center;
	margin:auto;  /*nur dann wird die tabelle zentriert */
	}
	
td {
		padding-top: 5px;
		padding-bottom: 5px;
		
	}

tr {
	
	}
	
	
tr:nth-of-type(even) { /* jedes gerade n`te Element von tr wird so dargestellt */
	background-color:  #F3F3F3;
	
}

tr:nth-of-type(odd) { /* jedes ungerade n`te Element von tr wird so dargestellt */
	background-color: #ddd;
}
/*
td:nth-of-type(n+2) {  
	
}

td:nth-child(n+2) {  das kindelement von td - n+2 bedeutet alle zellen außer die erste
	
}*/
