body {
	margin: 0px;
	padding: 0px;
	/*text-align: left;*/
	text-align: center;
	background:  #fff;
	/*padding-left: 10px;
	padding-top: 14px;*/
	padding-top:10px;
}

div#page	{
	margin: 0px;
	padding: 0px;	
	width: 906px;
	border: 0px solid green;	
	margin: 0px auto 0 auto; 	
}

div#top	{
	width: 906px;
	border: 0px solid red;
	text-align: left;
/*	position: absolute; left: 138; top: 0px;*/
	padding-top: 0px;
	height:100px;

}

div#middle {
	width: 906px;
	border-top:0px solid red;
/*	position: absolute; left: 140; top: 107px;*/
	/*background: #979DAB;*/
}

div#menu {
	width: 906px;
	border:0px solid blue;
	height:29px;
	margin:0px;padding:0px;
/*	position: absolute; top: 83px;*/
}

div#banner {
	width: 906px;
	border:0px solid blue;
	height:233px;
/*	position: absolute; top: 83px;*/
}

div#kategorie {
	float:left;
	width:245px;
	border:0px dotted red;
	text-align:left;
	background: #5e6b7a;
}
div#kategorie table td {background: #5e6b7a;}

div#content {
	width: 640px;
	border:0px solid #8899aa;
	float: right;
	text-align:left;
	padding:10px;
	text-align:justify;
	
/*	position: absolute; top: 83px;*/
}

div.clear_both {clear:both;}

div#dol {
	width: 906px;
	height: 100px;
/*	position: absolute; left: 140; top: 427px;*/
	/*background: #979DAB;*/
	border-top: 1px solid #fff;
}

div#footer {
	width: 906px;
	border:0px solid #232232;
	text-align:center;
/*	position: absolute; left: 140; top: 427px;*/
	background: none;

}


div#text:first-letter { font-size:200%; font-family: Georgia;
}
a.link {
	text-decoration: none;
	font-size: 11px;
	color: #456;
}
a:hover.link {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-size: 12px;
	color: #33f;
}
a:hover.link2 {
	text-decoration: underline;
}

a.link_blue {
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	color: #aaf;
}
a:hover.link_blue {
	text-decoration: underline;
}


.text {
	border:1px solid #888;
	font-size:11px;
	font-family:Verdana, Arial;
	color:#333;
	
}
	/**
	* Table .data
	*/
	.data {
		font-family:verdana;
		font-size:11px;
		border-collapse:collapse;
		border:1px solid #b8b8b8;
	}

	.data thead td {
		font-family:verdana;
		/*background: #006699;*/
		background: url('../images/bg_belki.jpg') repeat-x top left #3076a7;
		border-top: 0px solid #b8b8b8;
		border-bottom: 1px solid #b8b8b8;
		
		text-align:left;
		font-weight:bold;
		padding:5px;
		font-size:12px;
		color:#333;
	}
	
	.data tbody td {
		text-align:left;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:6px;
		padding-right:6px;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #cce;
		color:#333;
		
	}

	table.data tbody tr.parzysty {
   		background-color: #eeeeee;
	}
	
	.podswietlenie 
	{
		background-color: #cceeFF;
	}
 

