body {
	font: 11px Verdana, Arial, sans-serif;
	color: #7D7D7D;
}

a { 
	color: #1d72ff;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a:active {
	color: #4f667f;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

cite {
	font-style: normal;
	font-weight: normal;
	font-size:0.9em;
	color: #778999;
	letter-spacing: normal;
	display: block;
	padding: 10px;
	background: url('../gfx/cite_bg.png') no-repeat;
	text-indent: 20px;
	text-transform: uppercase;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 3.3em;
	color: #356da5;
	font-weight: normal;
}

.green {
	color: #6c762d;
}

h1 a {
	color: #356da5;
}

h2 {
	font-size: 1.4em;
	color: #999;
}

h3 {
	font-size: 1.4em;
	color: #666;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 14px;
}

h4.boxheader {
	font-size: 1.8em;
	margin: 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: circle;
	margin-left: 30px;
}
/*
li {
	margin-left: 30px;
}
*/
p {
	line-height: 1.6em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	/*position: relative;*/
}

.smaller {
	font-size: .9em;
	line-height: .7em;
}

h5 .bottomcorner {
	font-size: 1em;
}

/* färgade botten */
.bottomcornertop {
	border: 1px solid #ddd;
	margin: 0 -10px;
	display: block;
	padding: 15px;
	/*font-size: .9em;*/
	-webkit-border-radius-topright: 18px;
	-moz-border-radius-topright: 18px;
	border-radius-topright: 18px;
}

.bottomcornertop img {
	margin: -10px;
}

.bottomcorner {
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: block;
	padding-left: 10px;
	margin: 0 -10px -10px -10px;
}

.cornerblue {
	background: transparent url('../gfx/bottom_corner-blue.png') right bottom no-repeat;
}
.corneryellow {
	background: transparent url('../gfx/bottom_corner-yellow.png') right bottom no-repeat;	
}
.cornerpink {
	background: transparent url('../gfx/bottom_corner-pink.png') right bottom no-repeat;	
}

a .bottomcorner {
	text-decoration: none;
	cursor: pointer;
}

/* tiny special */
/*
.mceContentBody {
	background-color:#262626;
}
*/

::-moz-selection{
	background:#81a2b8;
	color:#fff;
}

::selection {
	background:#81a2b8;
	color:#fff;
}
