﻿/*
////////////////////////////////////////////////
/// - GALLERY CONTENT
*/

#gallery-wrapper
{
	padding-top: 12px;
}

#gallery-col1
{
	float: left;
	width: 205px;
	overflow: hidden;
}

#gallery-col2
{
	float: right;
	margin: 0 0 0 18px;
	width: 680px;
	overflow: hidden;
}

#gallery-col2 p
{
	margin-top: 16px;
}

/*
/// - GALLERY CONTENT
////////////////////////////////////////////////
/// - SUBMENU
*/

.subNavigation
{
	padding: 0 0 0 0;
}

.subNavigationHeader
{
	height: 25px;
	background-image: url('images/menubg.png');
	background-repeat: no-repeat;
	padding: 4px 0 0 12px;
	color: #FFFFFF;
}

.subNavigationSubs
{
	margin: 12px 12px 0 12px;
}

.subNavigationSubs a
{
	color: #000000;
	width: 175px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.subNavigationSubs img
{
	margin: 5px 0 0 0;
	float: right;
}

.subNavigation a:hover
{
	text-decoration: underline;
}

.subNavigationActivee
{
	font-weight: bold;
}

.subNavigationSeparator
{
	clear: left;
	height: 10px;
	margin: 0 0 5px 0;
	overflow: hidden;
	border-bottom: solid 1px #DADADA;	
}


/*
/// - SUBMENU
////////////////////////////////////////////////
/// - GALLERY ITEM
*/

.gallery-item-top
{
	height: 10px;
	background-image: url('images/galleri-top.png');
	background-repeat: no-repeat;
}

.gallery-item-content
{
	padding-left: 18px;
	min-height: 80px;
	border-left: solid 1px #71BF44;
	border-right: solid 1px #71BF44;
}

.gallery-item-bottom
{
	height: 10px;
	background-image: url('images/galleri-bottom.png');
	background-repeat: no-repeat;
}

/*
/// - GALLERY ITEM
////////////////////////////////////////////////
*/
