/*

Theme Name: Kartoon s.r.o.



Version: 1.0

Author: Ludek Vorel

Author URI: http://www.lvrdesign.com/

*/



/*



	1) General selectors - body,h1/h3,a,blockquote,code,p

	2) Structure - container,...

	3) Left selectors - main,meta,comments

	4) 3cols

	6) Forms - input,textarea

	7) Accessibility - hr,...

	8) Hacks - clearfix



*/



/* 1) -=-=-=- General selectors -=-=-=- */



body {

	margin: 20px 0; padding:0;

	font-family: Arial, sans-serif;

 	font-size: 10px;

 	color: #333;

	background: url("../img/bg.gif") #fff;

	text-align:center;

}

h2 {

	font-size: 18px;

	margin: 15px 0; padding:0;

}

a {

	color: #575757;

	text-decoration: none;

}

a:hover {

	color: #990000;

}
a.cervena { color: #990000;}
a.cervena:hover { text-decoration: underline;} 

ul, li {

	margin: 0;

	padding: 0.25em 0 0.25em 0;

	_padding: 0.3em 0 0.3em 0;

	list-style: none;

}

p {

}

	

	

/* 2)-=-=-=- Structure -=-=-=- */



#content {

	width: 723px;

	margin:0 auto; padding: 0;

	text-align:left;

}

#header {

	width: 723px; height: 222px;

	background: url("../img/header.jpg") #cec1b4 no-repeat;

}

#header h1 {

	margin: 0; padding:0;

}

#header h3 {

	margin: 0; padding:0;

}

#header a:hover {



	background-position: bottom left;



}

#logo-kartoon a {

	width: 177px; height: 46px;

	background: url("../img/kartoon-logo.gif") top left no-repeat;

	display: block;

	text-indent: -9000px;

	position: relative;

	top: 135px; left:110px;

}

#language a {

	width: 56px; height: 69px;

	background: url("../img/language.gif") top left no-repeat;

	display: block;

	text-indent: -9000px;

	position: relative;

	top: -46px; left:390px; _left:387px;

}

#language-de a {

	width: 56px; height: 69px;

	background: url("../img/language-de.jpg") top left no-repeat;

	display: block;

	text-indent: -9000px;

	position: relative;

	top: -46px; left:390px; _left:387px;

}

#nav {

	font-weight: bold;

	font-size: 11px;

}

#nav li {

	text-transform: uppercase;

	position: relative;

	margin-left: 457px;

	margin-bottom: 6px;

	_margin-bottom: 6px;

	top: -28px;

	_top: -29px;

}
#submenu {

	width: 723px; height: 42px;

	background: url("../img/submenu.gif") no-repeat;

	/*margin-top: -42px; */

	font-size: 12px;

}

#submenu p {

	margin: 0; padding: 6px 0 0 110px;

	font-weight: bold;

}


#submenuIndex {

	width: 700px;
  height: 160px;

	background: url("../img/bg.gif") no-repeat;

	/*margin-top: -42px; */
  margin-left: 1px;
	font-size: 12px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  padding: 5px 10px 10px 10px;
  
}

#submenuIndex p {

	margin: 0; 
  padding: 20px;
  background-color: #a79787;
	font-weight: bold; 
  line-height: 20px;
  box-shadow: 2px 2px 3px gray;
  font-size: 14px;
}

#container {

	width: 723px;

	background: url("../img/bg-body.jpg") repeat-y;

	margin: 0; padding: 5px 15px;

	font-size: 120%;
	min-height: 155px;

}

#container-uvod {

	width: 723px; height: 228px;

	background: url("../img/bg-body-uvod_n.png") no-repeat;

	margin: 0; padding: 0;
  position: relative;
	

}

#container-uvod p {
  display: block;
  position: absolute;
  bottom: 90px;
  left:0;
  text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
  }


#objednavka a {

	position: relative;

	top: 100px; right: 20px;

	width: 200px; height: 50px;

	background: red;

}

#container-uvod-de {

	width: 723px; height: 228px;

	background: url("../img/bg-body-uvod-de.jpg") no-repeat;

	margin: 0; padding: 0;

}

#container-uvod p {

	margin: 0;

}

#container-uvod-de p {

	margin: 0;

}

#news-box {

	width: 139px; height: 180px;

	background: url("../img/fotky/old-car.jpg") no-repeat;

	margin: 13px 0;

	_margin: 7px 0;

}

#news-box p {

	margin: 0; padding: 67px 8px 8px 8px;

	_margin: 67px 8px 8px 8px; _padding: 0;

}

#copyright {

	margin: 30px 0 10px 35px; padding: 0 60px;

	font-size: 10px;

	background: url("../img/copyright-rvd.jpg") no-repeat left 50%;

}

#footer {

	width: 723px; height: 12px;

	background: url("../img/footer.jpg") no-repeat;

}







/* 3)-=-=-=- Format -=-=-=- */



.txt-uvod {

	padding: 85px 50px 0 458px;

	font-size: 130%;

}

.txt-uvod a {

	color: #990000;

}

