﻿/**********************************************************
 General
**********************************************************/
body {
    background-image: url( ../images/verloop.jpg );
    background-position:top;
    background-repeat: repeat-x;
    background-color: #ba323e;
    margin-top: 0px;
    font-family: Trebuchet MS;
    font-size: 10pt;
}

h1 {
    margin: 0px 0px 5px 0px;    
}

h2 {
    margin: 10px 0px 2px 0px;    
}

a {
    color: White;
    font-weight: bold;
    outline: none;
    -moz-outline-style: none;
}

a:hover {
    color: #ba323e;    
}

/**********************************************************
 Layout Divs
**********************************************************/
#body {
    width: 990px;
    margin-left:auto;
    margin-right: auto;
}

#header {
    width:840px;
    float:left;
}

#header_logo_left {
    float: left;
    margin-left: 0px;
    width: 140px;
    background-image: url( ../Images/logo_pajodos_left.jpg );
    background-repeat: no-repeat;
    height: 250px;
}

#header_logo_right {
    float: left;
    margin-left: 0px;
    width: 140px;
    background-image: url( ../Images/logo_pajodos_right.jpg );
    background-repeat: no-repeat;
    height: 175px;
}

#header_menu {
    float: right;    
    margin-top: 20px;
}

#left_panel {
    width:140px;
    float:left;
    min-height: 400px
}

#left_menu {
    float:left;
}

/**********************************************************
 Content
**********************************************************/
#content {
    float: right;
    background-color: #332a21;
    min-height: 400px;
    width: 810px;
    color: White;
    border: solid 2px black;
}

#content_inner {
    padding: 10px;
}

#content_breadcrump {
    background-color: #443b32;
    margin-left: auto;
    margin-right:auto;
    margin-top: 2px;
    margin-bottom: 8px;
    padding:2px;
    border: 1px solid #1c1c1c;
}

/**********************************************************
 Content News Items 
**********************************************************/

.news_items {
	font-size: 10pt;
	background-color: #443b32;	
	border: 1px solid #1c1c1c;
	margin: 0 0 10px 0;
}

.news_content {
	margin: 0 10px 0 10px;
	color: #ffffff;	
}
			
.news_property {
	font-size: 8.5pt;
	color: #ba323e;
	margin: 10px 0 10px 10px;
}

.news_date_outline {
	width: 90px;	
	float: left;
}
 
.news_date {
	
}

.news_date_modified {

}

/**********************************************************
 Top Menu
**********************************************************/
.header_menu_link{
    padding-left: 15px;
}

/**********************************************************
 Left Menu
**********************************************************/
#left_menu ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

.leftMenu, .leftSubMenu, .leftSubMenuExtended, .leftMenuActive, .leftSubMenuActive, .leftSubMenuExtendedActive {
	width: 150px;
	height: 30px;
	text-decoration: none;
	padding: 5px 0px 0px 26px;
	display: block;
	background-repeat: no-repeat;
}

.leftSubMenuItem, .leftSubMenuItemActive {
	width: 150px;
	height: 30px;
	text-decoration: none;
	padding: 5px 0px 0px 36px;
	display: block;
	background-repeat: no-repeat;
}

.leftMenuActive, .leftSubMenuActive, .leftSubMenuExtendedActive, .leftSubMenuItemActive {
    color: #ba323e;
}
	
.leftMenu:link, .leftMenu:visited {
	background-image: url( ../Images/menu_round_white.png );
}
	
.leftMenu:hover, .leftMenu:active, .leftMenuActive {
	background-image: url( ../Images/menu_round_red.png );
}

.leftSubMenu:link, .leftSubMenu:visited {
	background-image: url( ../Images/menu_arrow_white1.png );
}
	
.leftSubMenu:hover, .leftSubMenu:active, .leftSubMenuActive {
	background-image: url( ../Images/menu_arrow_red1.png );
}

.leftSubMenuExtended:link, .leftSubMenuExtended:visited {
	background-image: url( ../Images/menu_arrow_white2.png );
}
	
.leftSubMenuExtended:hover, .leftSubMenuExtended:active, .leftSubMenuExtendedActive {
	background-image: url( ../Images/menu_arrow_red2.png );
}

.leftSubMenuItem:link, .leftSubMenuItem:visited {
	background-image: url( ../Images/menu_round_white_right.png );
}
	
.leftSubMenuItem:hover, .leftSubMenuItem:active, .leftSubMenuItemActive {
	background-image: url( ../Images/menu_round_red_right.png );
}

/**********************************************************
 Footer
**********************************************************/
#footer
{
    float: left;
    width: 100%;
    height: 20px;
    text-align:center;
    margin-top: 10px;
    padding: 3px;
}

#footer a
{
    color: White;
    font-size: .8em;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover
{
    color: #332a21;
}

/**********************************************************
 Gallery
**********************************************************/
#gallery table {
    border: solid 1px black;
    width: 100%;
}

#gallery  tr {
    
}


#gallery  tr.odd {
    background-color: #443b32;
    
}

#gallery th {
    background-color: #000000;
    text-align: left;
    padding: 2px;
}

#gallery td {
    text-align: left;
    padding: 2px;
}

#gallery tr.highlight {
  background-color: #261f18;
  cursor: pointer;
}

#album {
	margin-left: 48px;
}

#album img {
    margin: 8px 6px 0 0;
}

#album a img {
    color: White;
    font-weight: bold;
    outline: none;
    -moz-outline-style: none;
    border: 4px solid;
}

#album a:hover img {
    color: #ba323e;    
    border: 4px solid;
}


/**********************************************************
 Helper classes
**********************************************************/
.clear {
    clear: both;    
}

