/* All css made by Emma Lindberg, http://www.emmli.com. */

/* Colors: Dark grey: #444444, Middle grey: #525252, Light grey: #dfdfdf */


/* BASICS *************************************************/

body {
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    color: #333;
    background: url('img/bg.gif') repeat-x;
}

a {
    color: #525252;
    text-decoration: none;
}

a:hover, a:active {
    color: #ccc;
    text-decoration: none;
}

.clear {
    clear: both;
}

h1.rubrik{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 10px;
}

h1.tele {
    font-size: 10px;
    font-weight: bold;
}

h2 {
    text-align: left;
    font-weight: bold;
    padding-left: 15px;
}


/* PAGE_WRAP **********************************************/

#page_wrap {
    margin: 0 auto;
    width: 960px;
}

/* TOP, TOP_NAV *******************************************/

#top {
    width: 960px;
    height: 312px;
    background: url('img/top.jpg') no-repeat;
}

ul#top_nav {
    margin: 0 0 0 90px;
}

ul#top_nav li {
    margin: 0 0 0 30px;
    height: 35px;
    line-height: 35px;
    display: inline;
    float: left;
}

ul#top_nav li a {
    color: #525252;
    text-transform: uppercase;
}


/* CONTENT, MAIN_CONTENT, SIDEBAR, MAIN_NAV *************************/

#content {
    margin: 0 auto;
    width: 750px;
}

#main_content {
    width: 500px;
    float: left;
}

p.text{
    text-align: justify;
    margin: 15px;
    line-height: 165%;
}

p.bildtext {
    margin: 0 0 15px 0;
}

p.adress {
    margin: 0 0 15px 15px;
}

#sidebar {
    margin: 15px 0 0 0;
    width: 200px;
    float: right;
}

ul#main_nav {
    margin: 0 0 25px 0;
}

ul#main_nav li{
    margin: 0 0 10px 30px;
    text-align: left;
}

ul#tele {
    border: 1px solid #ccc;
    width: 175px;
    margin: 15px auto;
    padding: 10px 0 10px 0;
}

ul#tele li {
    line-height: 165%;
}


ul.info {
    margin: 0 0 15px 15px;
    text-align: left;
}

ul.info li {
    padding: 5px 0;
}

table.pris {
    margin: 0 0 15px 15px;
    width: 100%;
    text-align: left;
    line-height: 190%;
}

table.kund tr td {
    padding: 3px;
}


#nyheter {
    width: 400px;
    margin: 0 auto 20px;
    padding: 10px 0;
    height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
}

table.kurser {
    border-bottom: 2px solid #ccc;
    margin: 10px 0;
}

table.kurser th {
    font-weight: bold;
}

table.kurser td, table.kurser th {
    padding: 5px 5px 5px 15px;
    text-align: left;
}

/* FOOTER *************************************************/

#footer {
    width: 100%;
    height: 150px;
    background: #444444;
}

#footer p {
    text-align: center;
    color: #dfdfdf;
}

#footer p a {
    color: #dfdfdf;
}

ul#foot_nav li {
    padding: 0 0 0 30px;
    display: inline;
    height: 60px;
    line-height: 60px;
}

ul#foot_nav li a {
    color: #dfdfdf;
    text-transform: uppercase;
}

/* RESET **************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; padding:0 
	}

table { 
	border-collapse:collapse; 
	border-spacing:0 
	}

fieldset, img { 
	border:0 
	}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal 
	}

ol, ul, li { 
	list-style:none 
	}

caption, th { 
	text-align:left 
	}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%;
	}

q:before, q:after { 
	content:''
	}

/* Global reset-RESET */

strong { 
	font-weight: bold 
	}

em { 
	font-style: italic 
	}

a img { 
	border:none 
	}