* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: rgb(224,224,224);
	padding: 20px;
}
#everything {
	width: 900px;
	margin: 0px auto 0px auto;
}


/* Boxes */
#navigation  {
	text-align: right;
	float: left;
	padding: 30px 0px;
	width: 150px;
}
#contents    {
	background-color: white;
	border: 2px solid rgb(192,192,192);
	padding: 15px 20px 20px 20px;
	float: left;
	width: 700px;
	text-align: left;
	margin-bottom: 20px;
}
div.pageSection {
	clear: left;
	border-bottom: 2px dotted rgb(224,224,224);
	padding-bottom: 8px;
	margin-bottom: 5px;
	overflow: auto;
}
div.floatingInfo {
	float: right;
	border: 1px dashed gray;
	padding: 10px;
	margin: 20px 0px 20px 20px;
	width: 200px;
}
div.personalContacts {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 75px; height: 100px;
	border: 1px solid gray;
}
/* Boxes */


/* Navigation */
#menu {
	list-style: none;
	letter-spacing: 1px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	margin: 100px 0px 0px 20px;
	color: gray;
}
#menu li {
	margin: 0px 0px 5px 0px;
}
#menu li.open {
	padding: 5px 20px 5px 0px;
	color: rgb(204,102,51);
	border-bottom: 2px solid rgb(192,192,192);
}
#menu li.open a {
	display: block;
	padding: 0px 20px 0px 0px;
	color: rgb(204,102,51);
	text-decoration: none;
}
#menu li.closed {
	border-bottom: 2px solid rgb(224,224,224);
}
#menu li.closed:hover {
	border-bottom: 2px dashed rgb(192,192,192);
}
#menu li.closed a {
	display: block;
	padding: 5px 20px 5px 0px;
	color: gray;
	text-decoration: none;
}
#menu li.closed a:hover {
	color: rgb(204,102,51);
}
/* Navigationmenu */


/* Headers */
#contents div.pageSection h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: rgb(204,102,51);
	text-align: left;
	clear: left;
	margin: 10px 0px 5px 0px;
}
#contents div.pageSection h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	color: rgb(204,102,51);
	clear: left;
	margin: 10px 0px 0px 0px;
}
#contents div.pageSection  h2  a {
	color: rgb(204,102,51);
	text-decoration: none;
}
#contents div.pageSection h2 a:hover {
	border-bottom: 1px dashed gray;
}
#contents div.pageSection h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: rgb(204,102,51);
	clear: left;
	margin: 10px 0px 0px 0px;
}
/* Headers */
/* Paragraphs */
#contents div.pageSection p, #contents div.pageSection p.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	color: black;
	text-align: justify;
	margin: 8px 0px 8px 0px;
}
#contents div.pageSection p strong {
	color: rgb(64,64,64);
}
#contents div.pageSection p.small {
	font-size: 8pt;
}
#contents div.pageSection p.dateAndLink   {
	font-size: 8pt;
	margin-bottom: 20px;
}
#contents div.pageSection p.link   {
	font-size: 8pt;
	margin-bottom: 10px;
}
#contents div.pageSection p.readMore {
	text-align: left;
	font-size: 8pt;
}
/* Paragraphs */
/* Anchors */
#contents div.pageSection p a, #contents div.pageSection td a, #contents div.pageSection ul a {
	color: rgb(204,102,51);
	text-decoration: none;
	padding-bottom: 1px;
}
#contents div.pageSection p a:hover, #contents div.pageSection td a:hover, #contents div.pageSection ul a:hover {
	border-bottom: 1px dashed gray;
}
#contents div.pageSection p a:active, #contents div.pageSection p a:visited {
	outline: none;
}
#contents div.pageSection p.dateAndLink a {
	color: rgb(204,102,51);
	text-decoration: none;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid white;
}
#contents div.pageSection p.dateAndLink a:hover {
	border: 1px dashed gray;
}
#contents div.pageSection p.link a {
	color: rgb(204,102,51);
	text-decoration: none;
	padding: 2px;
	border: 1px solid white;
}
#contents div.pageSection p.link a:hover {
	border: 1px dashed gray;
}
#contents div.pageSection p.readMore a, #contents p.finalInfo a {
	color: rgb(204,102,51);
	text-decoration: none;
	padding: 2px;
	border: 1px solid white;
}
#contents div.pageSection p.readMore a:hover, #contents p.finalInfo a:hover {
	border: 1px dashed gray;
}
/* Anchors */
/* Specific */
#contents p.finalInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	color: gray;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 3px;
	margin-top: 20px;
}
#contents div.pageSection ul, #contents div.pageSection ul.invisible {
	list-style: disc inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 200%;
	margin-bottom: 5px;
}
#contents div.pageSection ul li, #contents div.pageSection ul.invisible {
	line-height: 200%;
}
#contents div.pageSection ul.invisible {
	list-style: none;
}
#contents ul.invisible li input {
	margin: 5px 5px 0px 0px;
}
#mainContacts td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	text-align: justify;
	vertical-align: top;
	padding: 0px 30px 5px 0px;
}
input, textarea{
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid gray;
}
td.image {
	width: 125px;
}
td.image img {
	margin-bottom: 5px;
}
img.floatingRight {
	clear: right;
	float: right;
	margin: 10px 0px 10px 20px;
}
img.floatingLeft {
	clear: left;
	float: left;
	margin: 10px 20px 10px 0px;
}
#formakademinLogotyp {
	margin: 0px 20px 0px 10px;
}
/* Specific */
