body {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: rgb(178,178,178);;
	color: black;
  text-align: center;
}

img {
  border: none;
}

a {
  color: rgb(63,72,133);
  text-decoration: none;
}

a:hover {
  color: rgb(203,32,24);
  text-decoration: none;
}

h1 {
  font-size: 140%;
  color: rgb(203,32,24);
  margin: 5px 0px 5px 0px;
  font-weight: normal;
}

h2 {
  font-size: 130%;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-size: 110%;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
}


#page {
  text-align: left;
  margin: auto;
}

#header {
}
#logo-motorsport{
}
#logo-intrepid{
  display: none;
}
#webTitle {
  position: absolute;
  top: 40px;
  left: 35px;
  font-size: 130%;
  background-color: rgb(70,81,148);
  color: white;
  z-index: -2;
}

#webTitle a {
  text-decoration: none;  
  color: white;
}



/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu {
  display: none;
}
#menu td{
  vertical-align: middle;
  line-height: 16px;

}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu li {
  padding-right: 30px;
  float:left;
}
#menu li .menuArrow {
  color: rgb(71,82,149);
}

#menu ul li a {
  text-decoration: none;
  color: black;
}

#menu ul li a:hover {
  color: rgb(203,32,24);
}



/*********************************************************/
/********************* název sekce**********************/
/*********************************************************/
#sectiontitlecontent{
}
#sectiontitle {

	margin: 0px 10px 0px 0px;
}
#titlesign {
	display: none;
}
/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/


#mainContent {
  clear: both;
  margin-top: 15px;
}

.mainContentItem {
  text-align: left;
  padding: 10px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: solid 1px silver;
}
.mainContentItem .text {
  padding: 0px 0px 0px 0px;
}
.mainContentItem .text .pic {
  float: left;
  margin: 0px 10px 0px 0px;
}
.mainContentItem .text .title {
  font-size: 130%;
  margin-bottom: 7px;
}
.mainContentItem .text .continue{
  font-size: 140%;
  margin-top: 7px;
}
.mainContentItem .frame{
  display: none;
}

#mainContent #navigace {
}

#footer {

	margin: auto;
  padding-top: 13px;
  border-top: 1px solid black;
  margin-top: 20px;
  
}









