/* --------- HUVUDMENY ---------- */

#sidhuvud {
	background-color: #FFF;
	height: 160px;
	margin-left: 6px;
	width: 768px;
	margin-top: 5px;
}

#menycontainer a#current{

	background-color: #B5717B;
	color: #FFF;
	}

#menycontainer a:link{
	background-color: transparent;
	color: #FFF;
	}

#menycontainer a:visited{
	background-color: transparent;
	color: #FFF;
	}

#menycontainer a:hover{
	background-color: #B5717B;
	color: #000;
	}

#menycontainer li{
	display: inline;
	}

#menycontainer ul{
	background-color: #AD6965; 
	border-bottom: 1px solid #8C8A9C; 
	border-top: 1px solid #8C8A9C;
	float: left;
	margin: 3px 0px 5px 0px;
	padding-left: 0px;
	width: 100%;
	}

#menycontainer ul a{
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px 20px;
	text-decoration: none;
	}
	

/*---- LÄNKAR I SIDOR ----- */

a:link {
	background-color: transparent;
	color: #B5717B;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #B5717B;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #C6929C;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #B5717B;
	font-weight: normal;
	text-decoration: underline;
}

a.external {
	background-image: url(../grafik/external.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 18px;
}

/*--------- */

body {
	background-color: #E7DCD6;
	margin-top: 20px;
	scrollbar-3dlight-color: #EAE9E9;
	scrollbar-arrow-color: #F9F9F9;
	scrollbar-darkshadow-color: #EAE9E9;
	scrollbar-face-color: #C6929C;
	scrollbar-highlight-color: #C6929C;
	scrollbar-shadow-color: #C6929C;
	scrollbar-track-color: #EAE9E9;
	text-align: center;
}

#container {
	background-color: #FFF;
	border: 6px #C6929C solid;
	margin: 0px auto 0px;
	text-align: left;
	width: 780px;
}

abbr, acronym {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}

blockquote {
	margin: 20px;
	font-style:italic;
}

p {
	margin-bottom: 10px;
	margin-top: 0px;
}

hr {
	background-color: transparent;
	border-style: dotted;
	color: #666;
	height: 1px;
}

/* ------ Rubriker ------- */

h1 {
	background-color: transparent;
	color: #5C2A23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 17px;
	margin-top: 10px;
}

h2 {
	background-color: transparent;
	color: #8C8670;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Kontaktformulär --- */

input.button {
	background: #AD6965;
	border: 1px solid #B7B7B7;
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 2px;
	width: 80px;
}

input.button:hover {
	background: #B5717B;
	border: 1px solid #333;
	color: #000;
}

input.text {
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	width: 248px;
}

input.text:focus {
	background: #EFEFEF;
	border: 1px solid #B5717B;
	color: #000;
}

textarea {
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	width: 248px;
}

textarea:focus {
	background: #EFEFEF;
	border: 1px solid #B5717B;
	color: #000;
}

select	{
	background: #FFF;
	border: 1px solid #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	width: 248px;
}

select:focus {
	background: #EFEFEF;
	border: 1px solid #B5717B;
	color: #000;
}

.obligatoriskt {
	color: #B5717B;
	cursor: help;
}

#kurs select {
	background: #FFF;
	border: 1px solid #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	width: 130px;
}

#kurs input.button {
	background: #AD6965;
	border: 1px solid #B7B7B7;
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 2px;
	width: 25px;
}

#kurs input.button:hover {
	background: #B5717B;
	border: 1px solid #333;
	color: #000;
}

/* ------ Listor ---- */

li, ul {
	list-style-image: url(file:///C|/Documents and Settings/Anders/My Documents/Webbplatser/grafik/ruta.gif);
	list-style-type: square;
	margin-bottom: 7px;
}

/* INNEHÅLL */

#main {
	background-color: #FFF;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 465px;
	margin: 10px 0 0 10px;
	padding: 10px 0 0 10px;
	width: 760px;
	line-height: 25px;
	clear: both;
}

#main #innehall {
	float: left;
	height: 440px;
	overflow: auto;
	padding: 0 5px;
	width: 575px;
	clear: both;
}

.bildmedram{
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #CCC;
}

.bildutanram {
	padding: 5px;
}

.bildkurs {
float: none;
margin-top: 10px;
margin-left: 10px;
}


#main #spalt {
	float: right;
	height: 440px;
	padding: 0 5px;
	width: 160px;
	border-left: 1px solid #CCC;
}

/* SIDFOT */

#sidfot {
	background-color: transparent;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	margin: 0px auto 0px;
	text-align: right;
	width: 769px;
}

#sidfot a:link {
	background-color: transparent;
	border-bottom: none;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#sidfot a:visited {
	background-color: transparent;
	border-bottom: none;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#sidfot a:hover {
	background-color: transparent;
	border-bottom: none;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#sidfot a:active {
	background-color: transparent;
	border-bottom: none;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

.prova {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:normal;
padding: 2px;
width: 160px;
border-bottom: 1px solid #CCC;
padding-bottom: 15px;
}

.prova2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:normal;
padding: 2px;
width: 160px;
padding-bottom: 15px;

}

