@charset "UTF-8";

body {
	margin: 0px;
	background-position: top center;
	background-repeat: repeat-y;
}

body, tr, td, textarea { 
	font-family: Georgia, Helvetica;
	color: #000000; 
	font-size: 12px; 
	line-height: 20px;
	font-weight: normal; 
}

input {
	font-family: Georgia, Helvetica;
	color: #000000; 
	font-size: 12px; 
	line-height: 14px;
	font-weight: normal;
}

h1 {
	font-family: "Times", "Times New Roman" sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	padding: 0;
	margin: 0;
}

.inputBlur {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.inputFocus {
	border: 1px solid #0000ff;
	background-color: #e8eeff;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.vit {
	background-color: #ffffff;
}

.menyKnapp {
	font-family: Arial;
	font-size: 12px; 
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	cursor: pointer;
}

.menyKnappOver {
	font-family: Arial;
	color: #666666;
	font-size: 12px; 
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	cursor: pointer;
}

.menyKnappSelected {
	font-family: Arial;
	color: #999999;
	font-size: 12px; 
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	cursor: pointer;
}

.bloggKnapp {
	padding: 8px 0px 8px 20px;
	cursor: pointer;
}

.adminKnapp {
	padding: 6px;
	border: 1px dotted #999999;
	background: #eeeeee;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
}

.knapparInaktiva {
	color: #cccccc;
}

.knapparAktiva {
	color: #000000;
}

.signatur {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

.bloggTitle {
	font-family: "Times", "Times New Roman" sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
}

.bloggAdminRuta {
	position: absolute; 
	top: 0px; 
	right: 0px;
	padding: 4px;
	border: 1px solid #cccccc;
	background: #fffbc0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.bloggAdminRutaOver {
	position: absolute; 
	top: 0px; 
	right: 0px;
	padding: 4px;
	border: 1px solid #666666;
	background: #fffbc0;
}

.bloggHandle {
	cursor: move;
}

.aktuelltRubrik {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
}

.aktuelltRuta {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

.antalKommentarer {
	font-style: italic;
	padding-bottom: 20px;
}

.bloggtext a {
	font-weight: bold;
}

.extrabildFull {
	padding-bottom: 10px;
}

.extrabildRight {
	float: right;
	padding-left: 6px;
	padding-bottom: 4px;
}

.underRubrik {
	font-family: Arial;
	font-size: 12px; 
	line-height: 14px;
	font-weight: bold;
}