body
{
	background: #6495ED;
}

.blackbody
{
	font-family: verdana;
	background: #000000;
}

.tdnorm
{
	font-size: 10px;
	font-family: verdana;
	color: black;
	font-weight: normal;
}

.tdnorm input
{
	color: #000000;
	font-size: 10px;
	font-family: verdana;
}

.tdnorm button
{
	color: #ff9933;
	font-size: 10px;
	font-family: verdana;
}

.tdnorm select
{
	color: #000000;
	font-size: 10px;
	font-family: verdana;
}

.tdnorm textarea
{
	color: #000000;
	font-size: 10px;
	font-family: verdana;
}

.tdnorm.gray
{
}

.tdnorm.graynb
{
}

.tdnorm.black
{
	color: #000000;
}

.tdnorm.blueheader
{
	color: white;
	background: #006098;
}

.tdnorm.smallblue
{
}

.tdnorm.red
{
	color: #af0000;
}

.tdnorm.teacher
{
	color: #006098;
}

.tdnorm.bigblue
{
	font-size: 11px;
	color: #006098;
}

.tdnorm.bigblack
{
	font-size: 11px;
	color: black;
}

.fontblue
{
	font-size: 11px;
	color: #006098;
	font-weight: bold;
}

.smallfontblue
{
	font-size: 10px;
	color: #006098;
	font-weight: bold;
}

.tdnorm a:link
{
	color: #006098;
	text-decoration: none;
	font-weight: bold;
}

.tdnorm a:visited
{
	color: #006098;
	text-decoration: none;
	font-weight: bold;
}

.tdnorm a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.tdnorm.smallblue a:link
{
	color: #006098;
	text-decoration: none;
	font-weight: normal;
}

.tdnorm.smallblue a:visited
{
	color: #006098;
	text-decoration: none;
	font-weight: normal;
}

.tdnorm.smallblue a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.tdnorm.bigblue a:link
{
	font-size: 11px;
	color: #006098;
	text-decoration: none;
	font-weight: bold;
}

.tdnorm.bigblue a:visited
{
	font-size: 11px;
	color: #006098;
	text-decoration: none;
	font-weight: bold;
}

.tdnorm.bigblue a:hover
{
	font-size: 11px;
	color: #006098;
	text-decoration: underline;
	font-weight: bold;
}


.tdnorm.gray a:link
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.tdnorm.gray a:visited
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.tdnorm.gray a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.tdnorm.graynb a:link
{
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.tdnorm.graynb a:visited
{
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.tdnorm.graynb a:hover
{
	color: #006098;
	text-decoration: underline;
	font-weight: normal;
}

.tdnorm.black a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.tdnorm.black a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.tdnorm.black a:hover
{
	color: #206060;
	text-decoration: underline;
	font-weight: bold;
}

/* klawisz */	
.button
{
	background: #ff0033;
	border: 1 solid black;
	color: black;
	font-weight: bold;
}

.tdeditor	{
}

/* fckeditor */
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	width: 50px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #660066;
}