
/***************************************
Layout elements
***************************************/

		#container {
			width: 970px;
			\width: 980px;
			w\idth: 970px;

			border-left: 0px solid #c0c0c0;
			border-right: 0px solid #c0c0c0;			
			border-bottom: 0px solid #c0c0c0;
			border-top: 0px solid #c0c0c0;

			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			padding-top: 2px;
		}

		#banner {
			padding: 0px;
			margin: 0px;
			margin-top: 0px;
			margin-bottom: 2px;
			margin-left: 0px;
			margin-right: 0px;

			background-color: #fff;
			
			height: 190px;
			border: 0px solid #000;

			/* background-image: url(/about/layout/includes/jolahaus_970.gif); */
			background-image: url(/about/layout/includes/header_970.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}

	
		#content {
			padding-top: 2px;
			padding-left: 10px;
			padding-right: 15px;
			padding-bottom: 10px;
			margin: 0px;
			margin-left: 168px; /* 153 */
			margin-right: 2px;
			background-color: white;
			border-left: 1px solid #c0c0c0;
			border-right: 1px solid #c0c0c0;
		}

		#sidebar-a {
			float: left;
			width: 160px; /* 145 */
			\width: 160px;
			w\idth: 160px;
			margin: 0;
			margin-right: 0px;
			padding: 2px;
			/* background-color: rgb(235, 235, 235); */
		}


		#sidebar-b {
			float: right;
			border: 0;
			background-color: rgb(255, 255, 255);
			margin: -3px -6px 2px 10px;
			padding: 5px;
			/*width: 148px; */
			width: 145px;
			\width: 145px;
			w\idth: 145px;
		}


		#footer {
			clear: both;
			padding: 0px;
			margin: 2px;
			background-color: #fff;
			height: 42px;
			border-top: 1px solid #6180A0;			
		}

		

/*************************************
Item elements - such as book of the week etc.
*************************************/
		
.item_box  {
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	background-color: rgb(235, 235, 235);
	margin: 6px 0px 2px 0px;
	padding: 5px;
	/*clear: both; */
	width: 145px;
	font-size: 0.95em;
}		

.item_box h4 {
	margin: -3px -3px 4px -3px;
	padding: 2px 2px 2px 4px;
	background-color: #6180A0;
	/* background-color: #DF2020; jóladæmi */
	color: white;
	text-decoration: none;
	text-align: left;
}

.item_box a,
.item_box_ct a {
	border: 0px;
	text-decoration: none;
}

.item_box h4 a,
.item_box_ct h4 a {
	color: #ffffff;
}

.item_box h4 a:hover,
.item_box_ct h4 a:hover {
	color: #ffffff;
	/* background-color: #6180A0;	*/
	background-color: #ffffff;
}


.item_box h4 a:visited,
.item_box_ct h4 a:visited {
	color: #ffffff;
	background-color: transparent;
}


.item_box form {
	margin: 0px;
}


/* CT sidebar styles */

.item_box_ct {
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	background-color: #ffffff;
	margin: 6px 0px 2px 0px;
	padding: 5px;
	width: 145px;
	font-size: 0.9em;
}		


.item_box_ct h4 {
	margin: -3px -3px 4px -3px;
	padding: 2px 2px 2px 4px;
	/* background-color: #6180A0; */
	background-color: #cc0000;
	color: white;
	text-decoration: none;
	text-align: left;
}


.item_box_ct .join_now a

{
    font-size: 1.0em;
    text-align: center;
    font-weight: 600;
    color: #aa0000;
    text-decoration: underline;
    
}

.item_box_ct .join_now a:hover 
{
    color: #aa0000;
    background-color: transparent;
}




/****************************************************
****************************************************/



#breadcrumbs {
	background-color: #ffffff;
	display: block;
	padding: 2px 2px 0px 4px;
	margin: 2px -2px 0px -4px;
	clear: both;
	height: 16px;
	font-size: 0.9em;
}

#breadcrumbs a,  #breadcrumbs a:visited
{
	color: Black;
	text-decoration: none;
	border: 0;
}


.photo-box {
	border: 1px dashed #000;
	width: auto;
	/* float: left; */
	text-align: center;
	margin: 5px;
	margin-bottom: 10px;
	padding: 4px;
	width: 150px;
}


/*************************************
Menu CSS - top level
*************************************/

 #navcontainer 
 {
	
	margin: 129px 0px 2px 0px;
	padding: 0;
	height: 24px;
	background: #E3E3E3;
	border-bottom: 1px solid #6180A0;
	border-top: 1px solid #000000;
	/* border: 1px solid #6180A0; */
}

