/*   author: Tomáš Potěšil | http://tomaspotesil.cz  */
body {
	background: repeat-x left top;
	color: #474747;
	border: 0;
	margin: 0;
	font: 13px/18px Verdana, Geneva, sans-serif;
}

#strip {
	width: 794px;
	height: 61px;
	background: #FFF url(../images/cosmologo.jpg) no-repeat center;
	margin: 0 auto 50px auto;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#strip a {
color: #a3a3a3;
text-decoration: none;
}

#strip a:hover {
color: #7d7d7d;
}

#strip h1 {
margin: 0;
color: #b20404;
padding-top: 10px;
font-size: 30px;
}

h1 {
color: #b20404;
font-size: 22px;
}

h2 {
	color: #606BA9;
	margin: 0 0 10px 0;
	padding: 0;
	font: 24px Arial;
}

h3 img {
vertical-align: middle;
}

#page {
	width: 793px;
	margin: -50px auto auto;
}

hr {
border: 1px solid #f0efef;
}

#content {
	width: 555px;
	float: left;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #FFF;
	text-align: justify;
	vertical-align: middle;
	font-size: 12px;
}

.article-title a{
color: #b20404;
font-size: 22px;
}

.article-title a:hover{
text-decoration: underline;
}

#menu {
width: 170px;
float: right;
padding: 5px 10px 5px 5px;
margin-bottom: 20px;
background: #FFF;
}

#menu a {
font-weight: normal;
color: #060606;
text-decoration: none;
}

#menu a:hover {
	color: #606BA9;
	text-decoration: underline;
}

#menu li {
	list-style: none;
	width: 172px;
	height: 30px;
	position: relative;
	left: -37px;
	top: 0;
}

#menu li a{
	color: #9F9F9F;
	padding: 6px 12px 13px 0;
	background: no-repeat 99% 50%;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 10px;
	border-bottom: 1px solid #CCC;
}

#menu li a:hover{
	color: #606BA9;
	background: no-repeat 99% 50%;
	text-decoration: none;
	border-bottom: 1px solid #606BA9;
	text-align: left;
}

#menu h2 {
font-size: 16px;
color: #b20404;
margin: 0;
padding: 0;
}

.info {
width: 563px;
height: 13px;
background: #b20404;
padding: 5px;
color: #FFF;
font-size: 12px;
text-align: center;
margin: 0 auto;
margin-bottom: 20px;
}

.info a{
color: #FFF;
text-decoration: none;
font-weight: bold;
}

.info strong {
color: #FFF;
}

a {
	color: #474747;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

strong {
color: #4a4a4a;
}

#footer {
	color: #9d9d9d;
	width: 794px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 9px;
}

#footer a{
	color: #9d9d9d;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #9d9d9d;
}

blockquote {
padding: 1px 3px 1px 5px;
background: #f8f7f7;
border-left: 3px solid #b20404;
}

.img-left{ display: block; float: left;  margin: 0 5px 5px 0; padding: 3px; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
.img-right{ display: block;  float: right;  margin: 0 0 5px 5px;padding: 3px; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
.img-center{ display: block; margin: 10px auto; padding: 3px; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
.img-left:hover {border-top: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;}
.img-right:hover {border-top: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;}
.img-center:hover {border-top: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;}.text {
	font: normal 24px/18px Verdana, Geneva, sans-serif;
	color: #606BA9;
}
#page #content p {
	font-size: 13px;
}

