﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 651px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 651px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color:#FF9933;
}
#navigation {
	border-top: 0px solid #808080;
	border-bottom: 0px solid #808080;
	background-color:#808080;
	margin-right: 10px;
	margin-left: 10px;
}

ul, li 
{ 
margin: 0;
padding: 0; 
} 


ul.menu 
{ 
font-size: 18px; 
font-family: sans-serif; 
} 

ul.menu li 
{ 
list-style-type: none; 
} 

ul.menu li.item 
{ 
float:none;
width: 100px; 
height: 74px; 
margin-right: 5px; 
margin-bottom: 5px; 
background-image:url('../images/bubl.gif');
background-repeat:no-repeat;
} 

ul.menu li.item a 
{ 
display: block; 
width: 100px; 
height: 74px; 
line-height:55px; /* svisle centrovani */ 
text-align: center; /* vodorovne centrovani */ 
background:#FFFFFF,urlurl('../images/bubl.gif'); 
background-repeat:no-repeat;
color: #bde; 
border: solid #bde 0px; 
font-weight: bold; 
text-decoration: none; 
font-style: italic; 
} 

ul.menu li.item a:hover 
{ 
background-image:url('../images/bublina1.gif'); 
color: black; 
border-color: #000; 
} 



#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float:none;
	width: 800px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	
}
#footer {
	text-align: center;
	clear: both;
	width: 651px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #bde;
	background-color: #bde;
	
}

ul li.aktivni{ 
color:#000000; 
background-image:url('../home_cmp_bubbles000_vbtn_p.gif');
background-repeat:no-repeat;
}

#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size:small
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}