#navcontainer ul {
	border: 0;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li 
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a 
{
	font-size: 0.9em;
	background: #E3E3E3;
	color: #000000;
	width: 90px;
	height: 20px;
	border-top: none;
	border-right: 1px solid #6180A0;
	border-bottom: 0px solid #6180A0;
	border-left: none;
	padding: 4px 0 0 0;
	margin: 0 0 0px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
	color: #000;
	background: #fff;
	width: 90px;
	height: 20px;
	display: block;
	text-align: center;
	border-top: none;
	border-right: 1px solid #6180A0;
	border-bottom: 0px solid #6180A0;
	padding: 4px 0 0 0;
	margin: 0 0 0px 0;
	text-decoration: none;
}

#navcontainer a:active	{
	background: #c60;
	color: #fff;
}

#navcontainer li#active a	{
	background: #c60;
	border: 1px solid #000;
	color: #fff;
}

#navcontainer li.inpath a	{
	color: #000;
	background: #fff;
}


/*************************************
Menu CSS - submenu level
*************************************/

 
/* submenu2 */

 #submenu {
	margin: 4px 0px 2px 0px;
	/* padding: 5px; */
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	border-bottom: 0px;
	/* background-color: rgb(235, 235, 235); */
	background-color: White;
	width: 155px;
	text-decoration: none;
}

#submenu ul	{
	border: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#submenu ul li {
	text-align: left;
	/*padding: 0; */
	padding: 2px 0px 0px 0px;
	margin: 2px 0 2px 0;
	/* border: 1px; */
	border-bottom: 1px solid lightgrey;
	/* display: inline; */
	/* height: 25px;*/
}

#submenu ul li a {
	margin: 1px 0 2px 4px;
	border-bottom: 0px;
	/* border-bottom: 1px solid lightgrey; */
	/* color: #7D4900;  */
	color: Black;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	display: block;
	width: 152px;
}

#submenu ul#submenulist li.inpath a
{
	font-weight: bold;
	border-bottom: 0px;
	color: #cc0000;
}

#submenu ul#submenulist li.inpath ul li, #submenu ul#submenulist li ul li 
{
	font-weight: normal;
	margin: 1px 0 2px 20px;
	border-bottom: 0px;
	list-style-type: disc;
	/* color: #7D4900; */
	color: Black;
}


#submenu ul#submenulist li.inpath ul li a,  #submenu ul#submenulist li ul li a 
{
	font-weight: normal;
	margin: 1px 0 2px 2px;
	width: auto;
	/* color: #7D4900;  */
	color: Black;
}

#submenu ul#submenulist li.inpath ul li a:hover, #submenu ul#submenulist li ul li a:hover
{
	width: 130px;

}

#submenu ul li a:hover {
	 background: #EfEfEf; /* E3e3e3 */
	 padding-right: -5px;
	 width: 148px;
}


#submenu h4 
{
	/* background-color: #DF2020; */
	background-color: #CC0000; 
	
	margin: -3px -1px 4px -1px;
	padding: 2px 2px 2px 4px;
	
	color: white;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}

#submenu h4 a, #submenu h4 a:hover {
	/*background-color: #DF2020; */
	color: #ffffff;
	text-decoration: none;
	border: 0;
}



/* CSS menu ends */







/*************************************
Menu CSS - footer menu
*************************************/

#footer_navcontainer {
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 24px;
	background: #E3E3E3;	
	border-bottom: 1px solid #6180A0;
	border-top: 0px solid #6180A0;			
	/* text-decoration: none;	 */
	font-size: 0.9em;
	font-family: verdana, lucida, sans-serif;	
}


#footer_navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footer_navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer_navcontainer ul li a	{
	background: #E3E3E3;
	color: #000000;
	width: 85px;
	height: 20px;
	border-right: 1px solid #6180A0;
	border-bottom: 0px solid #6180A0;
	padding: 4px 0 0 0;
	margin: 0 0 0px 0;
	display: block;
	text-align: center;
}

#footer_navcontainer ul li a:hover {
	background: #fff;
	color: #000;
	width: 85px;
	height: 20px;
	border-right: 1px solid #6180A0;
	border-bottom: 0px solid #6180A0;
	padding: 4px 0 0 0;
	margin: 0 0 0px 0;
	display: block;
	text-align: center;
}

#footer_navcontainer a:active {
	background: #c60;
	color: #fff;
	/* text-decoration: none; */
}

#footer_navcontainer li#active a {
	background: #c60;
	/* border: 1px solid #c60; */
	border: 1px solid #000;
	color: #fff;
	/* text-decoration: none;	*/
}


#footer_copyright {
	/* background-color: 1px solid #6180A0;
	*/
	margin-top: 2px;
	padding-top: 4px;
	background: #6180A0;
	height: 20px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}



#ga, #ga2 
{
	border: 1px solid #e0e0e0;
	margin: 8px;
	padding: 8px;
	clear: right;
}

#ga_content 
{
	border: 1px solid #e0e0e0;
	margin: 8px;
	padding: 8px;
	text-align: center;
	width: 460px;
}

#ga_content728 
{
	border: 1px solid #e0e0e0;
	margin: 8px;
	padding: 8px;
	width: 739px;
	text-align: center;
}
