/* DEFAULT.ASP */



html, body, div, span, td {
	font-family: Arial, Helvetica, Tahoma, Verdana, Serif;
	font-size: 11px;
	color:#000000;
}

input, textarea, select{
	font-family: Arial, Helvetica, Tahoma, Verdana, Serif;
	font-size: 11px;
	font-weight:bold;
	border:0px;
	
	
}

body 
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #000000 url(../gfx/bakgrund_hel.jpg) no-repeat center top;
}

#container
{
	position: relative;
	top: 80px;
	width: 771px;
}

#header
{
	position: absolute;
	left: -1px;
	top: -65px;
	width: 773px;
	height: 174px;
	background: #ccc url(../gfx/huvud.jpg);
	text-align: left;

}

#backstage
{
	position: absolute; 
	left: 0px; 
	top: 0px;
	width: 280px;
}

#languages
{
	position: absolute; 
	left: 290px; 
	top: 0px;
}

#logo
{
	position: absolute; 
	right: 0px;
	top: 0px;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 771px;
}

#body
{
	position: absolute;
	top: 113px;
	left: -1px;
	width: 773px;
	background: #ccc url(../gfx/bodybak.jpg);
	
}

hr { 
	height: 1px;
	background: transparent;
	border-top: 1px solid #555;
	border-right: 0px solid #111;
	border-bottom: 1px solid #555;
	border-left: 0px solid #111;
}

ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#shadow
{
	position: absolute;
	top: 109px;
	left: -1px;
	height: 4px;
	width: 773px;
	
}

#footer
{
	height: 26px;
	width: 773px;
	
}

#divtop
{
	height: 30px;
	width: 463px;
	background: #ccc url(../gfx/div/top.jpg);
	text-align: left;
}
#divmitt
{
	
	width: 463px;
	background: #ccc url(../gfx/div/mitt.jpg);
	text-align: left;
}
#divbott
{
	height: 31px;
	width: 463px;
	background: #ccc url(../gfx/div/bott.jpg);
	text-align: left;
}

#div2top
{
	height: 39px;
	width: 214px;
	background: #ccc url(../gfx/rightdiv/top.jpg);
	text-align: left;
}
#div2mitt
{
	
	width: 214px;
	background: #ccc url(../gfx/rightdiv/mitt.jpg);
	text-align: left;
}
#div2bott
{
	height: 33px;
	width:214px;
	background: #ccc url(../gfx/rightdiv/bott.jpg);
	text-align: left;
}

/* MENU */

.menu
{
	position: absolute;
	top: 109px;
	
	visibility: hidden;
	display: block;
	text-align: left;
}

.menuitem
{
	height: 15px;
	width: 95px;
	border: solid 1px #333333;
	
	
	color: white;
	background-color: #EEEEEE;
}

a:link {
	font-family: Arial, Helvetica, Tahoma, Verdana, Serif;
	color: #ffffff; 
	background-color: transparent;
	text-decoration: none; 
	font-size: 11px; 
}

a:visited {
	font-family: Arial, Helvetica, Tahoma, Verdana, Serif;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-size: 11px; 
}

a:hover { 
	font-family: Arial, Helvetica, Tahoma, Verdana, Serif;
	color: #99ccff; 
	background-color: transparent;
	text-decoration: none;
	font-size: 11px; 
}






a.menuitemlink:link, a.menuitemlink:visited, a.menuitemlink:hover
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, Verdana, Serif;
	color: #ff9900;
}

/* TEXT */
.textSmall	{ color: #505050; font-size: 9px; line-height: 12px; font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande" }
.textMedium	{ color: #505050; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande" }
.textLarge	{ color: #505050; font-size: 11px; line-height: 14px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif }

/* ATTRIBUT */
.fet  { font-weight: bold }
.vit  { color: white }
.rod { color: #8b0000 }
.inputText { color: #7a8e9d }

/* LINKS */
a		{ color: #505050; text-decoration: none }
a:hover { color: #7f818c; text-decoration: none }

/* RUBRIKER */
.rubrikSmall	{ color: #505050; font-weight: bold; font-size: 11px; font-family: arial, "lucida grande", tahoma, geneva, charcoal, sans-serif; }
.rubrikMedium	{ color: #505050; font-weight: bold; font-size: 14px; font-family: Arial, Verdana, sans-serif; }
.rubrikLarge	{ color: #505050; font-weight: bold; font-size: 18px; font-family: Arial, Verdana, sans-serif; }

/* NAVIGATION */
.menuColor		{ background-color: #C5C5D1; cursor: hand  }
.menuTextHead	{ color: #333333; font-weight: bold; font-size: 12px; font-family: arial }
.menuTextSub	{ color: #333333; font-weight: bold; font-size: 9px; font-family: verdana }
.navigation		{ color: #EEEEEE; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande"; background-color: #DDDDDD }
.knappColor		{ background-color: #C5C5D1 }
.knapp			{ color: white; font-weight: bold; font-size: 9px; font-family: verdana, arial, tahoma, geneva, charcoal, "lucida grande"; cursor: hand  }
a.knapp:link, a.knapp:visited, a.knapp:hover	{ text-decoration: none; color: #FFFFFF; }
.listColor		{ background-color: #DDDDDD }
.drift0			{ background-color: #8fbc8f }
.drift1			{ background-image: url(images/misc/varningstejp.gif) }

/* RUTOR */
.rutaGrund   { background-color: #869eb0 }
.rutaTop    { background-color: #869eb0 }
.helpColor { background-color: #97aab9 }

/* FORMS */
.dropDownFull   { color: #505050; font-weight: bold; font-size: 9px; font-family: verdana; width: 100%; }
.dropDownVarukorg { color: #505050; font-weight: bold; font-size: 9px; font-family: verdana; width: 50px }
.inputFull  { color: #505050; font-weight: bold; font-size: 9px; font-family: verdana; background-color: white; border: none; width: 100% }
.inputFullBorder  { color: #505050; font-weight: bold; font-size: 9px; font-family: verdana; background-color: white; border: solid 1px #869eb0; width: 100% }
