body {
	font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

img {
	border: none;
}

a:link {
text-decoration: none;
color: #11c;
}

a:visited {
text-decoration: none;
color: #55f;
}

a:hover, a:focus, a:active {
text-decoration: none;
color: #ddd;
background: #454589;
}

img.left {
	float:left;
	margin-right: 0.5em;
	border: 1px solid #000;
}

img.right {
	float:right;
	margin-left: 0.5em;
	border: 1px solid #000;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: .1em dashed #555;
	cursor: help;
}

table { 
	width: auto; 
	border-collapse:collapse; 
	margin-bottom: 0.5em; 
	margin-left: auto; 
	margin-right: auto; 
}
	table.full { width: 100%; }
	table.fixed { table-layout:fixed }

th { text-align: center; }
th,td { padding: 0.5em; }
td { border: thin dotted #808080; }
thead th, tfoot th { background: #444; color: #fff;  border: thin solid #444; }
tbody th { background: #ccc; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
caption {
	caption-side:bottom;
	margin-left: auto;
	margin-right: auto;
}


#person {
	background: #dde;
	-moz-border-radius:0.75em;
	-khtml-border-radius:0.75em;
}

	#person .img {
		float: left;
		margin: 0.5em;
		margin-right: 1em;
	}

	#person .img img {
		width: 5em;
	}
	
	#person h2 {
		font-size: 1.5em;
		margin:0;
		border: none;
	}

	#person h2 a:link, #person h2 a:visited {
		color: #225;
		text-decoration: none;
	}

	#person h2 a:hover, #person h2 a:active, #person h2 a:focus {
		color: #fff;
		background:#222;
		text-decoration: none;
	}

	#person p {
		margin:0;
		color: #555;
	}
	
	#person table {
		margin: 0;
	}
	#person th {
		text-align: right;
		padding: 0 0.25em;
	}
	#person td {
		border: none;
		padding: 0.25em;
	}

.date {
	float: right;
	border-left: 1px solid #888;
	text-align: center;
	padding-left:0.5em;
	margin-left:0.5em;
	min-width: 7em;
	
	font-size: 0.75em;
	float: right;
	color: #777;
}

.day {
	display: block;
	font-size: 1.75em;
	font-weight:bold;
}

.hours {
	display: block;
}

.month {
	font-weight: bold;
}

/* ERROR-Messages */

/*
 * (de) Messagebox
 * (en) Messagebox
 */
.error, .warn, .info, .success {
	margin: 0.5em;
	padding: 0.5em;
	border-bottom: 1px dotted #888;
}
 
 /*
 * (de) Fehlernachricht (Blockelement)
 * (en) Errormessage
 */
.error {
	background-color: #FFCFCF;
}

/*
 * (de) Warnung (Blockelement)
 * (en) warning message
 */
.warn {
	background-color: #FFEADF;
}

/*
 * (de) Informations nachricht (Blockelement)
 * (en) information message
 */
.info {
	background-color: #DFDFFF;
}

/*
 * (de) Erfolgsmeldung (Blockelement)
 * (en) success message
 */
.success {
	background-color: #DBFFCF;
}
