/* General settings */

html, body {
	height: 100%;
	width: 100%;
}

body{
	position: relative;
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	background-color: #FFFFE3;
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	margin: 5px 0px 5px 0px;
	font-size: 1.2em;
	line-height: 1.3em;
}

h3 {
	margin: 5px 0 3px 0;
	font-size: 1em;
	font-weight: bold;
}

a img {
	border: none;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #674852;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #C3ACB2;
}

acronym {
	cursor: help;
	text-decoration: underline;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul>li {
	margin-left: 1.2em;
	list-style-image: url(grfx/circle.gif);
	list-style-position: outside;
}

ul li {
	margin-top: 0.4em;
	margin-left: 1.2em;
	list-style-image: url(grfx/circle.gif);
	list-style-position: outside;
}

ol>li {
	margin-left: 1.2em;
	list-style: decimal;
	list-style-position: outside;
}

ol li {
	margin-top: 0.4em;
	margin-left: 1.2em;
	list-style: decimal;
	list-style-position: outside;
}

p {
	margin: 0.5em 0em 0.5em 0em;
}

/* Some classes for the positioning of elements*/

.innertube{
	margin: 10px; 
	margin-top: 5px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-middle {
	vertical-align: middle;
}

.absbottom{
	position: absolute;
	bottom: 0px;
	right: 15px;
	line-height: 1.3em;
#	z-index:-1;
}

.sunflower{
	position: absolute;
	bottom: 0px;
	right: 15px;
	line-height: 1.3em;
}

.spacer{
	width: 1px;
	height: 20px;
}

.csc-searchform {
	padding-top: 20px;
}

.absanchor {
	position: absolute;
}

/* Some classes for the coloring of elements*/

.friendlywhite {background-color: #FFFFE3; }

.bedroom {background-color: #75A08C; color: white; }

.livingroom {background-color: #C3ACB2; color: white; }

.livingroomaccent {background-color: #674852; color: white; }

.kitchen {background-color: #EEBF7C; }

.bathroom {background-color: #6791A2; color: white; }

.bathroomaccent {background-color: #596778; color: white; }

.important {
	font-weight: 600;
	color: #666666;
}

.clearfloat {clear: both;}

/* Form elements and classes */

form {
	margin: 0;
	margin-top: 5px;
	border: 1px solid #6791A2;
	padding: 5px;
	padding-top: 0;
	-height: 1.1em;
}

form p {
	margin: 0em 0em 0em 0em;
}

.button {
	border: 1px solid #6791A2;
	background-color: white;
	color: #674852;
	font-size: 0.9em;
	font-weight: bold;
	height: 1.6em;
}

/* Individual settings */

#header{
	height: 155px;       /*Height of header = 600 - maincontainerHeight*/
	text-align: left;
	padding: 0;
	width: 100%;
	color: #674852;
	z-index:100;
}


#header h1{
	margin: 0;
	padding: 10px;
	letter-spacing: 1px;
}

#header h3{
	margin: 0;
	padding: 0 0 0 10px;
}

#header img{
	float: right;
	margin: 0;
	padding: 10px ;
}

#header a {
	text-decoration: none;
}

#maincontainer{
	width: 780px; /* Set this to sum of the 3 Left Middle Right ColumnWidth + unused space to the right*/
	height: 410px;
	margin: 0 auto; /*Center container on page*/
}

#bottom-box {
	width: 100%;
	height: 35px;
	background-color: #674852;
	color: #C6C4BA;
	text-align: center;
	padding-top: 5px;
}

#navi {
	height: 30px;
      width: 557px;
      margin-left: 228px;
}

#navi a {
	float: left;
	width: 81px;
	line-height: 1em;
}

#contentwrapper{
	float: left;
	width: 100%;
	height: 288px;
	background-color: white;
	background-position: top left;
	background-repeat: repeat;
	background-image: url(grfx/bg_content.jpg);
}

#leftcolumn{
	position: relative;
	width: 220px; /*Width of right column in pixels*/
	margin-left: 8px; /*Margin for left column. Should be unused space to the left*/
	height: 280px;
	padding-top: 2px;
	text-align: right;
	overflow: hidden;
}

#leftcolumn a, #leftcolumn a:link, #leftcolumn a:visited {
	text-decoration: none;
	font-weight: bold;
}

#leftcolumn a:hover, #leftcolumn a:focus, #leftcolumn a:active {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.active a {
	text-decoration: none;
	font-weight: bold;
	color: white !important;
}


#leftcolumn p {
	margin: 0;
}

#leftcolumn img {
	margin-bottom: 3px;
}

#middlecolumn{
	position: relative;
	float: left;
	width: 325px; /*Width of middle column*/
	margin-left: -553px; /*Set margin to -LeftColumnMarginLeft-MiddleColumnWidth */
	overflow: auto;
	height: 280px;
}

#container {
	overflow: auto;
}

#scrollable{
	position: relative;
}

#up{
	position: absolute;
	top: 15px;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: white;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(grfx/up.gif);
	z-index:2;
	visibility: hidden;
}

#down{
	position:absolute;
	top: 260px;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: white;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(grfx/down.gif);
	z-index:2;
	visibility: hidden;
}

#rightcolumn{
	position: relative;
	float: left;
	width: 220px; /*Width of right column in pixels*/
	margin-left: -228px; /*Set margin to -(RightColumnWidth + unused space to the right)*/
	height: 280px;
	margin-right: -30px;  /*Required for IE, ... inner div.... */
	vertical-align: bottom;
	overflow: hidden;
}

#rightcolumn img {
	padding-bottom: 25px;
}

#footer{
	clear: left;
	width: 100%;
	height: 92px;
	padding: 0;
	padding-top: 2px;
	text-align: right;
	color: #999999;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
	font-weight: bold;
}