a.geb
	{
		font:12px;
		font-weight: bold;
		color:#E6E3BC;
		text-decoration: none;
	}

a.geb:visited
	{
		font:12px;
		font-weight: bold;
		color:#E6E3BC;
		text-decoration: none;
	}

a.event
	{
		font:12px;
		font-weight: bold;
		color: #E6E3BC;
		text-decoration: none;
	}

a.event:visited
	{
		font:12px;
		font-weight: bold;
		color: #E6E3BC;
		text-decoration: none;
	}

a.buttons
	{
		font-size: 12px;
		font-weight: bold;
		color: #ADAA89;
		text-decoration: none;
	}






/* ------------------------------------------------------ Hauptfeld - Inhalt -------------------------------------------------------*/
/* html  #aussen
	{
		height: 100%;
	}
*/
#aussen
	{
		background-color: #3A6EA5;
		width: 712px;
		height: 1950px;
		border-left-style: dashed;
		border-right-style: dashed;
		border-left-width: 1px;
		border-right-width: 1px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;

	}

/* ------------------------------------------------------ KALENDER -------------------------------------------------------*/


#kalender-tabellen
	{
		margin-top: 30px;
		margin-left: 10px;
		width: 160px;
		text-align: center;
		height: 220px;
	}

#kalender-tabelle0
	{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		border-color: #ADAA89;
		border-width: 3px;
		border-style: solid;
		color: #000000;
		font-weight: bold;
		font-size: 14px;
		background-color: #ADAA89;

	}

#kalender-tabelle1
	{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		border-color: #ADAA89;
		border-width: 3px;
		border-style: solid;
		width: 160px;

		padding: 3px;
	
	}

#zelle-leer
	{
		text-align: center;
		background-color: #ADAA89;
		color: #000000;
		font-weight: bold;
		width: 20px;
		height: 20px;
		font-size: 9px;
	}

#zelle-tag
	{
		text-align: center;
		color: #000000;
		font-weight: bold;
		width: 20px;
		height: 20px;
		font-size: 9px;
	}

#zelle-heute
	{
		text-align: center;
		background-color: #CEC99F;
		color: #000000;
		font-weight: bold;
		width: 20px;
		height: 20px;
		font-size: 9px;
	}

#zelle-geb
	{
		text-align: center;
		background-color: #ADAA89;
		color: #FFC125;
		font-weight: bold;
		width: 20px;
		height: 20px;
		font-size: 9px;
	}

#zelle-event
	{
		text-align: center;
		background-color: #ADAA89;
		color: #FFC125;
		font-weight: bold;
		width: 20px;
		height: 20px;
		font-size: 9px;
	}


#table-eintrag
	{
		margin-left: auto;
		margin-right: auto;
		width: 600px;
		margin-right: auto;
		margin-left: auto;
		color: #ADAA89;
		font-size: 14px;
		border-collapse: collapse;
	}

#eintrag-tag
	{
		text-align: left;
		width: 150px;
		font-weight: bold;
		background-color: #ADAA89;
                 color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

#eintrag-datum
	{
		text-align: right;
		font-weight: bold;
		background-color: #ADAA89;
                 color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;

	}

#eintrag-zeit
	{
		text-align: left;
		width: 150px;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 5px;
	}

#eintrag-beschreibung
	{
		text-align: left;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 5px;
	}

#eintrag-text
	{
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

/*------------------------------------------- Buttons ---------------------------------------------*/
