.proxy { border: 1px dotted black; }

.playground { margin-left: 0px; /*margin-right: auto;*/ position: relative; }
.example { width: 200px; height: 100px; background: #fff; position: relative; }

/*
 *
 * STANDARD
 *
 */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body
{
  background-image : url("img/bg.png");
  background-color: #FFFFFF;
  background-repeat : repeat-x;
  padding: 0px;
  margin: 0px;
  background-position: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

form sup {
	vertical-align: text-top;
}

div .wrap {
	width: 980px;
	margin: 0 auto 0 auto;
}

#container
{
	width : 980px;
	margin: 0 auto 0 auto;
}

/*
 *
 * HEADER
 *
 */

div#top {
  height: 138px;
  background-image: url(img/banner.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  position:relative;
}

div#subTop {
	height: 98px;
}

div#subTop div.hotlinebox {
	float: left;
	height: 98px;
	width:395px;
	background: url(img/hotline.png) no-repeat right;
	background-position: right 41px;
}

div#subTop div.hotlinebox div {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	text-align: right;
}

div#subTop div.hotlinebox div span.hottitle {
	color:#333333;
	font-size:12px;
	line-height:12px;
}

div#subTop div.hotlinebox div span.hotline{
	color:#F59026;
	font-size:24px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-weight: bold;
	line-height: 24px;
}

div#subTop img.leftImage {
	float: right;
	margin-right: 15px;
}

/*
 *
 * BASIC
 *
 */


.bold {
  font-weight: bold;
}

div#content {
	background-image: url(../img/content.png);
       	background-repeat: no-repeat;
       	background-position: top;
	min-height: 450px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

div#panel {
	position: relative;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
}

div.largePanel {
	width: 545px;
}

div.tinyPanel {
	width: 264px;
}

div#contentContainer {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

div.tinyContent {
	width: 400px;
}

div.largeContent {
	width: 680px;
}
/* ---------------------------  Footer ------------------------------------*/


#footer{
	padding-top: 13px;
	width: 960px;
	margin-left: 10px;
	margin-right: 10px;
	border: thin;
	float: left;
	clear: both;
}

#footer a{
  color:#999999;
}

#footer a:hover {
  color:#999999;
}

#footer_nav {
	float: left;
	width: 955px;
	border-bottom: 1px solid #dddddd;
	margin: 0px;
}


#footer_nav a{
	float: right;
	display: block;
	text-align: right;
	background: url(img/footer_nav_start.png) no-repeat left top;
	padding-left: 25px;
	color: #EF780B;
}

#footer_nav a span{
	display: list-item;
	list-style-image: url(img/footer_li.png);
	background: url(img/footer_nav_end.png) no-repeat right top;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 9px;
	height: 27px;
	cursor: pointer;
}

#footer_nav a:hover {
	color: #7a4e25;
	list-style-image: url(img/footer_li.png);
	padding-left: 25px;
}

#footer span.created {
	float:right;
	padding-right: 95px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
	height: 34px;
	margin-top: 10px;
	line-height: 30pt;
	vertical-align: middle;
	background: url(img/symbol.png) no-repeat right top;
	display: block;
	text-decoration: none;
}
#footer a.linkCreated {
	text-decoration: none;
}

#footer span.copyright {
	display: block;
	float: left;
	margin-top: 12px;
}

#footer, .poznamka{
	color:#999999;
	font-family:Arial;
	text-align:left;
	font-size:11px;
	line-height:11pt;
}

.note {
  background: url(img/zarovka.png) no-repeat left 2px;
	padding-left: 10px;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}

.big_note {
	float: left;
	background: url(img/zarovka_velka.png) no-repeat left top;
	padding-left: 24px;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}

strong {
  font-weight: bold;
}

.strong_colored {
  font-weight: bold;
  color: #EF780B;
}

span.crop {

	overflow: hidden;
}

p {
  margin: 0px 0px 24px 0px;
}

#panel p{
  margin: 0px 0px 0px 0px;
}


a {
   color: #7a4e25;
   font-size: 12px;
}

a:hover{
  color: #ef780b;
}

h1 {font-family: sans-serif;  }

h1 {
  margin: 0px;
  padding-top: 40px;
  color:#EF780B;
  text-align:left;
  font-size:24px;
  font-weight: normal !important;
}

h2 {
 margin: 0px 0px 18px 0px;
 /*font-family: Arial, Helvetica, sans-serif;*/
 font-weight: bold;
 color: #7a4e25;
 font-size: 14px;
}

h3 {
  margin: 0px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 12px;
  color: #7a4e25;
  font-weight: bold;
}

h4{
margin: 0px;
color:#EF780B;
/*font-family:Arial;*/
text-align:left;
font-size:11px;
line-height:14.29999pt;
}

table {
  border-collapse: collapse;
}

li {
  list-style-image: url(img/li.png)
}
/******************formular****************/
form * {vertical-align:middle;}
textarea, select, input.text{
  background: #eeeeee;
  border: 1px solid;
  border-color: #cccccc;
}

.orangetextarea {
  background: #eeeeee;
  border: 1px solid;
  border-color: #ef780b;
}

input.button{
  background: url(img/odeslat.png) no-repeat top left;
  border: none;
  width: 74px;
  height: 32px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

div#top a.topLogo {
	display: block;
	width: 130px;
       	height: 80px;
	float: left;
	margin-left: 25px;
	text-decoration: none;
}

.niceButton {
	background-image: url('../img/odeslat.png');
	background-repeat: no-repeat;
	width: 74px;
	height: 32px;
	margin-left: 10px;
}

.novinka ul li {
margin-left: 15px
}
