/**
 * Colors
 * --------
 * rgb(218,160,73);   orange
 * rgb(60, 22, 4) ; braun
 * rgb(240, 220, 80);  dunkleres gelb
 * rgb(255, 240, 100);  helleres gelb
 */

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, TABLE {
	font-family: verdana, arial;
	font-size: 12px;
}
H1 { font-size: 15px; text-align:center;}
H2 { font-size: 13px; text-align:center;}
H3 { font-size: 12px;}
P, H1, H2 {margin: 0px 0px 5px 0px; padding-bottom: 5px;}

BODY {
	background-color:  rgb(211, 211, 211);
}

TABLE#maintable
{
	background-color: #D7A536;
	width: 1000px;
	/*border: solid 2px rgb(218,160,73); */
}

TD#header {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
	
TD#footer {border-top: dotted 1px rgb(60,22,4);}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 632px;
	height: 600px;
}
TD#content P {
	text-align: justify;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 148px;	
	background-repeat: no-repeat;
	padding-top: 5px;
	border-top: solid 2px rgb(60,22,4);
	border-right: solid 2px rgb(60,22,4);
}
TD#menu_1 DIV {
	/*width: 95%;*/
	text-align:center;
}
TD#menu_1 DIV A {
	color: black;
	text-decoration: none;
}

TD#menu_1 DIV:hover, DIV:focus {
	background-color: rgb(255, 240, 100);
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted rgb(60,22,4);
  font-size: 12px;
  padding: 5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid rgb(60,22,4);
  font-weight:bold;
  font-size: 12px;
  padding:5px;

  background-color: rgb(255, 240, 100);
  filter:alpha(opacity='70', style='0');
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:20px;
}

/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}

TD#partner {
	width: 196px;
	text-align: center;
	vertical-align: top;
	padding-top:5px;
	border-top: solid 2px rgb(60,22,4);
	border-left: solid 2px rgb(60,22,4);
}
TD#partner H2 {
	border-bottom: 1px solid rgb(60,22,4);
	padding-top: 5px;
}
TD#partner td {
	padding:2px;
	text-align:center;
}

/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}


/* alte stylesheets */

/*
a,
a:link,
a:visited
{
	/*
	color:				rgb(60,22,4);
	*/
	/*
	color:				rgb(0, 0, 0);
	background-color:	inherit;
	padding:			0.2em;
	background-color:	transparent;
}

a:hover,
a:focus,
a:active
{
	background-color:	transparent;
}
*/

img.sponsor
{
	border: none;
}

img.partner
{
	width:			15.00em;
}

::selection
{
	color:				rgb(218,160,73);
	background-color:	rgb(240, 220, 80);
}

::-moz-selection
{
	color:				rgb(218,160,73);
	background-color:	rgb(240, 220, 80);
}

input, textarea
{

	border-style:	solid;
	border-width:	0.09em;
	border-color:	rgb(218,160,73);
	width:			15.0em;
}

textarea
{
	width:	35.0em;
	height:	25.0em;
}

label
{
	display:	block;
}

input[type=button],
input[type=submit],
input[type=reset]
{
	background-color:	rgb(218,160,73);
}

