/* DATEI: kartoffelkeller-styles.css*/
body  {
	font-family : Arial;
	font-size : 10pt;
	background-color : #D5CC99;
	color : black;
} 

td.neu  {
	font-family : Arial,sans-serif;
	font-size : 13pt;
	color : black;
}

td.great  {
	font-family : Arial,sans-serif;
	font-size : 17pt;
	color : black;
}

td.small  {
	font-family : Arial,sans-serif;
	font-size : 12px;
	color : black;
}

td.normal  {
	font-family : Arial,sans-serif;
	font-size : 11pt;
	color : black;
}

a.norm	{
	text-decoration : underline;
	font-family : Arial,sans-serif;
	font-size : 11pt;
	color : black;
}

a.mail	{
	text-decoration : underline;
	font-family : Arial,sans-serif;
	font-size : 10pt;
	color : black;
}

/* PopUpLayer */
td.PopUpTitle
{
	font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    font-weight : bold;
  	color : #ffffff;
	background-color: #9E7000;
}

td.PopUpContent
{
	font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : normal;
  	color : #ffffff;
	background-color: #9E7000;
	
}

div.startinfo
{
	width: 520; 
	height: 100px; 
	position: absolute; 
	overflow: auto; 
	visibility: hidden; 
	background-color: #9E7000;
}

td.dark {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : normal;
    background-color : transparent;
	color : #000000;
  
}


td.darkbig {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    font-weight : bold;
    background-color : transparent;
	color : #000000;
  
}
