* {margin: 0; padding: 0;}

body {
	color: #222;
	font: normal 62% sans-serif;
	padding: 2% 0;
	background-color: #000000;
}

a {color: #AE1C20;}
a:hover {color: #642;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #642; padding: 8px 0 2px;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: bold 1.3em Arial, Helvetica, sans-serif;}
h3 {font: bold 1.2em Arial, Helvetica, sans-serif;}

blockquote {
	background: url('img/citace.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {
	border: none;
	margin-left: 30px;
}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #fff url(img/wrapp.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 758px;
}
#container {
	background: #FBF9F4;
	border-top: 4px solid #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background-image: url(img/since.jpg);
	background-repeat: no-repeat;

}
.title a {
	display: block;
	height: 71px;
	width: 100%;
}

.title a span{
	display: block;
	position: relative;
	left: -1000em;
	font-size: 1px;
	text-decoration: none;
}

.title span {
	position: relative;
	left: 15px;
	top: -30px;
}

.header a {
	display: block;
	height: 220px;
	width: 100%;
}




/* navigation */
.navigation {
	background: #DED9D0 url(img/navigace.gif) repeat-x;
	height: 25px;
	border-top: 2px solid #fff;
	text-align: center;
}
.navigation a {
	background: #FFF url(img/navigace.gif) repeat-x;  /*oddelovac nahore*/
	color: #000000;
	float: left;
	padding: 0;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	width: 107px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.navigation a span {
	position: relative;
	top: -1px;

}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #fff;
	width: 107px;
}

/* main */
.main#two-columns {background: #AEAEAE url(img/telo.gif) repeat-y;}
.main#two-columns2 {background: #E1DFD2 url(img/telo.jpg) repeat-y;}
.main#two-columns3 {background: #AEAEAE url(img/telo.jpg) repeat-y;}
.main#one-column {background: #E1DFD2}


/* misc */

.clear,.clearer {clear: both;}
.clearer {font-size: 0;}

.col2 {
	width: 750px;
	height: auto;
	overflow: hidden;
	clear: both;
}
.left {float: left; width: 50%;}
.left .content {padding: 0; width: 100%;}
.right {
		width: 374px;
		float: right;

}
.right4 {
		width: 534px;
		float: right;

}
.right .content, .right4 .content {
		background: #AEAEAE;
		width: 100%;
		margin: 0px
}

.right2{float: right; width: 534px;}
.right2 .content {padding: 0; width: 100%;}
.left2 {
		width: 214px;
		float: left;

}
.left2 .content {
		background: #AEAEAE;
		width: 100%;
		margin: 0px
}

.right3{width: 750px;}
.right3 .content {padding: 0; width: 100%;}

.up {
	width: auto;
	height: 170px;
	text-align: justify;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}

.down {
	width: auto;
	background: #838383;
	border-top: 2px solid #fff;
	border-right: 1px solid #fff;
	height: 200px;
	margin-bottom: -3px;
}

.down img {
	left: 50%;
	position: relative;

}



.up2 {
	width: auto;
	text-align: justify;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}

.down2 {
	width: auto;
	background: #838383;
	border-top: 2px solid #fff;
	border-right: 1px solid #fff;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}


.up3 {
	width: auto;
	text-align: justify;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}

.down3 {
	width: auto;
	background: #838383;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}

.down img{
/*	text-align: center;
	position: relative;
	height: 50%;
	top: -50px; */
}

/* footer */
.footer {
	background: #fff;
	color: #332;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #971A1D;
	text-decoration: none;
}
.footer a:hover {
	color: #AE1C20;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* block list */
ul.block {
	margin: 0;
	padding: 0;
	width: 100%;
}
.block li {
	border-bottom: 2px solid #BCBAAC;
	list-style: none;
}
.block li#odd {
	background-color: #AE1C20;
}
.block li a#oddi {
	color: #BCBAAC;
	font-weight: bold;
}
.block li a {
	color: #AE1C20;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 10px 0px 5px 0;
	text-decoration: none;
	width: 100%;
}
.block p {
padding-left: 8px;
}
.block li a span {
	 padding-left: 8px;
     font-weight: bold;
	 color: #000000;
}
.block li a:hover span{
	color: #BCBAAC;
}
.block li a:hover {
	background: #D2D0C0;
	color: #BCBAAC;
}

.right .block,.right .block li, .right4 .block,.right4 .block li  {border-color: #fff;}
.right .block li a:hover, .right4 .block li a:hover {
	background-color: #000000;
}

.left2 .block,.left2 .block li {border-color: #fff;}
.left2 .block li a:hover {
	background-color: #000000;
}


/*block list 2*/
.nadpis, .radkovani {
	background: #AE1C20;
	border-bottom: 2px solid #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	height: 23px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.nadpis a {
	color: #ffffff;
	text-decoration: none;
	position: relative;
	top: 3px;
}

.nadpis a:hover {
	color: #000;
}

.nadpis span {
	position: relative;
	top: 2px;

}

.right .block2,.right .block2 li {border-color: #fff;}
.left2 .block2,.left2 .block2 li {border-color: #fff;}

input.formtext{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: bold;
	color: #FFFFFF;
}

input.forumname{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 705px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

input.forumname2{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 485px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

textarea.forumtext{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 705px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

textarea.forumtext2{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 485px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

#forumpic{
	border: 3px solid #AE1C20;
	color: #FFFFFF;
	width: 200px;
	height: 60px;
	clear: both;
	position: relative;
	left: 252.5px;
	margin: 0px;
	padding: 0px;
	float: none;
}

#forumpic2{
	border: 3px solid #AE1C20;
	color: #FFFFFF;
	width: 200px;
	height: 60px;
	clear: both;
	position: relative;
	left: 145.5px;
	margin: 0px;
	padding: 0px;
	float: none;
}

input.forumcode{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: both;
	margin-right: 252.5px;
	margin-left: 252.5px;
	margin-bottom: 10px;
}

input.forumcode2{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: both;
	margin-right: 145.5px;
	margin-left: 145.5px;
	margin-bottom: 10px;
}

input.button{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

input.button-forum{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	position: relative;
	left: 252.5px;
}

input.button-forum2{
	background-color : #AE1C20;
	border: 2px solid #fff;
	font-weight: normal;
	color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	position: relative;
	left: 145.5px;
}

.cena {
	font-weight: bold;
	font-size: larger;
	text-align: right;
}

.soubor {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  background: #838383;
  border: 1px solid #AE1C20;
  border-left: 4px solid #AE1C20;
  min-height: 47px;
}
.zalom {
	text-align: center;
	display: block;
	width: 100%;
	font-size: larger;
	font-weight: bold;
	margin: 10px;
}

#archiv {
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	width: 374px;
	height:100%;
	display: block;
	text-transform: uppercase;
	color: #AE1C20;
	font-weight: bold;
	position: relative;
	top: 10px;
}

.galerie {
	padding-bottom: 10px;
	width: 140px;
	text-align: center;
}

.galerieV {
	width: 120px;
}

.galerieS {
	height: 120px;
}