* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #4F789F;
}

h1 {
	font-size: 24px;
	margin-bottom: 24px;
}

h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

h3 {
	font-size: 14px;
	margin-bottom: 16px;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

.clear {
	clear:both;
}

/* Termine */
table.termine {
    width: 100%;
    border: 1px solid #aaaaaa;
}
table.termine th {
    padding: 10px 5px;
    background-color: #aaaaaa;
    color: white;
    text-align:left;
    font-size: 16px;
}
table.termine td {
    padding: 5px;
    border: 1px solid #aaaaaa;
}

table.termine tr:nth-of-type(even) td
{
 background-color: #f0f0f0;
}