@media screen
{
	*
		{
			margin: 0 0 0 0;
			border-width: 0 0 0 0;
			padding: 0 0 0 0;
			font-size: 100%;
		}
	body
		{
			color: #666;
			background: #E7F2FB url('../images/layout/body_bg.png') top left repeat-x;
			font-family: Arial, Sans-Serif;
			text-align: center;
		}
/*------------------------------------------Obecne tridy-----------------------------------------------------*/
	.centered
		{
			text-align: center;
		}
	.border-05em
		{
			margin: 0.5em;
		}
	.border-1em
		{
			margin: 2em 1em 1em 120px;
		}
	.clear
		{
			clear: both;
			width: 100%;
			visibility: hidden;
			margin-bottom: 1.5em;
		}
/*------------------------------------------Bila plocha-----------------------------------------------------*/
	#plocha
		{
   		width: 32em;
			color: #000;
			background: #fff url('../images/layout/obsah_bg.png') top left repeat-y;
			margin: 0 auto 0 auto;
			border-top: 5px #fff solid;
			border-left: .3em #fff solid;
			border-right: .3em #fff solid;
			border-bottom: 5px #fff solid;
			text-align: left;
		}
/*------------------------------------------Hlavicka-----------------------------------------------------*/
	#top
		{
			width: 32em;
			height: 125px;
			color: #000;
			background: #fff url('../images/layout/top_bg.png') top left repeat-x scroll;
		}
	#logo
		{
      float: left;
			width: 300px;
			height: 125px;
			background:  url('../images/layout/logo.png') top left no-repeat;
  	}
	#logo a
		{
			display: block;
			float: left;
   		width: 115px;
			height: 125px;
  	}
	#logo a span
		{
			display: none;
		}
	#top-right-corner
		{	
			float: right;
			width: 150px;
			height: 125px;
			background:  url('../images/layout/ohnutej_roh.png') top right no-repeat;
		
		}	
	
/*------------------------------------------Stredni cast-----------------------------------------------------*/
	#middle
		{
			width: 32em;
		}
	#obsah
		{
			position: relative;
			top: -4em;
			width: 40em;
			font-size: .75em;
   	}
	#obsah h1, h2, h3, h4, h5, h6
	  {
			font-family: Georgia, serif;
		}
	#obsah h2
	  {
	  	color: #336699;
			background: #fff;
			margin: 1.3em 0 0 0;
			font-size: 1.35em;
		}
	#obsah h3
	  {
			color: #336699;
			background: #fff;
			margin: .5em 0 0 0;
			font-size: 1em;
			font-weight: normal;
		}
	#obsah a
	  {
			color: #666;
			background: #fff;

		}
	#obsah p
	  {
	    color: #555;
	    background: #fff;
			margin: .2em .5em .5em .5em;
			line-height: 1.3em;
		}
	#obsah ul
	  {
      color: #555;
      background: #fff;
			margin: .2em .5em 1em .5em;
			padding: 0 0 0 1.5em;
			line-height: 1.4em;
			list-style-image: url('../images/layout/list_image.png');		
  	}
	#obsah table
	  {
			color: #555;
			background: #fff;
			margin: 0 1em .5em 1em;
		}
	#obsah table td
	  {
			padding-left: .2em;
		}
  #paticka
    {
			color: #336699;
			background: #d0e6fb;
			width: 32em;
  		border-top: 1px solid #ddd;
  		border-bottom: 1px solid #ddd;
			padding-bottom: 1em;
			text-align: center;
		}
	#paticka p
    {
			margin: 1em .5em 0 .5em;
			font-size: .65em;
		}
		#ad
	{
		text-align: center;
	}
#ad a
	{
		color: #336600;
		display: block;
	}
#ad h4
	{
		color: #336600;
		display: block;
		margin: .5em;
	}
#ad table 
	{
		clear: both !important;
		width: auto !important;
		margin: 0 auto 0 auto !important;
		padding: 0;
		text-align: center;
		
	}
#ad td
  {
    margin: 0;
		padding: 0;
		width: auto !important;
		
  }
#ad th
  {
    margin: 0;
		padding: 0;
	}
}
