﻿body	
{	background : #000000 url("./miera_menu.gif") repeat-y;
	color : #999900;
	font-family : "Verdana", "Arial", sans-serif;
	font-size : 16px;
	margin : 0px;
	padding : 0px;
}

div#menu
{	float : left;
	position : fixed;
	width : 130px;	
}


div#main
{	position : absolute;
	left : 130px; 
}

img
{	display : block;
	border : 0px solid;
}

img#ja
{	float : right;
	margin : 20px;
}

div#pruh_fotiek
{	text-align : center;
}

img.kostym
{	display : inline;
	margin : 10px;
}

p	
{	padding : 0px 1% 16px ; margin : 0px;
	text-indent : 1em;
	/*line-height : 1.5em;*/
	vertical-align : middle;
}

p.o	
{	padding : 0px 5% 16px;
	text-indent : -1em;
	/*border : 1px solid;	/*solid=čiara je normálne neprerušovaná*/
}

h1	
{	font-size : 20px;
	padding : 20px 1% 20px;
	margin : 0px;
	color : #999900;
}

h2	
{	font-size : 18px;
	padding : 18px 1% 18px;
	margin : 0px;
	color : #999900;
}

strong	
{	font-weight : normal;
	/*text-decoration : blink;*/
	font-size : 17px;
	color : #999900;
	border-bottom : 1px dotted;
}

a	
{	color : #999900;
	text-decoration : underline;
}

a:hover	
{	color : #ffffff;
}

div#menu a		/*vlastnosť platí pre všetky "a" v div#menu*/
{	font-size : 20px;
	color : #999900;
	text-decoration : none;
	font-weight : bold;
	display : block;
	text-align : left;
	background-color : #000000;
	margin : 15px 0px 15px 10px;
	padding : 5px 1px;
	/*border : 1px solid;*/
	line-height : 1em;
}

div#menu a:hover
{	border-left : 1px solid;
	border-right : 1px solid;
	padding : 5px 0px;
}
