/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#content a img {
	border: none;
}
/* end reset */

body {

}
/* Wraps everything but body and the admin menu (in case of loged in.*/
#wrap_admin {
}

#outer_content_td td {
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Wraps the user definable content. */
#wrap, #wrap td {
	font: 14px Helvetica, Ariel, sans-serif;
}

#wrap {
	width: 1015px;
	background: #ffffff;

}

* html #header {height: 1%;} /* for IE/Win */
*>html #header {he\ight: auto;} /* for IE5/Mac */

/* The default header div. 
   The div id can be changed by the user. */
#header {
	float: left;
	width: 175px;
	background-color: #293864;
}

#header h1 a img {
	height: 165px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#header h1 a img {
	height: 164px;
}
}

/* The default menu div contained in the header div.
   The div id can be changed by the user. */
#menu { 
}

#menu ul { 
	float: none;
}

#menu ul li {
	display: block;
	float: left;
	width: 40%;
	border-bottom: 1px solid #b3b9c8;
	padding: 0.3em 0.6em;
}

#menu a {
	font-size: 0.9em;
	text-decoration: none;
	border: none;
	color: white;
}

#menu a:hover, #menu a.current, #menu a.current_group { 
	text-decoration: underline;
}

#menu a:hover {
	/*border-bottom: 0.3em dotted #ffffff;*/
}

#menu .last {
	text-align: right;
}

/* The default sidebar div.
   The div id can be changed by the user. */
#sidebar {
	float: left;
	clear: left;
	width: 175px;
	background-color: #293864;
}

#sidebar p {
	color: white;
	font-size: 0.7em;
	line-height: 1.2em;
	padding: 1em 1em 1em;
	background-color: #293864;
}

#sidebar p a, #sidebar p a:visited {
	color: #0f9999;
	text-decoration: underline;
	background-color: #293864;
}

#sidebar p a:hover, #sidebar p a:active {
	color: #3fc9c9;
}

/* The default subMenu div contained in the sidebar div.
   The div id can be changed by the user. */
#submenu {
	display: block;
	margin: 0;
	padding: 0;
}

#submenu a {
	text-decoration: none;
	border: none;
	font-size: 1.1em;
	color: white;
	background-color: #293864;
}

#submenu ul li {
	display: block;
	border-bottom: 1px solid #b3b9c8;
	padding: 0.3em 0.6em;
	background-color: #293864;
}

#submenu a:hover, #submenu a.current, #submenu a.current_group { 
	border: none;
	text-decoration: underline;
}

/* Wraps the page specific content including parts of the admin interface. */
#content_admin {

}

/* Wraps the page specific content. */
#splash_content {
	width: 31em;
	padding: 1em 1em 1em 0;
	padding-left: 2em;
	margin-left: 10em;
}

#splash_content a {
}

/* Wraps the page specific content. */
#content {
	float: right;
/*
	position: relative;
	left: 0px;
	top: -145px;
*/
	width: 840px;
	font-size: 1.2em;
}


* html #content {
/* 	width: 500px; */
/*
	top: 0;
	left: 0;
*/
}

#content div {
	margin: 0;
	padding: 0;
	width: 840px;
	overflow: hidden;
}

#content p {
	margin-bottom: 0.7em;
	padding: 0.7em 1em 0.5em 16px;
}

#content address {
	padding: 10px 25px 10px 20px;
	margin: 0;
	background-position: 0px 0px;
	font-style: italic;
	font-size: 0.9em;
	vertical-align: center;
	color: #757575;
	clear: both;
}

#content blockquote {
	padding: 0.7em 3em 0.5em 6em;
	background: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=londonschool_bullet.gif&key=css.londonschool') no-repeat 3em 16px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.7em 1em 0.5em 16px;
	margin-bottom: 0.5em;
}

#content h1 {
    font-size: 1.4em;
}

#content h2 {
    font-size: 1.2em;
}

#content table {
	margin-left: 0.5em;
}

#content table td {
	font-size: 0.8em;
	padding: 0.2em 0.4em;
}

/* The default footer div. 
   The div id can be changed by the user. */
#footer {
	display: none;
	color: #ffffff;
	clear: left;
	margin-top: 1em;
	text-align: center;
	font: 0.8em verdana, sans-serif;
	background-color: #006633;
	padding: 0.6em;
	padding-top: 0.3em;
}

#footer a {
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* The login link. */
#login {
	position: absolute;
	top: 6px;
	right:2px;
	font: 10px verdana, sans-serif;
}

#login a {
	color: white;
	background-color: gray;
	text-decoration: none;
	border: 2px outset;
	margin: 0;
	padding: 0.1em;
}

#login a:hover {
	background-color: lightgray;
}

body {
	margin: 0;
	padding: 0;
}

.caption_float_left, .caption_float_right, .caption_no_float {
	font-size: 0.8em;
}

.caption_float_right {
	border: none;
}

.caption_float_left {
	border: none;
}

.img_float_right  {
	border: none;
}

.img_float_left  {
	border: none;
}

/*div-public-classes: header*/
.header {

}

/*table-public-classes: inbjudan*/
.inbjudan{
	border-collapse: collapse;
}
.inbjudan td {
	
	border: 1px solid black;
	
	padding: 0.1em 0.3em;
	font-size: 0.7em !important;
}
.inbjudan  .col1{
	background: #f0f0f0;

}

.inbjudan  .row2{
	background: #a5afcf;

}

.inbjudan  .row1 .col1{
	background: #293864;

}

.inbjudan  .row2 .col1{
	background: #a5afcf;

}

.inbjudan  .row1{
	background: #293864;

	color: white;
}



.inbjudan {
	text-align: center;
}





#content_admin .admin_panel{
	overflow: scroll;
}
#lseContactForm {
	margin-left: 1em;
}

#lseContactForm .labelField {
	display: block;
	float: left;
	width: 16em;
	margin: 0;
	padding: 0;
}

#lseContactForm label {
	margin: 0;
	margin-right: 1em;
}

#lseContactForm .labelField label {
	display: block;
	margin: 0.2em 0;
	width: 10em;
}

html #lseContactForm .labelField input {
	*margin-left: -1em;
	_margin-left: -0.5em;
}

#lseContactForm .labelField input {
	display: block;
	float: left;
}

#lseContactForm br {
	float: none;
	clear: both;
}

#lseContactForm .labelSelect {
	display: block;
	margin: 0.6em 0;
}

#lseContactForm .labelSelect select {
	margin-left: 0.4em;
}

#lseContactForm .labelSelect label {
	margin: 0;
}

#lseContactForm .knapp1 {
	float: right;
	margin-right: 8em;
}