/*******************************************************/
/*	G L O B A L                                    */
/*******************************************************/

*
{
	font-family: Verdana, Arial;
	font-size: 11pt;
//	color: gray;
	color: #333333;
}

html
{
	background-image: url("../grafik/beams.jpg");
}

body
{
	margin-left: 10%;
	margin-right: 10%;
}

/*******************************************************/
/*	Überschriften                                  */
/*******************************************************/

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
	color: #8904B1;
}

h3
{
	color: #BF00FF;
}

/*******************************************************/
/*	Layout-Bereiche                                */
/*******************************************************/

header, footer, section, aside, nav
{
	background-color: #FEFEFE;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	border-radius: 4px;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 6px;
}

header
{
	padding-top: 0px;
	padding-bottom: 0px;
}

footer
{
	padding-top: 0px;
	padding-bottom: 0px;
}

section
{
	height: 600px;
	overflow: auto;
}

nav
{
//	padding-left: 6px;
	padding: 0;
	margin-bottom: 2px;
}

aside
{
	float: right;
	width: 220px;
	background-color: #EFEFEF;
	border-style: none;
	padding-left: 8px;
	margin-right: 4px;
	margin-left: 20px;
}

/**************************************/
/* Verlinkungen                       */
/**************************************/

a
{
	text-decoration: none;
	color: blue;
}

/**************************************/
/* Formulare                          */
/**************************************/

form
{
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	border-radius: 4px;
	width: 500px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

/**************************************/
/* Tabellen                           */
/**************************************/

table
{
	empty-cells: show;
	border-style: none;
}

th
{
	font-size: 14pt;
	text-align: center;
	color: #8904B1;
	height: 50px;
}

td
{
	vertical-align: middle;
	text-align: center;
	border-top-style: none;
	padding: 4px 6px;
}

td.rot
{
	color: orange;
}

td.gruen
{
	color: green;
}

/*******************************************************/
/*      Dropdown-Menue                                 */
/*******************************************************/

nav ul
{
	padding: 0px;
	margin: 0px;
}

nav ul:after
{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

nav ul, nav ul li
{
//	background-color: #FAFAFA;
//	background-color: gray;
	background-color: #222222;
}

nav ul li
{
	list-style: none;
	float:left;
}

nav ul li a
{
	text-decoration: none;
	display: block;
//	color: #333;
//	color: silver;
	color: white;
	padding: 4px 16px 4px 16px;
}

nav ul li:hover > ul
{
	visibility: visible;
}

nav ul li ul
{
	display: inline;
	visibility: hidden;
	position: absolute;
	padding: 0px;
}

nav ul li ul li
{
	float: none;
}

nav ul li ul li a:hover
{
//	color: #333;
	color: gray;
}

nav ul li.cat
{
//	font-weight: bold;
	border-right-style: none;
	border-width: 1px;
	border-color: silver;
	text-align: left;
}
