/*
/ file: basic.css
/ dsc:  Formatierungen fuer alle Browser
*/

/* HTML-Tags */
body {
	color: #000;
	font-family: 'Lucida Grande', Geneva, Verdana, sans-serif;
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6, p, address, th, td, li, dt, dd, form, input, textarea, a {
	color: #000;
	font-family: 'Lucida Grande', Geneva, Verdana, sans-serif;

}

h1 { color: #2A3880; font-size: 2.1em; font-weight: bold; line-height: 1.3em; }
h2 { color: #2A3880; font-size: 1.4em; font-weight: bold; line-height: 1.3em; }
h3 { color: #2A3880; font-size: 1.2em; font-weight: bold; line-height: 1.3em; }
h4, h5, h6 { color: #2A3880; font-weight: bold; font-size: 1.0em; }
p, dl, ul, ol { font-size: 1.0em; line-height: 1.3em; }

table, tr, th, td { font-size: 1.0em; line-height: 1.3em; }
table tr { vertical-align: baseline; }
table td { text-align: left; }

input, textarea { font-size: 1.0em; }

a:link, a:visited { color: #D65E33; text-decoration: none; }
a:hover, a:active { color: #D65E33; text-decoration: underline; }

strong, b { color: #000; font-weight: bold; }
em, i { color: #000; font-style: italic; }
img { border: 0 none; }

fieldset {border: 0px;}
legend { font-weight: bold;}

