
/**
 * Links.
 */

a
		{
		color: #0071B7;
		}
		
a:hover
		{
		color: #003F62;
		}


#header 
		{
		height: 45px;
		overflow: visible;
		}

#header h1
		{
		width: 83px;
		height: 55px;
		top: -10px;
		margin-left: 50px;
		}


/**
 * Navigation.
 */

#navigation 
		{
		border-bottom-color: #003F62;
		}

#navigation ul li
		{
		background-color: #0071B7;
		}
		
		
		
#navigation ul li.active,
#navigation ul li.trail
		{
		background-color: #003F62;
		}
		
		
		
/**
 * Subnavigation.
 */

#content .content-default .subnavigation ul li.active a	
		{
		color: #003F62;
		background-image: url(../images/bauleitung-li/subnav-list-style-image-selected.gif);
		}

		
		
/**
 * Content
 */

#content .text h2
		{
		color: #003F62;
		}
		
		
#content .text u
		{
		color: #003F62;
		text-decoration: none;
		}
		
	
/**
 * Home
 */

.content-home .row .static
		{
		background-color: #003F62;
		}

.content-home .content-home-background .row-bg .cell-bg
		{
		background-color: #0070B6;
		}

		
/**
 * References
 */

#content .content-references .list ul li .expanded,
#content .content-references .list ul li .expanded:hover
		{
		color: #fff;
		background: url(../images/bauleitung-li/background-ref-active.png);
		}


.wettbewerb #content .content-references #wettbewerb,
.planer #content .content-references #planer
		{
		background-image: url(../images/bauleitung-li/filter-link-arrow-selected.png);
		color: #003F62;
		}
		
		
#content .content-references .list ul li .object .details .c3 a
		{
		background: url(../images/bauleitung-li/ref-link-arrow.gif) no-repeat center left;
		}


/**
 * Custom Images.
 */

#header h1
		{
		background-image: url(../images/bauleitung-li/logo.png);
		}


#navigation ul li
		{
		background-image: url(../images/bauleitung-li/nav-edge.gif);
		}

#navigation ul li.active,
#navigation ul li.trail
		{
		background-image: url(../images/bauleitung-li/nav-edge-selected.gif);
		}

#content .text ul li
		{
		list-style-image: url(../images/bauleitung-li/li.gif);
		}


#content .content-default #ref-back
		{
		background-image: url(../images/bauleitung-li/back-button.png);
		}
		
#content .content-references .list
		{
		background: url(../images/bauleitung-li/ref-start.png) no-repeat top left;	
		}



