@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* General styles for typography */

/* BODY (only typography)
---------------------------------------- */
body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: black;
}

/* Headings and typography
---------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
.arrForm h1, .arrForm h2, .arrForm h3, .arrForm h4, .arrForm h5, .arrForm h6 { font-family: Arial, Helvetica, sans-serif; }
	
h1 {
	font-size: 12px;
	margin:0 0 10px 0; }
	#content h1 {
		font-family: Arial, Helvetica, sans-serif;
		color: #888;
		}
	#newsRight h1 {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		}
h2 {
	font-size: 1.7em;
	margin:0 0 5px 0; }	

h3 {
	font-size: 1.3em;
	margin:0 0 5px 0; }
	
h4 {
	font-size:1.15em;
	margin:0 0 5px 0; }	

p {
	margin:0 0 10px 0;
}
xstrong { color: #39f; }
em {}

/* LISTS 
---------------------------------------- */
ul {
	list-style:none;
	margin-bottom:10px;
}
ul li {
	padding-left:15px;
	background:url(../gfx/bullet.png) no-repeat left top;
	margin:0 0 10px 20px;
}
ol {
	padding-left:15px;
}
ol li {
	margin:0 0 10px 25px;
}

/* but use standard ul li on #paddingT6 on tekstsider.cfm */
#newsRight ul li,
.paddingT6 ul li {
	list-style:disc;
	padding-left:5px;}
.paddingT6 h1 {font-weight: 100;}


/* LINKS 
---------------------------------------- */
a {
	text-decoration: none;
	color: #39f;
	} 
a:hover {
	color: #888;
}

/* FORMS
---------------------------------------- */
form {
	margin:0px;
}
fieldset { border: none; }
input,
textarea {
	border:solid 1px #C6C6C6;
	vertical-align:top;
	background:#FFF;
	padding:2px;
}
input:focus,
textarea:focus {
	border:solid 1px #004C71;
}
