/*  creactor.cms CSS template
    copyright creactive.cz; studio@creactive.cz
*/

*{margin: 0 ; padding: 0 ;}
html{
}
body {
  font: 75% 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
  color: #fff;
  text-align: left; 
  background: #525252;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address, table, fieldset, .meta, .separ {
  margin: 20px ;
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6, legend {
  padding: 0 ;
  color: #FF9900;
}
h1{font-size: 2.8em; letter-spacing: -1px;}
h2{font-size: 1.8em; border-bottom: 1px solid #888 ; line-height: 40px; color: #999; }
h3{font-size: 1.5em; font-weight: normal;  }
h4{font-size: 1em; color: ;}
h5{font-size: 1em; padding: 0 ;border: none;  display: inline; }
h6{font-size: 0.8em; padding: 0 ;border: none;  display: inline;}

p, address{ font-size: 1.2em; }
ul{margin-left: 40px ; list-style: square;  }
ol{margin-left: 50px ; }
dl{margin-left: 20px ; }
dt{font-weight: bold;}
dd{margin: 0 0 20px 30px;}

address{ font-style: normal; color: #999; font-size: 0.8em; line-height: 1.5em; margin-top: 40px; }
blockquote{margin-left: 40px ;}

img{border: 0 }
.photo{	border: 5px solid #666 ; }


big{font-size: 1.2em;}
small{font-size: 0.8em;}


a:link {text-decoration: underline; color: #FF9900;}
a:visited {text-decoration: underline; color: #FF9900;}
a:active {text-decoration: underline; color: #fff;}
a:hover {text-decoration: none; color: #fff;}

a:hover .photo{border-color: #FF9900;}


hr {display: none;}

/*		table		*/
table{
  border: 4px solid #f1f2eb;
  background-color: #fff;
  font-size: 1em;
  border-collapse: collapse;
  }
th,td{
  border: 1px solid #FF9900;
	padding:6px 10px;
  font-size: 1em;
  }
th{
  background-color: #FF9900;
  padding: 8px 10px;
  color: white;
  font-size: 1em;
  text-align: center;
  }
.note {background-color: #f1f2eb; font-size: 0.9em;}

/*		forms		*/
fieldset{
  border: none;
 }
legend{
	padding: 5px 0 0 0 ;
	border: none;
	text-align: left;
}
label{}
input, select, textarea {
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
}
form input.button{
  font-weight: bold;
  width: auto ;
}

/*  ID  */
#page{
  width: 680px;
  text-align: left;
  margin: 0 ;
  padding: 0;
  background:  url(body.jpg) repeat-x 0 0 ;
  position: relative; 
}

#header{
  height: 220px;
  background: url(theme.jpg) no-repeat left top;
}
#header h1{
  margin: 0 ;
  padding: 0 ;
  border: none;
  background: url(../img/bg_h1.jpg) no-repeat right top;
  height: 100%;
}
#header h1 a{
  display: block;
  text-decoration: none;
  color: white;
  width: 280px;
  line-height: 100px;
  height: 100px;
  text-align: left;
  position: absolute;
  top: 120px;
  left: 70px;
  z-index: 10;}
#header h1 a span{
  display: block;
  width: 100% ;
  height: 100% ;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url(creactivecz.jpg) no-repeat ;

}
/*  header title */
#header h2{
  margin: 0 ;
  border: none ;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  top: 40px;
  left: 240px;
  border-left: 1px solid #888 ;
  padding: 20px;
  color: #888;
  line-height: 15px;
}
#mainlink{
  position: absolute;
  top: 90px;
  left: 195px;
  text-decoration: none;
  font-size: 0.9em;
  z-index: 3;
  /* display: none; */
  }
#mainlink:hover{
}
#header a:hover{
  color: #fff;
}

/*  languages */
#lang{
  position: absolute;
  top:50px;
  left: 655px;  
  font-size: 0.9em;
  width: 200px;
}
#lang a{
  padding-right: 20px;
}
/*  search */
#search{
  position: absolute;
  top: 80px;
  left: 650px;  width: 200px;
}
#search input{
  background: #2a2b26 ;
  font-size: 0.9em;
  border: none ;
  height: 18px;  
  line-height: 18px;
  padding: 0 2px ;
  margin: 0 2px ;
  float: left;
  color: #ccc;
  border-bottom: 1px solid #666;  
  border-right: 1px solid #666; 
}
#search input[type="submit"]{
  background: #666 ;
}
/**/


/*  navigation */

#nav{
  height: 50px;
  position: absolute;
  top: 150px;
  width: 810px;
  text-transform: lowercase;
  z-index: 10;
 }
#nav ul {
  height: 50px;
  margin: 0;
  padding: 0 0 0 20px ;
  list-style: none;
}

#nav li {
  float: left;
  margin: 0 ;
  padding: 0 ;
  background:  url(../img/nav_li.gif) no-repeat left center;   }
