/* CSS Document - Oldgermanmicrophones */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background: url("img/bg.jpg") repeat-x;	
	background-color: #1E2C35;
	color: #777;
}

/*	centrovani layoutu pro IE	*/
#page {
	text-align: center;
}

#layout {
	margin:auto;
	margin-top:50px;
	width:750px;
	border:0px dotted #0279CC;
}

/*	zahlavi	*/
#header {
	width:750px;
	height:255px;
	background: url("top.jpg") no-repeat;
	margin:0;
}

table.header-links {
  margin-left: 15px;
  margin-top: 20px;
	border-collapse: collapse;
}

#menu {
	width:750px;
	height:24px;
}

table.menu {
	border-collapse: collapse;
	width:750px;
}

td.menu-gap {
	background: url("img/menubg-gap.png") no-repeat;
	width: 3px;
}

td.menu-null {
	background: url("img/menubg.jpg") repeat-x;
	width: 178px;
}

a.menu {
	display: block;
	height: 24px;
	background: url("img/menubg.jpg") repeat-x;
	padding-top:5px;
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight:bold;
	color:#aeaeae;
	text-decoration: none;
}
a.menu:hover {
	background: url("img/menubg-select.jpg") repeat-x;
	text-decoration: none;
	color:#7c5932;
}

a.menu-selected {
	display: block;
	height: 24px;
	background: url("img/menubg-select.jpg") repeat-x;
	padding-top:5px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	color:#7c5932;
	text-decoration: none;
}

table.combo {
	border-collapse: collapse;
	width:750px;
}

td.combo {
   background: #fff; 
}

#submenu {
  margin: 20px 20px 20px 20px;
  text-align: left;
  background: #fff;
}

a.submenu {
	font-size: 12px;
	font-weight:bold;
	color:#777;
	text-decoration: none;
}
a.submenu:hover {
	text-decoration: none;
	color:#8E602F;
}
a.submenu-selected {
	font-size: 12px;
	font-weight:bold;
	color:#8E602F;
	text-decoration: none;
}

#content {
  margin: 20px 20px 20px 0px;
  text-align: left;
  font-size: 11px;
  background: #fff;
}

img.img {
  margin-bottom: 20px;
}

#footer {
	width:750px;
	height:15px;
	background: #636363;
	margin:0;
}
#footer-links {
  padding-right: 10px;
	font-size: 9px;
	text-align: right;
	color: #fff;  
}

