/******************* h t m l *******************/

body {
	padding-right: 0px; 
	padding-left: 0px; 
	background: url(bg.gif) #f4f4f4 repeat-y center top; 
	padding-bottom: 0px; 
	margin: 0px auto; 
	font: 76% verdana,tahoma,arial,sans-serif; 
	padding-top: 0px;
}

a {
	color: #286ea0; 
	text-decoration: none;
}

a:hover {
	color: #286ea0; 
	text-decoration: underline;
}

a img {
	border-width: 0px;
}

h2 {
	font-size: 1.5em; 
	margin: 0px 0px 0.5em;
}

h3 {
	font-size: 1.3em; 
	margin: 0px 0px 10px;
}
.center {
	text-align: center;
}
/******************* t e l o *******************/

#wrap {
	background: #ffffff; 
	margin: 0px auto; 
	width: 760px; 
	color: #303030;
}

/******************* h l a v i c k a *******************/

#header {
	clear: both; 
	padding: 5px;
	margin: 10px 0px 0px;
	height: 175px;
	background-image: url(../images/logo0.jpg);
	background-repeat: no-repeat;
	text-align: right;
	color: #F5F5F5;
}

/******************* m e n u *******************/

#avmenu {
	width: 150px;
	clear: left;
	font-size: 0.9em; 
	float: left; 
	margin: 10px 0px;
	padding: 5px;
}

#avmenu ul.avmenu {
	padding: 5px;
	margin: 0 0 0 -10px; 
	list-style-type: none;
}

#avmenu a {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-color: gold;
	
	color: rgb(68,68,68); 
	text-decoration: none;
	display: block;
	width: 150px;
	height: 20px;
	margin: 1px 0 0 0;
	padding: 5px 0 0 5px;
}
#avmenu li.active {
	/*font-weight: bold;*/
}
#avmenu li.active a {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: rgb(255,176,64);
}

#avmenu a:hover {
	color: red; 
	text-decoration: none;
}

/******************* n o v i n k y *******************/

#announce {
	width: 140px;
	clear: left;
	font-size: 0.9em; 
	float: left;
	margin: 10px 0px;
	padding: 5px;
}

/******************* i n f o *******************/

#extras {
	width: 100px;
	clear: right;
	font-size: 0.9em; 
	float: right;
	margin: 10px 0px;
	padding: 5px;
}
#extras ul {
	/*list-style-type:none;*/
	margin:0 0 0 12px;
	padding: 0;
}
/******************* o b s a h *******************/

#content {
	border-right: #f0f0f0 1px solid; 
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 0px; 
	margin: 0px 110px 20px 160px; 
	border-left: #f0f0f0 1px solid; 
	line-height: 1.6em; 
	padding-top: 0px; 
	text-align: left;
}
#content p {
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-indent: 20px; 
	text-align: justify;
	padding-bottom: 1em;
}
#content p.center {
	margin-left: -20px;
	text-align: center;
}

#content table.contact {
	border: hidden;
}
#content table.contact td{
	border: hidden;
}
#content table {
	empty-cells: show;
	border-collapse: collapse;
	width: 100%;
}
#content caption {
	font-weight: bold;
	text-align: left;
}
#content th {
	/*height: 40px;*/
	border: 1px solid silver;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
#content td {
	/*height: 40px;*/
	border: 1px solid silver;
	text-align: left;
	vertical-align: top;
}
#content h2 {
	font-size: 1.5em; 
	margin: 0px 0px 0.5em;
}
#content h3 {
	font-size: 1.1em; 
	margin: 0px 0px 10px;
}
#content h4 {
	font-size: 12px; 
	font-weight: bold;
   text-decoration: underline;
   margin-top: 0px;
   margin-bottom: 0px;
   display: inline;
}
#content h5 {
	font-size: 13px; 
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
   display: inline;
}

/******************* p a t i c k a *******************/

#footer {
	clear: both; 
	padding-right: 0px; 
	border-top: #f0f0f0 4px solid; 
	padding-left: 0px; 
	font-size: 0.9em; 
	padding-bottom: 20px; 
	margin: 0px auto; 
	width: 760px; 
	padding-top: 10px; 
	text-align: center;
}
#footer a {
	color: #808080; 
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/***************** g a l e r i a ********************/

#gallery-shades {
	text-align: center;
	font-style: italic;
}

.fadecontentwrapper{ 
	/* total width: 350px+5px+5px=360px read relative width relations for the other 
	two containers below! */
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.fadecontentwrapper2{ 
	/* total width: 350px+5px+5px=360px read relative width relations for the other 
	two containers below! */
	width: 100%;
	height: 330px; /* set height to be able to contain height of largest content shown*/
	position: relative;
	overflow: hidden;
}

.fadecontent{
	/*style for each fade content div within wrapper. total width: 330px+10px+10px=350px 
	(".fadecontentwrapper" width minus its padding and borders, if any) */
	position: absolute;
	background: white;
	padding: 0px 35px;
	width: 400px;
	visibility: hidden;
	text-align: center;
}

.fadecontenttoggler{ 
	/*style for div used to contain toggler links. total width: 350px+5px+5px=360px */
	/*width: 435px;*/
	border: 0px solid maroon;
	border-top-width: 0;
	/*padding: 50px;*/
	overflow: hidden;
}

.fadecontenttoggler a{ 
	/*style for every navigational link within toggler */
	text-decoration: none;
	border-right: 0px solid maroon;
	padding: 0px 2px;
	display: inline-table;
	font-weight: bold;
	color: Gray;
}

.fadecontenttoggler a:hover{
	background-color: white;
	color: #4E4E4E;
}

.fadecontenttoggler a.toc{ 
	/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	width: 40px;
/*	height: 18px;*/
	text-align: center;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-color: #dadada;
	margin: 2px;
}

.fadecontenttoggler a.selected{
	/*style for selected page's toggler link. ".selected" class auto generated! */
	width: 40px;
	/*height: 18px;*/
	text-align: center;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	background-color: Silver;
	color: #4E4E4E;
	margin: 2px;
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ 
	/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	color: black;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
	color: white;
	background: black;
}


