/* Trygghetstelefon.SE */

body {
	font-family: sans-serif;
	background: url("bakgrund.png");
	background-repeat:repeat-x;
}

h1 {
	font-weight: 100;
	font-size: 42px;
}

h2 {
	color: gray;
}

h3 {
	font-weight: 900;
	font-size: 16px;
}

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

a:hover {
	color: #ff3322;
}

.addse:after {
	color: gray;
	content: '.se'; 
}

.quotebox {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	width: 450px;
}

.quote {
	font-size:17px;
}

.quote:before {
	color: gray;
	content: '»'; 
}

.quote:after {
	color: gray;
	content: '«'; 
}

.horizontalline {
	border-top: 1px solid black;
	margin-top: -25px;
}


div.rightcolumn {
	float: right;
	width: 350px;
	margin-top:10px;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom:10px;
	border-left: 1px dotted black;
}

h2.rightcolumn {
	margin-top: 0px;
	font-weight: 100;
}

div.maincolumn {
	margin-top:10px;
	clear: left;
}

h2.maincolumn {
	margin-top: 0px;
	font-weight: 100;
}

.imageleft {
	float: left;
	margin-right: 20px;
}

div.footer {
	text-align: center;
	clear: both;
	width: 100%;
}

a.footer {
	font-size: 12px;
	color: #aaaaaa;
}

a.rssfeed {
	color: #000000;
}

li.rssfeed {
	
}

ul.rssfeed {
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.weak {
	font-size: 12px;
	color: #aaaaaa;
}

