@charset "utf-8";
/* CSS Document */

body{
	margin-top:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#333;
}
#headerpic{
	border:none;	
}

.tabbed_panel_wrapper{
	margin:auto;
	width:750px;
	margin-right:0px;
	border-bottom:1px solid;
	border-right:1px solid;
	border-left:1px solid;
	float:left;
	margin-bottom:10px;
}
.tabs{
	margin:auto;
	padding:0;
	font-size:1.3em;
	border:2px solid black;
}
.tabs li{
	float:left;
	list-style:none;
	margin:3px;
	width:100px;
	text-align:center;
}
.tabs a{
	text-decoration:none;
	color:#000;
	display:block;
	padding:3px,5px;
	background-color:rgb(255,222,61);
	border:1px solid #CCC;
	margin-bottom:-4px;
}
.tabs a.active{
	background-color:#FFF;
	color:#000;
	border-bottom: 1px solid white;
}
.panel_wrapper{	
	border-top: 1px solid rgb(153,153,153);	
	padding:10px;
	clear:left
}
#bgshadow{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-image:url(../img/web_snippets/bgshadow.jpg);
	background-repeat:repeat-y;
}
#wrapper{
	margin:auto;
	width:960px;
}
#sidebar{
	float:right;
	width:200px;
	margin-left:5px;
	margin-top:5px;
}
p{
	text-align:justify;
}
#home h2, #home h1{
	background-color:rgb(255,222,61);
	text-align:center
}
#footer {
	width:940px;
	clear:both;
	margin-top: 10px;
	background-color: #FFDE3D;
	height: 15px;
	border: 1px double #000;
	margin-bottom: 2px;
	padding: 5px;
	margin-left: 3px;
}
#slideshow{
	margin-top:15px;
	margin-right:10px;
	margin-bottom:15px;
	padding-top:1px;
	padding-left:17px;	
	padding-bottom:10px;
	background-color:rgb(255,222,61);
}
#slideshow img{
	border:2px solid black
}
#slideshow p{
	text-align:center; 
	font-weight:bold; 
	text-decoration:underline;
	margin-left:-14px;
}
#ucrisko{
	margin-top:20px;
	margin-left:35px;
}


