@charset "utf-8";
/*---------------------------------- 
project:	www.unikgrafik.se
version:	1.0 
author:   	Unik Grafik 
web:    	www.unikgrafik.se
-----------------------------------*/  

* { margin: 0; padding: 0; }

/*------ GENERAL ------*/
html, body {
	background-color: #fff;
	background: url(../../img/unik_grafik_bg.gif) repeat-x bottom left;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #7c7c7c;
}
h1 {
	font-size: 0.85em;
	font-weight: normal;
	display: inline;
}
h2 {
	font-size:  0.8em;
	font-weight: bold;
	padding: 15px 0 10px 0;
}
a {
	color: #7c7c7c;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #95c23f;
	text-decoration: none;
}
img {
	border: none;
}
p {
	font-size: 0.85em;
	display: inline;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
/*------ CONTENT ------*/
#container {
	margin: 20px auto 0 auto;
	width: 1024px;
}
#logo {
	margin: 0 auto 0 auto;
	width: 743px;
}
#logo_footer {
	background: url(../../img/unik_grafik_footer.png) no-repeat top center;
	margin: 120px auto 0 auto;
	width: 755px;
	height: 327px;
}
#logo_footer2 {
	background: url(../../img/unik_grafik_footer_NEWlogo.png) no-repeat top center;
	margin: 120px auto 0 auto;
	width: 800px;
	height: 327px;
}
#footer {
	width: 820px;
	margin: 5px auto 20px auto;
	text-align: center;
}
#main{
	background: url(../../img/unik_grafik_m2.jpg) no-repeat top center;
	width: 1000px;
	height: 360px;
	padding-bottom: 20px;
}
#sticker {
	float: right;
	margin-top: 231px; 
	margin-right: 64px;
}
#maila {
	float: right;
	margin-top: 263px; 
	margin-right: 15px;
}
.line {
	border-top: 1px solid #95c23f;
	margin-top: 20px;
}
.content_text {
	float:left;
	width:550px;
	font-size:0.85em;
	line-height:1.3em;
	margin-top:5px;
}
.content_form {
	float:left;
	width:450px;
	font-size:0.85em;
	margin:5px 0 0 10px;
}
.content_center {
	width:800px;
	height:440px;
	margin:30px auto 0 auto;
}
.project {
	float:left;
}
.project_main {
	float: left;
	margin-top: 10px;
}
.content_text_box {
	width:418px;
	float:right;
	margin-top:4px;
}
.content_text_box p {
	font-size:1em;
	line-height:1.3em;
	margin-bottom:7px;
	display:block;
}
.content_text_box ul li {
	list-style: none;
	padding: 0.05em 0 0.6em 1.9em;
	background: url(/../../img/check.gif) no-repeat 0 0;
}
.content_form_box {
	width:319px;
	float:right;
	margin-top:4px;
}
#adress_line {
	font-size:0.8em;
	margin:20px 0 0 125px;
}
#adress_line2 {
	font-size:0.8em;
	width:900px;
	margin:20px auto 0 auto;
	text-align:center;
}
.site_box {
	float: left;
	width: 400px;
  	margin: 0 auto 0 auto;
	padding: 10px 0;
}
.site_link {
	margin: 5px auto 0 10px;
	font-size: 1em;
	font-weight: bold;
}
.site_box p {
	margin: 5px auto 0 10px;
	display: block;
	width: 330px;
	font-size: 0.85em;
}
.banner_box {
	width: 780px;
	padding: 10px;
}
.banner_name {
	margin: 5px auto 0 0;
	font-size: 1em;
	font-weight: bold;
}
.banner_box p {
	margin: 5px auto 0 0;
	font-size: 0.85em;
}
.nybakad {
	float:right;
	background:transparent url(../../img/portfolio_bilder/sites/nybakad_splash.png) no-repeat top right;
	width: 105px;
	height: 110px;
}
/*------ FORM ------*/
#contact_form {
	margin-top:10px;
}
.form_fields {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
form.c_form label {
	display: block; 
	float: left; 
	width: 80px; 
	text-align: right;
	margin: 5px 5px 0 0; 
}
form.c_form .title {}
input{
	margin-bottom: 5px;
	width: 200px;
	border: 1px solid #a8c030;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	color:#7c7c7c;
	padding: 3px;
}
textarea {
	margin-bottom: 5px;
	width: 200px;
	height:50px;
	border: 1px solid #a8c030;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	color:#7c7c7c;
	padding:3px;
}
.sbutton {
	margin:0 0 0 80px; 
}
input.button {
	background:url(../../img/sub_button_jepp_upp.jpg);
	height:50px;
	width:220px;
	cursor:pointer;
	border:none;
}

input.button:hover { 
	background:url(../../img/sub_button_jepp_down.jpg); 
}

form.c_form label.error { display: inline; float:none; width:320px; text-align:center; position:absolute; top:565px; left:790px; color:#424343; background-color:#9fc641; padding:5px; }
