@charset "utf-8";
/* CSS Document */
<!---->
body {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:13px;
	}
	
a { border:none;}

div#parent{
	width: 940px;
	height:500px;
	height: auto;
	clear: left;
	margin: 0px auto;
	background-color:#FFFFFF;
	padding:0;
	}	
	
div#hlavicka {
	width: 230px;
	height: auto;
	overflow:visible;
	float:left;
	border:none;
	margin-top: 20px;
	}
	
div#hlavicka img {
	border:none;
	}	
div#rightCont {
	margin:0;
	width: 540px;
	height: auto;
	float:right;
	}
	
div#menu {
	width: 700px;
	height: 55px;
	float: right;
	margin: 40px 0 0 0;
	padding:0;
	text-decoration:none;
	}

#menu li {
	display: inline-block;
	height:60px; 
	float:left; 
	padding: 0;
	margin-bottom:5px;
	border: none;
	text-decoration:none;
	}

#menu a {
	display:block;
	height: 60px;
	margin-left: 10px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	}
#menu a:hover {
	display:block;
	height: 60px;
	margin-left: 10px;
	background-repeat:no-repeat;
	background-position:0px -59px;
	text-decoration:none;
	}

#menu a#home	{background-image: url(img/menu/_home.png); width:94px}
#menu a#kap 	{background-image: url(img/menu/_kap.png); width:117px}
#menu a#triko 	{background-image: url(img/menu/_triko.png); width:93px}
#menu a#ftk 	{background-image: url(img/menu/_ftk.png); width:96px}
#menu a#gst 	{background-image: url(img/menu/_gst.png); width:139px}
#menu a#kont 	{background-image: url(img/menu/_kont.png); width:57px}

div#obsah {
	margin: 100px 10px 0 0;
	width: 535px;
	height: auto;
	float: right;
	padding: 0;
	
	}
	
#obsah .h1 {
	font-size:18px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px 5px 0px 0px;
	margin: 20px 0 0 0px;
	color: #C64E4E;
	width: auto;
	text-decoration:underline;
	line-height: 25px;
	}
	
#obsah .h2 {
	font-size:14px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px 5px 0px 0px;
	margin: 13px 0 0 0px;
	color: #C64E4E;
	width: auto;
	}	
	
#obsah p {
	padding: 0 4px 0 0px;
	margin: 2px 0;
	color:#444444;
	}
	
#obsah img {
	border: 1px;
	}
	
#obsah #kapely table td a {
	font-weight: normal;
	text-decoration:none;
	vertical-align: middle;
	}
	
#obsah p {
	padding: 0 4px 0 0px;
	margin: 2px 0;
	color:#444444;
	}
	
#obsah #kapely table td {
	padding: 3px 0px 3px 0;
	vertical-align: middle;
	height:35px;
	color:#999999;
	}

#obsah #kapely .h1 {
	text-decoration:none;
	line-height: normal;
	vertical-align: middle;
	}


#obsah .datum {font-size: 10px; color: #999999; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; margin-left: 10px;}

#obsah a {color:#349CB1;}
#obsah a:hover {color:#A53776;}



/*- - - GUESTBOOK - - - */

 form { margin: 10px 0;} 
 form label {display:block;float:left;width:150px; margin-left: 2px; } /*popisky*/
 form .nolabel {margin-left:460px; margin-top: 5px; width: 80px; } /*tlacitko*/
 form p {clear:both}
 form textarea#gb_text { margin: 3px 0 0 3px;}
 form label.prispevek { margin: 3px 0 0 3px; color:#333333;}
 textarea {width:530px; height: 80px} /*velikost pole, kam se pisou prispevky do GB*/
 input {margin-bottom: 8px; margin-left: 0px} /*kolonky ktery se vyplnujou*/
 
 .prispevek p {margin:0; position:relative; top: -12px; }
 .prispevek .time { color: #999999; position:relative; top:4px; text-align:right; font-size:9px; font-family: Verdana, Arial, Helvetica, sans-serif;}
 .prispevek .jmeno {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; margin: 0; padding: 0px; position:relative; top: -8px; }
 .prispevek .jmeno strong {color:#349CB1; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}
 .prispevek a {margin-left: 5px; text-decoration:underline;}
 .prispevek .text { }
 
 div.prispevek:hover { background: #EBFFFF;}