body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background-image: url('bg.gif');
	background-repeat: repeat-y;
	margin-top: 32px;
}

img {
    border: none;
}

h1, h2, h3 {
    padding:0; 
    margin:0;
}

h1 {
}

h2 {
}

h3 {
    font-weight: normal;
    font-size: 10pt;
}

.th {
	background-color: #dddddd;
	font-weight: 900;
}

table.termine {
	border-collapse: collapse
}

table.termine td {
	border: 1px solid grey;
	padding: 3px;
}

td.menu {
    width: 150px;
}

#menu a {
	color: white;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid grey;
}


.csc-header h1 {
	font-size:12pt;
}

fieldset {
	border: 0;
	padding: 0;
}

.csc-mailform-field label {
	display: block;
}

