/* Einbindung Style-Sheet fuer Startseite */

@import "start.css";




/* GLOBAL */

/*
Colors used:
LightBlack			#b2b2b2;
Blue:				#162a66;
70% Blue:			#5c6a94;
DirtyBlue:			#7380a3;
LightDirtyBlue		#d5d7e3;
Red:				#9e0b03;
70% Red:			#bb5462;
Brown:				#c9c0a0;
Brown2:				#9a441c;
LightBrown2:		#e1c7bb;
Yellow:				#d8ae76;
LightYellow			#f3e8d6;
LightPurple 		#bc9bb0;
LighterPurple		#ece1e7;
Green				#3c8d4d;
LightGreen			#ada171;
FreshGreen			#7a8356;
FreshLightGreen		#d8dacd;
ServiceGreen		#8ea378;
ServiceLightGreen	#d2dbca;
Orange				#d28f36;
LightOrange			#f2ddc2;
Silver				#9eadb0;
LightSilver			#e7ebec;
*/

body {
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #fff;
	background-image: url(../pix/backgrounds/gradient.png);
	background-repeat: repeat-x;
}
/* Hintergrundbild Startseite */
#backgroundImage {
	position:absolute;
	width:100%; height:100%;
	top: 0px; left:0px; 
	overflow:hidden;	
	z-index:0;
}


img {
	border: 0px;
	margin: 0px; padding: 0px;
}
img.imageNews {
	float: left;
	margin: 2px 12px 0px 0px;
	cursor: pointer;
}
ul { margin-top: 0px; }

