/*
Copyright (c) 2007 Mediasparx (http://www.mediasparx.com)
Content: Defaults, Structure, Links and navigation, Fonts & Images
Notes: CSS for handheld devices
*/

/* -=* Defaults *=- */

body {
    background: #ffffff;
}

/* -=* Structure *=- */

#wrap-collage, #content3, #ikoner-liste {
    display: none;
}

#wrap, #wrap-header, #wrap-menu, wrap-collage, #wrap-bread, #wrap-content, #wrap-footer, #xmeny {
    clear: both;
	float: left;
}

#footer2 ul, #footer2 li, #footer3 ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
}

#footer3 li {
    padding-left: 23px;
    padding-bottom: 5px;
    background: url(gfx/list_icon.gif) no-repeat left center;
}



#menu ul ul {
    display: none;
}




/* -=* Fonts *=- */

body {
    color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
/*  font-family: Arial, Helvetica, sans-serif; */
/*	font-family: Georgia, "Times New Roman", serif; */
	font-size: small;
/*	font-size: 9pt/15pt; */
	}

html>body {
    font-size: 100%; /* align opera and firefox */
}

* 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 {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 100%;
    color: #444444;
    clear: both;
}

h1 {
    font-size: 120%;
}

p {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

hr {
	border: none 0;
	border-top: 1px solid #e0e0e0;
	height: 1px;
    clear: both;
}

/* -=* Images *=- */

a img {
    border: 0;
}