.parent
{
	position: relative;
	left:70px;
}

.header
{
	position:relative;
	background-image: url("basbilder/bakgrund2.jpg");
	width:720px;
	height:125px;
}

.navbar
{
	position: relative;
	float: left;
	font-size:.82em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	margin-top:5px;
	margin-right:5px;
	border-color: black;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	padding: 3px 8px 3px 8px;
}

.navbarActive
{
	position: relative;
	float: left;
	background-color: #6d96f0;
	font-size:.82em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	margin-top:5px;
	margin-right:5px;
	border-color: #6d96f0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	padding: 3px 8px 3px 8px;
}

.navbar a, .navbarActive a{text-decoration:none}

.navbar a:link , .navbar a:visited
{
	color: black;
}

.subbar
{
	position:absolute;
	top:153;
	left:0; 
	width:720px;
	height:26px;
	background-color: #6d96f0;
}

ul#nav, ul#nav li
{
	float:left;
	list-style:none;
	margin-left:-5;
	padding:3px 17px;
}

ul#nav
{
	font-size: .72em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}

ul#nav a 
{
	color:white;
	text-decoration:none
}

li#selected
{
	color:black;
}

.content
{
	position:absolute;
	top:179;
	left:0; 
	width: 720px;
	overflow:auto;
	height: 370px;
	border-color: #6d96f0;
	border-width: 0 3px 3px 3px;
	border-style: solid;
	padding:20 50 20 30px;
	font-size: .80em;
	font-family: Arial;
}

/* box som visar specifikation i support.htm*/
#show 
{
	position:relative;
	top:-18px;
	display:none;
}

#tabell
{
	font-size: .80em;	
}


/* Meny och utseende för .NET och CSS */
.menuContent
{
	position: relative;
	width: 720px;
	height: 330px;
	border-color: #6d96f0;
	border-width: 0 3px 3px 3px;
	border-style: solid;
}
.menu
{
	float:left;
	width:130px;
	height:200px;
	font-size: .72em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	margin:20px 0 0 10px;
}

.menu ul
{	
	list-style:none;
	line-height:2.2em;
	margin-left:0px;
}

.menu a {color:black}

.textContent
{
	float:left;
	width: 564px;
	overflow:auto;
	height: 330px;
	padding:20 0 20 30px;
	font-size: .80em;
	font-family: Arial;
}

.asp{background-color: #ffff00;color: #000000; font-family: courier new;}
.attribute{color:Red; font-family: courier new; font-size: 11px;}
.comment{color: #008000; font-family: courier new; font-size: 11px;}
.element{color: #a0522d; font-family: courier new; font-size: 11px;}	
.php{background-color: #ffff00;color: #000000; font-family: courier new;}
.reserved{color: #0000ff; font-family: courier new; font-size: 11px;}
.code{font-size: 11px}
