html,body{
	margin : 0;
	padding : 0;
	background-color : #e2e2e2;
	height : 100%;
}

html,body {
	line-height : 18px;
	font-family : Arial;
	font-size : 11px;
	color : #2B2B2B;
}

a:link, a:visited, a:active {
	color : #CE3229; 
	text-decoration : none;
}
a:hover{
	color : #000000; 
	text-decoration : none;
}

hr {
	background-color :#dedede;
	color : #dedede;
	border : 0;
	margin : 15px 0 15px 0;
	height : 1px;
}

input, textarea {
	position : relative;
}

h1 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight : normal;
	font-size : 18px;
	color : #CE3229;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight : normal;
	font-size : 16px;
	color : #CE3229;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 13px;
	color : #1B3867;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight : normal;
	font-size : 12px;
	color : #CE3229;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 14px;
	color : #014E94;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight : normal;
	font-size : 10px;
	color : #CE3229;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

.container{
	position : relative;
	background-color : #FFFFFF;
	margin : 0 auto;
	width : 980px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

.holder{
	float : left;
	background-color : #FFFFFF;
	padding : 0 15px;
	width : 950px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

.topbalk{
	float : left;
	background-image : url(http://www.alpine-shop.nl/gfx/balk_rood.gif);
	background-repeat: repeat-x;
	background-position : left top;
	background-color : #FFFFFF;
	margin : 10px 0 0;
	padding : 8px 8px 0;
	font-size : 11px;
	color : #FFFFFF;
	line-height : normal;
	width : 934px;
	height : 25px;
}

.header{
	float : left;
	position : relative;
	background-color : #FFFFFF;
	margin : 10px 0 0;
	line-height : 0;
	font-size : 0;
	width : 950px;
	height: 160px;
	overflow: hidden;
}

.logo{
	position : absolute;
	left : 0;
	width : 305px;
	height : 160px;
}
.moodbar {
	float: right; 
	width: 645px;
	height : 160px;	
	overflow : hidden;
}

.gradient { 
	position: relative;
	left: 305px; 
	top: -160px; 
	width: 645px; 
	height: 160px; 
	display: block; 
	overflow: hidden;
	z-index: 1000;
}

* html div.gradient {
	position:relative; 
	left: 0px; 
	top: -160px; 
	width: 645px; 
	height: 160px; 
	display: block; 
	overflow: hidden;
	z-index: 1000;
}
.icons{
	position : absolute;
	left : 357px;
	top: 90px;
	width : 645px;
	height : 160px;
	z-index: 1005;
}


.content{
	float : left;
	padding : 15px 0 0;
	width : 950px;
}

.content_l{
	float : left;
	width : 175px;
}

.content_l_balk{
	float : left;
	background-image : url(http://www.alpine-shop.nl/gfx/balk_rood.gif);
	background-repeat: repeat-x;
	background-position : left top;
	color : #FFFFFF;
	padding : 8px 15px 0;
	margin : 0 0 3px;
	line-height : normal;
	font-weight : bold;
	font-size : 13px;
	width : 145px;
	height : 25px;
}

.menu{
	float : left;
	margin : 0 0 3px;
	width : 175px;
}

.menu ul{
	margin : 0;
	padding : 0;
	list-style-type : none;
	width : 175px;
}

.menu ul li {
	float : left;
	font-family : Arial;
	font-size : 11px;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
	float : left;
	display : block;
	background-image : url(http://www.alpine-shop.nl/gfx/menu_item.gif);
	background-repeat: no-repeat;
	background-position : left top;
	padding : 4px 10px 0 10px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	width : 155px;
	height : 20px;
}

.menu a:hover {
	float : left;
	display : block;
	background-image : url(http://www.alpine-shop.nl/gfx/menu_item.gif);
	background-repeat: no-repeat;
	background-position : left top;
	padding : 4px 10px 0 10px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 11px;
	color : #9d9d9d;
	width : 155px;
	height : 20px;
}

.menu .select a, .menu .select a:link, .menu .select a:active, .menu .select a:visited, .menu .select a:hover {
	float : left;
	display : block;
	background-image : url(http://www.alpine-shop.nl/gfx/menu_item.gif);
	background-repeat: no-repeat;
	background-position : left top;
	padding : 4px 10px 0 10px;
	text-decoration : underline;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	width : 155px;
	height : 20px;
}

.menu_onder{
	float : left;
	margin : 0 0 10px;
	width : 175px;
}

.content_m{
	float : left;
	padding : 0 15px;
	width : 570px;
}

.content_m_balk{
	float : left;
	background-image : url(http://www.alpine-shop.nl/gfx/balk_grijs.gif);
	background-repeat: repeat-x;
	background-position : left top;
	color : #FFFFFF;
	line-height : normal;
	padding : 8px 15px 0;
	font-size : 11px;
	width : 540px;
	height : 25px;
}

.content_m_balk a:link { color : #FFFFFF; text-decoration : underline;}
.content_m_balk a:visited { color : #FFFFFF; text-decoration : underline;}
.content_m_balk a:active { color : #FFFFFF; text-decoration : underline;}
.content_m_balk a:hover { color : #000000; text-decoration : none;}

.content_m_text{
	float : left;
	padding : 10px 0;
	width : 570px;
}

.footer{
	float : left;
	padding : 10px 0;
	font-size : 11px;
	color : #8a8a8a;
	width : 570px;
}

.footer a:link { color : #8a8a8a; text-decoration : underline;}
.footer a:visited { color : #8a8a8a; text-decoration : underline;}
.footer a:active { color : #8a8a8a; text-decoration : underline;}
.footer a:hover { color : #000000; text-decoration : none;}

.content_r{
	float : left;
	width : 175px;
	overflow-x: hidden;
}

.content_r_balk{
	float : left;
	background-image : url(http://www.alpine-shop.nl/gfx/balk_blauw.gif);
	background-repeat: repeat-x;
	background-position : left top;
	margin : 0 0 3px;
	color : #FFFFFF;
	padding : 8px 15px 0;
	line-height : normal;
	font-weight : bold;
	font-size : 13px;
	width : 145px;
	height : 25px;
}

.content_r_text1{
	float : left;
	background-image : url(http://www.alpine-shop.nl/gfx/recht_gradient.gif);
	background-repeat: repeat-x;
	background-position : left top;
	background-color : #f4f4f4;
	padding : 10px;
	margin : 0 0 3px;
	width : 155px;
}

.content_r_text2{
	float : left;
	background-color : #e1e1e1;
	padding : 10px;
	margin : 0 0 3px;
	width : 155px;
}




div.color_button
{
width: 67px;
height: 70px;
float: left;
text-align: left;
background-repeat:				no-repeat;
background-position:			0% 0%;
}


/* menu in de topbalk */

.menu_top{
	float : left;
	margin : 0 0 3px;
	width : 934px;
	height: 18px;
	overflow: hidden;
}

.menu_top ul{
	margin : 0;
	padding : 0;
	list-style-type : none;
	width : 934px;
}

.menu_top ul li {
	float : left;
	font-family : Arial;
	font-size : 13px;
}
.menu_top ul li.break {
	float : left;
	font-family : Arial;
	font-size : 13px;
	padding : 0px 1px 2px 1px;
}
.menu_top a, .menu_top a:link, .menu_top a:active, .menu_top a:visited {
	float : left;
	/*display : block;
	background-image : url(http://www.alpine-shop.nl/gfx/menu_item.gif);
	background-repeat: no-repeat;
	background-position : left top;*/
	padding : 0px 7px 4px 7px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 13px;
	color : #FFFFFF;
	/*width : 155px;
	height : 20px;*/
}

.menu_top a:hover {
	float : left;
	padding : 0px 7px 4px 7px;
	text-decoration : underline;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 13px;
	color : #FFFFFF;

}

.menu_top .select a, .menu_top .select a:link, .menu_top .select a:active, .menu_top .select a:visited, .menu_top .select a:hover {
	float : left;
	padding : 0px 7px 4px 7px;
	text-decoration : underline;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 13px;
	color : #FFFFFF;
}
