/* - - - - - - - - - - - - - - - - - - - - - */
/*
/* = = = = = = = = = = = = = = = 
/* Styles 
/* = = = = = = = = = = = = = = = 
/*
/* Author: 
/* - - - - - - - - - - - - - - - 
/* Adrian Bengtson
/* Adagio design och data
/* adrian at adagiodesign dot se
/*
/* Colors: 
/* - - - - - - - - - - - - - - - 
/* #ECECEC Light grey background
/* #999999 Dark grey background
/* #666666 Grey lines
/* #CC0033 Adagio cerise
/* #363E70 Blue-grey
/*
/* - - - - - - - - - - - - - - - - - - - - - */
/*
/*
/*
/* - - - - - - - - - - - - - - - - - - - - - */
/* Global White Space Reset                  */
/* - - - - - - - - - - - - - - - - - - - - - */

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin:1em 0px;
}

li, dd {
	margin-left:5%; 
}

fieldset { 
	padding: .5em;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/*
/*
/*
/* - - - - - - - - - - - - - - - - - - - - - */
/* Links                                     */
/* - - - - - - - - - - - - - - - - - - - - - */

a, a:link {
	color: #CC0033;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 0px dotted #CC0033;
}
	
a:visited {
	color: #333333;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 0px dotted #333333;
}
	
a:hover {
	text-decoration: none;
	color: #EC7D0A;
	padding-bottom: 0px;
	border-bottom: 1px solid #EC7D0A;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/*
/*
/*
/* - - - - - - - - - - - - - - - - - - - - - */
/* Modified html elements                    */
/* - - - - - - - - - - - - - - - - - - - - - */

/* 
html, body {
	height: 100%;
	min-height: auto;
}
*/

body {
	background-color: #fff;
	border: 0px solid red;
}

body, p {
	font-family: "Trebuchet MS", Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, lucida, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 7px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 5px;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #363E70;
}

h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	color: #5D3230;
}

p {
	margin: 1px 0px 12px 0px;
}

dl {
	margin: 4px;
}

dt {
	margin: 10px 4px 4px 0px;
	font-weight: bold;
}

dd {
	margin: 4px 4px 10px 10px;
}

blockquote {
	margin: 1.5em;
	margin-right: 3em;
	padding: 10px;
	border: 1px solid #ccc
}

blockquote p, blockquote h3 {
	font-family: "Trebuchet MS", Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, lucida, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-style: italic;
}

blockquote p.source {
	font-style: normal;
	text-align: right;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/*
/*
/*
/* - - - - - - - - - - - - - - - - - - - - - */
/* Content styles                            */
/* - - - - - - - - - - - - - - - - - - - - - */

#content {
	width: 472px;
	padding-left: 64px;
	padding-top: 20px;
	border: 0px dotted #2C404B;
}

#content ul {
	margin: 1px 1px 14px 1px;
	padding: 0px;
	list-style-type: disc;
}

#content ul li {
	margin: 2px 6px 2px 16px;
	padding: 0px;
}

#content a, 
#content a:link, 
#content a:visited {
	color: #CC0033;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/*
/*
/*
/* - - - - - - - - - - - - - - - - - - - - - */
/* Ingress styles                            */
/* - - - - - - - - - - - - - - - - - - - - - */

.ingress {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/*
/*
/*
/* - - - - - - - - - - - - - - - - - - - - - */
/* Signatur styles                            */
/* - - - - - - - - - - - - - - - - - - - - - */

.signatur {
	font-style: italic;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 16px;
	padding-top: 5px;
	border-top: 1px solid #999;
}

.signatur p {
	margin-bottom: 2px;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/*
/*
/*
/* - - - - - - - - - - - - - - - - - - - - - */
/* Navigation styles                            */
/* - - - - - - - - - - - - - - - - - - - - - */

#navigation {
	left: 580px;
	top: 10px;
	padding: 4px;
	margin: 4px;
	border: 1px solid #666;
	background-color: #ECECEC;
}

@media print {
	#navigation {
		display: none;
	}
}

#navigation ul {
	font-family: Verdana, Helvetica, Arial, sans serif;
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
	padding: 4px;
	margin: 4px;
}

#navigation ul li {
	padding: 1px;
	margin: 1px;
}

/* The child selectors are a hack to hide these rules from WinIE6,
   which gets confused by 'fixed' */
body>div#navigation { 
	position: fixed; 
}

#navigation a, #navigation a:link {
	color: #CC0033;
	text-decoration: none;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 0px dotted #CC0033;
}
	
#navigation a:visited {
	color: #CC0033;
	text-decoration: none;
}
	
#navigation a:hover {
	text-decoration: underline;
	color: #EC7D0A;
}

/* - - - - - - - - - - - - - - - - - - - - - */




