
/**
 * Links.
 */

a
		{
		color: #AE1420;
		}
		
a:hover
		{
		color: #6C1710;
		}


#header h1
		{
		width: 160px;
		height: 45px;
		}


/**
 * Navigation.
 */

#navigation 
		{
		/*border-bottom-color: #6C1710;*/
		border-bottom-color: #661811;
		}

#navigation ul li
		{
		background-color: #AE1420;
		}
		
		
		
#navigation ul li.active,
#navigation ul li.trail
		{
		/*background-color: #6C1710;*/
		background-color: #661811;
		}
		
		
		
/**
 * Subnavigation.
 */

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

		
		
/**
 * Content
 */

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

.content-home .row .static
		{
		background-color: #6C1710;
		}
		
		
.content-home .content-home-background .row-bg .cell-bg
		{
		background-color: #830000;
		}

		
/**
 * References
 */

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


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


#content .content-references .list ul li .object .details .c3 a:hover
		{
		background-image: url(../images/custom/ref-link-arrow-hover.gif);
		}
