/* 
*** css by hendrik ewert - www.twin.worx.de ***
    grundlegene Formatierung 
*/

/* --- Schrift, Hintergrund --- */
html, body {
	margin: 10px; 
	/* margin-left: 50px; */
	font-size: 9pt;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	/* background-color: #FFF; */
	
	/* Hintergrund Bild 
	background-image: url(../../grafix/hg_verlauf.gif);
	background-attachment: fixed;
	background-repeat: repeat-x; */
}

/* --- Überschriften --- */
h1 {
	font-size: 11pt;
	color: #333;
}

h2 {
	font-size: 10pt;
	color: #333;
}

/* --- Funktion inaktiv --*/
#inaktiv {
	font-weight: bold;
	color: #FF3300;
}

/* --- Links im Text --- */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration: underline;
  font-weight: bold;
  color: #333;
}

a:active, a:hover{ 
  color: #0066FF;
}