@charset "UTF-8";
/* CSS Document */


/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; outline: none; }
html {overflow-y: scroll;}

body {
	font-size: 75%;
	line-height: 1.462;
	color: #333;
	letter-spacing: 0;
	background: #d9e5e8 url(../img/unik_bg_body.jpg) top center repeat-x;
	}

#wrapper {
	margin: 30px auto 30px;
	padding: 0;
	width: 980px;
	}

#sitewrapper {
	float: left;
	clear: both;
	padding: 20px;
	width: 940px;
	background: #fff;
	}

#site {
	float: left;
	clear: both;
	width: 940px;
	}

#container {
	float: left;
	clear: both;
	width: 940px;
	background: transparent url(../img/unik_header.png) top center repeat-x;
	padding-top: 330px;
	}

#payoff {
	float: left; 
	clear: both;
	margin: 0 0 10px 30px;
	font-size: 24px;
	}

#contents {
	float: left;
	clear: both;
	width: 940px;
	margin-bottom: 30px;
	}

#footer {
	float: left;
	clear: both;
	padding: 20px;
	width: 940px;
	font-size: 10px;
	color: #555;
	text-align: center;
	background: #d9e5e8 url(../img/unik_bg_footer.gif) top center no-repeat;
	}

/* --- Headers
-------------------------------------------------------*/
ul#nav {
	float: left;
	clear: both;
	margin-bottom: 30px;
	margin-left: 21px;
	list-style-type: none;
	}
ul#nav li { float: left; }
ul#nav li a {
	text-decoration: underline;
	padding: 10px;
	}
#startsidan a#nav_startsidan, #vidskada a#nav_vidskada, #omoss a#nav_omoss {
	color: #000;
	text-decoration: none; }

/* --- Headers
-------------------------------------------------------*/

h1 { 
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	}
h1 p { color: #e30027; }
h2 {
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 5px;
	}
h3 {
	margin-bottom: 5px;
	}

/* --- Fonts
-------------------------------------------------------*/

body,
input,
option,
select { font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }

h2, h3 { font-family: Arial, Verdana, Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

h1 { font-family: Georgia, "Times New Roman", Times, serif; }

/* --- Anchors
-------------------------------------------------------*/

a { outline: none; text-decoration: none; }
a:link, a:visited { color: #e30027; }
a:hover { color: #000; text-decoration: underline; }

/* --- Elements
-------------------------------------------------------*/

.fineprint {
	color:#666;
	font-size:10px;
	}

a.gohome {
	display: block;
	position: absolute;
	top: 100px;
	width: 200px;
	height: 150px; 
	}

p {
	display: block;
	padding-bottom: 10px;
	}

.col_260 {
	float: left;
	width: 260px;
	margin: 0 20px 0 30px;
	}
#vidskada .col_260 {
	float: left;
	width: 415px;
	margin: 0 20px 0 30px;
	}
#vidskada .col_260 ul {
	float: left;
	padding: 0 0 0 50px;
	}
#vidskada .col_260 ul li {
	margin: 0 0 10px;
	}
	
label {
	display: block;
	padding-bottom: 5px;
	}

input.input {
	display: block;
	width: 260px;
	border: 1px solid #999;
	background: #fff;
	color: #555;
	padding: 5px;
	}
input.input:focus {
	border: 1px dashed #aaa;
	background: #fff;
	color: #000;
	}

ul.errorlist li {
	list-style-type: none;
	font-size: 10px;
	color: #e30027;
	}
.error input { border-color: #e30027; }

a.icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	}
.pdf {
	background-image: url(../img/pdf.gif);
	}
a .a-info {
	color:#999;
	text-decoration: none;
	}



