/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
min-width: 950px;
background-color:#BDBDBD;
}

.redbold {
	color: #CF020E;
	text-decoration: none;
	font-weight: bold;
}

.red-links:link {
	color: #CF020E;
	text-decoration: none;
	font-weight: bold;
}
.red-links:visited {
	text-decoration: none;
	color: #CB011B;
    font-weight: bold;

}
.red-links:hover {
	text-decoration: none;
	color: #000000;
}
.red-links:active {
	text-decoration: none;
	color: #000000;
}
.redlink:link {
	color: #CF020E;
	text-decoration: none;
}

.linku:link {
	text-decoration: underline;
}


.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Wrapper of the site */

#wrapper {
background-color: white;
width: 950px;
margin: 0 auto;
}


/* Paragraphs, headings, ... */

p {
line-height: 170%;
margin-bottom: 10px;
color: #252525;
}

h1 {
font-size: 2.1em;
font-weight: normal;
color: #FFFFFF;
text-align: left;
position: absolute;
top: 50px;
right: 3px;
background: url('../images/h1-bg.gif') repeat-x 0 100%;
width: 50%;
}

h2 {
font-size: 1.3em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
letter-spacing: 1px;
text-align: left;
padding-left: 61px;
margin-top: 4px;
}

h3 {
font-size: 1.4em;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color: #252525;
letter-spacing: 1px;
padding-bottom: 3px;
border-bottom: 1px solid #252525;
margin: 20px 0 7px 0;
width: 100%;
}

h3.first {
margin: 0 0 7px 0;
}


/* Header */

#header {
width: 950px;
height: 138px;
position: relative;
margin: 0 auto;
background: #000000 url('../images/hd-bg.png') repeat-x 0 0;
text-align: left;
}


/* Logo, slogan */

#logo {
position: absolute;
top: 15px;
left: 5px;
width: 300px;
height: 106px;
}

#logo a, #logo a:visited {
color: #FFFFFF;
}

#logo img {
border: 0;
}

#slogan {
font-size: 1.4em;
letter-spacing: 1px;
position: absolute;
top: 115px;
right: 3px;
color: #FFFFFF;
}

#slogan span {
color: #FF8034;
}


/* Search form */

form.searching {
width: 160px;
}

form.searching fieldset {
border: 1px;
}

form.searching input.search {
letter-spacing: 1px;
float: left;
padding: 2px 0 2px 6px;
width: 139px;
border: 0;
}

form.searching input.hledat {
font-size: 0.9em;
letter-spacing: 2px;
padding-left: 0;
margin-left: 4px;
font-weight: bold;
float: left;
}

form.searching label {
display: none;
}


/* 3 columns layout */

#content {
width: 950px;
margin: 0 auto;
text-align: left;
background: #FFFFFF url('../images/content-bg.gif') repeat-y 0 0;
}

#column-1 {
float: right;
width: 770px;
}

#column-1 #column-11 {
float: left;
width: 590px;
background-color: white;        
}

#column-1 #column-12 {
float: right;
width: 178px;
font-size: 0.9em;
}

#column-2 {
float: left;
width: 178px;
font-size: 0.9em;
}

#column-1, #column-2, #column-12 {
padding-bottom: 30px;
}

#column-1 #column-12 p, #column-2 p {
margin: 0; line-height: 1.4;
}

#column-2 h3, #column-1 #column-12 h3 {
background: #DB6201 url('../images/h3-bg.png') no-repeat 0 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
font-weight: bold;
color: #FFFFFF;
line-height: 29px;
margin: 0; padding: 0; border: 0;
text-align: center;
width: 100%;
}

#column-11 div.content {
margin: 0.5em 1.3em 0 1em;
}

#column-2 div.content, #column-12 div.content {
margin: 0.4em 0.5em 1.2em 0.9em;
}

#column-12, #column-2 {
background-color: #F2F2F2;
}

/* Side Menu */


.arrowlistmenu{
width: 178px; /*width of menu*/
height: 100%; 
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 95%;
}

.arrowlistmenu ul li a:visited{
color: #404040;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #C6011C;
background-color: #F3F3F3;
}

.arrowlistmenu li {
color: #252525;
font-weight: bold;
list-style-type: none;
text-decoration: none;
margin: 0 0 12px 5px;
}


/* Definition list in colum */

dl.news {
margin: 0.6em 0.3em 1.2em 0.6em;
}

dl.news dt {
font-weight: bold;
}

dl.news dd {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px dotted #202020;
}

dl.news dd a, dl.news dd a:visited {
font-style: italic;
color: #CF020E;
}


/* Gallery in midlle column */

#small-gallery {
margin: 1.5em 0 3em 0;
width: 100%;
padding: 1px 0;
}

#small-gallery .fotol {
float: left;
display: inline;
text-align: center;
margin: 0 17px 0 22px;
padding-left: 50px;
}

