body
	{
	font-size			: 14px;
	font-family			: verdana, arial, geneva, helvetica, sans-serif;

	color				: #FFFFFF;
	background-color	: #FFFFFF;

	margin-bottom		: 20px;
	margin-top			: 20px;
	margin-left			: 20px;
	margin-right		: 20px;
	}

/*
---------------------------------
Agenda
---------------------------------
*/

#agenda tr
	{
	background-color	: #FFFFFF;
	}
	
#agenda
	{
	color				: #000000;	
	margin:0;
	width: 100%;
	border-collapse:collapse;
	}	

#agenda td.Datum
	{width: 100px; }

#agenda td.Tag
	{width: 100px; }

#agenda td.Zeit
	{width: 100px; }

#agenda td.Anlass
	{width: 250px; }

#agenda td.Ort
	{width: 120px; }

#agenda td.Distanz
	{width: 100px; }

#agenda td.Verantwortlicher
	{width: 200px; }	

#agenda td
	{
	height:15px;
	font-size:12px;
	padding-top: 3px;
	padding-bottom: 3px;	
	border-bottom: 1px #999999 solid;
	}	

#agenda td.Monat
	{
	font-size		: 14px;
	line-height		: 14px;	
	vertical-align	: top; 
	color			: #333333;
	padding-top		: 15px;
	padding-bottom	: 5px;	
	font-weight		: bold;
	border-bottom: 0px #999999 solid;	
	}

#agenda	tr.titel
	{
	font-size:	13px;
	font-weight:bold;
	}

#agenda tr.alt
	{
	background-color	: #EFEFEF;
	}


/*
---------------------------------
Generelle Formatierungen und Abstände
---------------------------------
*/

td  
	{
	font-family		: verdana, arial, geneva, helvetica, sans-serif;
	font-size		: 13px;
	line-height		: 15px;
	vertical-align	: top; 
	color			: #444444;
	}

p
	{
	margin-top			: 10px;
	margin-bottom		: 0px;
	}
	
h1
	{
	font-size 		: 22px;
	line-height		: 26px;
	vertical-align	: top;
	color			: #001C55;
	margin-bottom	: 10px;
	letter-spacing	: 3px;
	}

h2
	{
	border-bottom	: thin black solid;
	font-weight		: bold;
	font-size		: 14px;
	line-height		: 16px;	
	vertical-align	: top; 
	color			: #001C55;
	margin-top		: 20px;
	margin-bottom	: 7px;	
	}

h3
	{
	font-size		: 13px;
	line-height		: 15px;	
	vertical-align	: top; 
	color			: #000000;
	margin-top		: 15px;
	margin-bottom	: 7px;	
	}
	
