body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font: .68em/1.3em Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	color: #000;
}
ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

th, td {
	font: .68em/1.3em Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	vertical-align: top;
}
form {
	margin: 0;
}
a img {
	border: none;
}
a {
	color: #948872;
	text-decoration: underline;
}
li em {
	font-weight: bold;
}
.holder {
	text-align: left;
	margin: 0 auto;
	width: 600px;
}
.visible {
	display: inline !important;
}

textarea {
	overflow: auto;
}

/* stred zacatek */
#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #ffffff;
border: 0px solid #ffffff;	
}
#google{
position: relative;
top: 0px; 
left: 370px;
width: 130px; /*Width of main container*/
background-color: #ffcccc;
border: 0px solid #ffffff;	
}
#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin-top: 0px;
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
margin-right: 0px;
background: white;
padding: 1.5em 1.5em 1.5em 1.5em;
}
.innertube-main{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
text-align: left;
height:100%;
}

/* stred vlevo */
#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -600px; /*Set left margin to -(MainContainerWidth)*/
background: white;
}
/* stred vlevo menu */
#blueblock{
width: 160px;
border-right: 0px solid #000;
padding: 0 0 1em 0;
margin-top: 1em;
font-family: "font2, Arial";
font-size: 100%;
background-color: white;
color: #333;
}
* html #blueblock{ /*IE 6 only */
w\idth: 178px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}
#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#blueblock li {
border-bottom: 1px solid #ffffcc;
margin: 0;
text-align: left;
}
#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 5px solid #3366CC;
border-right: 0px solid #ffffff;
color: #000;
text-decoration: none;
width: 100%;
}
html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}
#blueblock li a:hover{
border-left: 8px solid #3366CC;
border-right: 0px solid #ffffff;
color: #fff;
}
/* stred footer */
#footer{
clear: left;
width: 950;
background-color: #003399;
text-align: left;
font-weight: bold;
color: #F5F5F5;
padding: 3px 120px;
}
/* stred konec */
/* tabulka */
#tab_sestava{
border-width: 0px; 
border-spacing:  1px ;  
border-style: solid ;  
border-color: blue ;   
border-collapse: collapse;  
background-color:white;
}
#th_sestava{
border-width:  1px; 
padding: 2px ;  
border-style: inset ;  
border-color: gray ;  
background-color: white ;   
} 
/* tabulka konec */
/* formular */
#submit, #submit1  {
color:#050;
font-family:'trebuchet ms',helvetica,sans-serif;
font-size:90%;
font-weight:bold;
background-color:#fed;
border:1px solid;
border-top-color:#696;
border-left-color:#696;
border-right-color:#363;
border-bottom-color:#363;
height: 20px;
width: 120px;
}
#submit  {
color:#000;
font-weight:bold;
cursor: hand;
}
/* formular konec*/
/* fotogallery*/
#content img {
border: 1px solid black;
}
#content table {
background-color: #FAFAFA;
border: 1px solid silver;
padding: 6px;
}
#content td {
background-color: #FAFAFA;
text-align: center;
padding: 5px;
font-family: arial, verdana;
font-size: 11px;
}
/* fotogallery konec*/




#header {
	background-color: #FFFFFF;
}
#header .holder {
	position: relative;
	width: 600px;
}

h1 {
	float: left;
	margin: 0;
	padding: 0.3em 0 0 5px;
	height:80px;
}

#header .skip {
	display: none;
}

#platforms {
	clear: both;
	height: 1.9em;
	float: left;
	width: 600px;
}
#platforms {
	float: none;
}
#platforms h2 {
	display: none;
}
#platforms ul {
	width: 100%;
}
#platforms li {
	float: right;
	text-align: center;
	padding-left: 2px;
	padding-bottom: 2px;
	
}
#platforms li.selected {
	position: relative;
	bottom: -1px;
}
#platforms li.selected a {
	font-weight: normal;
	font-weight: bold;
	color: #FFCC99 ;
}
#platforms li.selected a:hover {
	text-decoration: none;
	color: #FF6666;
}