#nav a {
  display: block;
  font-size: 1.2em;
  letter-spacing: -1px;
  float: left;
  font-weight: bold;
  line-height: 50px ;
  height: 50px;
  text-decoration: none;
  background-repeat: no-repeat;
  padding: 0 20px ;
  text-align: left;
}
#nav a span{}
#nav a:hover{
  color: #f1f2eb;
  order-top: 1px solid #666666 ;
  argin-top: -1px;  
  background-color: #222;
}
#nav a.on {
  color: #000;
}


/* content */
#content{
  margin: 0 ;
  padding: 40px 40px 40px 80px;
  position: relative;
  background: url(theme.jpg) no-repeat 0 -220px;
  }

p.extra{
  font-size: 1.2em;


}
.photobar{
  background-color: #f1f2eb;
  padding: 20px ;
}
.photobar a{
	text-align: center;
	float: left;
	width: 33%;
}

/* sidebar */
#sidebar{
  background: #f1f2eb;
  width: 210px;
  float: right;
  }
#sidebar .maincontent{
  padding: 5px 25px 25px 25px ;
  order: 1px solid #0f9;
}

/* columns */

.column{
  float: left;
}

.dev30{
  width: 29%;
}
.dev40{
  width: 39%;
}
.dev50{
  width: 49%;
}
.dev60{
  width: 59%;
}
.dev70{
  width: 69%;
}

.intro{
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 1.2em;
  font-weight: bold;
  
}
.button-txt{
  display: block;
  padding: 5px 20px ;
  border: 2px outset #666 ;
  background-color: #FF9900;
  color: #000 !important;
  float: right;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 5px 0; 
}
.button-txt:hover{
    background-color: #FF8833;
    border-color: #999;
}
#cms-box{
  position: absolute;
  right: 40px;
  top: -38px;
  z-index: 1;
}

/**/

.pricelist{ margin: 20px ; width: 70%;}
.pricelist dt{float: left; clear: both; padding-right: 20px; border-bottom: 1px solid #666 ; }
.pricelist dd{ text-align: right; ont-weight: bold; border-bottom: 1px solid #666 ;}

/**/
.news-item{
	font-size: 0.9em ;
	margin: 20px 0 25px 0 ;
}
.news-item .date{
	border-left: 1px solid #ff7037 ;
	padding-left: 0.8em;
	color: #ff7037;
}
.news img{
	float: left;
	margin: 0 10px 10px 0 ;
}

/**/
.breadcrumbs{
  padding: 10px 40px ;
  margin: 0 ;
  background-color: #888;
  font-size: 0.9em;
  background: #666666 url(../img/bg_body.jpg) repeat-x 0 -248px;
  
}
.breadcrumbs a{
  color: black;
}
.meta{
  text-align: right;
  border-top: 1px solid #888;
  line-height: 40px;
  margin-top: 40px;
}
.meta a{
padding: 0 20px ;
}

/*  hCARD  */

  .vcard .lb{
  width: 14%;
  padding-right: 1em;
  float: left;
  color: #888; /* soft text */
  }
  .vcard:after {
  clear: both;  }  
        
/*  */

/*    WEB SPECIFIC   */
.refer{
  clear: both; 
  margin: 5px 20px;
  padding: 5px 0 5px 230px;
  border-bottom: 1px solid #666 ;
  position: relative;
  ackground-color: black;
  }
.refer div .photo{
  margin: 10px 20px 20px -240px ;
  float: left;
}
.refer h3{
  font-weight: bold;
  margin-top: 10px;
}

.refer ul{
  margin-bottom: 0;
}
.refer .break{
  margin: 0 ;
}



/* footer */
#footer{
  margin: 0 20px 0 100px; 
  clear: both;
padding: 0px 0 60px 0; 

  color: #999;

 	  }
#footer p{
  padding: 20px 0;
  margin: 0 ;
  text-align: left;
  font-size: 0.8em;  
  line-height: 1.5em;
  }

#creactive{
  text-decoration: none;
  color: #999;
  }
#creactive:hover{}
.counters{
  position: absolute;
  visibility: hidden;
}

.hidden{
  visibility: hidden;
  position: absolute;
}

/*  class   */
.highlight{color: #FF9900;}
.white{color: white;}
.noscreen{display: none;}
.clear{display:block; clear: both;}
.separ {border-bottom: 1px solid #686868  ; line-height: 1px; font-size: 1px; height: 1px; width: 75%; }
.break {display:block; clear: both; line-height: 1px; font-size: 1px; height: 1px; margin: 0 0 -20px 0 ;}
.left { text-align: left;}
.right { text-align: right;}
.center { text-align: center;}
.justify {text-align: justify;}
.fl { float: left;}
.fr { float: right;}


/*	color scheme

background  
text        
title       
border      
anchor:l    
anchor:v    
anchor:a    
anchor:h    

soft background 
soft text 

*/

#seo {text-align: center; margin-top: 30px; color: #999; width: 100%; padding: 8px 0px 8px 0px; border-top: 1px solid #666; background-color: #444; font-size: 0.8em;}
#seo a {color: #999; padding: 0px 5px 0px 5px;}
#seo a:hover {color: #000000;}