#small-gallery .fotor {
float: right;
display: inline;
text-align: center;
margin: 0 17px 0 22px;
padding-right: 50px;
}

#small-gallery .fotol img {
border: 3px solid silver;
}

#small-gallery .fotor img {
border: 3px solid silver;
}

#small-gallery .fotol a:hover img {
border: 3px solid #C6011C;
}

#small-gallery .fotor a:hover img {
border: 3px solid #C6011C;
}


/* Table */

table {
font-size: 100%;
border-collapse: collapse;
border: 0px;
margin: 0px 0 0px 0;
}

table a:link, a:visited {
text-decoration: none;
color: #252525;
}

table a:hover {
text-decoration: none;
color: #C6011C;
}

th, td {
padding: 1px 1px;
border: 0px;
}

th {
text-align: left;
font-weight: bold;
}

td {
text-align: left;
}

.trbg {
background-color: #EFEFEF;
}

.first-column {
font-weight: bold;
border-left: 0px;
}

.last-column {
font-weight: bold;
border-right: 0px;
color: #C6011C;

}



/* Footer */

#footer {
width: 950px;
margin: 0 auto;
height: 55px;
background: #000000 url('../images/footer-bg.png') repeat-x 0 0;
clear: both;
}

#footer-in {
width: 950px;
margin: 0 auto;
}

p.footer-left {
float: left;
width: 450px;
color: #FFFFFF;
text-align: left;
margin: 22px 0 0 15px;
display: inline;
}

p.footer-left a, p.footer-left a:visited {
color: #FFFFFF;
padding: 1px 2px;
}

p.footer-left a:hover {
background-color: #FFFFFF;
color: #202020;
}

p.footer-right {
float: right;
width: 450px;
color: #FFFFFF;
text-align: right;
margin: 22px 15px 0 0;
display: inline;
}

p.footer-right a, p.footer-right a:visited {
font-size: 0.9em;
color: #FFFFFF;
padding: 1px 2px;
}

p.footer-right a, p.footer-right a:visited  {
font-weight: normal;
}

.menut {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(../images/button1.png); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menut li {float:left;}
.menut li a {display:block; float:left; height:35px; line-height:35px; color:#F0F0F0; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menut li a b {float:left; display:block; padding:0 16px 0 8px;}
.menut li.current a {color:#fff; background:url(../images/button3.png);}
.menut li.current a b {background:url(../images/button3.png) no-repeat right top;}
.menut li a:hover {color:#fff; background:#000 url(../images/button4.png);}
.menut li a:hover b {background:url(../images/button4.png) no-repeat right top;}
.menut li.current a:hover {color:#fff; background:#000 url(../images/button4.png); cursor:default;}
.menut li.current a:hover b {background:url(../images/button4.png) no-repeat right top;}


.menubar {
width: 100%;
height: 15px;
margin: 0 auto;
border: 0;
background: #CF020E;
}

.menubar1 {
width: 100%;
height: 15px;
margin: 0 auto;
border: 0;
background: #DADADA;
}

.theaderl {
background: url('../images/left-heading2.jpg') no-repeat center left;
width: 26px;
margin: 0 auto;
border: 0px;
}

.theader {
background: url('../images/bg-heading2.jpg') repeat-x;
height: 22px;
width: 560px;
color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.theadersmall {
background: url('../images/bg-heading2.jpg') repeat-x;
height: 22px;
width: 258px;
color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.theaderr {
background: url('../images/right-heading2.jpg') no-repeat center left;
width: 4px;
height: 22px;
}

.white-bold-txt1 {
color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.red-small {
color: #C6011C;
font-size: 13px;
font-family: Tahoma;
text-align: center;
}


.green-small-bold {
	color: #339900;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
padding-right: 3px;
}

.red-small-bold1 {
	color: #C6011C;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
}

.redheader {
color: #FFF;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
background: url('../images/bg-red.jpg') repeat-x;
border: 3px;
border-color: #fff;
border-right-style: solid;
border-left-style: solid;
}

.redheaderd {
color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
padding-left: 3px;
padding-right: 3px;
background: url('../images/bg-red.jpg') repeat-x;
width: 80%;
}

.text {
font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}

p.center { text-align: center; }

img {  border-style: none; }

.leftalign {display:block; padding:5px; background:#eee; margin:8px; float:left; border:solid 1px #ddd;}
.rightalign {display:block; padding:5px; background:#eee; margin:8px; float:right;border:solid 1px #ddd;}

#container{
width:560px;
margin:auto;
border:0;
}
#container:after {
content:'';
display:block;
clear:both;
}
#left, #left2, #left3{
width:275px;
height:auto;
float:left;
border:1px solid #EFEFEF;
}
#right{
width:275px;
height:auto;
float:right;
border:1px solid #EFEFEF;
} 

a:link, a:visited {
text-decoration: none;
color: #525252;
}

a:hover {
text-decoration: none;
color: #C6011C;
}


