/* www.karavan-forum.cz, media screen */

/* basic */
html {
  font-size: 100.01%;
}

body {
  margin: 0;
  padding: 0;
  color: #4f4f4f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  background-color: #aab9d6;
  background-image: url("./../../_layout/_www/body_bg.jpg");
  background-repeat: repeat-x;
}

p {
  margin: 0;
  padding-bottom: 14px;
}

h1 {
  color: #333333;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  padding-bottom: 22px;
  text-transform: uppercase;

}

h2 {
  color: #008ec4;
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 14px;
}

h3 {
  color: #008ec4;
  font-size: 1.3em;
  margin: 0;
  padding-bottom: 10px;
}

h4 {
  color: #008ec4;
  font-size: 1.1em;
  margin: 0;
  padding-bottom: 10px;
}

h5 {
  color: #008ec4;
  font-size: 1em;
  margin: 0;
  padding-bottom: 10px;
}

h6 {
  color: #008ec4;
  font-size: 1em;
  margin: 0;
  padding-bottom: 10px;
}

ol {
  margin: 8px;
  padding-left: 16px;
}

ul {
  margin: 5px;
  padding-left: 13px;
}

ul li {
  list-style-type: square;
}

a {
  color: #008ec4;
}

a:hover {
  color: #000000;
}

img,
a img {
  border: none;
}

ins {
  text-decoration: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input.text,
input.password {
  color: #626262;
  font-family: sans-serif;
  font-size: 1em;
  padding: 2px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

input.submit,
input.reset,
input.button {
  color: #626262;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #cccccc;
  cursor: pointer;
}

textarea {
  overflow: auto;
  font-family: sans-serif;
  font-size: 1em;
  color: #626262;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 2px;
}

select {
  font-family: sans-serif;
  font-size: 1em;
  color: #626262;
  border: 1px solid #cccccc;
  background: #ffffff;
}

table {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: 0;
}

div.wrapper {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}


/* layout */
div#homepage,
div#page {
  width: 1000px;
  margin: 0 auto 15px auto;
  text-align: left;
}


/* content */

div#content {
  font-size: 0.85em;
  width: 1000px;
  line-height: 16px;
  float: left;
  clear: both;
  background-color: #ffffff;
}

div#content h1 {
  line-height: 23px;
}

div.columns {
  width: 1000px;
  margin: 20px 0 20px 0;
}

div.columns div.left {
  float: left;
  overflow: hidden;
  width: 450px;
}

div.columns div.right {
  float: right;
  overflow: hidden;
  width: 550px;
}

div.text {
  padding: 10px 25px 0 20px;
}

div.box {
  float: left;
  clear: both;
}

div.text-output p {
  text-align: justify;
}

span.date {
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}


/* header */
div.print-header {
  display: none;
}

div#header {
  position: relative;
  width: 980px;
  height: 387px;
  margin-top: 9px;
  padding: 10px;
  padding-bottom: 0;
  background-image: url("./../../_layout/_www/header_bg.jpg");
  background-repeat: no-repeat;
}


/* menu */
div#mainmenu {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 37px;
}

div#mainmenu ul {
  margin: 0;
  margin-left: 10px;
  padding: 0;
}

div#mainmenu li {
  float: left;
  display: block;
  height: 37px;
  line-height: 37px;
  list-style: none;
  padding-right: 2px;
  background-image: url("./../../_layout/_www/menu_item_separator.gif");
  background-position: right 0;
  background-repeat: repeat-y;
}
div#mainmenu a {
  display: block;
  height: 37px;
  line-height: 37px;
  padding: 0 21px 0 21px;
  color: #ffffff;
  font-size: 0.70em;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

div#mainmenu a:hover,
div#mainmenu a.active {
  color: #ddddf4;
}


/* logo */
div#logo {
  float: left;
  width: 324px;
  height: 51px;
  margin: 50px 0 0 32px;
}

div#logo h1,
div#logo p {
  position: relative;
  overflow: hidden;
  width: 324px;
  height: 51px;
  margin: 0;
  padding: 0;
}

div#logo span.ir {
  position: absolute;
  left: 0;
  top: 0;
  width: 324px;
  height: 51px;
  background: url("./../../_layout/_www/logo.jpg");
}

div#logo a span.ir {
  cursor: pointer;
}


/* partners */

div#partners {
  width: 100%;
  margin-top: 25px;
}

div#partners div.item {
  width: 235px;
  margin: 0;
  margin-bottom: 14px;
  float: left;
  clear: none;
}

div#partners div.item.right {
  margin-left: 35px;
}

div#partners div.item.last {
  margin-bottom: 0;
}

