

#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
	position: relative;
	margin-bottom: 10px;
	width: 200px;
}

#navcontainer #current {
	color: #000000;
	background: #cccccc; 
	/*background: #98afbe; */
	font-weight: normal;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #ffffff;
	background: #cccccc; 
	/*background: #72848f; */
	font-weight: normal;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navcontainer li {
}

#navcontainer a {
	background: #f2f2f2; 
	/* background: #62727b; */
	color: #000000;
	/*color: #ffffff; */
	display: block;
	text-decoration: none;
	padding-left: 10px;
	height: 20px;
	margin-bottom: 1px;
	letter-spacing: 1px;
	font-weight: normal;
}

#navcontainer a:hover {
	background: #cccccc; 
	/*background: #98afbe; */
	color: #000000;
	/*color: #61727a; */
}

#navcontainer a:active {
}


#Article2 {	
			column-count: 2; /* ================================HIER WIRD DIE ANZAHL DER SPALTEN DEFINIERT!!! ==========================================*/
			column-gap: 20px;
			column-rule: 0px  #BBB;  /* column-rule: 1px dotted #BBB;  */
			padding: 15px;
			text-align: justify;
		}
		
#Article1 {	
			column-count: 1; /* ================================HIER WIRD DIE ANZAHL DER SPALTEN DEFINIERT!!! ==========================================*/
			column-gap: 20px;
			column-rule: 0px dotted #BBB;  /* column-rule: 1px dotted #BBB;  */
			padding: 15px;
			text-align: justify;
		}
		
#Article3 {	
			column-count: 3; /* ================================HIER WIRD DIE ANZAHL DER SPALTEN DEFINIERT!!! ==========================================*/
			column-gap: 20px;
			column-rule: 0px  #BBB;  /* column-rule: 1px dotted #BBB;  */
			padding: 15px;
			/*text-align: justify; */
		}
		
.ArtDesign   {
			
		}
.ArtDesign  ul {
			padding: 0px 0px 0px 0px;
		}
		
.ArtDesign a:link, a:visited, a:hover {
			font-weight: bold; 
			color: #cd2626;
			text-decoration:none;
			
		}

.ArtDesign a:hover { color:#dd8800; text-decoration: underline; }

.ArtDesign  td {
			text-align: left;
			font-size: 1.0em;
			vertical-align: top;
			border: 1px solid; 
			padding: 3px;
		} 
		
		/*#Article2Col {
			column-count:2;
			font-weight: bold;
			color: #72848f;
			
		}

.Article3Col {
			column-count:3;
		}  */