.bgBlack 				{ background-color: #000; }
.bgLightBlack 			{ background-color: #b2b2b2; }
.bgBlue 				{ background-color: #162a66; }
.bgLightBlue 			{ background-color: #5c6a94; }
.bgLighterBlue 			{ background-color: #d5d7e3; }
.bgDirtyBlue 			{ background-color: #7380a3; }
.bgLightDirtyBlue		{ background-color: #d5d7e3; }
.bgRed 					{ background-color: #9e0b03; }
.bgLightRed 			{ background-color: #bb5462; }
.bgLighterRed 			{ background-color: #ebcbd0; }
.bgBrown 				{ background-color: #c9c0a0; }
.bgBrown2 				{ background-color: #9a441c; }
.bgLightBrown2			{ background-color: #e1c7bb; }
.bgYellow 				{ background-color: #d8ae76; }
.bgLightYellow 			{ background-color: #f3e8d6; }
.bgLightPurple 			{ background-color: #bc9bb0; }
.bgLighterPurple 		{ background-color: #ece1e7; }
.bgLightGreen 			{ background-color: #ada171; }
.bgFreshGreen 			{ background-color: #7a8356; }
.bgFreshLightGreen		{ background-color: #d8dacd; }
.bgServiceGreen			{ background-color: #8ea378; }
.bgServiceLightGreen	{ background-color: #d2dbca; }
.bgOrange	 			{ background-color: #d28f36; }
.bgLightOrange			{ background-color: #f2ddc2; }
.bgSilver	 			{ background-color: #9eadb0; }
.bgLightSilver			{ background-color: #e7ebec; }
/* END GLOBAL */

/* TYPOGRAPHY */
p {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}


/* END TYPOGRAPHY */

/* LINKS */
a {
	text-decoration: none;
}

a:link, a:link:visited, a:visited {
	color: #bb5462;
}
a:hover, a:link:hover, a:link:visited:hover, a:visited:hover {
	color: #9e0b03;
}

a.linkNavigation:link, a.linkNavigation:link:visited, a.linkNavigation:visited {
	color: #162a66;
}
a.linkNavigation:hover, a.linkNavigation:link:hover, a.linkNavigation:link:visited:hover, a.linkNavigation:visited:hover {
	color: #fff;
}

div#htDigPageListContainer a:link, div#htDigPageListContainer a:link:visited, div#htDigPageListContainer a:visited, a.searchLink:link, a.searchLink:link:visited, a.searchLink:visited {
	color: #30530b;
}
div#htDigPageListContainer a:link:hover, div#htDigPageListContainer a:link:visited:hover, div#htDigPageListContainer a:visited:hover, a.searchLink:hover, a.searchLink:link:hover, a.searchLink:link:visited:hover, a.searchLink:visited:hover {
	color: #fff;
}
/* END LINKS */

/* PSEUDO LINKS */

.descLink, .resLink {
	cursor: pointer;
	color: #162a66;
}
.descLink:hover, .resLink:hover {
	color: #fff;
}

.clearBoth {
	clear:both;
}

/* MAIN BLOCK ELEMENTS */
div#mainContainer {
	width: 984px; height: 507px; /* 998x599 */
	padding: 36px 0px 56px 14px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	z-index: 0;
}

div#layoutFirstColumn {
	position: absolute;
	top: 36px; left: 14px;
	width: 155px; height: 507px;
	z-index: 10;
}
div#layoutSecondColumn {
	position: absolute;
	top: 0px; left: 180px;
	width: 486px;
	margin: 0px; padding: 0px;
}


div#layoutSecondColumnMedium {
	position: absolute;
	top: 0px; left: 180px;
	width:652px;
	margin: 0px; padding: 0px;
}


div#layoutSecondColumnWide {
	position: absolute;
	top: 0px; left: 180px;
	width: 818px;
	margin: 0px; padding: 0px;
}



div#layoutThirdColumn {
	position: absolute;
	top: 0px; left: 678px;
	width: 154px;
	margin: 0px; padding: 0px;
}
div#layoutThirdColumnWide {
	position: absolute;
	top: 0px; left: 678px;
	width: 320px;
	margin: 0px; padding: 0px;
}
div#layoutFourthColumn {
	position: absolute;
	top: 0px; left: 844px;
	width: 154px;
	margin: 0px; padding: 0px;
}

/* END MAIN BLOCK ELEMENTS */




/* CONTENT BLOCK ELEMENTS */

/* SHOP */
div.contentContainer652 {
	position: relative;
	margin-top: 312px;
	width: 652px;
	z-index: 10;
}

div.contentText652 {
	color: #fff;
	margin: 0px 0px 12px 0px;
	padding: 0px 7px 1px 7px;
	width: 638px; height:90px;
	line-height: 15px;
}

div#contentContainer652Background {
	position: absolute;
	top: 312px;
	width: 652px; height: 50px;
	background-color: #fff;
	z-index: 0;
}



div.contentContainer320Left,div.contentContainer320Right {
	position: relative;
	margin-top:0px;		
	width: 320px;
	z-index: 10;	
}

div.contentContainer320Left img.title320, div.contentContainer320Right img.title320 {
	z-index: 10;
	position: absolute;
	top: 0px; left: 0px;
}

div.contentContainer320Left img.mood320, div.contentContainer320Right img.mood320 {
	margin-top: 24px;
}

* html div.contentContainer320Left img.mood320, * html div.contentContainer320Right img.mood320 {
	margin-top: 0px;
}



div.layout__floatLeft {	float: left; }
div.layout__positionRelative { position: relative; }
div.layout__marginRight12px { margin-right: 12px; }
div.layout__marginLeft12px { margin-left: 12px; }
div.layout__marginBottom12px { margin-bottom: 12px; }

div.contentTextMiddle320 {
	position:relative;
	color: #fff;
	margin: 0px 0px 12px 0px;
	padding: 1px 7px 1px 7px;
	width: 306px;
	line-height: 15px;
}


div.contentContainerMiddle320Background {
	position: absolute;
	width: 320px; height: 24px;
	background-color: #fff;
	z-index: 0;
	top: 0px; left: 0px;
}
/* END SHOP */




div.contentContainer818 {
	position: relative;
	margin-top: 312px;
	width: 818px;
	z-index: 10;
}
div.contentText818 {
	color: #fff;
	margin: 12px 0px;
	padding: 1px 7px 1px 7px;
	width: 804px;
	line-height: 15px;
}
div#contentContainer486Background {
	position: absolute;
	top: 312px;
	width: 486px; height: 150px;
	background-color: #fff;
	z-index: 0;
}
div.contentContainer486 {
	position: relative;
	margin-top: 312px;
	width: 486px;
	z-index: 10;
}

div.contentText486 {
	color: #fff;
	margin: 12px 0px;
	padding: 1px 7px 1px 7px;
	width: 472px;
	line-height: 15px;
}
	div.contentText486 p {
		margin: 0px 0px 11px 0px; padding: 0px;
	}

div.contentContainer320Background {
	position: absolute;
	top: 312px;
	width: 320px; height: 152px;
	background-color: #fff;
	z-index: 0;
}
div.contentContainer320 {
	position: relative;
	margin-top: 312px;
	width: 320px;
	z-index: 10;
}

div.contentContainer154Background {
	position: absolute;
	top: 312px;
	width: 154px; height: 152px;
	background-color: #fff;
	z-index: 0;
}
div.contentContainer154 {
	position: relative;
	margin-top: 312px;
	width: 154px;
	z-index: 10;
}
div.contentText154Padding, div.contentText320Padding {
	padding: 0px 7px;
	line-height: 14px;
	font-size: 10px;
}


/* END CONTENT BLOCK ELEMENTS */





/* NAVIGATION */
div#navigationHome {
	width: 114px; height: 35px;
	background-color: transparent;
	position: absolute;
	top: 24px; left: 843px;
	cursor: pointer;
	display:block;
	z-index: 500;
}


div#navigationMain {
	width: 154px;
	margin: 0px 0px 24px 0px; padding: 0px ;
	position: relative;
	z-index: 10;
}

	
	ul.navigationMainSublist {
		margin: 0px;
		padding: 0px 7px 5px 15px;
		list-style: none;
		z-index: 10;
	}
		ul.navigationMainSublist li {
			margin: 0px; padding: 0px;
			z-index: 10;
			font-size: 10px;
			line-height: 12px;
		}
		


		
a.langAktive:link, a.langAktive:visited {
	color:#ffffff;
}

a.langAktive:hover {
	color:#fff;
}

a.lang {
	color:#9e0b03;;
}

a.lang:hover {
	color:#fff;
}
		
/* END NAVIGATION */

/* TABLES */
table.tableList, table.tableLinks {
	margin-bottom: 12px;
}
table.tableList thead tr td {
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
table.tableList td {
	border-bottom: 1px solid #fff;
	padding: 1px 2px;
}
table.tableLinks {
	padding: 0px;
	margin: 12px 0px;
}
table.tableLinks td {
	vertical-align: top;
	width: 154px;
	text-align: right;
	padding-right: 5px;
}

table.tableLinks td div {
	background-color: #d2dbca;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	width: 142px; height: 14px;
	text-align: right;
}

table.tableForms {
	width: 436px;
	padding: 0px; margin: 0px;
}
table.tableForms td {
	vertical-align: top;
}

td.tableShopLeft {
	width: 154px;
	padding-right: 12px;
	vertical-align: top;
}
td.tableShopRight {
	width: 306px;
	vertical-align: top;
}
/* END TABLES */

/* FORMS */
input.formService20, input.formService50, input.formService200, input.formServiceBasket {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #fff;
	background-image: url(../pix/backgrounds/gradientForms.png);
	background-repeat: repeat-x;
	margin-bottom: 2px;
}

input.formService20, input.formServiceBasket {
	margin: 0px;
	width: 16px;
	text-align: right;
}
input.formService50 {
	width: 46px;
}
input.formService200 {
	width: 202px;
	margin-right: 12px;
}

select.formService200Select {
	font-size: 11px;
	border: 1px solid #fff;
	background-color: #fff;
	background-repeat: repeat-x;
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 208px;
}
textarea.formService200Textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #fff;
	background-image: url(../pix/backgrounds/gradientFormsTextarea.png);
	background-repeat: repeat-x;
	margin-bottom: 2px;
	width: 430px; height: 100px;
}

fieldset {
	border: 1px solid #fff;
	margin-bottom: 7px;
}
legend {
	font-weight: bold;
	color: #fff;
}

img#formsMandatoryHint {
	visibility: hidden;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1000;
}

div.errorBoxStyle {
	width: 455px;
	padding: 7px;
	position: absolute;
	font-size: 10px; color: #fff;
	visibility: hidden;
	overflow: hidden;
	left: 8px;
	z-index: 1000;
}
div#errorBoxBackground {
	position: absolute;
	top: 0px; left: 0px;
	overflow: hidden;
	background-image: url(http://netmanager.netvision.ch/pix/spacer.gif);
	z-index: 900;
}
/* END FORMS */

/* SHOP */
img.shopPlusMinus {
	cursor: pointer;
}

table.shopDetails td {
	border: 0px;
	padding: 0px;
}

div.shopToCart {
	width: 154px; height: 12px;
	padding: 4px 12px 5px 0px;
	text-align: right;
	background-color: #d2dbca;
	margin-left: 7px;
}
/* END SHOP */

/* POSTCARDS */
img.postcardSmall, img.postcardSmallInactive {
	margin-right: 7px;
	margin-bottom: 7px;
	background-color: #fff;
}
img.postcardSmall 			{ cursor: pointer; }
img.postcardSmallInactive	{ cursor: auto; }

img.noMarginRight 			{ margin-right: 0px; }
img.noMarginBottom 			{ margin-bottom: 0px; }
img#postcardLarge 			{ cursor: pointer; }
div#pcStepTwo 				{ float: left; }

div#pcStepThree {
	float: left;
	width: 486px; height: 308px;
	overflow: hidden;
	background-color: #fff;
}

div#pcSlider {
	width: 2000px;
	overflow: hidden;
}

fieldset.pcFieldset {
	border: 1px solid #8ea378;
	padding-left: 7px;
}
legend.pcLegend 			{ color: #8ea378; }
label.formPostcardLabel 	{ color: #8ea378; }

input.formPostcard200 {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #8ea378;
	background-image: url(../pix/backgrounds/gradientForms.png);
	background-repeat: repeat-x;
	margin: 0px 0px 2px 0px;
	width: 208px;
}

textarea.formPostcard200Textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #8ea378;
	background-image: url(../pix/backgrounds/gradientFormsTextarea.png);
	background-repeat: repeat-x;
	margin-bottom: 2px;
	width: 208px; height: 198px;
}

div.formSendButton	{
	background-color: #d2dbca;
	width: 218px; height: 14px;
	padding: 5px 12px 5px 0px;
	text-align: right;
	margin-left: 2px;
}
/* END POSTCARDS */

/* UEBER UNS */
.staff {
	float: left;
	font-size: 10px;
	width: 154px;
}
.staff p {
	font-size: 10px;
	padding: 2px;
	background-color: #d5d7e3;
	color: #162a66;
}
/* END UEBER UNS */

/* BOX LINKS */
div.contentLink154LighterRed, div.contentLink154LighterRedFirst, div.contentLink154LighterRedLast, div.contentLink154LighterRedSingle,
div.contentLink154Red, div.contentLink154RedFirst, div.contentLink154RedLast, div.contentLink154RedSingle,
div.contentLink154LighterPurple, div.contentLink154LighterPurpleFirst, div.contentLink154LighterPurpleLast, div.contentLink154LighterPurpleSingle,
div.contentLink154Black, div.contentLink154BlackFirst, div.contentLink154BlackLast, div.contentLink154BlackSingle,
div.contentLink154FreshGreen, div.contentLink154FreshGreenFirst, div.contentLink154FreshGreenLast, div.contentLink154FreshGreenSingle,
div.contentLink154Orange, div.contentLink154OrangeFirst, div.contentLink154OrangeLast, div.contentLink154OrangeSingle,
div.contentLink154Brown2, div.contentLink154Brown2First, div.contentLink154Brown2Last, div.contentLink154Brown2Single,
div.contentLink154Silver, div.contentLink154SilverFirst, div.contentLink154SilverLast, div.contentLink154SilverSingle,
div.contentLink154LightGreen, div.contentLink154LightGreenFirst, div.contentLink154LightGreenLast, div.contentLink154LightGreenSingle {
	width: 142px; 
	padding: 5px 12px 0px 0px;
	text-align: right;
	font-size: 10px;
}

div.contentLink320FreshGreen, div.contentLink320FreshGreenFirst, div.contentLink320FreshGreenLast, div.contentLink320FreshGreenSingle,
div.contentLink320ServiceGreen, div.contentLink320ServiceGreenFirst, div.contentLink320ServiceGreenLast, div.contentLink320ServiceGreenSingle,
div.contentLink320Brown2, div.contentLink320Brown2First, div.contentLink320Brown2Last, div.contentLink320Brown2Single,
div.contentLink320LighterBlue, div.contentLink320LighterBlueFirst, div.contentLink320LighterBlueLast, div.contentLink320LighterBlueSingle {
	width: 308px; height: 14px;
	padding: 5px 12px 0px 0px;
	text-align: right;
	font-size: 10px;
	font-size: 10px;
}

div.contentLink486LightGreen, div.contentLink486LightGreenFirst, div.contentLink486LightGreenLast, div.contentLink486LightGreenSingle {
	width: 456px; height: 14px;
	padding: 5px 12px 0px 0px;
	text-align: right;
	font-size: 10px;
}

div.contentLink154ServiceGreen, div.contentLink154ServiceGreenFirst, div.contentLink154ServiceGreenLast, div.contentLink154ServiceGreenSingle {
	width: 176px; height: 14px;
	padding: 5px 12px 0px 0px;
	text-align: right;
	font-size: 10px;
}

div.contentLink154LighterBlue, div.contentLink154LighterBlueFirst, div.contentLink154LighterBlueLast, div.contentLink154LighterBlueSingle {
	width: 142px;
	padding: 5px 12px 0px 0px;
	text-align: right;
	font-size: 10px;
}

div.contentLink154LighterBlue			{ background-color: #d5d7e3; }
div.contentLink154LighterBlueFirst		{ background-color: #d5d7e3; border-top: 12px solid #7380a3;}
div.contentLink154LighterBlueLast		{ background-color: #d5d7e3; border-bottom: 24px solid #7380a3; padding-bottom: 5px;}
div.contentLink154LighterBlueSingle		{ background-color: #d5d7e3; border-top: 12px solid #7380a3; border-bottom: 24px solid #7380a3; padding-bottom: 5px;}

div.contentLink154LighterRed			{ background-color: #ebcbd0; }
div.contentLink154LighterRedFirst		{ background-color: #ebcbd0; border-top: 12px solid #bb5462;}
div.contentLink154LighterRedLast		{ background-color: #ebcbd0; border-bottom: 24px solid #bb5462; padding-bottom: 5px;}
div.contentLink154LighterRedSingle		{ background-color: #ebcbd0; border-top: 12px solid #bb5462; border-bottom: 24px solid #bb5462; padding-bottom: 5px;}

div.contentLink154Red					{ background-color: #ebcbd0; }
div.contentLink154RedFirst				{ background-color: #ebcbd0; border-top: 12px solid #9e0b03;}
div.contentLink154RedLast				{ background-color: #ebcbd0; border-bottom: 24px solid #9e0b03; padding-bottom: 5px;}
div.contentLink154RedSingle				{ background-color: #ebcbd0; border-top: 12px solid #9e0b03; border-bottom: 24px solid #9e0b03; padding-bottom: 5px;}

div.contentLink154LighterPurple			{ background-color: #ece1e7; }
div.contentLink154LighterPurpleFirst	{ background-color: #ece1e7; border-top: 12px solid #bc9bb0;}
div.contentLink154LighterPurpleLast		{ background-color: #ece1e7; border-bottom: 24px solid #bc9bb0; padding-bottom: 5px;}
div.contentLink154LighterPurpleSingle	{ background-color: #ece1e7; border-top: 12px solid #bc9bb0; border-bottom: 24px solid #bc9bb0; padding-bottom: 5px;}

div.contentLink154Black					{ background-color: #b2b2b2; }
div.contentLink154BlackFirst			{ background-color: #b2b2b2; border-top: 12px solid #000;}
div.contentLink154BlackLast				{ background-color: #b2b2b2; border-bottom: 24px solid #000; padding-bottom: 5px;}
div.contentLink154BlackSingle			{ background-color: #b2b2b2; border-top: 12px solid #000; border-bottom: 24px solid #000; padding-bottom: 5px;}

div.contentLink154FreshGreen			{ background-color: #d8dacd; }
div.contentLink154FreshGreenFirst		{ background-color: #d8dacd; border-top: 12px solid #7a8356;}
div.contentLink154FreshGreenLast		{ background-color: #d8dacd; border-bottom: 24px solid #7a8356; padding-bottom: 5px;}
div.contentLink154FreshGreenSingle		{ background-color: #d8dacd; border-top: 12px solid #7a8356; border-bottom: 24px solid #7a8356; padding-bottom: 5px;}

div.contentLink154Orange				{ background-color: #f2ddc2; }
div.contentLink154OrangeFirst			{ background-color: #f2ddc2; border-top: 12px solid #d28f36;}
div.contentLink154OrangeLast			{ background-color: #f2ddc2; border-bottom: 24px solid #d28f36; padding-bottom: 5px;}
div.contentLink154OrangeSingle			{ background-color: #f2ddc2; border-top: 12px solid #d28f36; border-bottom: 24px solid #d28f36; padding-bottom: 5px;}

div.contentLink154Brown2				{ background-color: #e1c7bb; }
div.contentLink154Brown2First			{ background-color: #e1c7bb; border-top: 12px solid #9a441c;}
div.contentLink154Brown2Last			{ background-color: #e1c7bb; border-bottom: 24px solid #9a441c; padding-bottom: 5px;}
div.contentLink154Brown2Single			{ background-color: #e1c7bb; border-top: 12px solid #9a441c; border-bottom: 24px solid #9a441c; padding-bottom: 5px;}

div.contentLink154ServiceGreen			{ background-color: #d2dbca; }
div.contentLink154ServiceGreenFirst		{ background-color: #d2dbca; border-top: 12px solid #8ea378;}
div.contentLink154ServiceGreenLast		{ background-color: #d2dbca; border-bottom: 24px solid #8ea378; padding-bottom: 5px;}
div.contentLink154ServiceGreenSingle	{ background-color: #d2dbca; padding-bottom: 5px; margin-left: 282px; }

div.contentLink154Silver				{ background-color: #e7ebec; }
div.contentLink154SilverFirst			{ background-color: #e7ebec; border-top: 12px solid #9eadb0;}
div.contentLink154SilverLast			{ background-color: #e7ebec; border-bottom: 24px solid #9eadb0; padding-bottom: 5px;}
div.contentLink154SilverSingle			{ background-color: #e7ebec; border-top: 12px solid #9eadb0; border-bottom: 24px solid #9eadb0; padding-bottom: 5px;}

div.contentLink154LightGreen			{ background-color: #d6d0b8; }
div.contentLink154LightGreenFirst		{ background-color: #d6d0b8; border-top: 12px solid #7a8356;}
div.contentLink154LightGreenLast		{ background-color: #d6d0b8; border-bottom: 24px solid #7a8356; padding-bottom: 5px;}
div.contentLink154LightGreenSingle		{ background-color: #d6d0b8; padding-bottom: 5px; margin-left: 314px;}

div.contentLink320LighterBlue			{ background-color: #d5d7e3; }
div.contentLink320LighterBlueFirst		{ background-color: #d5d7e3; border-top: 12px solid #7380a3;}
div.contentLink320LighterBlueLast		{ background-color: #d5d7e3; border-bottom: 24px solid #7380a3; padding-bottom: 5px;}
div.contentLink320LighterBlueSingle		{ background-color: #d5d7e3; border-top: 12px solid #7380a3; border-bottom: 24px solid #7380a3; padding-bottom: 5px;}

div.contentLink320FreshGreen			{ background-color: #d8dacd; }
div.contentLink320FreshGreenFirst		{ background-color: #d8dacd; border-top: 12px solid #7a8356;}
div.contentLink320FreshGreenLast		{ background-color: #d8dacd; border-bottom: 24px solid #7a8356; padding-bottom: 5px;}
div.contentLink320FreshGreenSingle		{ background-color: #d8dacd; border-top: 12px solid #7a8356; border-bottom: 24px solid #7a8356; padding-bottom: 5px;}

div.contentLink320ServiceGreen			{ background-color: #d2dbca; }
div.contentLink320ServiceGreenFirst		{ background-color: #d2dbca; border-top: 12px solid #8ea378;}
div.contentLink320ServiceGreenLast		{ background-color: #d2dbca; border-bottom: 24px solid #8ea378; padding-bottom: 5px;}
div.contentLink320ServiceGreenSingle	{ background-color: #d2dbca; border-top: 12px solid #8ea378; border-bottom: 24px solid #8ea378; padding-bottom: 5px;}

div.contentLink320Brown2				{ background-color: #e1c7bb; }
div.contentLink320Brown2First			{ background-color: #e1c7bb; border-top: 12px solid #9a441c;}
div.contentLink320Brown2Last			{ background-color: #e1c7bb; border-bottom: 24px solid #9a441c; padding-bottom: 5px;}
div.contentLink320Brown2Single			{ background-color: #e1c7bb; border-top: 12px solid #9a441c; border-bottom: 24px solid #9a441c; padding-bottom: 5px;}

div.contentLink486LightGreen			{ background-color: #d6d0b8; }
div.contentLink486LightGreenFirst		{ background-color: #d6d0b8; border-top: 12px solid #7a8356;}
div.contentLink486LightGreenLast		{ background-color: #d6d0b8; border-bottom: 24px solid #7a8356; padding-bottom: 5px;}
div.contentLink486LightGreenSingle		{ background-color: #d6d0b8; padding-bottom: 5px;}
/* END BOX LINKS */