/* CSS Document */

h3.hours {
	margin-left: 30px;
	font-size: 14px;
}

ul.hours {
	list-style-type: none;
}

.hours {
	width: 670px;
	margin-left:40px;
	line-height: 20px;
	
	font-size: 10px;
}

.hourtable {
	background-color: #DB2925;
	border: #FFFFFF solid 1px;
	display: block;
	padding: 0px;
}

.hourtable-top {
	background-color: #E9E9E9;
	color: #DB2925;
	font-weight: bold;
	display: block;
	vertical-align: bottom;
	padding: 0px;
	font-size: 10px;
}

ol {
	white-space: nowrap;
}

.aufrufe-link {
	background-color: #DB2925;
	color: #FFFFFF;
	font-weight: bold;
	border: #FFFFFF solid 1px;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
}

.aufrufe-aufrufe {
	background-color: #E9E9E9;
	border: #FFFFFF solid 1px;
	
	white-space: nowrap;

	padding-right: 5px;
	margin-right: 60px;
}

.aufrufe-bilder-link {
	width: 160px;
	color: #DB2925;
	text-decoration: none;
	display: inline-block;
}

.aufrufe-bilder {
	color: #DB2925;
}

a.aufrufe-link:hover {
	background-color: #CCCCCC;
	color: #DB2925;
}

a.aufrufe-bilder-link:hover {
	color: #000000;
}

.verschickte-mails {
	color: #000000;
	width: 250px;
	display: inline-block;
	text-decoration: none;
}

.verschickte-mails:hover {
	color: #DB2925;
}

.verlinkungen {
	width: 630px;
	display: inline-block;
	text-decoration: none;
}

input#reset-aufrufe {
	margin-left: 500px;
}

.mehr-statistik {
	color: #000000;
	text-decoration: none;
	
	width: 50px;
	height: 20px;
	line-height: 20px;
	
	display: block;
	
	text-align: center;
	vertical-align: middle;
	
	margin-left: 600px;
	margin-top: 100px;
	
	font-weight: bold;
}

.mehr-statistik:hover {
	color: #DB2925;
}

.last-user {
	color: #000000;
	text-decoration: none;
}

.last-user:hover {
	color: #DB2925;
	text-decoration:underline;
}