/*
***
**** templates.php
***
*/

h2.active{
		color: #80bc44;		
}

div#template_preview{
	position: relative;
	margin-bottom: 20px;
	padding: 7px;

}

div.template_small{ 
	position: relative;
	float: left;
	color:#004457;
	margin:16px;	
	text-align:center;
}

td.template{
	padding-top: 5px;
}

/*
***
**** tabs
***
*/

div#tabs{
	position: relative;
	margin-top: 20px;
	height: 51px;	
}	

div#tabs ul#tab_container {
	position: relative;
}

div#tabs ul#tab_container li {
	float: left;
	list-style: none;
	height: 51px;
}

/*
*** Onze pakketten
*/

div#tabs ul#tab_container li.onze_pakketten a.onze_pakketten{
	display: block;
	width: 153px;
	height: 51px;
}

div#tabs ul#tab_container li.onze_pakketten{
	display: block;
	width: 153px;
	height: 51px;
	background: url(../../images/template/templates/tab_onze_pakketten.png) no-repeat;
}

/*
*** Betaalmethoden
*/

div#tabs ul#tab_container li.betaalmethoden a.betaalmethoden{
	display: block;
	width: 158px;
	height: 51px;
}

div#tabs ul#tab_container li.betaalmethoden{
	display: block;
	width: 158px;
	height: 51px;
	background: url(../../images/template/templates/tab_alle_betaalmethoden.png) no-repeat;
}

/*
*** Bestellen
*/

div#tabs ul#tab_container li.bestellen_start_direct a.bestellen_start_direct{
	display: block;
	width: 509px;
	height: 51px;
}

div#tabs ul#tab_container li.bestellen_start_direct{
	display: block;
	width: 509px;
	height: 51px;
	background: url(../../images/template/templates/tab_bestellen_start_direct.png) no-repeat;
}

div#tabs ul#tab_container li:hover{
	height: 51px;
	background-position: 0 100%;
}

div#tabs ul#tab_container li a{
	text-decoration: none;
}