/**
 * Screen & projection stylesheet
 *
 * @version SVN:$Id: screen.css 83 2007-08-19 15:04:01Z mishal $
 * @author mishal
 *
 */

/* reset all */ 

@import url("common.css");
@import url("styles.css");


/* LAYOUT */

#wrapper {
  margin: 0 auto;
  min-width: 780px;
  width: 70%;
}


/* TYPO */

body {
  font-family: Arial, Helvetica, sans; 
  font-size: 10pt;
  background: url("images/body_bg.gif") top left repeat-x;    
}

#content p {
  line-height: 140%;
}

/* TABLES */

table {
  font: inherit;  
}

#top {
	position: relative;
	padding-bottom: 51px;
}

#header {
	height: 130px;
  background: url("images/header_bg.gif") top left repeat-x;	
  position: relative;
}

h1#logo a {
	display: block;
	background: url("images/mpluss_logo.gif") top left no-repeat;
	width: 295px;
	height: 130px;	
}
h1#logo a span {
  display: none;  
}

#menu {
	position: absolute;
	bottom: 0;
	right: 6em;
}

#menu ul {
  list-style-type: none;  
}

#menu ul li {
  float:left;
}

#sidebar_1 {
	float: left;
	width: 21%;
	min-width: 240px;	
	padding-left: 0;
}

#sidebar_2 {
  float: right;
  width: 36%;
  padding: 1%;
  
}

#middle {
	float: left;
	width: 30%;
	padding: 1%;

}
#main {
  padding: 1em;
  padding-top: 0;
}

#banners_holders {

}

#footer {	
	clear: both;
  background: url("images/body_bg.jpg") bottom left repeat-x;  
  height: 100px;
  padding: 0em 10% 0 10%;
  text-align: center;
}

#sec_menu {
	width: 228px;
	margin-bottom: 2em;
}

#sec_menu ul {
  list-style-type: none;
  width: 90%;
  margin: 1em auto;
}

#sec_menu ul li {
  background: #bfcf81;
  margin-bottom: 2px;
}

#sec_menu ul li a {
  display: block;
  width: 95%;
  background: #9cb63d;
  padding: 0.2em;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0.2em;
  font-size: 10pt;
  letter-spacing: 0.02em;
}

#sec_menu ul li a:hover {
  background: #8fae1d;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0.2em;
}


/* headings */

#h_nabizime {
	background: url("images/h_nabizime.gif") top left no-repeat;
	width: 235px;
	height: 32px;
	margin-bottom: 0.2em;
}

#h_nabizime span {
	display: none;
}

#h_kontakt {
  background: url("images/h_kontakt.gif") top left no-repeat;
  width: 235px;
  height: 32px;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
}

#h_kontakt span {
  display: none;
}
/* menu */

#menu a span {
	display: none;
}

#menu a:hover {
	background-position: bottom left;
}

#m_uvod {
	display: block;
	background: url("images/m_uvod.gif") top left no-repeat;
	width: 64px;
	height: 45px;
}

#m_nabizime {
  display: block;
  background: url("images/m_nabizime.gif") top left no-repeat;
  width: 100px;
  height: 45px;
}

#m_reference {
  display: block;
  background: url("images/m_reference.gif") top left no-repeat;
  width: 99px;
  height: 45px;
}

#m_onas {
  display: block;
  background: url("images/m_onas.gif") top left no-repeat;
  width: 68px;
  height: 45px;
}

#m_kontakt {
  display: block;
  background: url("images/m_kontakt.gif") top left no-repeat;
  width: 92px;
  height: 45px;
}

/* banners  */

#banner_1 {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 350px;
}

.banners div {
	float: left;
}


/* articles  */
.latest_articles {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 10pt;
	background: #fdaba2;
	padding: 0.5em;
	font-weight: bold;
}

.page_content {
	margin-top: 0.5em;
  margin-left: 245px; 	
}

.page_title {
	font-size: 12pt;
	margin-bottom: 1em;
	color: #90251f;
	 
}

.page_content p, p {
  line-height: 140%;
  margin-bottom: 0.5em;
}

.page_content h2 {
  font-size: 13pt;
  margin: 0.5em 0 0.3em 0;
}

.page_content h3 {
  font-size: 11pt;
  margin: 0.5em 0 0.3em 0;
}

.page_content a, 
.page_content a:link,
.page_content a:active,
.page_content a:visited {
	color: #e81700;
	text-decoration: underline;
	font-weight: bold;
} 

.page_content a:hover {
  color: #94241e;
  text-decoration: none;
} 

.breadcrumbs {
	color: #9e9c9c;
	padding: 0.5em 0 1em 0em;
	margin-left: 250px;
	font-size: 9pt;
}

.breadcrumbs a:link,
.breadcrumbs a:active,
.breadcrumbs a:visited
 {
  color: #92251e;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.page_widget {
	padding: 1em;
	padding-top: 0.2em;
}
table {
  margin: 0.2em 0 0.5em 0;
  border: 0;
  padding: 0 1em 0.5 1em;
}

table td, table tr {
  padding: 0.2em;
  border-bottom: 1px solid #951f18;
}

.page_widget h3 {
  padding: 0.2em;
  font-size: 11pt;
}
.page_widget p {
  margin-bottom: 1em;
}

table {

}
table td, table tr {
  padding: 0.2em;
}

#mishal_cz {
  width: 162px;
  height: 28px;
  float: right;
  margin-top: 2em;
}
#mishal_cz a {
  display: block;
  width: 162px;
  height: 28px;
  background: url("images/mishal_cz.gif") top left no-repeat;
}
#mishal_cz a span {
  display: none;
}


.page_content ul {
  list-style-type: disc;
  list-style-position: outside;
} 

.page_content li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}

a:link, a:visited, a:active {
  color: #e81700;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

#latest_articles {
  padding: 0.4em;
  font-size: 12pt;
}

.akce a:link, .akce a:visited, .akce a:active {
  color: #fff;
}

