/* globale Angaben für die Layout-Struktur */

	#pageLayout {
		width: 970px;
		margin: auto;
	}
	
	#logoCell {
		width:  190px;
		height: 151px;
		text-align:center;
		vertical-align:middle;
		background-color: #FFFFFF;
		border-right: 2px dotted #F7F7F7;
	}
	
	#headerCell {
		text-align:right;
		vertical-align:top;
		background: url(../images/header.jpg) top right no-repeat;
	}
	
	#headerCell table {
		padding: 0px;
		margin:  0px;
	}
	
	#headerCell tr td  {
		padding: 0px 10px 0px 10px;
		border-right:1px solid #E6E6E6;
		height: 16px;
		background-color: #1080BF;
	}
	
	#headerCell a, #headerCell a:link, #headerCell a:active, #headerCell a:visited, #headerCell a:hover {
		color: #FFFFFF;
		text-decoration:none;
		vertical-align:bottom;
		padding: 4px 0px 1px 0px;
		font-size: 9px;
	}
	
	#catalogCell {
		width:  190px;
		vertical-align:top;
		padding:2px 2px 0px 0px;
	}
	
	#contentCell {
		vertical-align:top;
		background-color:#FFFFFF;
		border:2px solid #F7F7F7;
		border-left:1px;
		border-right:1px;
	}
	
	#rightColumnCell {
		width: 190px;
		vertical-align:top;
		text-align: right;
	}
	
	#rightColumnCell div, #rightColumnCell table {	
		text-align: left;
	}
	
	#small_login {
		/*background-color: #FFFFFF;
		border-right: 1px solid #FFFFFF;*/
		margin:  2px 0px 15px 2px;
		padding: 0px 10px 0px 10px;
		color: #000000;
	}
		
	#small_login p {
		margin:  0px;
		padding: 0px;
		line-height: 18px;
	}	
	
	.small_cart {
		background-color: #FDFDFD;
		margin:  2px 0px 2px 2px;
		color: #000000;
	}
	
	.small_cart tr td {
		padding: 2px 10px 5px 10px;
	}
	
	.small_cart tr td p {
		padding: 0px 0px 3px 0px;
		margin:  0px;
	}
	
	#smallCartTable tr td {
		padding: 0px;
		margin:  0px;
	}
	
	.footerCell {
		background-color: #1080BF;
		height: 16px;
	}
	
	.footerCell a, .footerCell a:link, .footerCell a:active, .footerCell a:visited, .footerCell a:hover {
		color: #FFFFFF;
		text-decoration:none;
		padding: 0px 10px 0px 10px;
	}
	
	img.globallink {
		margin: 10px 0px 0px 0px;
	}
		
	p.condense {
		font-size: 9px;
		line-height:10px;
		padding: 2px 0px 2px 0px;
	}
	
	ul#bcEntry {
    margin:  0px 0px 0px 0px;
		padding: 0px;
		list-style-type: none;
	}

	ul#bcEntry li {
	   float: left;
	   margin:  0px 0px 0px 0px;
		 padding: 1px 5px 1px 5px;
		 background-color: #F7F7F7;
		 border-right:1px solid white;
	}
	
	ul#bcEntry li.hilite {
	   background-color: #CBE1EE;
	}

	ul#bcEntry li a {
	   text-decoration: none;
	   font-weight: bold;
	}
