body {
color : #000000;
background-image: url(bilder/bg2.jpg);
}

A:link {
color : #000000;
text-decoration : underline;
cursor : default;
}

A:visited {
color : #000000;
text-decoration : underline;
}

A:active {
color : #000000;
position : relative;
left : 1px;
top : 1px;
cursor : pointer;
}

a:hover {
text-decoration : none;
color : #000000;
position : relative;
left : 1px;
top : 1px;
cursor: pointer;
}

body {
font-family : "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
font-size : 0.9em;
}

body , html {
height : 100%;
}

#wrapper {
width : 800px;
margin : 0 auto;
background-image: url(bilder/bg.jpg);
}

#lmeny {
float : left;
width : 150px;
height : 100%;
}

.rmeny {
top : 0;
float : right;
width : 150px;
height : 100%;
text-align : center;
}

.rmeny2 {
float : right;
right : 0;
width : 150px;
height : 100%;
margin-top : 10px;
margin-bottom : 10px;
text-align : center;
}

#header {
margin : 0 auto;
text-align : center;
}

.meny {
text-align : left;
list-style-type : none;
padding : 5px;
margin : 0;
}

#footer {
margin-top : 5px;
height: 40px;
clear : both;
text-align : center;
font-size : 0.8em;
background-color: #D5E9F0;
border : 1px solid #000000;
}

#content {
width : 485px;
min-height : 92%;
height : auto !important;
height : 92%;
float : left;
text-align : left;
margin : 0 5px;
}

#contento {
padding: 30px;
text-align : left;
}

.np {
padding : 0;
margin : 0;
}

h2.meny {
text-align : center;
border : 1px solid #000000;
margin : 0;
font-size : 0.8em;
}

h2 {
font-size : 0.8em;
}

hr {
border-color : #000000;
border-style : dashed;
border-width : 1px;
width : 90%;
}

textarea {
overflow : auto;
display : block;
float: left;
margin-bottom : 10px;
font-family : "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
font-size : 0.9em;
}

input , textarea {
border : 1px solid #000000;
padding : 1px 2px;
}

label , input {
display : block;
width : 150px;
float : left;
margin-bottom : 10px;
}

label {
text-align : right;
width : 60px;
padding-right : 15px;
}

form br {
clear : left;
}

input.button {
width : 80px;
background : white;
}

input.button:hover {
border : 1px solid #000000;
background : #DDDDDD;
}

li {
list-style-type : square;
margin: 0px;
}