* {
margin: 0;
padding: 0;
border: 0 solid;
}
html {
height: 100%;
margin-bottom: 1px;
}
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
}
h1 {
font-size: 1.4em;
font-weight: bold;
margin: 0 15px 10px 0;
}
h2 {
font-size: 1.2em;
}
h3, h4, h5, h6 {
font-size: 1em;
font-weight: bold;
}

a img {
	border:none;
}

a {
	color: #621111;
	text-decoration: none;
}
a:visited {
	color: #621111;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #3399cc;
}

#head-navigation {
	font-size: 1.4em;
	padding-left:10px;
}


#footer {
	font-size: 1.4em;
	color: #621111;
}

/*Typo3*/
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
		vertical-align:middle;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
/* tabellen */
table.contenttable {
	border-collapse:collapse;
}

table.contenttable th {
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	padding: 5px;
}

table.contenttable td {
	vertical-align:top;
	padding: 5px;
}
