/*
	style sheet Goldberg-Klinik Kelheim (c)2008 plumsoft systemhaus gmbh
	aa 20081002
	font sizes and styles
*/

/* Standardschriftart */
body {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 12px;
}

/* Kopfbereich rechts */
#fontadjust,
#search,
#links {
	font-size: 12px;
}

/* Navigation links */
#navigation {
	font-size: 14px;
	font-weight: bold;
}

/* Infobox rechts */
.linkbox {
	font-size: 12px;
}

/* Fußzeile */
#footerRight {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

/* Schrift im Contentbereich, sollte mit Standardschrift übereinstimmen */
#content,
#content table {
	font-size: 12px;
	font-weight: normal;
}

#contentInfo,
#contentInfo table {
	font-size: 12px;
	font-weight: normal;
}

#contentHeader {
	font-size: 12px;
}

/* Bildbeschriftungen */
table.imgBox,
table.imgBoxFloatLeft,
table.imgBoxFloatRight,
table.imgBoxBorder,
table.imgBoxBorderFloatLeft,
table.imgBoxBorderFloatRight {
	font-size: 11px;
	font-weight: normal;
}

/* H1 Überschrift */
h1 {
	font-size: 18px;
	font-weight: bold;
}

/* H2 Überschrift */
h2,
.searchLineHeader,
.previewHeader {
	font-size: 14px;
	font-weight: bold;
}

/* Alle anderen Überschriften */
h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
}

/* Formulare */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 12px;
}

