/* ======================== */
/* = kristoffernilsson.se = */
/* ======================== */
/* = By KMVdesign.se 1998 = */
/* ======================== */

* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family : Georgia, serif;
	color : #000;  
	padding-bottom : 10px;
}
h1 {
	font-style : italic;
	font-size : 2.5em;
}
h2 {
	font-size : 2em;
	padding-top:20px;
}
h3 {
	font-size : 1.5em;
	padding-bottom: 5px;
}
h4 {
	font-size : 1.3em;
	padding-bottom: 2px;
}
h5 {
	font-size: 12px;
	font-weight:600;
	padding-bottom: 1px;
}
h6 {
	font-size : 1.3em;
	font-weight : bold;
	text-decoration : underline;
	padding-bottom: 2px;
}
p{
	margin:10px 0;
}
a:link {
	text-decoration: underline;
	color : #000;
}
	a:active {
	text-decoration: none;
	color: #000;
	}
	a:visited {
	text-decoration : none;
	color : #000;
	}
	a img {
	border : 0px;
	}

body {
	text-align: center;
	font-size: 12px;
	font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 150%;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	text-align: justify;
	background-color: #fff;
	height: 100%;
}
.container{
}
/* ======== */
/* = Menu = */
/* ======== */
#menu {
	text-align: right;
	font-weight:500;
	height: 3em;	
	margin: 0px 0;
	border-bottom: 2px solid #333;
	}

#menu ul {
	width: 800px;
	font-size:14px;
	list-style: none;
	position: relative;
}

#menu ul li {/* alla meny-items*/
	display: inline;
	margin: 0 5px;
	cursor: pointer;
}

#menu ul li ul { 
	display: none; 
	font-size:12px;
	font-weight:600;
	position: absolute;	
	margin: 0;
	left: 0; 
}

#menu ul li.active, 
#menu ul li ul li.active a {
	font-weight: bold;
}
#menu ul li ul.active {
	display: block;
	font-weight: normal;
}

#menu a {
	text-decoration: none;
	color: #333;
}

#menu a:hover {
	text-decoration: none;
	color: # 000;
}
#menu ul li.section-title{
	font-weight:600;
}
/* ================== */
/* = Illustrationer = */
/* ================== */

.illustrationer{
	float: left; 
	margin: 5px 2px;
}
.border{
	border:1px solid #CCC;
}






/* ============== */
/* = Built by.. = */
/* ============== */
#klaranilsson { /* sets the properties for the "Built with" part  */
position : fixed;
z-index : 1000;
right : 0;
top : 0;
margin : 0 0 0 0;
padding : 2px 10px 2px 10px;
font-size : 0.8em;
color:#333;
font-family : Georgia, serif;
font-style : italic;
text-align : left;
}
#klaranilsson a { /* sets the properties for the "Indexhibit" link itself */
color:#333;
text-decoration: none;
font-style : bold;
}
#klaranilsson a:hover { border-bottom:1px dotted !important; }

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
position : fixed;
z-index : 1000;
right : 0;
top : 14px;
margin : 0 0 0 0;
padding : 2px 10px 2px 10px;
font-size : 0.8em;
color:#333;
font-family : Georgia, serif;
font-style : italic;
text-align : right;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
color:#333;
text-decoration: none;
font-style : bold;
}
#indexhibit a:hover { border-bottom:1px dotted !important; }




/* IMAGES */
#img-container {
margin : 0 0 20px 0;
padding : 0;
text-align: left;
}
#img-container p {
width : 400px;
margin : 0;
padding : 0 0 12px 0;
}
.nothumb img {
margin-top : 0;
margin-right : 0;
margin-bottom : 30px;
margin-left : 0;
}
#once {
clear : left;
}

/* SLIDE SHOW - Navigation */
p.nav a {
color : # 000;
padding-top : 1px;
padding-right : 9px;
padding-bottom : 3px;
padding-left : 9px;
font-size : 1em;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
color:#000;
}
p.nav a:hover {
color : # 000;
padding-top : 1px;
padding-right : 9px;
padding-bottom : 3px;
padding-left : 9px;
font-size : 1em;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
}
p.nav span#num {
letter-spacing : 2px;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
font-style : italic;
padding-left : 20px;
}
#space{
	margin-top:70px;
	width:100%;
}

.clear-both { clear : both; }
