/* CSS Document */

body{
		font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
		color: white;
		font-size: 80%;
		line-height: 1.4em;
		background: white;
		text-align: center;
		background: url(prouzek_hlavicka.jpg) top left repeat-x;
	}
	
h2
    {
    color:red;
    font-style: italic;
		font-weight: bold;
		font-size: 1.7em;
		}
		
h3
    {
    margin-left: 20px;
    color: #FF7F00;
    font-style: italic;
		font-weight: bold;
		font-size: 1.1em;
		}

b
    {
    color: #E4BC96;
		font-weight: bold;
		
		}
		
.viditelne
{
color: white;
font-weight: bold;
font-size: 1.6em;
line-height: 1.4em;
}
	
	
	#page{
		text-align: left;
		width: 900px;
		margin: 0 auto;
		text-align: left;
		background-color: white;
	}
	
  #obal{
		float: right;
		width: 700px;
		background-color: white;}

	#motosraz_hlavicka{
		float: left;
		width: 500px;
		background: white;
		background: url('motosraz_hlavicka.jpg') top left no-repeat;
	}
	
#motosraz_hlavicka a.klikaci span
{display: none;}




	
		#obsah{
		background: #252525;
		width: 500px;
		min-height: 400px;
		_height: 400px;
	  margin-top: 432px;
    }
    
    #main_content{
    padding: 20px 40px 20px 40px;
    }
	
	#pravy{
		float: right;
		width: 200px;
		height: 662px;
		background: url('right_hlavicka_bez_mapy.jpg') top left no-repeat;
	}
	
		#right_box{
		position: absolute;
    margin-top: 432px;
    height: 230px;
    width: 180px;
    background: #252525;
    margin-left: 5px;
    padding: 0px 20px 50px 40px;
    }
    #matros
    {
    padding-top: 20px;
    }

	#levy{
		float: left;
		width: 200px;
		height: 432px;
		background: url('left_hlavicka.jpg') top left no-repeat;
	}
	
	#menu ul{
	  margin-top: 215px;
		list-style-type: none;
		font-style: italic;
		font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
		font-weight: bold;
		font-size: 1.4em;
		line-height: 1.4em;
		text-align: right;
		margin-right: 20px;
	}
	
	#paticka{
	  width: 500px;
	  height: 25px;
		clear: both;
		margin: 0 auto;
		text-align: center;
		background-color: #B2B2B2;
		padding-top: 20px;
		border-top: solid 3px white;
	}
	
	.podpis
	{
  text-align: right;
  font-style: italic;
  }
	

.box1
{
background-color: #494949; padding: 18px; border-top: solid 1px yellow; border-bottom: solid 1px yellow; background: url(back02.png) top left repeat-y;
}

.box2
{
background-color: #252525; padding: 18px; /*border-top: solid 1px yellow; border-bottom: solid 1px yellow; background: url(back02.png) top left repeat-y;*/
}

	
	
  /*odkazy*/
	
#menu a:visited {
        color: white;
        text-decoration: none;
}
#menu a:link {
        color: white;
        text-decoration: none;
}
#menu a:hover {
        color: #FFBF00;
        text-decoration: none;

}

a:visited {
        color: #ffffcc;
        text-decoration: underline;
}
a:link {
        color: #ffffcc;
        text-decoration: underline;
}
a:hover {
        color: #FF4000;
        text-decoration: none;
}
	
	
	.cleaner{
		clear: both;
	}
	body, html{
		padding: 0;
		margin: 0;
	}
