/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F4F4F0 url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: sans-serif, Tahoma, Verdana, Arial, Helvetica ;
	font-size: 14px;
	color: #43474D;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #A0A3A8;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #AFB1B6;
}

.style1 a {
	color: #AFB1B6;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02_forside.gif) repeat-x left top; }

.bg2 { background: url(images/bg03.jpg) no-repeat left top; }
.bg3 { background: url(images/bg04.gif) repeat-y left top; }
.bg4 { background: url(images/bg05.jpg) no-repeat left bottom; }

.bg5 { background: url(images/bg1_01.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


