/* CSS Document */
body 				{	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	
						background-color: #d6e2c1;	}

body,td,th 			{	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: #628226;
						/* Das ist org-Farbe; benutzes Grün ist dunkler! #759c2d;*/	}

.border 			{	border-top-width: 1px;		border-right-width: 2px;		border-bottom-width: 1px;		border-left-width: 2px;
						border-top-style: solid;	border-right-style: solid;		border-bottom-style: solid;		border-left-style: solid;
						border-top-color: #759c2d;	border-right-color: #759c2d;	border-bottom-color: #759c2d;	border-left-color: #759c2d;	}

.borderdwn 			{	border-bottom-width: 2px;	border-bottom-style: solid;		border-bottom-color: #759c2d;	}

.borderdwnlo 		{	border-bottom-width: 1px;	border-bottom-style: solid;		border-bottom-color: #759c2d;	background-color: #f2f6eb;	}
.borderdwnlo2 		{	border-bottom-width: 1px;	border-bottom-style: solid;		border-bottom-color: #759c2d;	background-color: #d6e2c1;	}


.tiggerborder 		{	border-bottom: 1px solid #759c2d;	margin-bottom: 1px;	}

.backblue01 		{	background-color: #759c2d;	}
.backblue02 		{	background-color: #d6e2c1;	}
.backblue03 		{	background-color: #f2f6eb;	}

/*  LINKS ------------------------------------------------------------------------------------------ */
a					{	color: #628226; 		font-style: normal;			font-weight: bold;
						text-decoration: none;	text-indent: 2pt;			text-align: left;	/*#759c2d;*/	}
a:hover 			{	font-style: normal;		font-weight: bold;			text-decoration: underline;
						/* color: #004590; */	}
a.up 				{	text-align: right;	}
a.textintern 		{	font-weight: normal;	text-decoration: none;	}
a.textintern:hover 	{	font-weight: normal;	text-decoration: underline;	}

a.menu01 			{	font-style: normal; 	font-weight: bold; 		text-decoration: none;
						font-size: 9pt;			text-indent: 2pt;		/* color: #004590; */	}

a.menu01:hover 		{	color: #d6e2c1;			font-style: normal;		font-weight: bold;
						text-decoration: none;	font-size: 9pt;	}

a.menu02 			{	font-style: normal;		text-decoration: none;	font-weight:normal;
						font-size: 9pt;			text-indent: 6pt;		/* color: #004590; */	}

a.menu02:hover 		{	color: #d6e2c1;			font-style: normal;		text-decoration: none;
						font-weight:normal;		font-size: 9pt;			text-indent: 6pt;	}

/* TEXT ------------------------------------------------------------------------------------------ */
.markup 			{	background-color: #759c2d;	}
.head01 			{	font-family: Arial, Helvetica, sans-serif;	font-size: 14pt;	font-weight: bold;	color: #628226;	}
.head03 			{	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	font-weight: bold;	color: #628226;	}
.head04 			{	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bold;	color: #628226;	}

.tiggertext 		{	color: #FFFFFF;	font-weight: bold;	}

/* Hauptmenu ------------------------------------------------------------------------------------- */
#mainmenu			{	width:155px; background-color:#d6e2c1;	/*border: 1px solid #004590;*/}
div.mainmenu		{	margin: 1px 0px 1px 0px;	}
div.mainmenuend		{	margin: 1px 0px 1px 0px; background-color:#f2f6eb;	}


a.mainmenu 			{	display:block;				background-color:#f2f6eb;			color:#759c2d;	
						font-size: 9pt;				font-weight: bold;					vertical-align: middle;
						padding-top: 2px;			padding-left: 2px;					height: 15px !important;	
						text-decoration: none;	}

a.mainmenu:hover 	{	background-color:#759c2d;	text-decoration: none;				color:#d6e2c1;	}


a.mainmenu02		{	display:block;				background-color:#f2f6eb;			color:#759c2d;	
						font-size: 9pt;				font-weight:normal;					vertical-align: middle;
						padding-top: 2px;			padding-left: 12px;					height: 15px !important;	
						text-decoration: none;	}

a.mainmenu02:hover 	{	background-color:#759c2d;	text-decoration: none;				color:#d6e2c1;
						font-weight: normal;	}
