/*
Title:		StyleSheet for Aljevragen
Updated:	9 January 2012
*/


/* ---[ notice / ID ]--------------------------- */

#notice {
	padding: 0 10px 15px 10px;
	background: #e2ded8;
	margin-bottom: 30px;
	}
#notice p { 
	color: #b20000;
	margin: 0; 
	padding: 15px 0 0 0;
	}
#notice a:link, #notice a:visited { 
	color: #b20000;
}
.right {
	float: right;
	margin-top: 0px;
	margin-left: 15px;
}
.outtake {
	padding: 4px;
	margin: 10px 20px 10px 0px;
	border: #bfbab3 1px solid;
	background-color: #e2ded8;
	float: left;
}
.rightblock_sub .outtake {
	width: 270px;
	margin: 10px 0px 10px 0px;
}
.red ol, .blue ol { 
	list-style: none;
	margin: -0.5em 0 2em 0;
	padding-left: 5px;
}
.red ol li {
	padding: 0 0 4px 15px;
	line-height: 1.5em;
	background-image: url(../media/bullet_red_small.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.blue ol li {
	padding: 0 0 4px 15px;
	line-height: 1.5em;
	background-image: url(../media/bullet_blue_small.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.red h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	padding-top: 10px;
	color: #a40000;
}
.blue h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	padding-top: 10px;
	color: #3465a4;
}
