﻿/* hlavni cast */
#blackPart, #whitePart
	{
		position:relative;
		padding-bottom:7px;
	}
	#blackPart #mainArticleTextPart
		{
		position:absolute;
		bottom:10px;
		right:10px;
		width:200px;
		color:white;
		background-image: none; 
		}
		#blackPart h1 a 
			{
				color:white;
				font-size:.9em;
			}
		#blackPart .credits
			{
				margin-bottom:0px;
				font-size:.8em;
			}

/* levy sloupec */		

#leftColInMain .section
	{
	text-transform:uppercase;
	font-style: normal;
	font-size:1.2em;
	}	
#mostReadedArticles, #alphaOrderArticles
		{
			
			width:197px;
			padding-left:10px;
			margin-top:20px;
			font-size:.8em;
	}
#mostReadedArticles p, #alphaOrderArticles p
		{
			
			margin:6px 3px;
			
	}	
	.alpha
		{
			border-top:1px solid black;
			padding-top:20px;
		}	
	.arrows
		{
			width:197px;
			height:20px;
			
			text-align:right;
		}
		.arrows img
			{
				border:0px;
			}	
