/* ALLMÄNT */

body {
margin-top:50px;
margin-right: auto; 
margin-left: auto;
}

table {
margin-right: auto; 
margin-left: auto;
width:820px;
background-color: white;
}


h1 {
font-family: Verdana;
font-size: 15px;
/*line-height: 50%; */
font-style: none;
font-weight: bold;
text-transform: none;
}

/* LÄNKAR - NYHETER/MAIN */
	
	a:link {text-decoration: none; color: black;}
	a:visited {text-decoration: none; color: black;}  
	a:active {text-decoration: none; color: black;}
	a:hover {text-decoration:none; color: black;}

/* LOGO */

#logo {
position: relative;
left: 9px;
top: -5px;
}


/* TOPMENY */

#meny {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #meny li {
        float: left;
	margin-right: 4px;
    }
	

a#start {
    display: block;
    width: 158px;
    height: 33px;
    background-image: url(http://elisabethschonbeck.se/gif/meny_start.gif);
    margin: 0 auto;
}
a#start:hover {
    background-image: url(http://elisabethschonbeck.se/gif/meny_start_2.gif);
}

a#arbete {
    display: block;
    width: 158px;
    height: 33px;
    background-image: url(http://elisabethschonbeck.se/gif/meny_arbete.gif);
    margin: 0 auto;
}
a#arbete:hover {
    background-image: url(http://elisabethschonbeck.se/gif/meny_arbete_2.gif);
}
a#arbete:active {
	background-image: url(http://elisabethschonbeck.se/gif/meny_arbete_2.gif);
}


a#pressklipp {
    display: block;
    width: 158px;
    height: 33px;
    background-image: url(http://elisabethschonbeck.se/gif/meny_pressklipp.gif);
    margin: 0 auto;
}
a#pressklipp:hover {
    background-image: url(http://elisabethschonbeck.se/gif/meny_pressklipp_2.gif);
}

a#referenser {
    display: block;
    width: 158px;
    height: 33px;
    background-image: url(http://elisabethschonbeck.se/gif/meny_referenser.gif);
    margin: 0 auto;
}
a#referenser:hover {
    background-image: url(http://elisabethschonbeck.se/gif/meny_referenser_2.gif);
}

a#links {
    display: block;
    width: 158px;
    height: 33px;
    background-image: url(http://elisabethschonbeck.se/gif/meny_links.gif);
    margin: 0 auto;
}
a#links:hover {
    background-image: url(http://elisabethschonbeck.se/gif/meny_links_2.gif);
}


.main {

font-family: Verdana; 
font-size: 11px;
color: black;


top: 15px;
position: relative;
padding-top: none;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;

height: 100%;
width: 395px;
border: none;
overflow: none;
float: left;
}

.main2{

font-family: Verdana; 
font-size: 11px;
color: black;

left: 40px;
top: 15px;
position: relative;
padding: 10px;
height: 100%;
width: 340px;
height:400px;
border: none;
overflow: none;
float: left;
}



/* FORMULÄR */

#form {
font-family: Verdana; 
font-size: 11px;
color: black;
border: 1px solid #cccccc;
background-color: #ffffff;
/* background-image: url(../img/pagegrafics/form_shadow.gif); */
}








/* BOTTOM */


#bottom_kontakt {

	font-family: Verdana;
	font-size: 11px;


	padding: 7px;
    width: 395px;
    height: 58px;
    background-image: url(http://elisabethschonbeck.se/gif/bottom_kontakt.gif);
	background-repeat: no-repeat;
    margin: auto;
	float: left;
}

#bottom_nyheter {

	font-family: Verdana;
	font-size: 11px;


	padding: 7px;
    width: 395px;
    height: 58px;
    background-image: url(http://elisabethschonbeck.se/gif/bottom_nyheter.gif);
	background-repeat: no-repeat;
    margin-left: auto;
	float: left;
}
