@charset "utf-8";
/* CSS Document */
body {
	background:url(background.jpg);

}

#logo {
	background:url(vitlogo.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	border:inset;
	width:800px;
	height:204px;


}

#main {
	background:url(background.jpg);
	width:800px;
	text-align:left;
}

#menu {
	width:800px;
	height:28px;
	background:url(bar1.jpg);
	border:inset;
	border-top:none;
	text-align:left;
}

#menu a {
	color:#F39;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:8px;
	font-size:16px;
	display:inline-block;
}

#menu a:hover {
	color:#FF0;
	background:#333;
}

#menu a:active {
	color:#FF0;
	background:#F39;

}

#left {
	background:url(background_left.jpg);
	font-family:"Garamond";
	width:410px;
	height:800px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	color:#F39;

}

#left h2 {
	text-decoration:underline;

}

#left a {
	color:#069;

}

#ytube{
	width:325px;
	background:#F09;
	height:800px;
	text-align:right;
	padding-right:15px;
	padding-left:10px;
	float:left;
}

#stopka {
	width:800px;
	height:40px;

}

#galeria_slide {
	border:inset;
	border-color:#000;
	width:380px;
	height:300px;
	
}

input.przycisk_next {
	background:url(nextbtn.gif);
	width:50px;
	height:30px;
	border:none;

}

input.przycisk_previous {
	background:url(prevbtn.gif);
	width:50px;
	height:30px;
	border:none;

}