﻿/*
*************************************************************************************************
This CSS file contains all styles which will be used only on the PUBLIC website
*************************************************************************************************

	01 : General Styles
	02 : Masterpage Styles
	03 : Teaser Styles
*/

/*
01. General Styles
------------------
*/

.divcenter{
	width:auto;
	text-align:center;
	padding:2px;
	vertical-align:top;
}

img {
	max-width:100%;
	height:auto;
}

.imgRounded {
	border-radius: 5px;
}

img.center {
	display: block;
	margin: 0 auto;
}

/*Homepage*/
.logo {
	border: 1px solid #e0ebbd;
}

.figureTable {
	background-color:#fcfafa;
}
.figureHeader {
	font-size: 18px;
	color: #4B86BE;
	line-height: 50px;
}
.figures {
	font-size:x-large;
	font-weight:bold;
	color: #73b9cf;
}
.figureTitles {
	font-size: 14px;
	color: #B7B7B7;
}
.addressTable {
	font-size: 10px;
	color: #B7B7B7;
	background-color: #fcfafa;
	line-height: 18px;
	padding-left: 10px;
}

/* HistoryPage */
.justifyText {
	text-align:justify;
}

.justifyTextToCorrect {
	text-align: justify;
	font-style: italic;
	color:dimgray
}

/* Rounded border */
hr.rounded {
	border-top: 8px solid #bbb;
	border-radius: 5px;
}

/*
02. Masterpage Styles
---------------------
*/

/* for masterpage with 1 column */
.contentMainColumn
{
	width:730px;
	padding:0px 35px 15px 55px;
	vertical-align:top;
	/*background-image:url("../Images/MasterPage/bgArrow.gif");*/
	background-repeat:no-repeat;
}

/* footer */
#footerPublic
{
	width: 820px;
	margin: 0 auto;
	line-height:20px;
}
#footerPublic tr
{
	text-align:center;    
}

#footerPublic a:link 
{ 
	color: #818181;
	text-decoration:none;
	padding:0px 15px 0px 15px;
}
#footerPublic a:visited 
{ 
	color: #818181;
	text-decoration:none;
	padding:0px 15px 0px 15px;
}
#footerPublic a:hover 
{ 
	color: #4B86BE;
	text-decoration: none;
	padding:0px 15px 0px 15px;
}
#footerPublic a:active 
{ 
	color: #818181;
	text-decoration:none;
	padding:0px 15px 0px 15px;
}


/*
02. Teaser Styles
---------------------
*/

.teaserSmall
{
	border:solid 1px #B7B7B7;
	margin: 0; 
	width: 120px;
}

.teaserLarge
{
	border:solid 1px #B7B7B7;
	margin: 0; 
	width: 250px;
	height:140px;
}

.teaserTitle
{
	background-color: #4B86C0;
	height:20px;
	text-align:left;
}
.teaserLabel
{
	height:15px;
	vertical-align:middle;   
	text-transform:uppercase;
	color:#818181; 
	text-align:center;
}
.teaserLink
{
	height:25px;
	vertical-align:middle;    
}

