/* ------------------------------------------
            TYPOGRAPHY - INDEX 

Stucture
	1		Miscellaneous items
	2		Paragraph text
	3		H1 - H4 tags
	4		Images
	5		Pre styles
	6		Table styles
		
-------------------------------------------- */


/* Paragraph Text
-------------------------------------------- */



p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:.8em;
	color:#333;

}

/* H1 - H5
-------------------------------------------- */



h1 {
	font-family: "Comic Sans MS", cursive;
	font-size:20px;
	color:#960605;
	font-weight:bold;
	margin:0px;

	text-transform: uppercase;
}


h2 {
	font-family: "Comic Sans MS" , cursive;
	font-size:18px;
	color: #F60;
	font-weight:bold;
	margin:0px;
	padding: 0px 0px 0px 5px;
	text-transform: uppercase;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:14px;
	color: #C30;
	font-weight:bold;
	margin:0px;

}

h5 {
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	padding-top:4px;
	color:white;
	font-weight:bold;
	text-transform: uppercase;
}





/* Images
-------------------------------------------- */

.float_left {
	padding:3px 5px 10px 0px;
	float:left;

}

.float_right {
	padding:3px 0px 10px 5px;
	float:right;

}






/* Pre Styles
-------------------------------------------- */



pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* lIST STYLES
-------------------------------------------- */

.list1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.8em;
	color:#333;
	list-style: decimal;
	
}

.list2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.05em;
	color:#333;
	list-style: decimal;
}


li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.0em;
	color:#333;
	list-style:disc;

}

ul {
	margin-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.0em;
	color:#333;
	list-style:none;
	
}

/* DEFAULT LINKS
-------------------------------------------- */
a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.8em;
	color: #000;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
		
}

a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.8em;
	color: #C00;
	font-weight:bold;
		
}

/* Container styles  - for layout
-------------------------------------------- */
.contain_right_main {
	width:250px;
	float:right;	
	background: #AFE375 url(images/cont_right_top.jpg) no-repeat top center; 
}
.contain_right_mid {
	text-align:left;
	padding:3px 3px 0px 3px;
}
.contain_right_bot {
	padding:0px 125px 5px 125px;
background: #AFE375 url(images/cont_right_bot.jpg) no-repeat bottom center;
}


/* 6. Table styles 
-----------------------------------------------*/

.tbl_text {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:.7em;
	color:#333;
}
.tbl_text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#333;
}
.tbl_note {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#333;
}


/* Horisontal rule 
--------------------------------------------------*/

hr {
	color: #030;
	
}

/* Order Button 
--------------------------------------------------*/

.order_btn {
	width:113px;
	height:43px;
	display:block;
	
	}
	
.order_btn a {
	background:  url(images/bestel.jpg) no-repeat top;
	display:block;
	height:43px;
	font-size:0px;
	color:#FFF;

}
.order_btn a:hover {
	background: url(images/bestel.jpg) no-repeat bottom ;
	display:block;
	height:43px;


}

/* Product banner --- used on the vorgie tydskrifte page 
--------------------------------------------------------*/
.prodbanner {
	background: #003334 url(images/productbanner.jpg) no-repeat top;
	display:block;
	width:227px;
	height:360px;
	padding: 8px 0px 10px 0px;
	text-align:center;
	
}
