.testgal
{
	background-color: #f9f9f9;
	border: 5px solid #e9e9e9;

}
.testgal:hover
{
	background-color: #e9e9e9;
	border: 5px solid #d9d9d9;

}

.testgal:active
{
	background-color: #e9e9e9;
	border: 5px solid #00ff00;


}
h1 
{
	color: #1214a7;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
}

h2 
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 1px;
}

img 
{
	border: 0;
}

html,body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial;
}

table, p 
{
	font-size: 10pt;
	text-align: left;
}


.button 
{
	font-family: Verdana; 
	font-size: 12px; 
	color: #000;
	border: 2px solid #e9e9e9; 
	padding-left: 18px; 
	padding-right: 4px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	background-color: #fafafa;
	background-image:url(/images/cms/ok.png);
	background-repeat:no-repeat;
	background-position:left;
}
.buttonabbruch 
{
	font-family: Verdana; 
	font-size: 12px; 
	color: #000;
	border: 2px solid #e9e9e9; 
	padding-left: 18px; 
	padding-right: 4px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	background-color: #fafafa;
	background-image:url(/images/cms/del.gif);
	background-repeat:no-repeat;
	background-position:left;
}


a, a:hover, a:visted
{
	text-decoration: overline;
	color: #6b1e7c;
}

a:hover 
{
	text-decoration: none;
	color: #000;
}

/* Flex-DB */

	/* Tabelle */
	table.flexdb
	{
		border: 1px solid #e3e3e3;
		border-collapse: collapse;

	}
	
	/* Tabellenüberschrift */
	table.flexdb th
	{	

		color: #5da0bc;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
	}

	/* Zeilen */
	table.flexdb tr
	{
		background-color: #e9e9e9;
		height: 30px;

	}
	
	table.flexdb td
	{
		background-color: #fff;
		padding-left: 5px;
		padding-right: 5px;
	}
	

/* Tabelle-none-Style */

	/* Tabelle */
	table.none
	{
		border: 0;
		border-collapse: collapse;

	}
	
	/* Tabellenüberschrift */
	table.none th
	{	
		padding-left: 5px;
		padding-right: 5px;
	}

	/* Zeilen */
	table.none tr
	{
		height: 30px;
	}
	
	table.none td
	{

		padding-left: 5px;
		padding-right: 5px;
	}	



/* first example */

 /* set background images for corners */
.rbroundbox { background: url(./../images/cms/simple_background.gif) repeat; }
.rbtop div  { background: url(./../images/cms/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(./../images/cms/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(./../images/cms/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(./../images/cms/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.rbcontent  { margin: 0 15px; }
.rbroundbox { width: 90%; margin: auto; }




  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: right;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0px; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0px;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0px;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 23px; left: 0px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.2em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.2em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 250px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 350px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 350px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }


