 /* Clear margins and paddings */
body, h1, h2, h3, ul#nav, ul#navKurser, #navKurser ul, #konsulenter ul, #konsulenter p {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#header {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -515px;
	width: 1030px;
	height: 195px;
	z-index: 1;
}

#contentHeader {
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -395px;
	width: 403px;
}

#topSplash {
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0 0 0 8px;
	width: 388px;
	z-index: 10;
}

#content {
	position: relative;
	top: 0;
	left: 50%;
	width: 791px;
	margin: 265px 0 0 -395px;
	background: url("layout/repeat-bg.png") top left repeat-y;
	
}

#javabra {
	position: relative;
	top: 0;
	left: 50%;
	margin: 0 0 20px -395px;
	width: 791px;
	height: 46px;
}

/*
 * Stylar upp popup window rutan
 */
#window {
	border: 6px solid #000000;
	padding: 10px;
	background-color: #ffffff;
	overflow: auto;
}

#window #close {
	position: absolute;
	top: 0;
	right: 0;
}

/* Navigation */

ul#nav {
	position: absolute;
	top: 110px;
	left: 50%;
	z-index: 10;
	width: 400px;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 15px;
}

#kursInfo {
	margin: 0 40px 0 200px;
}

ul#navKurser {
	width: 160px;
	float: left;
	margin: 0 0 0 10px;
	color: #5d0e68;
}

#navKurser li {
	list-style-type: none;
	padding: 0 0 10px 0;
}

#navKurser a {
	color: #5d0e68;
	font-size: 1.1em;
}

#kursInfo {
	margin: 0 40px 0 200px;
}

#navKurser li li {
	margin: 0 0 -10px 0;
}

ul#navKurser ul.kurserSub {
	font-size: 12px;
	margin: 0 0 0 10px;
	font-weight: bold;
}

ul#navKurser ul.kurserSubNav {
	font-size: 11px;
	margin: 0 0 0 10px;
	font-weight: normal;
}

ul#navKurser ul.kurserSubNav a {
	color: #9c9c9c;
}

/* Here we go  */

h1 {
	font-size: 13px;
}

h2 {
	font-size: 12px;
}

.title {
	background: url("layout/subheader.png") top left no-repeat;
	font-size: 12px;
	height: 32px;
	padding: 8px 0 0 20px;
	vertical-align: middle;
}

.title h2 {
	display: inline;
}

p {
	margin: 0 0 1em 0;
	font-size: 12px;
}

#topInfo {
	width: 346px;
	padding: 0 0 0 20px;
}

#shopInfo {
	width: 771px;
	height: 87px;
	background: url("layout/splash-shop.jpg") top left no-repeat;
	padding: 5px 0 0 20px;
	margin: 15px 0 0 0;
}

#divider {
	width: 771px;
	height: 87px;
	background: url("layout/divider.jpg") top left no-repeat;
	padding: 5px 0 0 20px;
	margin: 15px 0 0 0;
}

#divider .column {
	width: 360px;
	float: left;
	margin: 0 6px 0 6px;
	color: #ffffff;
	font-size: .7em;
}

#shopInfo p {
	width: 366px;
}

.column {
	width: 382px;
	float: left;
	margin: 0 6px 0 6px;
}

.info {
	padding: 37px 0 0 20px;
}

#contentFooter {
	width: 791px;
	height: 93px;
	background: url("layout/footer.jpg") top left no-repeat;
}

.footerColumn {
	width: 360px;
	float: left;
	margin: 5px 0 0 5px;
	padding: 0 0 0 20px;
}

.footerColumn a {
	font-weight: bold;
}


/*
Här behandlas sidans formulär
*/
form {
	font-size: .7em;
	color: #333;
	margin: 0 0 30px 0;
}

form input, select {
	font-size: 1.1em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form select {
	width: 125px;
} 

form fieldset {
  	border: none;
  	margin: 3px 0 25px 0;
	border-top: 1px solid #599CC7;
	width: 470px;
}

form legend {
  	padding: 0;
  	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
	color: #599CC7;
}

form label {
  	float: left;
  	line-height: 1.8;
  	vertical-align: top;
  	width: 150px;
}

form div .error {
	width: 90%;
	color: red;
	font-style: italic;
}

form input .error {
	color: #CC0000;
	background-color: #FFCCCC;
}

form ol {
  	margin: 0;
  	padding: 0;
}

form li {
  	list-style-type: none;
  	padding: 5px;
  	margin: 0;
	border-bottom: 1px solid #dadada;
	clear: both;
}

form em {
  	font-weight: bold;
  	font-style: normal;
  	color: #f00;
}

.frmKnappar {
	float: right;
}

#formInfo {
	float: right;
	width: 170px;
	border-left: 2px solid #cccccc;
	padding: 0 0 40px 7px;
	text-align: left;
}

/* Colortheme */
h1 {
	color: #5d0e68;
}

h2 {
	color: #4d4d4d;
}

p {
	color: #8c8c8c;
}

#shopInfo h1, .footerColumn h1, .footerColumn a {
	color: #ffffff;
}

#shopInfo p, .footerColumn p {
	color: #e3d3e5;
}

/* Some basic stuff */
#header, #javabra {
	display: block;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
