/* CSS Document */


/* Body Stlye Definitionen */
body
{



	font-family:Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia, Arial;
	font-size:9pt;
	color:#685F16;
	margin-top:20px;
	margin-left:50px;

}

h1 {
	font-family:Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia, Arial;
        font-weight: bolder;
        font-size:14pt;
	color:#685F16;

}

h2 {
	font-family:Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia, Arial;
        font-weight: bolder;
        font-size:12pt;
	color:#685F16;

}




/* Link Stlye Definitionen */

a:link,a:visited
{
  color:#BEBD1B;
  font-weight: bolder;
  font-size:9pt;
  text-decoration:none;
}

a:hover,a:active
{
  color:#4D4F0F;
  font-weight: bolder;
  font-size:9pt;
  text-decoration:none;
}




/* Tabellen mit abgerundeten Ecken */

div
{
font-size:12px;font-family:Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia, Arial;
position:absolute;width:150px;height:200px;
background-color:#e7e7e7;
}

.div1
{
border:1px solid #aaaaaa;
left:700px;top:100px;
padding:10px;
-moz-border-radius:10px;
-khtml-border-radius:30px;

}



table, tr, td
{



	font-family:Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia, Arial;
	font-size:9pt;
	color:#685F16;

}
