/*
-----------------------------------------------
CSS 
jageblad.se

----------------------------------------------- */



html, body {
    background: #ffffff;
	height:100%;
	margin: 0;
	background:#c4c5c5 url(../images/bg.jpg) repeat-x;
}


body {
    overflow: -moz-scrollbars-vertical;
    
}


body, div, td, p, input {
	font-family: arial, helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height:20px;
}

p, label {
	margin: 8px 0 5px 0;
}

hr {
    border:1px;
    height:1px;
    color:#CCCCCC;
    background-color: #CCCCCC;
    margin: 5px 0 5px 0;
}


form, fieldset {
	margin:0 auto;
	border:0;
}


.submit {
    padding:0px;
	cursor:pointer;
	border:1px outset #cccccc;
}

.input {
    padding:3px;
    clear:both;
    border:1px inset #cccccc;
}

.select {
    padding:0px;
    font-size:10px;
    border:1px solid #cccccc;
}


.textarea {
    font-family: tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding:3px;
}

.price {
    font-family:Garamond;
    font-size:26px;
    color:#ca0000;
}


img {
    border:0px;
}


a:link {
    text-decoration: none;
	color: #00529B;
	padding:0px;
	text-decoration: underline;
}

a:visited {
    text-decoration: underline;
	color: #00529B;
	padding:0px;
}

a:hover {
    text-decoration: underline;
	color: #015476;
}
	

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	font-size: 24px;
	margin: 7px 0 5px 0;
	line-height:28px;
}


h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	font-size: 20px;
	margin: 3px 0 5px 0;
	line-height:26px;
}


h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	font-size: 18px;
	line-height:24px;
	margin: 0 0 5px 0;
}

/* debug
-------------------------------------------
div {border: 1px solid #ccc; }*/

#page {
	position: relative;
	margin:30px auto;
	padding: 0;
	width: 1000px;
	padding: 0;
	text-align: center;
	background: #ffffff;
}

#float-head {
    position:relative;
	width:100%;
	top:34px;
	left:0;
	z-index:99;
	background:#ffffff;
	text-align:center;
}

#enclose-col {
    position:relative;
	width:1000px;
	text-align:center;
	margin-top:160px;
}

#col-1 {
	position:relative;
	width:280px;
	float:left;
	text-align:left;
	margin-left:0px;
	padding: 0 20px 0 20px;
	/* border:1px solid #cccccc; */
}


#col-2 {
	position:relative;
	width:620px;
	float:right;
	margin-right:0px;
	padding: 0 20px 0 20px;
	text-align:left;
	border-left:1px solid #cccccc;
}


#foot {
    position: relative;
    margin-top:40px;
	width:964px;
    border-top:1px solid #cccccc;
}

#foot .foot-text {
    position: relative;
    width:200px;
    float:left;
	padding: 20px;
	color:#666666;
	font-size:10px;
	line-height:14px;
	text-align:left;
	height:70px;
}