.txt-uvod a:hover {

	color: #575757;

}



a.tl-uvod-left {

  display : block;

  padding : 12px;

  border : 0px solid #666;

  width : 252px; 

  height: 56px;

  position:relative;

	left:40px; 

	top:15px;

  float:left; 

  }
a.tl-uvod-left img {
  position: absolute;
  right: 55px;
  bottom: 22px;
  
  }
.tlacitko {
  font-size: 1.3em;
  border: 1px solid antiquewhite;
  border-radius: 5px;
  background-color: maroon;
  padding: .2em;
  color: antiquewhite;
  cursor: pointer;  
  } 
.tlacitko:hover {
  padding: .2em;
  border-radius: 5px;
  font-size: 1.3em;
  border: 1px solid maroon;           
  background-color: antiquewhite;
  color: maroon;
  }
  

a.tl-uvod-right {

  display : block;

  padding : 0px;

  border : 0px solid #666;

  width : 260px; 

  height: 80px;

  position:relative;

	left:160px; 

	top:15px;

  float:left; 

  }



/*

.banner-uvod1 {

    float: left; 

	font-size: 130%; 

	padding-left:45px; 

	padding-right:5px; 

	padding-top:22px; 

	padding-bottom:0

	position:relative; 

	left:0px; 

	top:0px; 

	right:0px; 

	bottom:0px;

	border: 1px;

	border:solid

}



.banner-uvod1 a {

	color: #990000;

	width: 252px; height: 70px;

	display: block;

	border: 1px;

	border:solid;

	--line-height: 570px;

}



.banner-uvod1 a:hover {

	color: #575757;

}

*/

/*

.banner-uvod {

	font-size: 130%;

	padding-left:419px; 

	padding-right:0px; 

	padding-top:22px; 

	padding-bottom:0; 

	position:relative; 

	left:0px; 

	top:-8px; 

	right:0px; 

	bottom:0px;

	--border: 1px;

	--border:solid

}

.banner-uvod a {

	color: #990000;

	width: 252px; height: 70px;

	display: block;

	border: 1px;

	border:solid



}

.banner-uvod a:hover {

	color: #575757;

}

*/

.txt-poznamka {

	margin-top: 50px;

}



#tab-form {

	width: 300px;

	border: 1px solid rot;

}

.tab-odsazeni {

	margin: 30px 0;

}

.form-neodeslano {

	font-weight: bold;

	color: red;

}

.form-odeslano {

	margin: 70px 0;

}



/* 4)-=-=-=- 3Cols -=-=-=- */



#col {

	margin: 0 25px 0 95px;

}

#col-l {

	margin: 0 290px 0 95px;

}

#col-l-t {

	margin: 0 315px 0 95px;

	text-align: justify;

}

#col-l-t-sz {

	margin: 0 315px 0 95px;

	text-align: justify;

}

#col-l-t-sz ol {

	margin: 0; padding:0 0 0 17px;

	_padding: 0 0 0 22px;

}

#col-l-t-sz li {

	list-style-type: decimal;

}

#col-l-t-sz h2 {

	

}

#col-l-t-sz h3, h4, h5, h6 {

	color: #222;

	margin: 5px 0; padding:0;

	text-align: center;

}

#col-l-t-sz h3 a {

	font-size: 16px;

	display: block;

	background: #CCC4BA;

	padding: 10px;

}

#col-l-t-sz h3 a:hover {

	background: #C2B9AD;

}

#col-l-t-sz h4 {

	font-size: 15px;

}

#col-l-t-sz h5 {

	font-size: 12px;

}

#col-l-t-sz h6 {

	font-size: 11px;

}

#col-ll {

	float: left;

	width: 90px;

	margin: 15px 0 0 0;

	_margin: 11px 0 0 0;

}

#col-r {

	float: right;

	width: 280px;

}

#col-r img {

	margin: 13px 0;

	_margin: 7px 0;

}

#col-r h2 {

	_margin: 8px 0;

}

#formular-tl {

	width: 220px;

	padding: 10px 7px 10px 13px;

	text-align: center;

	background: #CCC4BA url("../img/go.gif") no-repeat 2px 50%;

	font-size: 14px;

	_margin-top: 10px;

}

	



/* 5)-=-=-=- Form -=-=-=- */



input {

	font-size: 10px; background: #CCC4B7; margin: 2px;
	

}
input#subm {
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
          /*background-image: url(../img/mobil-ico.png);*/
          background-position: right center;
          background-repeat: no-repeat;
  }

textarea {

	font-size: 12px; background: #CCC4B7; margin: 2px;

}

.left {

	width: 145px;

}

.inpt1 {

	size: 50px;

}



/* 6)-=-=-=- Tabulky -=-=-=- */



.tab1 table {

  background-color: #ffffff;

  border-spacing: 0px;

  border-collapse: collapse;

}



.tab1 th {

  border: 1px solid #CCC4B7;

  background-color: #CCC4B7;

  padding: 3px;

  text-align: center;

}



.tab1 td {

  border: 1px solid #CCC4B7;

  padding: 3px;

  text-align: center;

}