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

/* Dokument */
body {
	background-color: #cdcdd9;
	color: #2C2958;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 80%;
}

/* Ueberschriften */
h1 { color: #2C2958; font-size: 2.1em; }
h2 { color: #2C2958; font-size: 1.4em; line-height: 1.4em;}
h3 { color: #2C2958; font-size: 1.2em; line-height: 1.4em;}
h4 { color: #2C2958; font-size: 1.0em; font-weight: bo;d; line-height: 1.4em;}
h5, h6 { color: #2C2958; font-size: 1.0em; font-weight: normal; line-height: 1.4em;}

/* Text-Bloecke */
p, address { font-style: normal; font-size: 1.0em; line-height: 1.5em; }

/* Listen */
ul, ol, dl { font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 1.0em; line-height: 1.0em; }
li { color: #2C2958; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 1.0em; line-height: 1.4em;}
dt { color: #2C2958; font-weight: bold; font-size: 1.0em; line-height: 1.4em;}
dd { font-size: 1.0em; line-height: 1.4em;}

/* Tabellen */
table { color: #2C2958; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 1.0em; }
th, td { font-size: 1.0em; line-height: 1.4em; }

/* Links */
a { color: #AE6D19; font-family: 'Lucida Grande', Verdana, sans-serif; }
a:link, a:visited { color: #D57B05; text-decoration: none; }
a:hover, a:active { color: #2C2958; text-decoration: underline; }

/* Hervorhebungen */
strong, b { color: #2C2958; font-weight: bold; }
em, i { color: #2C2958; font-style: italic; }

/* Bilder */
img { border: 0 none; }

/*Formulare*/
textarea, input { font-size: 1.0em; font-family: 'Lucida Grande', Verdana, sans-serif; }
fieldset {border: 0px;}
legend { font-weight: bold;}

