@charset "UTF-8";


/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(88,140,128,255) rgba(236,210,136,255);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: rgba(236,210,136,255);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(88,140,128,255);
  border-radius: 20px;
  border: 3px solid rgba(236,210,136,255);
}



.kuca-div
{
	width:95%;
	max-width:1024px;
	height:100%;
	margin:0 auto;
}


.headerimage
{
	text-align:center;
}


.navigation
{
	width:100%;
	background-color:rgba(88,140,128,255);
	padding:5px;
	font-weight:bold;
}

.navigationbottom
{
	width:100%;
	background-color:rgba(88,140,128,255);
	padding:5px;
	font-weight:bold;
	text-align:right;
}

.menu
{
	padding-left:5px;
	padding-right:25px;
	
}

.menu:hover
{
	font-weight:bold;
	cursor:pointer;
	color:rgba(236,210,136,255);
}

.showpointer
{
	cursor:pointer;
}

.linktext
{
	cursor:pointer;
	text-decoration:underline;
	color:blue;
	
}

.hiddentextmenu
{
	color:rgba(88,140,128,255);
}

.important-line
{
	font-size:22px;
}

.picturedescription
{
	font-size:16px;
	font-style:italic;
}

.news-date-line
{
	color:rgba(88,140,128,255);
	font-style:italic;
	font-weight:bold;
}

.news-line
{
	height:1px;
	background-color:rgba(88,140,128,255);
}

.news-content-line
{
	font-size:20px;
}

.page-title
{
	color:rgba(203,93,93,255);
	font-style:italic;
	font-weight:bold;
	font-size:26px;
}

.page-content
{
	font-size:20px;
}

.important
{
	color:rgba(203,93,93,255);
}