/*
Copyright (c) 2006 Mediasparx (http://www.mediasparx.com)
Content: Defaults, Structure, Links and navigation, Fonts & Images
Notes: CSS for handheld devices
*/

/* -=* Defaults *=- */

body {
    background: #ffffff;
}

/* -=* Structure *=- */

/* -=* Links and navigation *=- */

a:link {
    color: #999999;
}

a:visited {
    color: #999999;
}

a:hover {
    color: #666666;
}

#topp-right a:link {
    color: #999999;
    text-decoration: none;
}

#topp-right a:visited {
    color: #999999;
    text-decoration: none;
}

#topp-right a:hover {
    color: #666666;
    text-decoration: none;
}

#topp-right li#selected a:link {
    color: #333333;
    text-decoration: none;
}

#topp-right li#selected a:visited {
    color: #333333;
    text-decoration: none;
}

#topp-right li#selected a:hover {
    color: #333333;
    text-decoration: none;
}

#media-right a:link {
    color: #999999;
    text-decoration: none;
}

#media-right a:visited {
    color: #999999;
    text-decoration: none;
}

#media-right a:hover {
    color: #666666;
    text-decoration: none;
}

#media-right li#selected a:link {
    color: #333333;
    text-decoration: none;
}

#media-right li#selected a:visited {
    color: #333333;
    text-decoration: none;
}

#media-right li#selected a:hover {
    color: #333333;
    text-decoration: none;
}

#innhold-right a:link {
    color: #999999;
    text-decoration: none;
}

#innhold-right a:visited {
    color: #999999;
    text-decoration: none;
}

#innhold-right a:hover {
    color: #666666;
    text-decoration: none;
}

/* -=* Fonts *=- */

body {
    color: #999999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	}

* html body {
	font-size: x-small; /* align IE5/Win */
	f\ont-size: small; 	/* align other IE version */
	}

table {
    font-size: 100%;
}

p, ul, ol {
    line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    color: #333333;
    clear: both;
}

h1 {
    font-size: 120%;
}

hr {
	border: none 0;
	border-top: 1px solid #ccc;
	height: 1px;
    clear: both;
}

/* -=* Images *=- */

a img {
    border: 0;
}
