body {
	background-color: black;
	background-image: url(../images/back-colum1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	color: #FF0;
	margin: 0;
	padding: 0;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#inbody {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 1000px;
    background-image: url(../images/back-colum2.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#page {
    margin: 0 auto;
    position: relative;
	width: 900px;
	z-index: 5;
}

/* help stales */
.cleaner {
    clear: both;
}
.hidden {
    display: none;
}
p {
    margin: 10px 3px;
}
a {
    color: #E91F09;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #E91F09;
    text-decoration: underline;
}
address {
    font-style: normal;
}
.small {
    font-size: 0.8em;
}
.center {
    text-align: center;
}
/* header */
#header {
	position:relative;
	z-index: 20;
    border-bottom: 1px solid #E45EA5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family:"Arial Black", Gadget, sans-serif;
    font-weight: normal;
}
#logo {
    position: absolute;
    right: 135px;
    top: 10px;
}
#header h1 {
	color: #FF0;
	text-align:center;
    margin: 0px;
}
#header h1 span {
	color: #E91F09;
}
#header .title {
	font-size:42px;
}
.motto {
	color:#FFF;
    font-size: 16px;
}

/* content */
#content {
	position:relative;
    text-align: left;
}
#incontent {
    float: left;
    width: 480px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
#incontent h2{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 3px;
    background-image: url(../images/back-h2-con.png);
    background-position: center top;
    background-repeat: no-repeat;
    font-family:"Arial Black", Gadget, sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.obsah {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    color: white;
}
.obsah span {
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin-right: 3px;
    float: left;
    color: #ff0;
}
.obsah strong {
    color: #ff0;
}
.obsah div img {
    margin-top: 5px;
    margin-bottom: 5px;
}
.uvod {
    background-image: url(../images/rakovnik-2008-01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.profi {
    background-image: url(../images/rakovnik-2008-03.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 319px;
}
.color {
    /*color: #FF0;*/
}
img.ignis1 {
    float: right;
    margin-left: 10px;
}
.obsah #mapa {
    float: right;
    margin-left: 10px;
}
h4 {
    color: #ff0;
}

/* leftcolum */
#leftcolum {
    width: 200px;
    float: left;
}
#menu {
    padding: 0;
    margin: 0;
}
#menu li {
    list-style: none;
    font-weight: normal;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 5px;
}
.menu-select {
    background-image: url(../images/back-menu-select.gif);
}
.menu-deselect {
    background-image: url(../images/back-menu.gif);
}
#menu li.menu-select a {
    color: black;
    font-weight: bold;
}
#menu a {
    font-size: 0.9em;
    font-weight: bold;
}
#menu a:hover {
    color: black;
    text-decoration: none;
}

/* rightcolum */
#rightcolum {
    width: 200px;
    float: left;
}
#rightcolum h3, #leftcolum h3 {
    font-family:"Arial Black", Gadget, sans-serif;
    font-weight: normal;
    text-align: center;
    background-image: url(../images/back-h3.gif);
    font-size: 16px;
    padding: 3px;
    margin: 0px;
}
.columblock {
    background-image: url(../images/back-block.gif);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: white;
    border: 1px solid #EF30EF;
    color: black;
    padding: 0.5em;
    margin-bottom: 10px;
    opacity: 0.9;  
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}
.columblock p {
    margin: 0;
}
.telephone {
    display: block;
    width: 45px;
    float: left;
}


/* footer */
#footer {
    border-top: 1px solid #E45EA5;
    color: white;
    font-size: 0.8em;
    margin-top: 10px;
}
