/* kppm.de */
/*--*/

/*
	background-color: rgb(255, 255, 255);
	background-image: url(gfx/pbga.png);
	background-position: 128px 0px;
	background-repeat: repeat;
	background-attachment: fixed;
*/


body
{
	margin: 0;
	border-width: 0;
	padding: 0;
	min-width: 768px; min-height: 320px;
	max-width: 832px; max-height: 16384px;
	width: 768px; height: auto;

	direction: ltr;
	line-height: 16px;
	word-spacing: 0px;
	letter-spacing: 0px;
	text-align: left;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	color: rgb(255, 255, 255);
}

body.index
{
	margin-left: 160px;
	margin-top: 16px;
	background-color: #000044;
}

div.header
{
	position: fixed;
	top: 0;
	height: 125px;
	width:832px;
	padding: 0;
	margin: 0;
	padding-left:128px;
	background-color:#FFFFFF;
}

div.menu
{
	padding-top:32px;
	position: fixed;
	top: 125px;
	width: 128px;
	bottom: 0px;
	left: 0px;
	background-color:#111177;
}

div.content
{
	position: absolute;
	top: 125px;
	left: 128px;
	width: 800px;
	bottom: 0px;
	overflow: auto;
	background-color: #000044;
	margin:0;
	border-width: 0;
	padding:16px;
	padding-top:32px;
	scrollbar-base-color:#0000FF;
	scrollbar-track-color:#FFFF00;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#AAAAFF;


}

h1
{
	font-size: 28px;
	font-weight: bold;
	margin:0;
	padding: 0;
	margin-bottom: 16px;
	color: #FFFF00;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFFF00;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	margin:0;
	padding: 0;
	margin-bottom: 16px;
}

h3, td.subtitle2
{
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding: 0;
	margin-bottom: 16px;
	padding-right: 16px;
}

div.text
{
	padding-right: 32px;
}

div.text, p
{
	margin-bottom: 16px;
}

/*--*/
img
{
	border-width: 0px;
}
/*--*/
a
{
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
}
a:link		{
		color: rgb(0, 230, 0);
		background-color: transparent;
		}
a:visited	{
		color: rgb(240, 0, 0);
		background-color: transparent;
		}
a:focus		{
		color: rgb(0, 0, 255);
		background-color: rgb(255, 255, 255);
		}
a:hover		{
		color: rgb(255, 255, 255);
		background-color: rgb(0, 0, 255);
		}
a:active	{
		color: rgb(0, 0, 0);
		background-color: rgb(255, 255, 255);
		}
/*--*/

table.content, table.content tr, table.content td
{
	border-width: 0px;
}
table.content
{
	width: 768px;
}

td.menuCell, td.subMenuCell
{
	height:32px;
	width:128px;
	overflow: hidden;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
td.menuCell
{
	padding-left: 4px;
}

div.subMenuCell
{
	background-color: rgb(100, 100, 255);
	padding-right: 4px;
	padding-left: 22px;
	white-space: nowrap;
}


td.content
{
	font-size: 14px; 
	height: 16px; 
	padding: 4px; 
	white-space: normal;
}

td.datum
{
	width: 100px;
	white-space: nowrap;
	vertical-align: top;
}

td.program, td.datum
{
	font-size: 14px; 
	height: 16px; 
	padding: 4px; 
	vertical-align: top;
}
td.links
{
	font-size: 14px; 
	height: 16px; 
	padding: 4px; 
	width: 384px;
}
td.pict
{
	font-size: 18px; 
	text-align: center;
	width: 384px;
	padding: 4px;
}

.tags {
	display:none; visibility:hidden;
}


/*--*/

