html, body {margin:0; height:100%; padding:0; background:#21211f;}
#container {width:800px; min-height:100%; height:100; margin-left:auto; margin-right:auto; background-color:white;}
* html #container {height:100%}  /* fulhack för äldre MSIE */

#topround {background-image: url(../images/top_round.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; width: 800px; height: 51px}
#bottomround { background-image: url(../images/top_round.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; width: 800px; height: 51px; }

#header{
height: 140px;
background-image:url(../images/toplogo.jpg);
width:700px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
#menu {
height: 25px;
width:700px;
background-image:url(../images/menupic.gif);
background-repeat: repeat-x;
margin-top: 7px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#menu p,#menu a{
font-size: 12px;
color:white;
font-family:Verdana, serif;
text-decoration:none;
vertical-align:middle;
}

#content {
width:700px;
background:white;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#belowthebottom {
  height:51px;  /* samma som #bottom */
	clear:both;
}
#bottom{
width:800px;
height: 51px; /* height = p height + p margin-top + p margin-bottom */
background-image: url(../images/bottom_round.jpg);
margin-top:-51px; /* samma som height */
margin-left:auto;
margin-right:auto;
}

#bigbottom{
width:100%;
height: 100px;
background-color:red;

}

p { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 5px; margin-left: 0px; }
a { font-size: 11px; font-family: Verdana, Arial, Helvetica, margin-left: 0px; color:black; font-weight:bold;}
h1 { font-size: 25px; font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: normal; margin: 0 0 10px 0; padding: 0; }
h2 { font-size: 20px; font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: normal;
margin: 0 0 10px 0; padding: 0; border-bottom: 1px #000000 solid;}
h3 { font-size: 14px; font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: bold; margin: 0 20px 0 0; padding: 0; }
ul, li {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;margin-top:5px;}

table {
border:0px;
margin:0px;
padding:0px;
}

img {
border:0px;
}

/* Den gamla koden */


input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}



#submenu {
font-size: .8em;
padding-bottom: 3px;
padding-top: 10px;
padding-left: 50px;
padding-right: 0;
color: #000000;
border-bottom: 1px #cccccc solid;
letter-spacing: 1px;
font-weight: bold;
background-color: #F2F2F2;
margin-top: 0;
margin-bottom: 0;
text-align:center;

}
.Formu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 0px;
	background-color: #333333;
}