@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url('/img/background.jpg') repeat-x #ebebeb;
	font: 12px/1.5 Verdana,Arial,sans-serif;
	color: #221e1d;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* header & menu */
#header {
	height: 122px;
	padding-top: 25px;
	background: url('/img/top-bg-up.png') no-repeat 769px bottom;
}
#logo {
	background: url('/img/logo.jpg') no-repeat;
	float: left;
	width: 320px;
	height: 108px;
}
span a {
	display: block;
	width: 320px;
	height: 108px;
	text-indent: -9999px;
} 
#logo span {
	margin: 0;
	color: #fff;
}
#menu {
	padding-top: 45px;
	height: 45px;
	text-transform: uppercase;
	text-align: right;
	font: 11px Arial,Helvetica,sans-serif;
	font-weight: bold;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	padding: 12px 20px 12px 20px;
	background: url('/img/menu-line.png') no-repeat bottom right;
}
#menu li#last {
	background: none;
}
#menu a {
	color: #949393;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
}
#menu a#select {
	color: #c23101;
}

/* top */
#top {
	width: 960px;
	height: 93px;
	background: url('/img/top-bg.jpg') no-repeat bottom right;
}
#top span {
	position: absolute;
	margin: 0;
	padding: 35px 0 0 40px;
	font: 19px Verdana, Arial, sans-serif;
	color: #fff;
}
a#diskuze {
	position: absolute;
	margin: 35px 0 0 555px;
	height: 27px;
	width: 146px;
	display: block;
	font: 10px/27px Arial, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: url('/img/diskuze-button.png') no-repeat;
}
a#diskuze:hover {
	text-decoration: underline;
}

/* content */
#content {
	width: 100%;

	padding-bottom: 30px;
}
.cleaner {
	clear: both;
	visibility: hidden;
}

/* left column */
#left {
	float: left;
	width: 700px;
	margin: 0;
	padding: 20px 0 0 0;
	background: url('/img/content-bg-top.png') no-repeat right top #fff;
	font: 13px/1.5 Verdana,Arial,sans-serif;
}
#left-content {
	margin: 0;
	padding: 0 20px 40px 20px;
	background: url('/img/content-bg-body.png') repeat-y #fff;
}
#welcome {
	background: url('/img/welcome-bg-body.png') repeat-y center top #f3f3f3;
	padding: 5px 30px 5px 30px;
	font: 15px/25px Verdana,Arial,sans-serif;
	text-align: justify;
}
#welcome-top {
	background: url('/img/welcome-bg-top.png') no-repeat center top;
	height: 20px;
	width: 660px;
}
#welcome-bottom {
	background: url('/img/welcome-bg-bottom.png') no-repeat center top;
	height: 20px;
	width: 660px;
}
#left #text {
	padding: 5px 20px 10px 20px;
}

#left h3 {
	font: 16px/1.2 Verdana, Arial, sans-serif;
	color: #c23101;
	padding: 10px 0 5px 0;
}
#left h1 {
	font: 20px/1.2 Verdana, Arial, sans-serif;
	color: #c23101;
	padding: 10px 0 5px 0;
}
#left h2 {
	font: 18px/1.2 Verdana, Arial, sans-serif;
	color: #c23101;
	padding: 10px 0 5px 0;
}
#left a {
	color: #c23101;
}
#left a:hover {
	color: #221e1d;
}
#left p {
	margin: 0;
	padding: 5px 0 15px 0;
	text-align: justify;
}
#left li {
	list-style: none;
	background: url('/img/point.png') no-repeat 0 8px;
	padding-left: 20px;
	font: 14px/1.8 Verdana, Arial, sans-serif;
	margin: 0;
}
ul.left-list {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	width: 280px;
	float: left;
}
ul.right-list {
	margin: 0;
	padding: 0 0 0 15px;
	width: 280px;
	float: left;
}
#left img {
	border: 3px solid #221e1d;
	margin: 10px;
}

/* right column */
#right {
	float: left;
	width: 240px;
	margin: 0;
	padding: 162px 0 0 20px;
	background: url('/img/right-bg.jpg') no-repeat;
}
#right-content {
	margin: 0;
	padding: 0;
}
#right-content h3{
	margin: 0;
	padding: 0;
}
#zelena-usporam {
	width: 240px;
	height: 53px;
	margin-bottom: 20px;
	padding-top: 12px;
	background: url('/img/zelena-usporam.png') no-repeat #5eb32d;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
#zelena-usporam h3 {
	font: 18px/1.2 Arial,Verdana,sans-serif;
	font-weight: bold;
}
#zelena-usporam a {
	font: 10px/1.2 Arial,Verdana,sans-serif;
	font-weight: bold;
	color: #fff;
}
#zelena-usporam a:hover {
	color: #221e1d;
}
.box {
	background: url('/img/box-bg-body.png') repeat-y #f2bb14;
	margin-bottom: 20px;
}
.box h3 a {
	height: 29px;
	width: 200px;
	padding: 12px 0 0 40px;
	display: block;
	background: url('/img/box-bg-top.png') no-repeat;
	font: 14px/20px Arial,Verdana,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #221e1d;
	text-decoration: none;
}
.box h3 a:hover {
	color: #fff;
	background: url('/img/box-bg-top.png') no-repeat 0px -42px;
}
.box-stin {
	height: 9px;
	background: url('/img/box-stin.png') no-repeat;
}
.box p {
	margin: 0;
	padding: 5px 20px 20px 20px;
	background: url('/img/box-bg-bottom.png') no-repeat bottom center;
	text-align: justify;
}
#logos {
	text-align: center;
}
#logos a img{
border:none;
}
#logos a {
text-decoration:none;
color:#000000;
}

/* footer */
#footer {
	background: url('/img/content-bg-bottom.png') no-repeat #ebebeb;
	padding: 40px 20px 30px 20px;
}
#footer span {
	color: #2c2928;
}
#footer p {
	color: #534e4d;
}
.foto{
float:left;
height:170px;
padding-left:10px;
width:170px;
}

#left .msg {background:url("/img/ico-delete.gif") 10px 50% no-repeat; border:2px solid #FFAEAE; background-color:#FEEBEB;
       padding-left:50px;
       height:12px;
       padding-top:8px; 
        }

