
body {
	margin: 0;
	background-color: #d3d3d3;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: black;
	font-style: normal;
	font-weight: normal;
	text-align: left; 
}

img {
	border-style: none;
}

/* Links werden nicht unterstrichen */
a {
	text-decoration: none;
	color: blue;
}

/* Links mit Mouseover schon */
a:hover {
	text-decoration: underline;
}

/* Seitentitel (unbenutzt) */
.typo3_title {
	text-decoration: underline;
}

/* Der eigentliche Seiteninhalt */
.typo3_content {
	font-size: 10pt;
	line-height: 140%;
	text-align: left;
	padding-top: 25px;
	padding-right: 10px;
	vertical-align: top;
}

/* Zeilenabstand zwischen Paragraphen */
p.bodytext {
	margin: 0;
}

/* Align the mail form */
fieldset.csc-mailform {
	display: table;
}

fieldset.csc-mailform div {
	display: table-row;
}

fieldset.csc-mailform div input,label {
	display: table-cell;
	text-align: left;
}

/* Das Menu */
.typo3_menu {
	padding-top: 25px;
	font-size: 12pt;
	font-weight: bold;
}

/* Menu, alle Einträge */
.typo3_menu div a {
	padding-top: 15px;
	display: table;
}

/* Menu Eintrag erste Ebene */
.menu_1_entry a {
	color : #708090;
/*	  color : #004B2F; */
}

/* Menu Eintrag erste Ebene selektiert*/
.menu_1_entry_selected a {
	color : black;
/*	  color : #E97117;*/
}

/* Menu Eintrag zweite Ebene */
.menu_2_entry a {
	color : #708090;
	font-size: 10pt ! important;
	padding-left: 20px;
	padding-top: 10px ! important;
}

/* Menu Eintrag zweite Ebene selektiert */
.menu_2_entry_selected a {
	color : black;
	font-size: 10pt ! important;
	padding-left: 20px;
	padding-top: 10px ! important;
}

/* Menu Eintrag dritte Ebene (nicht benutzt) */
.menu_3_entry a {
	color : #004B2F;
	font-size: 8pt;
}

/* Menu Eintrag dritte Ebene selektiert (nicht benutzt) */
.menu_3_entry_selected a {
	color : #E97117;
	font-size: 8pt;
}

/* HEADERS */
div.csc-header * {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.csc-header h1 {
	font-size: 12pt;
	font-weight: bold;
}

div.csc-header h2 {
	font-weight: bold;
}

/* unused */
div.csc-header h3 {
	color: #fe7700;
	font-weight: bold;
}

/* unused */
div.csc-header h4 {
}

/* unused */
div.csc-header h5 {
	font-weight: bold;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
}

/* Bildunterschriften */
dd.csc-textpic-caption {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 9pt;
/*	font-weight: bold; */
}

/* debugging
div,td {
	border-style: solid;
	border-width: 1px;
} */
