
/* standard box definition */

.box {
	float: left;
	position: relative;
	overflow: hidden;
	
	margin: 10px 10px 10px 10px;

	border-width: 3px;
	border-style: solid;
}

/* default styles to use with all boxes */

.normal {
	border-color: #ffffff;
	background-image: #ffffff;
}

.normal h1 {
	margin: 24px 18px 12px 18px;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}

.normal h2 {
	margin: 24px 18px 12px 18px;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.normal h3 {
	margin: 24px 18px 12px 18px;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

.normal p {
	margin: 0px 18px 6px 18px;
	font-size: 11pt;
	color: #000000;

	line-height: 1.3;
	text-align: justify;
}

.normal a:link {
	text-decoration: none;
	color: #037da6;
}

.normal a:active {
	text-decoration: none;
	color: #037da6;
}

.normal a:visited {
	text-decoration: none;
	color: #037da6;
}

.normal a:hover {
	text-decoration: none;
	color: #000000;
}

.normal ul {
	margin: 12px 18px 12px 36px;
}

.normal ol {
	margin: 12px 18px 12px 36px;
}

.alt {
	border-color: #ffffff;
	background-image: url(./preview_bg_02.gif);
}

.alt h1 {
	margin: 24px 18px 12px 18px;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}

.alt h2 {
	margin: 24px 18px 12px 18px;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.alt h3 {
	margin: 24px 18px 12px 18px;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

.alt p {
	margin: 0px 18px 6px 18px;
	font-size: 11pt;
	color: #000000;

	line-height: 1.3;
	text-align: justify;
}

.alt a:link {
	text-decoration: none;
	color: #037da6;
}

.alt a:active {
	text-decoration: none;
	color: #037da6;
}

.alt a:visited {
	text-decoration: none;
	color: #037da6;
}

.alt a:hover {
	text-decoration: none;
	color: #000000;
}

.alt ul {
	margin: 12px 18px 12px 36px;
}

.alt ol {
	margin: 12px 18px 12px 36px;
}

.strong {
	border-color: #ffffff;
	background-color: #c0c362;
}

.strong h1 {
	margin: 24px 18px 12px 18px;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}

.strong h2 {
	margin: 24px 18px 12px 18px;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.strong h3 {
	margin: 24px 18px 12px 18px;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

.strong p {
	margin: 0px 18px 6px 18px;
	font-size: 11pt;
	color: #000000;

	line-height: 1.3;
	text-align: justify;
}

.strong a:link {
	text-decoration: none;
	color: #ffffff;
}

.strong a:active {
	text-decoration: none;
	color: #ffffff;
}

.strong a:visited {
	text-decoration: none;
	color: #ffffff;
}

.strong a:hover {
	text-decoration: none;
	color: #000000;
}

.strong ul {
	margin: 12px 18px 12px 36px;
}

.strong ol {
	margin: 12px 18px 12px 36px;
}

.hidden {
	border-color: #ffffff;
	background-color: #ffffff;
}

.hidden h1 {
	margin: 24px 18px 12px 18px;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}

.hidden h2 {
	margin: 24px 18px 12px 18px;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.hidden h3 {
	margin: 24px 18px 12px 18px;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

.hidden p {
	margin: 0px 18px 6px 18px;
	font-size: 11pt;
	color: #000000;

	line-height: 1.3;
	text-align: justify;
}

.hidden a:link {
	text-decoration: none;
	color: #037da6;
}

.hidden a:active {
	text-decoration: none;
	color: #037da6;
}

.hidden a:visited {
	text-decoration: none;
	color: #037da6;
}

.hidden a:hover {
	text-decoration: none;
	color: #000000;
}

.hidden ul {
	margin: 12px 18px 12px 36px;
}

.hidden ol {
	margin: 12px 18px 12px 36px;
}

.grouplist {
	border-color: #ffffff;
	background-color: #000000;
}

.grouplist h1 {
	margin: 24px 18px 12px 18px;
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
}

.grouplist h2 {
	margin: 12px 18px 6px 18px;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
}

.grouplist h3 {
	margin: 24px 18px 12px 18px;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
}

.grouplist p {
	margin: 0px 18px 6px 18px;
	font-size: 11pt;
	color: #ffffff;

	line-height: 1.3;
	text-align: justify;
}

.grouplist a:link {
	text-decoration: none;
	color: #c0c362;
}

.grouplist a:active {
	text-decoration: none;
	color: #c0c362;
}

.grouplist a:visited {
	text-decoration: none;
	color: #c0c362;
}

.grouplist a:hover {
	text-decoration: none;
	color: #ffffff;
}

.grouplist ul {
	margin: 12px 18px 12px 36px;
}

.grouplist ol {
	margin: 12px 18px 12px 36px;
}

.linkpane {
 	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
}

.cutting {
	float: left;
	overflow: hidden;
}

.width1c { width: 275px; }
.width1c_innerframe { width: 271px; }
.width1c_outerframe { width: 301px; }

.width2c { width: 576px; }
.width2c_innerframe { width: 572px; }
.width2c_outerframe { width: 602px; }

.width3c { width: 877px; }
.width3c_innerframe { width: 873px; }
.width3c_outerframe { width: 903px; }

.height50 { height: 50px; }
.height100 { height: 100px; }
.height200 { height: 200px; }

.height05r { height:	49px;	}
.height05r_innerframe { height:	45px;	}

.height1r { height:	124px;	}
.height1r_innerframe { height:	120px;	}

.height2r { height:	274px;	}
.height2r_innerframe { height:	270px;	}

.height3r { height:	424px;	}
.height3r_innerframe { height:	420px;	}

.height4r { height:	574px;	}
.height4r_innerframe { height:	570px;	}

.height6r { height: 874px; }
.height6r_innerframe { height: 870px; }

.magazinetitleheight { height: 478px; }

.ccontent_previewframe {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

.addthisicon {
	float: left;
	margin-right: 5px;
}

.quickfinder {
	float: right;
	margin-right: 0px;
}

.cobjectgroup_layer1 {
	padding: 10px 0px 10px 0px;
	background-color: #333333;
}

.cobjectgroup_layer1_points {
	padding-left: 27px;
}

.cobjectgroup_layer2 {
	padding: 10px 0px 10px 0px;
	background-color: #666666;
}

.cobjectgroup_layer2_points {
	padding-left: 27px;
}

.imprint p {
	font-size: 11px;
}

.ecotable {
	border-collapse: collapse;
	margin: 0px 18px 6px 18px;
}

.ecoattribute {
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.ecoattribute p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	font-weight: bold;
}

.ecovalue {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.ecovalue p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.bluelist {
	border-color: #7cd9cf;
	background-color: #ffffff;
}

.bluetitle {
	background-color: #7cd9cf;
	padding-top: 6px;
	padding-bottom: 6px;
}

.bluetitle p {
	color: #ffffff;
	font-weight: bold;
}

.bluelist h1 {
	margin: 24px 18px 12px 18px;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}

.bluelist h2 {
	margin: 24px 18px 12px 18px;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.bluelist h3 {
	margin: 24px 18px 12px 18px;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

.bluelist p {
	margin: 0px 18px 6px 18px;
	font-size: 11pt;
	color: #000000;

	line-height: 1.3;
	text-align: justify;
}

.bluelist a:link {
	text-decoration: none;
	color: #c0c362;
}

.bluelist a:active {
	text-decoration: none;
	color: #c0c362;
}

.bluelist a:visited {
	text-decoration: none;
	color: #c0c362;
}

.bluelist a:hover {
	text-decoration: none;
	color: #000000;
}

.bluelist ul {
	margin: 12px 18px 12px 36px;
}

.bluelist ol {
	margin: 12px 18px 12px 36px;
}


