/********** css Dialog Sodra Alvstranden **********/
/*************************************************/

/********** sid centerring **********/
body 
{ 
    text-align: left;
    background-color: #ffffff;
}

div.main
{
    text-align: left;
}

div.container
{
	background: #ffffff;
	border: 0;
	margin: 0;
	padding: 0;
}



/****************************************************
Form stuff
****************************************************/
.form
{
	position: relative;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}

.form_item
{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.form_item_left
{
	position: absolute;
	left: 0;
	top: 0.4em;
}

.form_item_right
{
	display: block;
	position: relative;
	left: 12em;
	width: 20em;
	padding: 0;
}
.form_item_checbox
{
	position: absolute;
	left: 23em;
}
.form_item_comment
{
	margin-top: 0.2em;
}

.form_item_error
{
	display: block;
	color: #000000;
	background-color: transparent;
}

.stack_item
{
	margin-right: 1em;
}

.stack_row_item
{
	margin-top: 1em;
	margin-bottom: 0em;
}

input,select
{
	font-size: 0.8em;
}



/********** kolumner **********/
div.column_1
{
    float: left;
    width: 510px;
    margin-right: 10px;
    margin-bottom: 5px;
}
div.column_2
{
    float: left;
    width: 243px;
    margin-right: 18px;
    margin-bottom: 5px;
}
div.column_3
{
    float: left;
    width: 165px;
    margin-right: 10px;
    margin-bottom: 5px;
}
div.column_menu
{
   display: none;
}
div.clear
{
    clear: both;
}

div.space
{
    height: 5px;
    font-size: 0px;
}

/********** innehll **********/

.content
{
    font-family: "Times New Roman", Garamond, serif;
    font-size: 0.8em;
    color: #000000;
    line-height: 1.4em;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

div.logga
{
   display: none;
}

b
{
    font-style: italic;
    font-weight: normal;
}

/********** rubriker **********/
h1
{
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    line-height: 1.3em;
}

h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    font-style: normal !important;
    
}
h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-style: normal !important;
}
h4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-style: normal !important;
}

h5
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal !important;
}

h6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-style: normal !important;
}


/********** Lnk **********/
a.news
{
    color: #000000 !important;
}

a.news:hover
{

    color: #000000;
}

a
{ 

    color: #000000;
    text-decoration: underline;
}

a:hover
{ 
    color: #000000;
}

/********** frger **********/
.red { color: #000000; }
.yellow { color: #000000; }
.orange { color: #000000; }
.green { color: #000000; }
.blue { color: #000000; }

/********** linjer **********/

/********** linjer huvud och fot  **********/
div#linje_top
{
    display: none;
}

div#linje_bottom 
{
    display: none;
}

div#clear
{
	clear: both;
}

div#copyright
{
    font-family: "Times New Roman", Garamond, serif;
    font-size: 0.6em;
    color: #000000;
    margin-top: 5px;
}

/********** mitten linje **********/

#datum_linje
{
	color: #000000;
	font-size: 0.8em;
	font-family: "Times New Roman", Garamond, serif;
 	padding-top: 4px;
	padding-bottom: 4px;
    border: white solid;
	border-width: 5px 0 5px 0;

}

#datum_linje_liten
{
	color: #000000;
	font-size: 0.8em;
	font-family: "Times New Roman", Garamond, serif;
	padding-top: 4px;
	padding-bottom: 4px;
    border: white solid;
	border-width: 5px 0 5px 0;
}
