﻿/* CSS Document */
* { margin: 0px; padding: 0px; }
body,td,th { FONT: small Georgia,Serif; font-size: 14px; }
input[type="submit"] 
{
	/* Detta är en fix för att padding på knappar renderas olika när man använder padding:0px på alla element */
	cursor: pointer; /* ie6 doesn't always display the correct cursor */
	width: auto; /* ie6 fix */
	overflow: visible; /* ie6 fix */ 
	padding:2px 4px 2px 4px;
}
.Line-Height {LINE-HEIGHT: 25px; margin-left:30px;}
.H3 { color: #c60; font-weight: bold;}
.Lefttext { color: #666; font-size: 12px; }


a:link {
	color: #c60;
	text-decoration: none;
}
a:visited {
	color: #c60;
	text-decoration: none;
}
a:hover {
	color: #c60;
	text-decoration: none;
}
a:active {
	color: #c60;
	text-decoration: none;
	
}

a {
	font-family: Georgia,Serif;
	font-weight: bold;
}


.counter {
	FONT-SIZE: 200%;  
	COLOR: #666;  }

.H1 {
	BORDER-RIGHT: #eee 0px solid;
	PADDING-RIGHT: 20px; 
	BORDER-TOP: #eee 0px solid; 
	PADDING-LEFT: 35px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 200%; 
	PADDING-BOTTOM: 0px; /*0.25em;*/ 
	MARGIN: 5px 5px 0px; 
	TEXT-TRANSFORM: uppercase; 
	BORDER-LEFT: #eee 0px solid; 
	COLOR: #666; 
	LINE-HEIGHT: 1.2em; 
	PADDING-TOP: 20px; 
	BORDER-BOTTOM: #eee 0px solid; 
	BORDER-TOP: #eee 0px solid; 
	LETTER-SPACING: 0.2em}
	
.besokare { 
	FONT-SIZE: 75%; 
	COLOR: #666; 
	TEXT-TRANSFORM: uppercase}

	
.H2 {
		BORDER-RIGHT: #eee 0px solid;
	PADDING-RIGHT: 20px; 
	BORDER-TOP: #eee 0px solid; 
	PADDING-LEFT: 35px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 75%; 
	PADDING-BOTTOM: 0.25em; 
	MARGIN: 5px 5px 0px; 
	TEXT-TRANSFORM: uppercase; 
	BORDER-LEFT: #eee 0px solid; 
	COLOR: #666; 
	LINE-HEIGHT: 1.2em; 
	PADDING-TOP: 0px;/*20px;*/ 
	BORDER-BOTTOM: #eee 0px solid; 
	BORDER-TOP: #eee 0px solid; 
	LETTER-SPACING: 0.2em}

.PagingButton { width:100;}

.TextTextBox {
	height: 62px;
    width: 445px;
	}