body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #1D1D1D;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
p, li {
	line-height: 1.5em;
}
h1,h2,h3 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #5863A3;
	margin: 0;
}
.column h1,.column h2,.column h3,.column p,.column img,.column ul {
	margin-left: 15px;
	margin-right: 15px;
}
.column h1,.column h2,.column h3,.column p{
	margin-top: 15px;
}
:focus
{
  -moz-outline-style: none;
}
/* Listor */ 
.list_header {
	font-size: 1.2em;
	margin: 0;
}
ul {
	margin-left: 0;
	padding-left: 1.5em;
}

/* Rubriker */
.column h1 {
	margin-top: 15px;
}
.column p img {
	margin-left: 0;
}
h1 {
	color: #BE2C41; /* #9C2C00 = Gammal m�rk r�d*/
	font-weight: bold;
	font-size: 20px;
	line-height: 1,5em;
	margin-bottom: 1em;
}
h2 {
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
}
.narrow h2.csc-firstHeader {
	margin-top:59px;
}
h3 {
	font-weight: normal;
	font-size: 16px;
	line-hight: 1.5em;
	text-decoration: none;
}
h3.program_part {
	color: black;
}
/*::::::::::::::::::::::::::::::::::::::::::::::*/		
/*	 			 		Länkar					*/
/*::::::::::::::::::::::::::::::::::::::::::::::*/
a img {
	border: none;
}
a {
	font-family: Arial,Verdana, Helvetica, sans-serif; 
	color: #333399; 
	text-decoration: none;
	outline: none;
}
a:active {  
	text-decoration: underline;
}

a:hover {  		
	text-decoration: underline;
}

a.more_info {
	color: white;
	background-color:#BE2C41;
	border: 1px solid white;
	padding: 2px;
}
a.button {
	background-color:#BE2C41;
	text-align: center;
	border: 2px outset #BE2C41;
	color: white;
	display: block;
	padding: 2px;
}
a.button:hover {
	text-decoration: underline;
}
a.button:active {
	border-style: inset;
	padding: 3px 1px 1px 3px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::*/		
/*	 			 		TYPO stilar					*/
/*::::::::::::::::::::::::::::::::::::::::::::::*/

.csc-textpic-caption {
	font-size: 11px;
	color: #444444;
	line-height: 1,5em;}
	
/*::::::::::::::::::::::::::::::::::::::::::::::*/		
/*	 			 		TYPO stilar					*/
/*::::::::::::::::::::::::::::::::::::::::::::::*/

p.important {
	margin: 10px 5px;
	padding: 10px;
	color: #BE2C41;
	border: 1px solid #BE2C41;
}
p.important-green {
	margin: 10px 20px;
	padding: 10px;
	color: #78be2c;
	border: 1px solid #BE2C41;
}
p.quote {
	color: #353a35;
	font-size: 17px;
	font-style: italic;
	text-align: right;}
p.citat1 {
	color: #CC3333;
	font-weight: lighter;
	font-size: 90%;
	font-family: Arial;
	text-transform: none;
	line-height: 1.8em;
	margin: 0px;
	font-style: italic;
	text-align: right;
	border: 1px dotted #CCCC99;
	padding: 5px;}



p.citat2 {
	color: #336600;
	font-weight: normal;
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 2em;
	margin: 0px;
	font-style: italic;
	text-align: right;}



p.citat3 {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 80%;
	margin: 0px;
	font-style: italic;}



/*::::::::::::::::::::::::::::::::::::::::::::::*/		
/*	 		 		Formulär					*/
/*::::::::::::::::::::::::::::::::::::::::::::::*/
input {		
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	margin-bottom: 2px;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#000000;						
	scrollbar-arrow-color:#000000;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#999999;
}
#mailform .checkbox label {
	width: auto;
	float:none;
}
#mailform .checkbox input {
	float: left;
}
.csc-mailform-field {
	clear: both;
}
input.tiny_numbers {
	width: 32px;
	float:right;
}
input.disabled {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}
input.submit, input.enabled, input.disabled {
	padding: 2px 6px 2px 6px;
}

input:focus, textarea:focus {
	background: #CAE3FF;
}

textarea {		
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;}

fieldset {
	border: 1px solid #999999;
}
#left fieldset{
	margin:0 8px 0 8px;
	padding:5px 5px 5px 5px;
	font-size:11px;
	background-color:#FFFFCC;
	border-color: #CCCCCC;
	}
#left legend{
	padding:0;
	margin:0 0 0 0;
	font-size:13px;
	}
#left fieldset p{
	padding:0 0 5px 0;
	margin:0;
	font-size: 10px;
}
#left fieldset input  {
	font-size: 9px;
}
#left input.submit {
	padding-left: 2px;
	padding-right: 2px;
}
#right td.buffet {
	background-color:#E4F2DB;
}
legend {
	color: #BE2C41;
	font-size:80%;
}
select {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

input.long {
	width: 235px;
}

label:hover {
	text-decoration: underline;
}
/* special objects */
.blurb {
	padding: 7px;
	border-bottom:1px inset white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.blurb img {
	margin: 0;
}
.kfjab {
	background-image:url(../gfx/bg_blue.jpg);
	background-position: -10px;
	color:#FFFFFF;
}
.kfjab b, .kfjab strong {
	color:#FFFFFF;
}
.kfjab p {
	padding:0;
	margin:0;
} 
.kfjab h1 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;} 
.kfjab h2 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 17px;
	padding:0;
	margin:10px 0 0 0;
} 
.cafe {
	background: #fbf8c7;
}
.cafe h2 {
	color:#be2c41;
	font-size: 22px;
}

.list, .more {
	margin: 0;
	padding: 0px 4px 0px 8px;
	font-size: 12px;
	line-height:0.9em;
	color:#FFFFFF;
	font-weight:bold;
}
.list {
	height: 33px;
	line-height: 33px;
}
.more {
	height: 24px;
	line-height: 24px;
	text-align: right;
}
.more a {
	color: white;
}


/* Misc */
div.padder {
	padding: 15px;
}
table.conference {
	border: 0px;
	border-bottom: 3px dotted #EEEEEE;
	width: 100%;
	border-collapse: collapse; 

}
table.conference th {
	background: #EEEEEE;
	color: black;
	text-align: left;
}
table.conference td {
	color: rgb(102, 102, 102);
	background: white;
	vertical-align: top;
	padding: 0;
	text-align: left;
}
div.board {
	background-color:#F5FAEF;
	color:#FFFFFF;
	font-weight:normal;
	text-align: left;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1em;
	line-height: 1.3em;
}
div.board h2 {
	color: black;
	margin-top: 10px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
}
div.board * {
	color: black;
	margin-left: 0;
	margin-right: 0;
}
div.board p {
	margin-top: 0;
}
p.date {
	font-weight: bold;
}
div.board .date {
	color: black;
}
div.board .important {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}
div.board h2 {
	margin-top: 0;
}
.fix_floats {
	clear: both;
}
#mailform label {
	width: 106px;
	float: left;
}
#mailform .csc-mailform-radio label {
	width: auto;
	float: none;
}
.column .csc-mailform {
	border:none;
	margin-left: 10px;
	margin-right:15px; 
}
#sidebar .csc-mailform {
	border:none; 
}
#mailformformtype_mail.csc-mailform-submit {
	margin-top: 30px;
	text-align:right;
}