/*
'
'**************************************
    ' Barcaj - barcaj@email.cz
    ' Copyright (c) 2009
    ' All rights reserved. 
'**************************************
'
*/


html {
overflow: none;
}

/* Body */
body {
  behavior:url("csshover.htc");
	/*width: 1024px;*/
	/*margin: auto;*/
	margin: 0px; /* required for vertical centering */
  /*background: url('web_images/background3.jpg'); no-repeat; */
  /*background-attachment: fixed;*/
  /*background-position: 50% 50%;*/
 	background-color: #646464; /* dark grey 646464 */
 	background-color: #adabac; /* light grey adabac */
 	/*color:#000000;*/
	font-family: sylfaen, palatino linotype, georgia;
}	

a {	color:#000000;
    /*text-decoration: none;*/
}

p {
	/* line-height: 1.0; */
  color:#000000;
}

img { 
	border: 0;
}


/* text - above pictures */
#text {
  font-family: sylfaen, palatino linotype, georgia;
  font-size: 24px;
	position:absolute;
  z-index:1;
}


/* FashContent */
#flashcontent {
	width: 1024px;
	height: 580px;
}


/* Menu1 - IE */
#menu1 { 
	padding: 5px 40px 0px 0px; /* top, right, bottom, left */
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	font-family: sylfaen, palatino linotype, georgia;   
	word-spacing: 0.5em;
	letter-spacing: 0.05em;
	color:#000000;
	/*font-weight: bold;*/
}

#menu1 a {
  text-decoration: none;
  font-family: sylfaen, palatino linotype, georgia;   
  color:#000000 ;
} 

#menu1 a:hover {
  color:#000000;
  font-weight: bold;
  /*background: url('web_images/menu1.png'); no-repeat;*/
  /*background-color: #9fdcdd; /* cyan */
  /*border: 0px solid #5bdbee;*/  
}

#menu1_active {
  /*color:#a0d44d;*/
  /*background: url('web_images/menu1.png'); no-repeat;*/
}


/* Menu1 - Firefox */
#menu1[id] { 
	padding: 5px 40px 0px 0px; /* top, right, bottom, left */
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	font-family: sylfaen, palatino linotype, georgia;  
	word-spacing: 0.5em;
	letter-spacing: 0.05em;
	color:#000000;
	/*font-weight: bold;*/
}

#menu1[id] a {
  text-decoration: none;
  font-family: sylfaen, palatino linotype, georgia; 
  color:#000000;
} 

#menu1[id] a:hover {
  color:#000000;
  font-weight: bold;
  /*background: url('web_images/menu1.png'); no-repeat;*/
  /*background-color: #9fdcdd; /* cyan */
  /*border: 0px solid #5bdbee;*/  
}

#menu1_active[id] {
  /*color:#a0d44d;*/
  /*background: url('web_images/menu1.png'); no-repeat;*/
}


/* Main Menu Butons */
/* home */
.button1 {background:url(web_images/button1.png) no-repeat; display:block; height:20px; width:91px;}
.button1:hover {background:url(web_images/button1b.png) no-repeat;}
.button1_active {background:url(web_images/button1b.png) no-repeat; display:block; height:20px; width:91px;}

/* foto */
.button2 {background:url(web_images/button2.png) no-repeat; display:block; height:20px; width:113px;}
.button2:hover {background:url(web_images/button2b.png) no-repeat;}
.button2_active {background:url(web_images/button2b.png) no-repeat; display:block; height:20px; width:113px;}

/* o mne */
.button3 {background:url(web_images/button3.png) no-repeat; display:block; height:20px; width:100px;}
.button3:hover {background:url(web_images/button3b.png) no-repeat;}
.button3_active {background:url(web_images/button3b.png) no-repeat; display:block; height:20px; width:100px;}

/* cenik */
.button4 {background:url(web_images/button4.png) no-repeat; display:block; height:20px; width:96px;}
.button4:hover {background:url(web_images/button4b.png) no-repeat;}
.button4_active {background:url(web_images/button4b.png) no-repeat; display:block; height:20px; width:96px;}

/* kontakt */
.button5 {background:url(web_images/button5.png) no-repeat; display:block; height:20px; width:128px;}
.button5:hover {background:url(web_images/button5b.png) no-repeat;}
.button5_active {background:url(web_images/button5b.png) no-repeat; display:block; height:20px; width:128px;}

/* blog */
.button6 {background:url(web_images/button6.png) no-repeat; display:block; height:20px; width:82px;}
.button6:hover {background:url(web_images/button6b.png) no-repeat;}
.button6_active {background:url(web_images/button6b.png) no-repeat; display:block; height:20px; width:82px;}


/* Main Menu Butons - main pages */
#table_menu { 
	margin: 5px 30px; /*0,328 - for text folder menu, 20,328 - for table folder menu*/
	width: 668px; /* 560 */
}	


/* Footer - main pages */
#footer {
  /*margin: 50px 0px;*/
  padding: 20px 20px; 
  text-align: right;
  font-style: italic;
  font-family: sylfaen, palatino linotype, georgia;
  font-size: 11px;
  /*text-transform: uppercase;*/
}

/* Footer - flash pages */
#footer2 {
  margin: -22px 0px;
  /*padding: -5px 0px;*/ 
  text-align: right;
  font-style: italic;
  font-family: sylfaen, palatino linotype, georgia;
  font-size: 11px;
  /*text-transform: uppercase;*/
}

/* vertical & horizontal centering */
#wrapper1 {
	/*background-color: red; *//* cosmetic */
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
#center {
	/*background-color: #666; */ /* cosmetic */
	border: 0px solid #FFF; /* cosmetic */
	overflow: none; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -512px; /* half of width */
	width: 1024px; /* width of div */
	height: 674px; /* height of div */
	top: 40px; /* -337 *//* half of height */
}


/* margin style to keep the same height of the page for IE and Firefox browsers */
#margin_line {margin: 5px;} /* for IE */
#margin_line[id] {margin: 0px;} /* for Firefox */
