/*
/ file: basic.css
/ dsc:  Formatierungen fŸr alle Browser
*/

/* HTML-Tags */
body {
	color: #333;
	font-family: 'Lucida Grande', Verdana, Geneva, sans-serif;
	font-size: 76%;
}
h1, h2, h3, h4, h5, h6, p, address, th, td, li, dt, dt, a {
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Geneva, sans-serif;
}
h1 {
	color: #083094;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	color: #083094;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	color: #083094;
	font-size: 1.0em;
	font-weight: bold;
}
h4, h5, h6 {
	color: #083094;
	font-weight: normal;
	font-size: 1.0em;
}
p, ul, ol {
	font-size: 1.0em;
	line-height: 1.5em;
}
table, th, td {
	font-size: 1.0em;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #999;
	text-decoration: underline;
}
strong, b {
	color: #333;
	font-weight: bold;
}
em, i {
	color: #333;
	font-style: italic;
}
