@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background: url('images/pattern2.jpg') repeat;
font-size:14px;
color:#666666;
}

img {
	border : 0;
}

a {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#FF0000;
text-decoration:underline;
}

#wrapper-site {
	margin : auto;
	width : 767px;
	border : 1px solid #303030;
}

#wrapper-body {
	border-left : 1px solid #CBCBCB;
	background : #F8FAF9;
	/* IE6 min-height hack: */
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding : 20px;
}


#obsah {
width:750px;
padding-left:10px;
padding-bottom:5px;
padding-right:10px;
font-size:14px;
height: 20%;
z-index: 1;
}



#tabulka_citat {
float:right;
}

#footerpravy {
padding-right:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#footerlavy {
padding-left:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
float:left;
}

#menudole { height:30px;
background:url(images/bkg_spodnalista.jpg);
}

#menutop {
padding-left:60px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
float:left;
color:red;
}

#posledne {
width:650px;
padding-left:5px;
border:#000000;
}



        #fadeBandsH {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            z-index: 1;
        }

        #fadeBandsV div {
            overflow: hidden;
            position: absolute;
            width: 100%;
        }

        #fadeBandsH div {
            overflow: hidden;
            position: absolute;
            height: 200px;
        }

        #pageContent {
            position: relative;
            z-index: 2;
        }

#message {
	border : 1px solid #E36B6C;
	color : black;
	padding : 20px;
	margin : 20px;
	text-align : left;
	background : #FFE4E4;
}

.article {
	border : 1px solid #D4D5D5;
	margin : 20px;
	width : 631px;
}

.article-title {
	background : url('images/article-title-bg.png');
	width : 621px;
	height : 23px;
	color : white;
	font-size : 11px;
	padding-left : 10px;
	padding-top : 5px;
}
.article-title a {
	color : white;
}
.article-topshadow {
	background : url('images/article-topshadow.png') no-repeat white;
	width : 621px;
	padding-top : 10px;
	padding-left : 10px;
	height : 20px;
	font-size : 10px;
}
.article-message {

	/* IE6 min-height hack: */
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width : 591px;
	background : url('images/article-bottomshadow.png') bottom left no-repeat #FFFFFF;
	padding : 20px;
}

table.write {
	width : 660px;
	background : #F1E2E2;
}
td.write_hdr {
	color : #525453;
	height : 22px;
	vertical-align : middle;
	background : #0D0D0D;
	font-weight : bold;
	text-align : center;
	padding : 2px;
}
td.write1 {
	background : #FFF8F8;
	color : #E36B6C;
	padding : 6px;
}
td.write2 {
	background : #FAFCFB;
	padding : 8px 16px;
	width : 150px;
}

td.write3 {
	background : #FFEFEF;
	padding : 4px 6px;
}

input {
	border : 2px solid #E36B6C;
	background : white;
	font-size : 14px;
	color : black;

}
input:hover {
	border : 2px solid #E36B6C;
	background : #FFE4E4;
}

select {
	border : 2px solid #E36B6C;
	background : white;
}
select:hover {
	border : 2px solid #E36B6C;
	background : #FFE4E4;
}

textarea {
	border : 2px solid #E36B6C;
	background : white;
	font-size : 14px;
	color : black;
}
textarea:hover {
	border : 2px solid #E36B6C;
	background : #FFE4E4;
}

