body {
  background:#000;
	/*background:	#FFF url(ptkback.gif) repeat-y center top fixed;*/
	font-family:	"Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size:	14px;
	line-height:	1.1em;
	color:		#FFF;
}

a:link, a:visited {
  font-size:	15px;
	color:		orange;
	text-decoration:none;
	font-weight: bold;
}

a:hover {color: yellow}
a:active {color: yellow}

a#current { 
font-weight: bold; 
color: yellow; 
text-decoration:underline;
}

img{
  border:3;
  border-color:orange;
}


h1{	
  color: orange;
	text-align:	center;
	padding: 2px;
	font-size: 26px;
	padding-top: 5px; 
}

/* Tabellens utseende */
table{border-width:2px;border-color:orange;}
td{font-size:12px;padding:2px;border-width:0px}
td#one {width: 17%;}
td#two {width: 5%;}
td#three {width: 32%;}
td#four {width: 11%;}


p {
	margin-top:	15px;
}

div#container {
	margin:		20px auto 0 auto;
	width:		450px;
}

ul{
  margin: 0;
  margin-top: 18px;
  padding: 0;
  color: orange;
  list-style-type: circle;
}




ul li{
  margin-left:18px;  
} 

ul p{
color: white;
}

table{
margin-top:15px;
}

em {	
	font-style: normal;
	font-weight: bold;
}

h4{
  margin-top:10px;
  margin-bottom:3px
}

h2{
font-size: 10pt;
font-weight: bold;
color: #FFF;
}


h4{
/*display:inline;*/
margin-top:20px;
margin-bottom:3px;
}





/* Gammalt jox från moroten som kan va bra att ha som referens
form { 
  padding: 10px; 
  margin: 0px;
}



form input { 
	font-size: 11px; 
	border: 1px solid #000; 
	background-color: #ff9; 
}

.radio { 
	font-size: 11px; 
	border: 0px solid #000; 
	background-color: #f84;
}

form select { 
	font-size: 11px; 
	border: 1px solid #000; 
	background-color: #fff; 
}

form textarea { 
	font-size: 11px; 
	border: 1px solid #000; 
	background-color: #fff; 
}

.kontroll { 
	width: 340px; 
	clear: both;
	font-size: 0.8em;
}

.left { 
	width: 100px; 
	float: left; 
	padding-bottom: 5px; 
}

.right { 
	width: 240px; 	
	float: right; 
	padding-bottom: 5px; 
}
*/
