@import "/Navigation.css";

/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #EEEEEE; /* Placed here so the content editor is not influenced */
	color: #444444; /*#1D3C65;*/
	margin: 34px 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

div#Page {
	background-color: #FFFFFF;
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
table#HeaderContainer {
	width: 950px;
}

div#Logo {
	border-bottom: 1px solid #1D3B64;
	border-top: 1px solid #1D3B64;
	padding-bottom: 4px;
}

#SearchKeyword input {
	border: 1px solid #B5B5B5;
	padding: 1px;
}

#SearchSubmit input {
	background-color: #FFFFFF;
	border: 1px solid #B5B5B5;
	color: #222222;
	margin-left: 4px;
	margin-right: 10px;
}

#SearchSubmit input:hover {
	background-color: #FFFFFF;
	color: #D2232A;
}

#HeaderLinks {
	color: #B5B5B5;
}

#HeaderLinks  a {
	padding: 0 0.3em 0 0.4em;
}

/****************************************************
	C O L U M N S : 
	Correct styling of <td>: 
		width, border, background, color
	Incorrect styling of <td>:
		height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/
table#ColumnsContainer {
	width: 950px;
}

td#LeftColumn {
	/*background-color: #FFFFFF;*/
	border-top: 1px solid #1D3C65;
	border-right: 1px solid #1D3C65;
	border-bottom: 1px solid #1D3C65;
	/*color: #000000;*/
	width: 206px;
}

div#LeftColumnInner {
	padding-top: 10px
}

td#MinHeightColumn {
	width: 4px;
}

div#MinHeightColumnInner {
	height: 350px;
}

td#ContentColumn {
	/*background-color: #1D3C65;*/
	/*color: #FFFFFF;*/
	width: 530px;
}

td#ContentInclRightColumn {
	/*background-color: #1D3C65;*/
	/*color: #FFFFFF;*/
	width: 740px;
}

td#ContentInclLeftAndRightColumn {
	/*background-color: #1D3C65;*/
	/*color: #FFFFFF;*/
	width: 950px;
}

div#ContentColumnInner {
	padding: 30px 20px 10px 20px;
}

td#SpaceColumn {
	width: 4px;
}

td#RightColumn {
	background-color: #8E9DB2;
	color: #FFFFFF;
	width: 206px;
}

div#RightColumnInner {
}

div#RightColumnInner div.Teaser {
	padding: 10px 18px;
	border-bottom: 4px solid white;
}

div#RightColumnInner a:link,
div#RightColumnInner a:visited {
	color: #FFFFFF;
}

div#RightColumnInner a:hover,
div#RightColumnInner a:active {
	color: #990000;
}

div.newsdate {
	font-weight: bold;
	margin-top: 12px;
}

td.DarkColor {
	background-color: #1D3C65 !important;
	color: #FFFFFF !important;
}

td.DarkColor a {
	background-color: #1D3C65 !important;
	color: #FFFFFF !important;
}

td.DarkColor a:hover {
	text-decoration: underline !important;
}


td.DarkColor img.NavigationMarker {
	background-image: url(images/navigation.gif);
}

td.MidColor {
	background-color: #8E9DB2 !important;
	color: #FFFFFF !important;
}

td.MidColor a {
	background-color: #8E9DB2 !important;
	color: #FFFFFF !important;
}

td.MidColor a:hover {
	text-decoration: underline !important;
}


td.MidColor img.NavigationMarker {
	background-image: url(images/navigation.gif);
}


/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer {
	border-bottom: 1px solid #1D3B64;
	border-top: 1px solid #1D3B64;
	margin-top: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 950px;
}

td#NavigationPath {
	width: 600px;
	text-align: left;
	padding-left: 18px;
}

td#LoginInfo {
	width: 230px;
	text-align: right;
}

td#Print {
	width: 40px;
	text-align: right;
}

td#NavigationPreviousNext {
	width: 80px;
	text-align: right;
}

div#AddressContainer {
	background-color: #EEEEEE;
	padding: 10px 18px;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

img.NavigationMarker {
	background-image: url(images/navigationextranet.gif);
}

td.Score0 {
	color: red;
}

td.Score1 {
	color: green;
}


