/*  CSS2 style for iqdum.cz page */
body {
	font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
}
h4 {
	margin-bottom: 3px;
	margin-top: 8px;
	background: #336699;
	color: white;
	padding-left: 4px;
}
h4 a {
 color: black;
 text-decoration: underline;
}
h4 a:hover {
 text-decoration: underline;
}
#logo {
	border-style: none;
}
address {
	font-size: small;
}
#tagline h4 {
	margin-top: 0px;
	margin-bottom: 6px;
	background: white;
	color: black;
	padding-left: 0px;
}
#tagline p {
	margin-top: 4px;
	margin-bottom: 4px;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: medium;
}
#centered {
	text-align: center;
}
#footer {
	margin-top: 20px;
	text-align: center;
}
#footer img {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
small {
	font-style: italic;
	color: gray;
}
form#email { 
 padding-top: 3px;
 padding-bottom: 2px;
 background-color: #336699;
 color: white;
 border: none;
 font-size: 12px;
 text-align: center;
 width: 100%;
 margin-bottom: 0px;
 margin-top: 0px;
}
#email a {
 color: white;
}
#email .buttons {
 font-size: 12px;
 background-color: #aa1002;
 color: white;
 margin-right: 6px;
}
#email .text { 
 font-size: 12px;
 width: 180px;
 margin-right: 6px;
}
#menu {
 padding-left: 2px;
 background-color: #aa1002;
 color: white;
 font-weight: bold; 
 font-size: medium;
}
#menu a {
 color: white;
 text-decoration: none;
}
#menu a:hover {
 text-decoration: underline;
}

