/*------------------------------------------------
Clearfix: Lägg denna i div som innehåller floats*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*------------------------------------------------*/
.clear {
	clear:both;
}

body {
	margin:0;
	padding:0;
	font-family: Verdana;
	color:#000;
	background-color:#3B7676;
}


#container {
	width:700px;
	margin:20px auto;
	margin-bottom: 0;
	border: 1px solid #000;
}

#heading {
	position:relative;
	height:75px;
	background-image:url(titelbakgrund.jpg);
	background-repeat: no-repeat;
}

#heading a.start {
	display:block;
	position:absolute;
	top:15px;
	left:25px;
	width:210px;
	height:45px;
}

#heading a span {
	display:block;
	height:0;
	width:0;
	overflow:hidden;
}

#nav {
	height:30px;
	background-color: #484848;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-color: #000;
	border-style: solid;
	font-weight: bold;
	font-size: 0.9em;
}

#nav ul {
	display: inline;
	list-style: none;
	margin-left: 0;
}

#nav ul li {
	height:1%;
	padding-top: 6px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}

#nav ul li a {
	display: block;
	border-bottom: 2px solid #484848;
 	padding-bottom: 1px;
	text-decoration: none;
	font-style: bold;
	color: #C7CFB7;
}

#nav ul li a:hover {
	color: #EBFFFF;
}

#nav ul li a.selected {
	color: #EBFFFF;
}

#content {
	background: #ECFFFF url(bg.gif) repeat-x;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 25px 25px;
}

#content h1 { 
	font: normal 1.2em Verdana;
	color: #000000;
	margin-top: 0;
	margin-bottom: 20px;
	}

#content h2 {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 30px;
	margin-bottom: 10px;
	}

#content h2.close {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#content h3 {
	font-weight: bold;
	font-size: 0.8em;
}

#content h4 {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	font-size: 0.8em;
}

#content img {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px 10px 10px 10px;
	}

#content p {
	font-family: Verdana;
	font-size: 0.8em;
	}

#footer {
	font: Arial;
	width:700px;
	margin:0 auto;
	margin-bottom: 10px;
	text-align: right;
	font-size: 0.54em;
}

#footer a {
	color: #000;
	text-decoration: none;
}

form {
	float: left;
	width: 620px;
	font-size: 0.8em;
	}

fieldset {
	border: none;
	padding: 0px;
	}

textarea {
	clear: left;
	float: left;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 1em;
	}

label {
	float: left;
	clear: left;
	margin-bottom: 2px;
	}

form div {
	float: right;
	width: 350px;
	}

form input, form table {
	clear: left;
	float: left;
	margin-bottom: 10px;
	font-family: Verdana;
	}

form table input {
	margin-left: 20px;
	margin-right: 30px;
	}

form img {
	border: 1px solid;
	}
