/* ------------ */
/* ------------ */
/* ------------ */
/* ------------ */
/* Tag selctors */
/* ------------ */
/* ------------ */
/* ------------ */
/* ------------ */
body
{
 position: relative;
 background-image: url('../img/rymd.gif');
 background-repeat: repeat-x;
}
/* -------------- */
/* -------------- */
/* -------------- */
/* -------------- */
/* Class selctors */
/* -------------- */
/* -------------- */
/* -------------- */
/* -------------- */
.center
{
margin-left  :   auto;
margin-right :   auto;
text-align   : center;
width        :  1200px;
}
/* -------------- */
/* -------------- */
/* -------------- */
/* -------------- */
/* Id selctors    */
/* -------------- */
/* -------------- */
/* -------------- */
/* -------------- */
#list1,
#list2
{
 clear:both;
 height: 100px;
}
#list1 li,
#list2 li
{
 float:left;
}
#list1 li a
{
 color: #FFFFFF;
 margin-left:170px;
 margin-right:170px;
 font-family    : "Arial";
 font-size      : 28px;
 position: relative;
 top: 15px;
 left: 60px;
 display: block;
 width: 200px;
 text-transform : uppercase;
}
#list1 li a:hover
{
 color: #FF0000;
}
#list2 li a
{
 color: #FFFFFF;
 margin-left:73px;
 margin-right:73px;
 font-family    : "Arial";
 font-size      : 1.5em;
 position: relative;
 top: 100px;
 cursor: pointer;
}
#list2 li a:hover
{
 color: #FF0000;
}
#loggohallare
{
 position:absolute;
 width:100%;
}
#loggo
{
 position:relative;
 width:300px;
 top:200px;
 z-index:10;
}
#sida
{
 height:100px;
 position:relative;
 top: 0px;
 background-color: #334B57;
 border-top: solid 4px #83BEDD;
 border-bottom: solid 4px #83BEDD;
}