/*CSS file*/

/*Zaklady Layout*/
body {
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

.sicko {
	width: 800px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.hlavica {
	position: relative;
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../obrazy/hlavica.jpg);
	background-color: #ffffff;
}

.vlavo {
	position: relative;
	width: 140px;
	height: 660px;
	margin-left: auto;
	float: left;
	padding-right: 8px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../obrazy/vlavo.jpg);
	text-align: right;
	background-color: #ffffff;
}

.vpravo {
	position: relative;
	width: 140px;
	height: 660px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 8px;
	background-image: url(../obrazy/vpravo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: center;
}

.obsah {
	position: relative;
	width: 500px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	color: #000000;
	float: left;
	background-image: url(../obrazy/stred.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/* Cas a datum */
.casy {
	width: 800px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bolder;
	text-align: center;
	font-size: 10px;
	margin-top: 2px;
	position: relative;
}

/*Komncerty*/
.koncerty {
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 380px;
}


/* koncerty prva strana */
.koncert {
	text-align: left;
	padding-left: 16px;
}

/*ggp*/
.post {
	position: relative;
	left: 25px;
	width: 152px;
	height: 152px;
	float:left;
	margin-right: 70px;
	margin-top: 20px;
}

/*infobanka*/
.infobanka {
	position: relative;
	left: 150px;
	text-align: left;
}

/*Bio*/
.bio {
	text-align: justify;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px; 
}

.biofoto {
	background-image: url(../obrazy/fotka.jpg);
	width: 375px;
	height: 563px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}

/*techrider*/
table.techrider {
	border: 1px solid Black;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	font-size: 12px;
}

td.techridertd {
	border: 1px solid Black;
	color: #000000;
}
	
th.techriderth {
	border: 1px solid Black;
	color: #000000;
	font-weight: bold;
}

/* Forum */
.carattere{
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: Black;
	font-weight: bold;
}
                     
.tabella{
border:1px solid;
border-right:none;
}

.forum{
text-align: left;
}
.inputbook {
	font-size: 12px;
	font-family : Verdana, sans-serif;
	font-weight : normal;
}
.bluebutton {
	font-size: 10px;
	font-family : Verdana, sans-serif;
	font-weight : normal;
	background : #ffffff;
	color : #000000;
}
.nepovinne {
	font-size: 11px;
	font-family : Verdana, sans-serif;
	color : #000000;
}
.jmeno {
	font-size: 11px;
	font-family : Verdana, sans-serif;
	color : #000000;
	font-weight : bold;
}
.povinne {
	font-size: 11px;
	font-family : Verdana, sans-serif;
	color : #000000;
	font-weight : bold;
}
.odkaz A {
	font-size: 10px;
	font-family : Verdana, sans-serif;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}
.odkaz A:HOVER {
	font-size: 10px;
	font-family : Verdana, sans-serif;
	color : #bdbdbd;
	font-weight : bold;
}
.cas {
	font-size: 10px;
	font-family : Verdana, sans-serif;
	color : #000000;
	font-weight : bold;
}
.text {
	font-size: 10px;
	font-family : Verdana, sans-serif;
	color : #000000;
}

a {
	text-decoration: underline;
	color: #000000;
}

hr {
	border: 1px dashed #000000;
}

img {
	border: 0px;
}

.zrusene {
	color: Red;
}