@CHARSET "ISO-8859-1";

html, body{ 
    min-height: 100%;
    width: 100%;
    height: 100%;
    }

body {
    margin: 0;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    }
 table {
	border-width: 0px;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.main{
	min-height: 100%;
    width: 100%;
    height: 100%;
	}
table.innehall { 
	margin-top: 5px 
}
table.kurs { 
	width:100%; 
}

td {
    background-color:#ffffff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    }

#container {
    position: relative;
    margin: 0 auto;
    width: 750px;
    height: 410px;
    padding-left: 1em;
    border: 0px dotted gray;
    }

td.cv_rubrik {
	font-weight: bold;
}
td.cv_text {
	font-weight: normal;
}
td.cv_mellanrum {
	font-size: 4px;
}
td.cv_artal {
	font-weight: normal;
}

td.kurstext {
	font-size: 10px;
	font-weight: normal;
}
A.menu {
	COLOR: #000000; 
	TEXT-DECORATION: none;
}
A.menuSelected {
	COLOR: #f10909; 
	TEXT-DECORATION: none;
}
A.menuSelected:hover {
	COLOR: #f10909; 
	TEXT-DECORATION: none;
}
A.menu:hover {
	COLOR: #f10909; 
	TEXT-DECORATION: none;
}
A {
	COLOR: #000000; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #f10909; 
	TEXT-DECORATION: none
}
td.bildnamn {
	TEXT-ALIGN: lefte;
	width: 30%;
}
td.bildtext {
	COLOR: #ada7A7; 
	TEXT-ALIGN: center;
	width: 60%;
}
td.bildspace {
	height: 318px;
}
.kursrubrik {
	font-size: 12px;
	COLOR: #f10909;
}
.header {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 30px; 
	COLOR: #f10909; 
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	TEXT-ALIGN: left;
}

.left {
	width: 320px;
	vertical-align: top;
}
.right {
	width: 320px;
}


