/* external style sheet for jokes-theater.net */
/*  Times New Roman, Times, serif */

TABLE, TR, TH, TD  { 
	font-size:10pt;
	font-family:Verdana,Times New Roman;
	color:#441100;
}

UL, LI {
	font-size:10pt;
	font-family:Verdana,Times New Roman;
	color:#441100;
}

B {
	font-size:10pt;
	font-family:Verdana,Times New Roman;
	color:#9D0000;
	font-weight:bold;
}

B.nav {
	font-size:12pt;
	font-family:Verdana,Times New Roman;
	color:#883311;
	font-weight:bold;
}
TABLE,TR,TH,TD.first  { 
	font-family:Verdana,Times New Roman; 
	font-size:8pt; 
	font-style:normal;
	font-weight:normal; 
	color:#005577; 
}

A:link {
	font-family:Verdana,Times New Roman;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#CC0000;
}
A:active {
	font-family:Verdana,Times New Roman;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#CC0000;
}
A:visited {
	font-family:Verdana,Times New Roman;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#CC0000;
}
.ondertitel {
	font-size:18pt;
	font-family:Georgia,Times New Roman;
	font-weight:normal;
	font-style:normal;
	color:#CC0033;
	text-align:center;
}
.titel {
	font-size:22pt;
	font-family:Georgia,Times New Roman;
	font-weight:normal;
	font-style:normal;
	color:#990000;
	text-align:center;
}

P.tt {
	font-size:20pt;
	font-family:Verdana,Times New Roman;
	font-weight:normal;
	font-style:itali;
	color:#D20000;
}


H1 { 
	font-size:26pt;
	font-family:Times New Roman;
	font-weight:normal;
	font-style:italic;
	color:#ccdddd;
}

H2 { 
	font-size:20pt;
	font-family:Times New Roman;
	font-weight:normal;
	font-style:italic;
	color:#aaccdd;

}

H3 { 
	font-size:14pt;
	font-family:Verdana,Times New Roman;
	font-weight:normal;
	font-style:normal;
	color:#003355;
}

H4 { 
	font-size:16pt;
	font-family:Verdana,Times New Roman;
	font-weight:normal;
	font-style:italic;
	color:#0099bb;
}

H5 { 
	font-size:18pt;
	font-family:Verdana,Times New Roman;
	font-weight:normal;
	font-style:normal;
	color:#003355;
}

H6 { 
	font-size:18pt;
	font-family:Verdana,Times New Roman;
	font-weight:normal;
	font-style:normal;
	color:#003355;
}

/******************************************* MENUBAR *****************************/

@charset "UTF-8";

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 65px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 150px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul 
{
	width: auto;
	
}* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{ border: 0px dotted #CCC; }
/* Menu items */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #222;
	text-decoration: none;
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	height: 65px;
	width: 65px;
	text-indent: 0px;
	background-image: url(../images/bgmenu_links.jpg);
	filter: alpha(opacity=80);
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
 }


ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/bgmenu_down_links.jpg);
	filter: alpha(opacity=80);
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;
	
}




/* Menu items that are open with submenus with MenuBarItemHover  */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-image: url(../images/bgmenu_links.jpg);
	filter: alpha(opacity=60);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
	color: #999999;
	}

 ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../images/bgmenu_down_links.jpg);
	filter: alpha(opacity=60);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
	color: #bbbbbb;
	}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
	background: #ffffff;
	}
}
