body {
	background-color: #484848;
	color: #222;
	font: 100%/1.33 "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	text-align: justify;
}

p {
	margin: 0.5em 0;
	font: 75%/1.33 "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}

li {
	margin: 0.5em 0;
	font: 75%/1.33 "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}

h1 {
	margin: 0.5em 0;
	font-size: 220%;
	}

h2 {
	margin: 0.5em 0;
	font-size: 180%;
	}
	
h3 {
	margin: 0.5em 0;
	font-size: 160%;
}	

h4 {
	margin: 0.5em 0;
	font-size: 140%;
}

h5 {
	margin: 0.5em 0;
	font-size: 120%;
}

/* Především u obrázků */
.okraje {
	margin: 0px 20px 10px 0px;
}

.container {
	background-color: #484848;
}

.wrapper {
	background-color: #484848;
	width: 990px;
  	margin: 0 auto 2em auto;
}

.header {
	background-color: #000;
	color: #fff;
	margin-top:15px;
	padding-left: 15px;
	border-bottom:0.58333333333333em solid #ccc;
	color:#fff;
	background:#333;
	height: 150px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px
}

.header a {
	text-decoration: none;
	color: #fff;
}

.header a:visited {
	text-decoration: none;
	color: #fff;
}

.header a:hover {
	text-decoration: underline;
	color: #fff;
}


.footer {
	position: relative;
	background-color: #000;
	width: 100%;
	height: 66px;
	border-top:0.58333333333333em solid #ccc;
	color:#fff;
	background:#333;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px
}

.content {
	font-size: 1.2em;
   padding: 1em;
	background-color: #fff;
}

.footer a {
	color: #51A84D;
}
.footer a:visited {
	color: #B8ECBF;
	font-weight: none;
}

.footer .left a {
	font-size: 1.6em;
	text-decoration: none;
}
.footer .left a:hover {
  text-decoration: underline;
}

.footer .right {
	font-size: 1.2em;
	margin: 1em 2em 1em 0;
}

.footer .left {
  margin: 2em 0 2em 2em;
}

.footer li {
	float: left;
	padding: 6px 12px;
}

.footer li.separated {
	border-right: 1px solid #594837;
}

.footer li img {
	margin-top: 3px;
}

ul {
	list-style-type: disc;
	margin-left: 1em;
}

/* Copy od Pixyho */

	#header_pix {
		margin:0; padding:0;
		}

	#main1 {
		margin:0; padding:0;
		background:white url("/obrazek/white.gif") top left repeat-y;
	}
	#main2 {
		margin:0; padding:0;
		background:url("/obrazek/white.gif") top right repeat-y;
		}
	#left {
		float:left;
		width:210px;
		margin:0; padding:0;

		}
	#right {
		float:right;
		width:210px;
		margin:0; padding:0;
		background: #fff;
		}
	#middle {
		margin:0 210px;
		background: #fff;
		}
	.column-in {
		margin: 0; 
		padding: 5px;
		font-size: 1.2em;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}

/* HTML.css */		



.clear {
  clear:both;
}

.right {
  float: right;
}

.left {
  float: left;
}


.cerna {
	color:black;
}

.bila {
	color:white;
}

.seda {
	color:#666;
}

.oranzova {
	color:#FFC000;
}

.tmava {
	color:#A67D00;
}

.box-bila {
	background-color: White;
}