/* global tweaks */
* {
	font-family:"Arial","Verdana";
	font-size:11px;
}

A {
	color:#23558A;
}

BODY {
	margin:5px;
	padding:0px;
	background-image:url(../images/bg.gif);
}

FORM {
	margin:0px;
	padding:0px;
}

A IMG {
	border:none
}

/* general behaviour for headings */

H1 {
	margin-top:5px;
	color:#1F5394;
	font-size:16px;
}

H2 {
	margin-top:8px;
	margin-bottom:4px;
	color:#1F5394;
	font-size:14px;
}

H3 {
	margin-top:8px;
	margin-bottom:4px;
	color:#1F5394;
	font-size:12px;
}

H1 A,H2 A,H3 A {
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	padding-left:10px;
	text-transform: uppercase;
}

/* general behaviour for boxes in the page */
.sm_box {
	margin-top:5px;
	margin-right:10px;
}

.sm_box h2{
	background-image: url(../images/title-bg.jpg);
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	margin:0px;
	overflow: hidden;
}

.sm_box IMG{
	border: 1px solid #20578F;
	margin:0px;
	padding:0px;
}

.sm_box_1 {

}

.sm_box_2 {}

.sm_box_3 {
	float:left;
	width:240px;
}

.sm_box_3 h2{
	
}

.sm_box_3 h2 a{
	height: 25px;
	line-height: 25px;
}

.sm_box_3 p {
	margin:0px;
	padding:0px;
	background-image: url(../images/content_sub.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding:3px 5px 3px 5px; 
		overflow: hidden;
	line-height: 14px;
}

a.button-next,a.button-next-category{
	display: block;
	float:right;
	background-image: url(../images/button-next.jpg);
	width:36px;
	height: 19px;
	margin-top: 1px;
}

a.button-next-category{
	background-image: url(../images/button-neext2.jpg);
}



/* standard tweaks */
a.pdffile {
	background-image:url("../images/pdf.gif");
	background-repeat:no-repeat;
	padding:3px;
	padding-left:20px;
}

a[rel="lightbox[images]"] IMG {
	border: 3px solid #cccccc;
}
