@charset "utf-8";
/* CSS Document */


/**** Länkar ****/ 
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}


/**** Fieldsets ****/ 
fieldset {
	padding: 10px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #EEEEEE solid 1px;
	border-left-width: 0;
	border-right-width: 0;
}
legend {
	margin-bottom: 10px;
}


/**** Rubriker ****/
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	color: #AA0000;
	text-align: left;
	display: inline;
	letter-spacing: 2px;
}
#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #AA9999;
	margin: 0px;
	margin-left:10px;
	padding: 0px;
	display: inline;
}
#header .term {
	bottom: -15px;
	color: #AA0000;
	display: inline-block;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	margin-left: 20px;
	position: relative;
}
#maincontent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #AA0000;
	margin-bottom: 10xp;
}
#sidebarright h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AA0000;
	margin-bottom: 5xp;
}
#maincontent h2 {
	background-image: url(/images/header2.png);
	background-position: left;
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #AA0000;
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
#maincontent h2 a {
	color: #0033CC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	position: relative;
	bottom: -9px;
}
#sidebarright h2 {
	background-image: url(/images/list_header.png);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #AA0000;
	position: relative;
	left: -4px;
	width: 190px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#maincontent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #AA0000;
	margin-top: 20px;
	margin-bottom: 5px;
}
#sidebarright h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #AA0000;
	margin-top: 10px;
	margin-bottom: 5px;
}


/**** Lists ****/ 
ul, ol {
	margin-left: 15px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
}
li {
	padding: 0px;
}


/**** Text ****/ 
p {
	margin-top: 5px;
	margin-bottom: 10px;
}


/**** Tables ****/
table.p {
	margin-top: 5px;
	margin-bottom: auto;
}


/**** Forms ****/
input.disabled {
	background-color:#EEEEEE;
}