/* Body */
BODY {
 	background-color: white;
    margin: 0px 0px 0px 0px;
}

/* GENERAL fonts */
H1, H2 {
	font-family: arial narrow;
}
P, OL, UL, DIV, TD {
	font-family: verdana;
	font-size: 9px;
}
SELECT, INPUT, TEXTAREA {
	font-family: verdana;
	font-size: 12px;
}
P, H1, H2 {margin: 0px 0px 0px 0px;}
P.klein {font-size: 7px;}
H1 {
	font-size: 15px;
    	font-weight: bold;
	}
H2 {
	font-size: 13px;
    	font-weight: bold;
    }

/* Veranstaltungen */
P.event, H1.event, H2.event {margin: 0px 0px 0px 0px;}
H2.event {color: #A12C32;}

A:LINK {
	color : #EF3D33;
    	font-weight : bold;
	text-decoration : none;
}
A:ACTIVE {
	color : #EF3D33;
    	font-weight : bold;
	text-decoration : none;
}
A:VISITED {
	color : #EF3D33;
    	font-weight : bold;
	text-decoration : none;
}
A:HOVER {
	color : #A12C32;
    	font-weight : bold;
	text-decoration : none;
}
TABLE.event {width: 650px;
	margin-left: 62px;}
TD.event {vertical-align: top;}
IMG.event {align: top;
	height: 100%;}
HR.event {margin: 0px 0px 0px 0px;}

DIV.inhalt {position:relative; margin: -7px 0px 0px 0px; width: 700px;}
DIV.event {position:static; margin: 0px 0px 0px 0px; width: 700px;}
DIV.links {position:absolute; margin: 0px 0px 0px 0px; top:0px; left:0px; width: 92px;}
Div.red {color: #EF3D33;}
DIV.mitte {position:absolute; margin: 0px 0px 0px 0px; background-color: #C0C0C0; top:0px; left:92px; width: 200px}
DIV.rechts {position:relative; margin: 0px 0px 0px 0px; top:0px; left:304px; width:396px;}
DIV.balken {position:relative; margin: -5px 0px 0px 0px; top:0px; width: 700px;}



TD#header_1 {background-color: #EF3D33;}

TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 27px;
	padding-right: 10px;
	padding-top: 54px;
	vertical-align: top;
	width: 700px;
    	border: 1px;
}

/* Menu 1 column */
TD#menu_1 {
	vertical-align: top;
	width: 215px;
    	height: 100%;
	background-color: #C0C0C0;
	font-weight: bold;
    	text-transform: uppercase;
}
/* sistiert
TD#menu_1 DIV {
	width: 100%;
}
TD#menu_1 DIV A {
	color: #EF3D33;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	color: #A12C32;
	text-decoration: none;
}

/*  MENU 1, level 1, normal state (NO) */
/* sistiert
TD#menu_1 DIV.menu1-level1-no {
  	font-size: 16px;
  	padding-top:5px;
  	padding-left:18px;
}
/*  MENU 1, level 1, active state (ACT) */
/* sistiert
TD#menu_1 DIV.menu1-level1-act {
  	font-weight:bold;
  	font-size: 16px;
  	padding-top:5px;
  	padding-left:18px;
}
TD#menu_1 DIV.menu1-level1-act A {
  	color: #A12C32;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  padding-left:40px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 11px;
  font-weight: bold;
  padding-left:40px;
}






/*  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: arial narrow;
  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;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: arial narrow;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color: red;
}
TD#path A:hover {
  text-decoration: underline;
}

/* Randspalte */
TD#rand {
	width: 65px;
	background-color: #ffffff;
}