#platforms li a {
	color: #FF7F66;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: .3em .8em .3em .8em;
	
	background: #335066 ;
}
#platforms li a:hover {
	text-decoration: underline;
	position: relative;
	
}
#position {
	background-color: #003399;
	color: #F5F5F5;
	font-weight: bold;
	height: 2.05em;
}
#position h2, #position p {
	margin: 0;
	padding: .4em 0;
	float: left;
}
#position h2 {
	font-size: 1em;
	text-transform: lowercase;
	width: 180px;
	text-align: right;
}
#position h2 span {
	padding: 0 10px;
}
#position p {
	width: 420px;
	background-color: #3366CC;
	text-indent: 10px;
}
#position a {
	color: #F5F5F5;
	font-weight: normal;
	padding: 0 .3em;
}
#content {
	background: #f5f5f5;
	position: relative;
}
#navigation {
	width: 180px;
	float: left;
	background-color: #d6d9d9;
}
#navigation h2 {
	color: #948872;
	background-color: #ecece2;
	margin: 0;
	padding: .4em 10px .4em 30px;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
#navigation optgroup {
	font-size: 1em;
	font-style: normal;
}
#navigation option {
	padding: 0;
}



#text {
	width: 790px;
	float: right;
	padding: 10px 0;
	background-color: #F5F5F5;
	border: 5px solid #F5F5F5;
}
#text fieldset {
	padding: 0 1em 1.5em;
	margin: 2em 0;
	font-size: 1em;
}
#text fieldset legend {
	font-weight: bold;
	padding: 0 .5em;
	margin-bottom: 1em;
}

#specials {
	width: 600px;
	padding: 0 0 10px;
	margin-right: -10px;
	clear: both;
}
#specials .item {
	width: 261px;
	background: #ecece2;
	float: left;
	height: 170px;
	border:1px solid #000000;
}
#specials .image {
	width: 85px;
	float: left;
	position: relative;
}

#specials .image img {
	display: block;
}
#specials .specialtextleft {
	float: left;
	width: 258px;
	margin: 3px;
	margin-top: -8px;
}
#specials .specialtextleft p a {
	color: red;
}
#specials .specialtext {
	float: right;
	width: 160px;
}
#specials .specialtext h3, #specials .specialtext p {
	padding-right: 10px;
	margin: .5em 0;
	font-size: 1em;
	font-weight: bold;
}
#specials .specialtext p b {
	color: red;
}
#specials .specialtext h3 {
	color: #ff1111;
}
#specialbox {
	float: left;
	width: 285px;
	border-bottom: 1px solid #d4d4c7;
}
#specialbox .image {
	position: relative;
	background: #534b3e;
	padding: 3px 0;
	width: 285px;
}
#specialbox .image img {
	display: block;
}
#specialbox h2 {
	padding: .3em .6em !important;
	font-size: 1.2em;
	float: none;
	font-weight: bold;
	text-transform: lowercase;
	color: #F5F5F5;
	background-color: #534b3e;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
#specialbox .specialtext {
	padding: 1px 0;
}
#specialbox h3 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	margin: 10px 0 .3em;
}
#specialbox p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: .5em 0;
}
#specialbox p.more {
	text-align: right;
	padding-right: 2em;
	font-weight: bold;
}




#vogel {
	border: 3px solid #ecece2;
	background-color: #ecece2;
	clear: both;
	overflow: hidden;
	width: 794px;
	position: relative;
}
#vogel p {
	width: 158px;
	float: left;
	clear: left;
	margin: 0;
	padding-bottom: 15px;
	font-size: .95em;
}


.copyright {
	border: 3px solid #d6d9d9;
	clear: both;
	background-color: #d6d9d9;
	width: 794px;
	padding: 0.5em 0;
}
.copyright p {
	margin: 0;
	padding: .5em 15px;
	text-align: center;
}
.copyright a {
	color: #242424;
}



.glossymenu{
border-left:0px solid #9A9A9A; border-right:0px solid #9A9A9A; border-top:0px solid #9A9A9A; border-bottom:0px solid #9A9A9A; list-style-type: none;
margin: 0px 0;
padding: 0;
width: 180px;

}

.glossymenu li a{
background: white url('media/glossyback.gif') repeat-x bottom left;
color: white;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:3px; padding-bottom:3px

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 180px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url('media/glossyback2.gif');
}