/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
height: 100%;
}	
body{
	font-family: "Verdana";
	font-size: 1.1em;
	background:url(img/bakgrunn.png); 
	background-color: #c9ad94;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div > p:first-child { text-indent: 0; }

p {
margin: 0 0 0 0;
padding: 0 0 0 0;
text-indent: 1em;
}


/* ----- IDS ----- */

#container{
	padding-top: 0px;
	margin-top: 0px;
}	

#centercolumn  {
  position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 740px;
	padding-top: 0px;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #FFF;
}

#primaryContent{
  margin-top:0px;
	min-height: 748px;
	text-align: left;
	background: url(img/background.jpg) no-repeat;
	background-color: #FFF;
}	

#secondaryContent{
	padding-top: 50px;
}

.main {
  padding: 30px;
}

.jtext {
text-align: justify;
width: 420px;
}


.maintext {
padding-top: 35px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
}

.picture {
float: right;
border: 2px solid #000;
}

#topp {
padding-top: 50px;
}


#footer{
	display:block;
	margin-left: -1px;
	position:absolute;
	width: 740px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 0px;
	min-height: 245px;
	background-color: #FFF;
	background: url(img/background_bottom.jpg) no-repeat;
	background-position:bottom;
	left: 0px;
	top: 602px;
	padding-bottom: 40px;
/*	margin-top: 20px;
	padding-top: 40px;
	*/
}

a:active,a:link {
  color: #c99d75;
}

a:hover {
  color: #c9ad94;
}


/* ----- CLASSES ----- */

.hide{
}
.show{
}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}
