body {
	margin: 20px;
	padding: 0px;
	background-color: #fff;

	
	/*
	background-image: url(/admin/start/hkol3.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	*/
}

/*** Huvudtabellen ***/

#htab {
	border: 1px solid #999999;
}

/** Textformatering **/


.textdiv {
	margin: 0 20px 0 20px;
	overflow: auto;
	height: 380px;
}


h1, h2, h3 {
	font-family: Tahoma, Verdana, sans-serif;
	color: #000; 
	font-weight: normal;
	margin: 2% 3%;
}

h1 {
	font-size: 1.2em;
	
}

h1 a {
	color: #000; 
}


h2 {
	
	font-size: 1em; 
}

h2 a {
	color: #000; 
}

h3 {
	
	font-size: 1.1em; 
}

h3 a {
	color: #000; 
}


p {
	margin: 2% 3%;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .7em;
	line-height: 145%;
	color: #000;
}

p.umeny {
	margin-top: 20px;
	margin-bottom: 10px;
}

p.umeny a {
	font-weight: bold;
	text-decoration: none;
}

p.umeny a:hover {
	font-weight: bold;
	text-decoration: underline;
}

p.byran {
	margin: 0px;
}

p.byran a {
	margin: 0px;
	color: #999;
	text-decoration: none;
}

p.byran a:hover {
	color: #000;
	text-decoration: underline;
}



li {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .7em;
	line-height: 100%;
	color: #000;
	margin: 0 3% 0 0;
}

dl {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0% 0% 2% 0%;
	font-size: .7em;
	line-height: 145%;
	color: #000;
}

a {
	color: #000;
}

img {
	border: 0;
}

span.italic {
	font-style:italic;
}
span.bold {
	font-weight:bold;
}


