input#uhr{
	margin-left: 		20px;
	}

div#liste{
	width: 				700px;
	height: 			150px;
	border-width:		1px;
	border-style:		solid;
	border-color:		blue;

	}

div#img{
	width: 				200px;
	float: 				left;
	}

div#info{
	margin-left: 		10px;
	float: 				left;
	}

div#text{
	margin-left: 		400px;
	}
	
div#content h2{
	padding-bottom: 	20px;
	}

div#content a{
	border-bottom: 		1px dashed #2F2F2F;
	color: 				black;
	}

div#content a:hover{
	border-bottom: 		1px solid #2F2F2F;	
	color: 				black;
	}

div#content input, select{
	border-width:		1px;
	border-style:		solid;
	border-color:		black;
	}

div#liste2 th{
	background-color:	#003299;
	color:				#FFFFFF;
	}

div#liste2 td{
	background-color:	#BFBFBF;
	}
p{
	padding-bottom: 	10px;
	}
h3{
	padding-top: 		10px;
	}
ol, ul{
	margin-left:20px;
	}
