/*========== Headers ===========*/

h1 {
color: rgb(60,60,60);
font-face: helveticaneue;
font-size: 32px;
}

h1 span {
color: rgb(50,50,50);
}

h2 {
font-size: 24px;
border-bottom: 1px solid silver;
margin: 10px 0 40px 0;
padding-bottom: 5px;
}

h3 {
font: 18px helvetica, verdana, arial;
margin: 15px 0 0 15px;
color: rgb(90,90,90);
}

b {
font-weight: bold;
}

/*========== Frontpage ===========*/
#box_news p {
margin: 15px;
}

#topbox p,h1 {
margin: 0;
padding: 0;
width: 540px;
}

/*========== Button ============*/
a.button{
	background: rgb(0,108,207) url(/images/button_bg.png) repeat-x;
	display: inline-block;
	padding: 6px 10px 5px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

a.button:hover {
background-color: rgb(0,88,187);
}

/*========== Generic ===========*/
p {
margin-bottom: 20px;
}
div.content p {
margin: 0px 15px 5px 20px;
padding: 0;
}

body {
font: 12px helvetica, verdana, arial;
color: rgb(80,80,80);
line-height: 16px;
}

a {
color: rgb(0,128,227);
}

.small {
font-size: 10px;
}

.bold {
font-weight: bold;
}

.left {
float: left;
}

.right {
float: right;
}
