﻿
HTML
{
	overflow: scroll;
}

BODY {
	margin: 0px;
	padding: 0px;
	width:100%;
}
FORM
{
	width:100%;
}
BODY,TABLE,DIV,INPUT,TEXTAREA,A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58585A;
}
A {
	text-decoration: none;
}
A:hover {
	/*color: #6699cc;*/
}

/* LOGO  */
IMG.logo
{
	border: none;
	background-image: url(/_layouts/BossInfo/Images/bossinfo_logo.gif);
	background-repeat: no-repeat;
	width: 127px;
	height: 44px;
}

/* Global container */
DIV.divMainContainer {
	width: 990px;
	
	text-align: left;
	
	padding: 0px;
		
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
DIV.divMainContainer A, DIV, TABLE, TD
{
	/*color:#000;*/
}

.centerAligned
{
	text-align: center;
}

/* Top header row */
DIV.divHeaderTop {
	height: 44px;

	padding-bottom: 14px;
}

DIV.divHeaderTopNavigationLogo {
	height: 22px;
	
	float: left;

	line-height: 22px;
}

DIV.divHeaderTopNavigation {
	height: 22px;
	
	float: right;

	line-height: 22px;
	
	padding-left: 82px;
	padding-right: 10px;
	
	background-color: #efefe7;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
A.aTopNavigationLink {
	margin-right: 10px;
	margin-left: 10px;
}

INPUT.txtQuickSearch {
	margin-right: 0px;
	border: 1px solid #cbcbcb;
}

.formFields {
	margin-right: 0px;
	border: 1px solid #cbcbcb;
}

.formFields_error {
	margin-right: 0px;
	border: 1px solid #D74C2C;
}

/* Quick navigation */
DIV.divQuickNavigation {
	margin-left: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
}
A.aQuickNavigationLink {
	padding-left: 10px;
	margin-right: 5px;
	background-image: url(/_layouts/BossInfo/Images/quickNavigationLinkArrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* Main content */
DIV.divMainContent {
	position:relative;
	
	margin-left:0px;
}
DIV.divNavigationContainer {
	float:left;
}
DIV.divContentContainer {
	position:relative;
	
	margin-right:210px;
	margin-left:210px;
}


DIV.divTeaserContainer {
	float:right;			
	border: 1px solid #94906d;
	
	padding-top: 1px;
	padding-bottom: 0px;
	padding-right: 1px;
	padding-left: 1px; 
}
TD.tdLeftContent {
	width: 190px;
	vertical-align: top;
}
TABLE.tblRightContent, TD.tdRightContent {
	width: 190px;
	vertical-align: top;
}
TD.tdMiddleContent {
	padding-left: 15px;
	padding-right: 13px;
	vertical-align: top;
}
TD.tdMiddleContent2 {
	padding-left: 15px;
	vertical-align: top;
}

DIV.divNavigationL1 
{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 3px;

	background-color: #EAEBED;
	border-top: 1px solid #878889;
	border-bottom: 1px solid #878889;
}
DIV.divNavigationL1 A {
	padding-left: 15px;
	margin-left: 5px;
	text-transform: uppercase;
	color: #58585A;
}
DIV.divNavigationL1 A.aActiv {
	color: #0062AC;
}
DIV.divNavigationL1 A.aSelected
{
	color: #0062AC;
	
	background-image: url(/_layouts/BossInfo/Images/punkt.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
	
DIV.divNavigationL2 {
	padding-top: 2px;
	padding-bottom: 2px;
	
	margin-left: 5px;
	margin-bottom: 3px;
}
DIV.divNavigationL2 A {
	padding-left: 15px;
}
DIV.divNavigationL2 A.aActiv {
	color: #0062AC;
}
DIV.divNavigationL2 A.aSelected {
	color: #0062AC;

	background-image: url(/_layouts/BossInfo/Images/punkt.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

DIV.divNavigationL3 {
	padding-top: 1px;
	padding-bottom: 1px;
	
	margin-left: 5px;
	margin-bottom: 3px;
}
DIV.divNavigationL3 A {
	padding-left: 40px;
}
DIV.divNavigationL3 A.aActiv {
	color: #0062AC;
}
DIV.divNavigationL3 A.aSelected {
	color: #0062AC;

	background-image: url(/_layouts/BossInfo/Images/punkt.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

DIV.divTeaserBorder {
	margin: 1px;
	width: 182px;	
}
DIV.divTeaserFirst {
	background-color: #96A72C;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 20px; 
	margin-bottom: 1px;
}

DIV.divTeaser {
	background-color:#96A72C;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 20px; 
	margin-top: 2px;
	margin-bottom: 1px;
}

DIV.divTeaser DIV {
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

DIV.divTeaser P {
	margin-top: 0px;
	margin-bottom: 5px;
}

DIV.divTeaser A {
	color: #D74C2C;	
}

DIV.divTeaserFirst DIV 
{
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

DIV.divTeaserFirst P
{
	margin-top: 0px;
	margin-bottom: 5px;
}

DIV.divTeaserFirst A {
	color: #E2007A;	
}

TABLE.tblContentTeaser {
	width: 570px;
	margin-bottom: 20px;
}
TABLE.tblContentTeaser TR TD 
{
	vertical-align:top;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}

TABLE.tblContent {
	width: 777px;
	margin-bottom: 20px;
}
TABLE.tblContent TR TD 
{
	vertical-align:top;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}

TABLE.tblContent TR TD A {
	/*text-decoration: underline;*/
}

TABLE.tblNews {
	width: 570px;
	margin-top: 20px;
	margin-bottom: 20px;
}
TABLE.tblNews TD {	
	width: 190px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;	
	vertical-align: top;	
}

TABLE.tblNews TR TD P {
	margin-top: 0px;
	margin-bottom: 10px;
}
TABLE.tblNews TR TD A {
	/*text-decoration: underline;	*/
}

/* Footer */
DIV.divFooter {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}
DIV.divFooter SPAN {
	margin-right: 10px;
	margin-left: 10px;
}

/* Shadow Table */
TD.shadowBorder {
	border: 1px solid #e0e0e0;
}
TD.shadowEdgeBottomLeft {
	width: 4px;
	height: 5px;
	
	background-image: url(/_layouts/BossInfo/Images/shadowEdgeBottomLeft.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
TD.shadowBottom {
	height: 5px;

	background-image: url(/_layouts/BossInfo/Images/shadowBottom.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
TD.shadowEdgeBottomRight {
	width: 4px;
	height: 5px;
	
	background-image: url(/_layouts/BossInfo/Images/shadowEdgeBottomRight.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
TD.shadowRight {
	width: 4px;

	background-image: url(/_layouts/BossInfo/Images/shadowRight.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
TD.shadowLeft {
	width: 4px;

	background-image: url(/_layouts/BossInfo/Images/shadowLeft.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

A.topAnchorLink
{
	color: #efefe7;
	
	background-image: url(/_layouts/BossInfo/Images/topLinkArrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
		
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Sitemap Navigation */
.SiteMapList {
margin: 0;
padding: 0;
}
.SiteMapList a {
color: #000000;
text-decoration: none;
}
.SiteMapList a:hover {
color: #000000;
text-decoration: none;
}
.SiteMapList ul {
margin: 0;
padding: 0;
margin-left: 2em;
padding-top: 2px;
}
.SiteMapList li {
margin: 0;
padding: 0;
list-style-type: none;
padding-bottom: 2px;
}
.SiteMapList img {
border: 0;
padding-top: 0.25em;
margin-right: 0.1em;
}
.SiteMapItem {
padding: 2px;
}
.SiteMapItem:hover {
background-color: #dddddd;
}

/* gemäss Marketing, 21.2.08 */

.tdMiddleContent A
{
	vertical-align: top;
	color: #D74C2C;
}

.tdMiddleContent2 A
{
	vertical-align: top;
	color: #D74C2C;
}

.printLink A
{
	vertical-align: middle;
	color: #333333;	
}

.printLink DIV
{
	vertical-align: middle;
}

.TitelGross
{
	font-size: 16px;
	font-weight: bold;
	color: #0062AC;
}

.TitelKlein
{
	font-weight: bold;
	color: #0062AC;
}

.Fett
{
	font-weight: bold;
}
.bCurrentLanguage
{
  margin-left:10px;
  margin-right:10px;
}
ul.ulArrow
{
	list-style-image: url(/_layouts/BossInfo/Images/punkt.gif);
	margin-left:5px;
}
ul.ulNumber{
	list-style-type:decimal;
	list-style-position:inside;
	margin-left:0px;
}