html,body{
	margin : 0;
	padding : 0;
	background-color : #efebef;
	height : 100%
}

html,body, table{
	line-height : 18px;
	font-family : Trebuchet MS;
	font-size : 11px;
	color : #737A7E;
}

a, a:link, a:visited, a:active {
	color : #E7472A; 
	text-decoration :  underline;
}
a:hover{
	color : #4C2858; 
	text-decoration :  underline;
}

form {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

hr {
	background-color : #C4C6C8;
	color : #C4C6C8;
	border : 0;
	margin : 0;
	height : 1px;
}

input, select, textarea {
	position : relative;
}

h1 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Trebuchet MS;
	font-weight : normal;
	font-size : 18px;
	color : #4C2858;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 13px;
	color : #E7472A;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 2px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 13px;
	color : #E7472A;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 10px;
	color : #4C2858;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 11px;
	color : #4C2858;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 12px;
	color : #4C2858;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

.container{
	margin : 0 auto;
	width : 970px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.holder{
	position : absolute;
	background-color : #FFFFFF;
	border-left : 2px solid #492958;
	border-right : 2px solid #492958;
	width : 968px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.header{
	float : left;
	overflow : hidden;
	width : 968px;
	height : 86px;
}

.header_l{
	float : left;
	overflow : hidden;
	line-height : 0;
	font-size  : 0;
	width : 240px;
	height : 86px;
}

.header_m{
	float : left;
	overflow : hidden;
	width : 728px;
	height : 86px;
}

.moodbar{
	float : left;
	position : relative;
	font-size : 0;
	line-height : 0;
	width : 968px;
	height : 219px;
}

.menu{
	float : left;
	border-top : 2px solid #FFFFFF;
	background-image : url(http://www.simed.com/port/gfx/menu.gif);
	background-position : left top;
	background-repeat : repeat-x;
	padding : 6px 20px 0 20px;
	width : 928px;
	height : 23px;
}

.menu a:link { color : #EFEBEF; text-decoration : none;}
.menu a:visited { color : #EFEBEF; text-decoration : none;}
.menu a:active { color : #EFEBEF; text-decoration : none;}
.menu a:hover { color : #FFFFFF; text-decoration : none;}


.main{
	float : left;
	width : 968px;
}

.kolomen{
	float : left;
	background-image : url(http://www.simed.com/port/gfx/background.jpg);
	background-position : left top;
	background-repeat : repeat-x;
	background-color : #CFC2CD;
	width : 968px;
}

.kolom{
	float : left;
	padding : 20px;
	width : 276px;
	min-height: 440px;
	height:auto !important;
	height:440px;
}

.main_r{
	float : left;
	background-image : url(http://www.simed.com/port/gfx/background_vervolg.jpg);
	background-position : left top;
	background-repeat : repeat-x;
	background-color : #efebef;
	padding : 20px;
	width : 928px;
}

.footer{
	float : left;
	padding : 10px 0;
	font-size : 10px;
	width : 968px;
}

.footer a:link { color : #737a7e; text-decoration : underline;}
.footer a:visited { color : #737a7e; text-decoration : underline;}
.footer a:active { color : #737a7e; text-decoration : underline;}
.footer a:hover { color : #000000; text-decoration : none;}
