@import url('webshop.css');
@import url('divs.css');
@import url('topmenu.css');
@import url('texteditor.css');

body, button, td
{
	font-family: Signika, sans serif;
	font-size: 13px;
}

body
{
	background: url(images-master/bg_helsegray.jpg);
	font-weight: 400;
	padding: 0; margin: 0;
}

body.msie, .msie button, .msie td
{
	font-family: tahoma;
	font-weight: normal;
}

body.Popup
{
	padding: 20px;
	background: #ffffff;
}

a
{
	text-decoration: none;
	color: #A02C02;
}

button
{
	border-radius: 10px;
	overflow: visible;
	width: auto;
	background: #c0c0c0;
	background: #c0c0c0 -webkit-gradient(linear, left top, left bottom, from(#e0e0e0),to(#c0c0c0));
	border: 1px solid #a0a0a0;
	padding: 6px;
	font-size: 12px;
	font-weight: 400;
	font-family: Signika, sans serif;
	text-shadow: 0px 1px 1px white;
	cursor: hand; cursor: pointer;
}
.msie button
{
	background: #c0c0c0;
}
button:hover
{
	background: #d0d0d0;
	background: #d0d0d0 -webkit-gradient(linear, left bottom, left top, from(#e0e0e0),to(#c0c0c0));
	text-shadow: 0px -1px 1px white;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.15) inset;
}
.msie button:hover
{
	background: #d0d0d0;
}


h1, h2, h3
{
	font-family: Signika, sans serif;
	font-weight: 700;
}

.msie h1, .msie h2, .msie h3
{
	font-family: tahoma;
}

h1
{
	font-size: 22px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 15px;
}

a img { border: 0; }

input[type=text], textarea
{
	border: 1px solid #c0c0c0;
	background: #ffffff;
	color: #000000;
	padding: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}


