/* sitewide-styles.css / tmpl_NNN_css_global.css
 * Här stylas element som finns genomgående i varje mall.
 * 
 * 
 * UPDATES:
 * 2008-07-01 CA
 * 	Lagt upp filen på servern
 * 2008-07-09 CA
 * 	Uppdaterat filen m namn, typsnitt och teckenstorlek.
 */

/* - - - HTML - - - */

html 
{
	/* 
	background-image: url();
	background-position: center top;
	background-repeat: repeat-x;	
	background-color: #222;
	overflow:auto;
	*/ 
}

body 
{
	background-image: url(../images/body-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;	
	background-color: #fff;
	margin: 0;
	padding: 0;
}


body, select, input, textarea, table 
{
	font-family: arial, 'Verdana Regular', verdana, helvetica, sans-serif;
	color: #3d3d3d;
	font-size: 12px;
	text-align: left;
}

table 
{
	font-size: inherit;
	font-size: 100%;
}

body, p, li, td 
{
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 
{
	color: black;
	padding: 0em;
	margin: 0em;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: normal;
}

h6 
{
	font-size: 0.4em;
}

h5 
{
	font-size: 0.6em;
}

h4 
{
	font-size: 0.8em;
}

h3 
{
	font-size: 0.9em;
}

h2 
{
	font-size: 1.2em;
}

h1
{
	font-size: 1.8em;
	margin: 7px 0;
	font-weight: normal;
}

p 
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

a,
a:link,
a:hover,
a:visited,
a:active 
{
	color: #11b08e; 
	text-decoration: underline;
}

a:hover 
{
	text-decoration: underline;
	cursor: hand;
}

img 
{
	border-style: none;
}

hr 
{
	height: 1px;
	margin: 0.5em 0 1em 0;
	color: gray;
	background-color: gray;
	clear: both;
}

ul,
ol 
{
	margin: 1.2em 0em 1.2em 2em;
	padding: 0;
}

ul li,
ol li 
{
	margin: 0.3em 0em 0em 0em;
	list-style-position: outside;
	line-height: 1.2em;
	padding: 0 0 0.5em 0;
}

ul 
{
	list-style: url() disc;
}

ol 
{
	list-style: decimal;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0em 0em 0em
}

table td 
{
	vertical-align: top;
	padding: 0.2em 1em 0.2em 0.3em;

}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

blockquote 
{
	margin: 0em 3em;
}

div					/* Används bara som stöd under slicingen */
{
	border: 0px solid #000;
	margin: 0;
}
/* - - - CLASSES - - - */

.clear 
{
	clear: both;
	line-height: 0.01em;
	border-style: none;
}

.text
{
	margin: 20px;
}

#error_form .textfield,
#contact_form .textfield
{
    width:280px;
    padding:2px 2px 2px 0px;
    margin:0px 0px 5px 0px;
    
    display:block;
}

#error_form textarea,
#contact_form textarea
{
    width:280px;
    display:block;
    padding:2px 2px 2px 0px;
    margin:0px 0px 5px 0px;
    
    overflow:auto;
}

#error_form legend,
#contact_form legend
{
    font-family: arial, 'Verdana Regular', verdana, helvetica, sans-serif;
    color: #3d3d3d;
    font-weight:bold;
    font-size:16px;
    padding:0px 0px 5px 0px;
    margin:0px;
}

#contact_form label
{
    width:280px;
    padding:2px 2px 2px 0px;
    margin:0px 0px 0px 0px;    
    display:block;
}

fieldset
{
    border:none;
    padding:0px;
    margin:0px 0px 10px 0px;
}
