body 
{
	margin: 0px;
	padding: 0px;
	line-height: 18px; 
	font-size: 9pt; 
	font-family: verdana, arial; 
	color: white;
	background-color: #111111;
	height: 100%;
}

h1
{
	font-size: 14pt;
	font-family: verdana, arial;
	font-weight: normal;
	margin-top: 0px;
	color: white;
}

h2
{
	font-size: 10pt;
	font-family: verdana, arial;
	color: white;
	margin-bottom: 0px;
}

h2.inline
{
	display: inline;
}

td
{
	line-height: 18px; 
	font-size: 8pt; 
	font-family: verdana, arial; 
	color: white;
}

a:link {text-decoration: none; font-weight: bold; color: white;}
a:visited {text-decoration: none; font-weight: bold; color: white;}
a:active {text-decoration: none; font-weight: bold; color: gray;}
a:hover {text-decoration: underline; font-weight: bold; color: white;}

ul
{
	list-style-position: inside; 
	margin: 0px;
	padding:0px;
}

DIV A img
{
	border: 1px solid white;
	margin-right: 5px;
	margin-top: 5px;
}

#page
{
	width: 100%;
	min-height: 100%;
	position: relative;
	background-color: #111111;
}

* html #page
{
	width: 100%;
	height: 100%;
	position: relative; 
	background-color: #111111;
}

#content
{
	min-height: 100%;
	padding: 10px;
	padding-bottom: 50px;
	background-color: #111111;
	max-width: 80em;
}

#footer
{
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	margin-top: 20px;
}

#header
{
	margin: 2px;
	border: solid 1px white;
	background-color: #222222;
	white-space: nowrap;
	height: 75px;
	white-space: nowrap;
	
}

#header A img
{
	border: none;
	margin-left: 3px;
	margin-right: 3px;
	float:left;
	margin-top: 16px;

}

#logo
{
	margin-top: 5px;
	}

.linkButton
{
	padding: 14px;
	line-height: 30px;
	border: solid 1px white;
	margin-top: 10px;
	margin-bottom: 10px;
}

#backButton
{
	padding: 14px;
	border: solid 1px white;
}

.clear /* används för att taggar med float skall hamna innanför sin "container-tagg" */
{
	clear: both;
}

.picture
{
	margin-bottom: 10px;
	
	border: 1px solid white;
	
}

#picright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

.warning
{
	font-weight: bold;
	color: red;
}

#leftlink
{
	margin-top: 10px;
	float:left;
	width: 250px;
	margin-bottom: 100px;
}

#rightlink
{
	margin-top: 10px;
	margin-bottom: 200px;
}

.justify
{
	text-align: justify;
}

#gbcontent
{
	float: left;
	margin-right: 2em;;
	width: 60%;
}

.gbmess
{
	border: 1px solid white;
	width: 200px;
	min-height: 40px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 30px;
	padding: 4px;
	float: left;
}

#gbwrite
{
}

.textbox 
{
	font-family: verdana, arial;
	font-size: 9pt;
	color: white;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid white;
	background-color: #111111
	
 }
 
#sendButton 
{
	border: 1px solid white;
	color: white;
	font-weight: bold;
	background-color: #222222;
}