html, body {
	margin:00;padding:0;
	background: #333333;
/*	background-image:url('background.jpg'); */
/* 	background-repeat:repeat-x; */
	background-repeat:no-repeat;
	font-family: monospace, sans-serif;
	}

/* layout */
#retrofest {
	width:950px;
	margin:3em auto 0;
	text-align:left;
	border: 2px solid black;
	background: white;
}

#retrofest a {
  text-decoration: none;
  color: #666666;
}

#content {
	padding: 2em;
}

/* logo */
#top {
	margin: 0;
	padding: 0;
	background-image: url('logo.png'); 
	background-repeat:no-repeat;
	background-position: top;
	height: 170px;
}

#bottom {
	font-size: small;
	text-align: center;
	padding: 1em;
}

h2 {
	padding: 0.5em;
}

h3 {
	padding: 0.1em;
}

/* menu */

#menu-box {background: #333333 repeat-x 0 0;}
#menu {width: 900px; margin: 0 auto;}

#menu li {
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
}

#menu li a {
  text-decoration: none;
  color: #FFFFFF;
  float: left;
  display: inline;
  line-height: 35px;
  padding: 0 18px;
  border-right: 1px solid #808080;
}

#menu li.first a {border-left: 1px solid #808080;}
#menu li a:hover, #menu li a.active {background-color: #666666;}

/* Clearfix */
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.clearfix {min-height: 1px;}
.clearfix {display: inline-block;}

/* Backslash hack - nemel by to videt IE/Mac \*/
.clearfix {display: block;}
/* Konec hacku */


/* menu roky */

#menu-box-years {background: #333333 repeat-x 0 0;}
#menu-years {width: 900px; margin: 0 auto;}

#menu-years li {
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
  color: #FFFFFF;
  line-height: 25px;
}

#menu-years li a {
  text-decoration: none;
  color: #FFFFFF;
  float: left;
  display: inline;
  line-height: 25px;
  padding: 0 18px;
  border-right: 1px solid #808080;
}

#menu-years li.first a {border-left: 1px solid #808080;}
#menu-years li a:hover, #menu-years li a.active {background-color: #666666;}