div#partners h3 {
  color: #333333;
  font-size: 1em;
}

div#partners p.logo {
  text-align: center;
  padding-bottom: 8px;
}


/* partners #2 */

div#partners-2 {
  width: 100%;
  margin-bottom: 25px;
}

div#partners-2 div.container {
  float: left;
}

div#partners-2 div.item {
  width: 170px;
  margin: 0 0 14px 25px;
  float: left;
  clear: none;
}

div#partners-2 h3 {
  color: #333333;
  font-size: 1em;
}

div#partners-2 p.logo {
  text-align: center;
  padding-bottom: 8px;
}


/* newses */

div#newses {
  width: 395px;
  margin: 15px 10px 35px 35px;
}

div#newses h2 {
  color: #333333;
  font-size: 1.5em;
  text-transform: uppercase;
}

div#newses div.item {
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  margin-bottom: 14px;
  text-align: justify;
}

div#newses div.item.last {
  border: 0;
  margin-bottom: 0;
}

div#newses h3 {
  color: #333333;
  font-size: 1em;
}

div#newses p img {
  text-align: left;
  vertical-align: top;
  margin-right: 5px;
  float: left;
}


/* footer*/
div#footer {
  position: relative;
  overflow: hidden;
  width: 1000px;
  height: 105px;
  font-size: 0.7em;
  background-image: url("./../../_layout/_www/footer_bg.gif");
  background-repeat: no-repeat;
  background-position: 0 bottom;
}

div#contacts {
  float: left;
  width: 1000px;
  height: 96px;
  background-image: url("./../../_layout/_www/footer_inner_bg.jpg");
  background-repeat: no-repeat;
}

div#contacts p {
  color: #ffffff;
  margin: 19px 0 0 40px;
  padding: 0;
  text-align: left;
}

div#created-by {
  position: absolute;
  right: 30px;
  bottom: 16px;
}

div#created-by p {
  position: relative;
  width: 118px;
  height: 33px;
}

div#created-by p a {
  width: 118px;
  height: 33px;
  display: block;
}

div#created-by p span.ir {
  width: 118px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./../../_layout/_www/skymedia.png");
}

div#created-by p a:hover span.ir {
  background-position: -118px 0;
}

div#created-by p span.ir {
  cursor: pointer;
}

div#footer a,
div#footer a:hover {
  color: #ffffff;
}

div#footer a:hover {
  text-decoration: none;
}


/* list */
div#list {
  width: 100%;
  float: left;
  clear: both;
}

div#list div.item {
  width: 100%;
  margin: 0;
  margin-bottom: 14px;
  padding: 0;
  float: left;
  clear: both;
}

div#list h2 {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}

div#list a {
  background: none;
  padding-left: 0;
}

div#list p {
  padding: 0;
  margin: 14px 0 0 0;
}


/* slideshow */
div.slideshow {
  position: relative;
  width: 440px;
  height: 215px;
  margin: 0 0 15px 10px;
  background-image: url("./../../_layout/_www/slide_bg.jpg");
  background-repeat: no-repeat;
  float: left;
  clear: both;
}

div.slideshow span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 386px;
  height: 191px;
  background-image: url("./../../_layout/_www/slide_bg.png");
  background-repeat: no-repeat;
}

div.slider-stage {
	position: relative;
	overflow: hidden;
  z-index: 888;
	float: left;
	width: 386px;
	height: 189px;
	margin: 12px 0 0 7px;
}

div.slider-list {
	position: absolute;
	width: auto;
}

div.slider-list a.theme {
	position: relative;
	overflow: hidden;
	float: left;
	width: 386px;
	height: 189px;
	text-decoration: none;
}

div.slider-list a.theme p {
  width: 366px;
  font-size: 1.2em;
  line-height: 36px;
  padding: 0 10px 0 10px;
  color: #ffffff;
	background-image:url(./../../_layout/_www/slide_overlay.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

div.slideshow p.arrow {
  width: 20px;
  height: 40px;
  margin: 0;
	margin-top: 82px;
	padding: 0;
  float: left;
  clear: none;
  position: relative;
  overflow: hidden;
}

div.slideshow p.next {
  margin-left: 7px;
}

div.slideshow p a {
  width: 20px;
  height: 40px;
  display: block;
  cursor: pointer;
}

div.slideshow p span.ir {
  width: 20px;
  height: 40px;
	background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

a.slideshow-previous span.ir {
	background-image:url(./../../_layout/_www/slide_arrow_left.jpg);
}

a.slideshow-next span.ir {
	background-image:url(./../../_layout/_www/slide_arrow_right.jpg);
}

div.slideshow a:hover span.ir {
	background-position: 0 bottom;
}

