/*
basic.css
servicecenter@reha-suedwest.de - last change: 20070518 we;
*/

/*--- Globale Festlegungen --*/

body {
	font-size: 100.1%;
}

a, address, blockquote, div, caption, cite, dfn, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, img, label, legend, li, ol, option, p, q, samp, select, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif, "MS Sans";
	border: 0;
	line-height: normal;
}

address, abbr, acronym, dfn {
	font-style: normal;
}

dt, strong {
	font-weight: bold;
}

strong {
	color: #111;
	background: transparent;
}

h1, h2, h3, h4, h5, dt {
	color: #111; background: transparent;
}

h1, h2, h3, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .9em;
}

img, a img, a:hover img, a:focus img {
	border: none;
}

code {
	font-size: .9em;
	font-family: Courier, monospace;
	font-weight: bold;
	color: #777;
}

/* noch prüfen
a:link { color: #000;}
a:visited { color: #444;}
a:hover { color: #333; background: #fc9;}
a:active { color: #f90; background: #fff;}
*/