﻿/* 
##########################################################################
Fischer, v1.0
Newslist
*/
.NewsListTable
{
	padding-top: 10px;
	width:90%
	}

.NewsListBox_Keytext a, .NewsListBox_Keytext a:active, .NewsListBox_Keytext a:hover
{
	text-decoration: none;
	color: #000000;
}

/* 
##########################################################################
Fischer, v1.0
Overviewlist
*/

.OverViewListTable
{
	padding-top: 10px;
	width:90%
	}
	
.ListDescriptionline
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

/* 
##########################################################################
Fischer, v1.0
Presslist
*/

.PressListTable
{
    vertical-align: top;
    width: 95%;
    padding: 1px 5px 1px 1px;
    margin-top: 20px;
    margin-bottom: 20px;
 }
 
.PressListHeadline
{
    background-image: url(../Images/DynamicControls/ContentNavigation/BGCNHL.jpg);
    height: 30px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
}
 
.PressListFooter
{
	padding-bottom: 10px;	
	}

.PressListFooter a, .PressListFooter a:active
{
	text-decoration: none;
	color: #0000FF;
} 

/* 
##########################################################################
Fischer, v1.0
ContentNavigation
*/

.ContentNavigationTable
{
    vertical-align: top;
    width: 95%;
    padding: 1px 5px 1px 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ContentHeadline
{
    background-image: url(../Images/DynamicControls/ContentNavigation/BGCNHL.jpg);
    height: 30px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #d0d0ce;
    border-bottom-color: #d0d0ce;
}

.ContentNavigationTableItem
{
    background-image: url(../Images/DynamicControls/ContentNavigation/CNTI.jpg);
    height: 30px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: normal;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d0d0ce;
    color: #0066CC;
}

.ContentNavigationTableItem_Active
{
    background-image: url(../Images/DynamicControls/ContentNavigation/CNTI.jpg);
    height: 30px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: normal;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d0d0ce;
    color: #0066CC;
	}

.ContentNavigationTableItem_Active a
{
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}

.ContentNavigationTableItem a
{
	text-decoration: none;
	}

.ContentNavigationTableItem a:active, 
.ContentNavigationTableItem a:visited
{
	color: #0066CC;
}

.ContentNavigationTableItem a:hover
{
	color: #0066CC;
	text-decoration: underline;
}