/* Over all */


body {
	margin: 0; padding: 0;
	font-size: 11px;
	font-family: arial;
	line-height: 17px;
	color: #333;
	background-color: #010100;
	background-image:url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0; 
}

h1 {
	margin: 0; padding: 0;
	font-size: 18px;
	font-family: Arial;
	color: #ff9900;
}


h2 {
	margin: 0; padding: 0;
	font-size: 14px;
	font-family: Arial;
	color: #ff9900;
	display: inline;
}

h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-family: Arial;
	color: #333;
}

h3, h3 a {
	font-size: 14px;
	color: #333;
}

h3, h3 a, h3 a:hover {
	font-size: 14px;
	color: #ff9900;
}


.blogg {
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
}

p {
	margin:0;
	
}

p.main {
	margin-bottom: 15px;
}

img {
	border: 0;
}

img.om_christer {
	float: right;
	margin-left: 10px;
}

img.blogg {
	margin-top: 10px;
	margin-bottom: 10px;
}

a:active {
	outline:none;
}

a:focus {
	-moz-outline-style:none;
}

ol, ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* Links */

a:link { text-decoration: none; color: #2d353b; }
a:visited { text-decoration: none; color: #2d353b; }
a:active { text-decoration: none; color: #2d353b; }
a:hover { text-decoration: none; color: #fb9700; }

a.nav:link { text-decoration: none; }
a.nav:visited { text-decoration: none; }
a.nav:active { text-decoration: none; }
a.nav:hover { text-decoration: none; }

a.kontakt:link { text-decoration: none; color: #adadad; }
a.kontakt:visited { text-decoration: none; color: #adadad; }
a.kontakt:active { text-decoration: none; color: #adadad; }
a.kontakt:hover { text-decoration: none; color: #fb9700; border-bottom: 1px solid #fb9700; }

a.list:link { font-weight: bold; text-decoration: none; color: #666; border-bottom: 1px solid #ccc; }
a.list:visited { font-weight: bold; text-decoration: none; color: #666; border-bottom: 1px solid #ccc; }
a.list:active { font-weight: bold; text-decoration: none; color: #666; border-bottom: 1px solid #ccc; }
a.list:hover { font-weight: bold; text-decoration: none; color: #999; margin: 0; padding: 0; }

a.orange:link { font-weight: bold; text-decoration: none; color: #fb9700; border-bottom: 1px solid #ffe5bf; }
a.orange:visited { font-weight: bold; text-decoration: none; color: #fb9700; border-bottom: 1px solid #ffe5bf; }
a.orange:active { font-weight: bold; text-decoration: none; color: #fb9700; border-bottom: 1px solid #ffe5bf; }
a.orange:hover { font-weight: bold; text-decoration: none; color: #999; margin: 0; border-bottom: 0; }

a.leftmenu:link { font-size: 12px; text-decoration: none; color: #2d353b; }
a.leftmenu:visited { font-size: 12px; text-decoration: none; color: #2d353b; }
a.leftmenu:active { font-size: 12px; text-decoration: none; color: #2d353b; }
a.leftmenu:hover { font-size: 12px; text-decoration: none; color: #fb9700; border-bottom: 1px solid #fb9700; }

.minus {
	color: #fb9700;
	font-size: 12px;
}




/* CONTAINERS */


div#container {
	margin: 0 auto;
	margin-bottom: 0;
	padding-top: 0;
	width: 100%;
	height: auto;
}

div#top {
	width: 910px;
	height: 85px;
	margin: 0 auto;
	
}

div#content {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 200px;
}

div#footer {
	width: 900px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: right;
	color: #fff;
}



/* Top Menu */

#menu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 910px;
	height: 85px;
	background-image:url('images/top/bg.gif');
	position: relative;
}


#menu span {
	display: none;
	position: absolute;
}


#menu a { display: block; text-indent: -900%; position: absolute; outline: none; }
#menu a:hover { background-position: left bottom; }
#menu a:hover span { display: block; }


#menu .home {
  width: 251px;
  height: 85px;
  background: url(images/top/home.gif) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .hem {
  width: 46px;
  height: 20px;
  background: url(images/top/hem.gif) no-repeat;
  left: 490px;
  top: 41px;
}

#menu .nyheter {
  width: 73px;
  height: 20px;
  background: url(images/top/nyheter.gif) no-repeat;
  left: 536px;
  top: 41px;
}


#menu .om {
  width: 99px;
  height: 20px;
  background: url(images/top/om.gif) no-repeat;
  left: 609px;
  top: 41px;
}

#menu .medarbetare {
  width: 102px;
  height: 20px;
  background: url(images/top/medarbetare.gif) no-repeat;
  left: 708px;
  top: 41px;
}

#menu .kontakta {
  width: 73px;
  height: 20px;
  background: url(images/top/kontakt.gif) no-repeat;
  left: 810px;
  top: 41px;
}



/* Main index */

div#main_index {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 620px;
	display: inline;
}

div.rubrik {
	padding-left: 20px;
	padding-top: 20px;
}

div#welcome {
	width: 620px;
	height: 180px;
	background-image:url('images/welcome.gif');
	background-repeat: no-repeat;
}

div#kurser_kol1 {
	width: 300px;
	float: left;
	margin-top: 20px;
	display: inline;
}

div#kurser_kol2 {
	width: 300px;
	float: right;
	margin-top: 20px;
	display: inline;
}

div#kurser_kol2 div.kurs {
	margin-right: 0;
}

div.kurs {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.bild {
	width: 300px;
	height: 165px;
}

p.kursintro {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
}




/* Left */

div#left {
	width: 220px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
}

div#left_menutop {
	width: 220px;
	height: 30px;
	margin-bottom: 10px;
	background-image:url('images/left_menutop.gif');
	background-repeat: no-repeat;
}

#left_menu {
	padding: 0;
	margin: 0;
	width: 220px;
}


#left_menu li {
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
}




/* Main */

div#main {
	width: 380px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
}

div.rubrikmain {
	padding-top: 13px;
}

p.bildtext {
	margin-top: 8px;
	margin-bottom: 25px;
	font-style: italic;
	font-size: 11px;
	color: #666;
}

p.ingress {
	font-family: Georgia;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #336633;
	margin-bottom: 25px;
}

p.kurstext {
	margin-bottom: 15px;
}

p.brakemain {
	width: 380px;
	height:3px;
	margin-top: 13px;
	margin-bottom: 13px;
	background-image:url('images/brake_main.gif');
	background-repeat: no-repeat;
	line-height: 1px;
	overflow: hidden;
}

h2.sidebar {
	padding-top: 13px;
	padding-bottom: 0px;
	display: block;
}




/* Right */

div#right {
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	width: 220px;
	display: inline;
}

