/*** HTML Tags ***/
body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: medium;
	color: #006;
	background-color: transparent;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

p {
	font-size: medium;
}

td {
	vertical-align: top;
}

/*** Allgemeine Klassen ***/

h1.header {
	text-align: center;
}


/*** Was geht Klassen ***/

table.chatplan {
	width: 85%;
	float: rechts;
}

div.datum {
	margin-bottom: 0.5em;
	font-weight: bold;
}

img.chatplan {
	float: left;
	margin-right: 0.5em;
}

td.chatplanLinks {
	font-weight: bold;
	width: 25%;
}

div.terminBox {
	margin: 0.5em;
	padding: 0.5em;
	border: solid 1px #006;
}

/*** E-Cards Klassen ***/

table.ecardsAuswahl {
	text-align: center;
	margin: auto;
	margin-top: 0.2em;
}

div.ecardsAuswahl {
	text-align: center;
	vertical-align: top;
}

/*** Text Klassen ***/

div.textNavigation {
	background-color: #06c;
	padding: 0.5em;
	margin: 0;
}

h1.textHeader {
	font-size: xx-large;
	color: white;
	text-align: center;
	margin: 0;
}

a.text {
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	}
a.text:link {color: white;}
a.text:visited {color: #ccc;}
a.text:hover {text-decoration: underline;}