a {
    color: #f09361;
    font-weight: bold;
}
strong {
    font-weight: bold;
}
ol li { 
    list-style-type: decimal; 
    margin-left: 18px; 
    margin-bottom: 4px;
    color: #f09361;
}

html {
    background-color: #CC4E01;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#root {
      width: 778px;
      margin:auto;
      background: url(images/main_bg.gif) repeat-x 0px 136px #920000;
}

#header {
    width: 774px;
    height: 136px;
    background: url(images/header.gif) no-repeat;
    border-right: 2px solid #a60000;
    border-left: 2px solid #a60000;
}
#header #prihlaska {
    display: block;
    width: 60px;
    height: 92px;
    margin-left: 695px;
}
#header ul {
    margin-left: 130px;
    margin-top: 17px;
    font-size: 17px;
}
#header ul li {
    background: url(images/li.gif) no-repeat 0px 3px;
    padding-left: 18px;
    display: inline;
    margin-right: 10px;
}
#header ul li a {
    color: #760202;
    text-decoration: none;
    font-weight: bold;
}
#header ul li a:hover {
    color: white;
}

#content {
    width: 752px;
    min-height: 506px;
    padding-top: 47px;
    padding-left: 26px;
    background: url(images/main_img.png) no-repeat right top;
}
.content-inner, .msgbox {
    width: 397px;
    padding: 15px;
    background-color: #760202;
    border: 1px solid #6a0101;
}
.msgbox {
    color: #feff00;
    font-weight: bold;
}
.content-inner h1, .content-inner h2 {
    color: #f6eeee;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-weight: bold;
}
.content-inner h1 span, .content-inner h2 span {
    color: #feff00;
}
.content-inner h2 {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 7px;
}
.content-inner h2.no-top {
    margin-top: 0;
}
.content-inner h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 7px;
    color: #ffA405;
}
.content-inner p {
    margin-top: 7px;
    color: #f09361;
    line-height: 140%;
}

.content-inner .form {
    color: #f09361;
}
.content-inner .form th label {
    font-weight: bold;
    padding-right: 10px;
}
.content-inner .form table tr {
    border-bottom: 3px solid #760202;
}
.content-inner .form th {
    vertical-align:  top;
}
.content-inner .form legend {
    font-weight: bold;
    color: #feff00;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 7px;
}
.content-inner .form fieldset {
    margin-bottom: 15px;
}
.content-inner .form input[type=radio] {
    margin-right: 6px;
}
.content-inner ul {
    color: #f09361;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.content-inner ul li {
    list-style-type:  circle;
    margin-bottom: 4px;
}

#photos a img {
    border: 4px solid #920000;
}
#photos a.main-img {
    display: block;
    float: left;
}
#photos a.main-img img {
    width: 270px;
    border: 4px solid #920000;
}

#photos .right {
    width: 110px;
    float: right;
}

#photos .right .last {
    margin-top: 3px;
}

#footer {
    height: 11px;
    padding: 18px 20px;
    background: url(images/footer_bg.gif) repeat-x;
    color: #ffA405;
}
#footer .left {
    float: left;
}
#footer .left a {
    color: #ffA405;
    font-weight: bold;
    text-decoration: none;
}
#footer .left a:hover {
    text-decoration: underline;
}
#footer .right {
    text-align: right;
    float: right;
    font-size: 12px;
}
#footer .right a {
    color: #f09361;
    text-decoration: none;
}
#footer .right a:hover {
    color: #ffA405;
}

#links {
	width: 700px;
	color: #f09361;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

#developedby {
    margin-top: 10px;
    text-align: center;
    color: #a60000;
}
#developedby a {
    color: #a60000;
    font-weight: bold;
}

.img-right {
    float: right;
    margin-right: 10px;
    /*margin-bottom: 10px;*/
}

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}