html,body{
	margin : 0;
	padding : 0;
	background-color : #E1E1E1;
}

html,body, table{
	line-height : 16px;
	font-family : Tahoma;
	font-size : 14px;
	color : #555555;
}

a, a:link, a:visited, a:active {
	color : #2F249C; 
	text-decoration : none;
}
a:hover{
	color : #1EF70A; 
	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 4px 0;
	font-family : Tahoma;
	font-weight : normal;
	font-size : 22px;
	color : #F01C2E;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight :  bold;
	font-size : 12px;
	color : #F01C2E;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight :  bold;
	font-size : 16px;
	color : #F01C2E;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight :  bold;
	font-size : 14px;
	color : #F01C2E;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight :  bold;
	font-size : 13px;
	color : #F01C2E;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight :  bold;
	font-size : 11px;
	color : #F01C2E;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

.container{
	margin : 0 auto;
	width : 980px;
	height : 100%;
}

.holder{
	float : left;
	position : relative;
	margin : 25px 0 0 0;
	background-color : #FFFFFF;
	width : 980px;
}

.header{
	float : left;
	padding : 10px 20px;
	width : 940px;
	height : 71px;
}

.header_l{
	float : left;
	width : 300px;
	height : 71px;
}

.header_r{
	float : left;
	padding : 52px 0 0;
	text-align : right;
	width : 640px;
	height : 19px;
}

.header_r a:link { color : #555555; text-decoration : underline;}
.header_r a:visited { color : #555555; text-decoration : underline;}
.header_r a:active { color : #555555; text-decoration : underline;}
.header_r a:hover { color : #000000; text-decoration : none;}

.menu{
	float : left;
	background-color : #E2E2E2;
	width : 980px;
	height : 32px;
}

.content{
	float : left;
	padding : 20px;
	width : 940px;
}

.moodbar{
	float : left;
	width : 940px;
}

.tekst{
	float : left;
	padding : 20px 0 0;
	width : 940px;
}

.footer{
	float : left;
	padding : 10px 0 10px;
	color : #37393E;
	width : 980px;
}

.footer a:link { color : #37393E; text-decoration : underline;}
.footer a:visited { color : #37393E; text-decoration : underline;}
.footer a:active { color : #37393E; text-decoration : underline;}
.footer a:hover { color : #000000; text-decoration : none;}

.footer_l{
	float : left;
	color : #37393E;
	width : 700px;
}

.footer_r{
	float : left;
	text-align : right;
	color : #EFEFEF;
	width : 280px;
}

.footer_r a:link { color : #EFEFEF; text-decoration : none;}
.footer_r a:visited { color : #EFEFEF; text-decoration : none;}
.footer_r a:active { color : #EFEFEF; text-decoration : none;}
.footer_r a:hover { color : #EFEFEF; text-decoration : none;}
