body {
	margin: 0;
	padding: 0;
	background: #ebf2f3;
/*	min-width: 1000px;*/
	font-size: 11px;
	font-family: Tahoma;
	color: #4c4c4c;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

#page {
	width: 100%;
/*	min-width: 1000px;*/
}

#header {
	height: 224px;
	background: #000000 url(images/header5.jpg) no-repeat;
	background: url(images/header-bg-4.jpg) repeat-x;
	/*background-position: middle left;*/
	text-align: left;
}

#topline {
	background: transparent url(images/topline.jpg) repeat-x;
	height: 30px;
}

#main {
	background: #f1f2f2;
	font-size: 11px;
	font-family: Tahoma;
	color: black;
}

#content {
	font-size: 11px;
	font-family: Tahoma;
	color: black;
	background: #f1f2f2;
	/*background: #ffffff url(images/klinkeram.jpg) no-repeat;*/
	background-position: top right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content p {
	margin-left: 10px;
	margin-right: 10px;
}

#content h1 {
	margin-left: 10px;
	margin-right: 10px;
	color: #ee7e2a;
}

#content h2 {
	margin-left: 10px;
	margin-right: 10px;
	color: #ee7e2a;
}

#left {
	width: 250px;
	background: #974405;
	padding-bottom: 10px;
	background: url(images/brick2.jpg);
	padding-top: 0px;
}

#left .header {
	background: white;
	padding-left: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #974405;
	border-left: 1px solid #974405;
	border-right: 1px solid #974405;
	border-bottom: 1px solid #974405;
}


#right h1 {
	color: #f7f4f2;
	background: #9d4401;
	width: 100%;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#left a {
	color: white;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#left .level1 {
	padding-left: 10px;
	margin-bottom: 5px;
	background: #974405;
}

#left .level2 {
	padding-left: 30px;
	margin-bottom: 5px;
	background: #974405;
}

#right {
	text-align: left;
	font-size: 11px;
	font-family: Tahoma;
	color: black;
	width: 200px;
}

#right p {
		font-size: 11px;
	font-family: Tahoma;
	color: black;
	text-align: left;
}

#footer {
	padding-left: 10px;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
	padding-bottom: 10px;
}

#footer a {
	color: gray;
}