div.rubrikright {
	padding-top: 13px;
	padding-bottom: 20px;
}

p.date {
	color: #666;
	margin-bottom: 5px;
}

p.news_img {
	margin-bottom: 10px;
}

p.news {
	margin-bottom: 3px;
}

p.brakeright {
	width: 220px;
	height:3px;
	margin-top: 13px;
	margin-bottom: 13px;
	background-image:url('images/brake.gif');
	background-repeat: no-repeat;
	line-height: 1px;
	overflow: hidden;
}



/* Medarbetare */

div#medarbetare_kol1 {
	width: 180px;
	float: left;
	margin-top: 20px;
	display: inline;
}

div#medarbetare_kol2 {
	width: 180px;
	float: right;
	margin-top: 20px;
	display: inline;
}

div#medarbetare_kol2 div.medarbetare_holder {
	margin-right: 0;
}

div.medarbetare_holder {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.medarbetare_bild {
	width: 180px;
	height: 110px;
}

p.medarbetare_text {
	margin: 0px;
	margin-top: 7px;
}



/* Footer */

.kontakt {
	color: #ff9900;
}

div#bottom {
	width: 900;
	height:6px;
	margin-bottom: 10px;
	background-image:url('images/bottom.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}



/* …VRIGT */

div.floatbreaker {
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
}




/* Wordpress_frinatur */




