/* 
dark blue: #003366 
light blue: #336699
yellow: #FFCC66
orange: #FF6600
*/
body {
  margin: 0px;
  padding: 0px;
  font-size: 80%;
}
#header {
  background-color: #FFCC66;
  padding-top: 5px;
}
#headernew {
	background-color: #FFCC66;
	background-image: url(http://www.malinc.se/ikt/images/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	margin: 0% 4% 0% 4%;
}
#content {
  width: 56%;
  margin: 0 4% 0 4%;
  padding: 0;
}
#content div {
	color: #003366;
	max-width: 650px;
	margin: 2em auto 2em auto;
	padding: 1%;
	background-color: #F5F5F5;
	border: 1px dashed #666;
	font-weight: normal;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content div h2 {
	border: none;
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: normal;
	line-height:1.2em;
	margin: 0 0 0.1em 0;
	padding: 0;
	font-variant: small-caps;
}
#content a {
  color: #003366;
}

#content code {
  font-size: 1.1em;
}
#content h2 {
  color: #003366;
  border-bottom: 1px dashed #cccccc;
  margin-top: 2em;
}

#content h3{
  color: #003366;
}
#content > h2 {
  margin-left: -0.8em;
}

#content ul{
	margin: 0 4% 0 4%;
  	padding: 0 4% 0 4%;
}
li{
	list-style-type: square;
	padding: 1%;
}
.warning{
	color: #000000;
	text-decoration: blink;
}
.screenshot {
float: right;
margin: 0;
}
.center {
	text-align: center;
	background-position: center;
}
.codebox{
	padding: 5px;
	margin: auto;
	border:2px dotted #999999;
	background-position: left;
	font-family: "Courier New", Courier, mono;
	background-image: url(images/codebox.png);
	background-repeat: repeat;
	font-size: 12px;
}
#nr1{
background-image: url(http://www.malinc.se/ikt/images/nr1.png);
background-repeat: repeat;
}
#nr2{
background-image: url(http://www.malinc.se/lkms/images/nr2.png);
background-repeat: repeat;
}
#nr3{
background-image: url(http://www.malinc.se/lkms/images/nr3.png);
background-repeat: repeat;
}
#carrot{
background-image: url(http://www.malinc.se/lkms/images/carrot.png);
background-repeat: repeat;
}
#content dt {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  min-height: 16px;
  margin-top: 0.8em;
}
#menu1 {
	background-color: #FFCC66;
}
#menu1 ul {
  width: 67%;
  margin: 0 4% 0 4%;
  padding: 3px 0;
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
}
#menu1 ul li {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
  color: #FFCC66;
}
#menu1 ul li a {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  padding: 3px 0.5em;
  margin-left: 3px;
  text-decoration: none;
  background: #FFFFFF none repeat scroll 0%;
  color: #003366;
}
#menu1 ul li a.active {
  background-color: white;
  color: #FFCC66;
}
#menu1 ul li a:link {
  color: #003366;
}

#menu1 ul li a:hover {
  background: #ddddee none repeat scroll 0%;
  border-color: #777788 #777788;
}
#menu2 {
  float: right;
  width: 33%;
  font-size: 1em;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 20px;
  border-left: 1px solid #e5e5ff;
}
#menu2 h2 {
  border-bottom: 1px solid #dbd5c5;
  margin: 25px 0 12px;
  padding: 0 0 5px;
  font-size: 1em;
  color: #FF6600;
  font-family: Georgia, Arial, Helvetica, serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1em;
  font-variant: small-caps;
}
#menu2 h3 {
	font-size: 1em;
	font-variant: small-caps;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#menu2 p {
	margin: 0px;
	padding: 0px;

}
#menu2 a {
  color: #336699;
  border-bottom: 1px solid #383d44;
  text-decoration: none;
}
#menu2 a:hover {
  color: #383d44;
  border-bottom: 2px solid #666666;
  text-decoration: underline;
}
#menu2 p a {
  border-bottom: none;
  text-decoration: none;
}
#menu2 p a:hover {
  text-decoration: none;
}
#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 5px;
  padding: 4px 20px;
  color: #003366;
  text-align: right;
  background-color: #FFCC66;
}
#footer a {
  color: #003366;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer p.license {
  text-align: center;
  color: black;
}
#footer p.validators a {
  display: block;
  float: left;
  width: 88px;
  height: 31px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
}
#footer p.validators a:hover {
  background-position: 0 -5px;
}
#extra1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 94px;
  height: 94px;
  background-image: url(http://www.malinc.se/ikt/images/conicsections94pixels.gif);
}
body > #extra1 {
  background-image: url(http://www.malinc.se/ikt/images/conicsections94pixels.gif);
}

#extra2 {
/*  position: absolute;
  top: 15px;
  left: 15px;
  width: 540px;
  height: 60px;*/
  margin: 0 21% 0 0%;
  background-image: url(http://www.malinc.se/ikt/images/title.gif);
}

img, a.img, a:hover img {
  border: 0px none;
}

