* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFE27C url(/images/main_bg.jpg) repeat-y 50%;
	font-family: "Lucida Grande", Sans-Serif;
	font-size: 13px;
	color: #666666;
	line-height: 20.5px;
	height: 100%;
	width: 100%;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#header {
	background: #F55C00;
	height: 118px;
	border-top: 4px #FFE27C solid;
}

#header .content {
		text-align: left;
		width: 911px;
}

#header .content .white {
	width: 911px;
	height: 39px;
	top: 84px;
	background: white;
	position: absolute;
}

#header ul {
	list-style: none;
	float: right;
	padding-top: 57px;
	padding-right: 38px;
}

#header ul li {
	float: left;
}

#layout {
	width: 871px;
	padding: 20px;
	text-align: left;
}

#column_left {
	float:left;
	width: 457px;
}

#column_left .article {
	margin-left: 25px;
}

#column_left img {
	margin-top: 20px;
	display: block;
}

#column_left p {
	margin-left: 25px;
	margin-top: 8px;
}

#profile_links {
	padding: 25px;
	background: #FFFFEA;
	margin-top: 10px;
}

#profile_links a {
	color: #999999;
	text-decoration: none;
	display: block;
}

#profile_links a:hover {
	text-decoration: underline;
}

#column_right {
	background: #FFFFEA;
	float: right;
	width: 330px;
	padding: 0 20px 20px 20px;
}

#column_right img {
	display: block;
}

#column_right p {
	padding-left: 18px;
	font-size: 11px;
	color: #999999;
}

#column_right input {
	margin-left: 18px;
}

#column_right img{
	margin-top: 20px;	
}

.text_field {
	font-size: 18px;
	width: 280px;
}


input[type=text]:focus, input[type=password]:focus {
	background: #FFFFCC;
}

.formError {
	color: red;
	font-weight: bold;
	font-size: 10px;
	margin-left: 18px;
	display: block;
}

#login {
	margin-left: 25px;
}

#column_right #profiel a {
	color: #999999;
	text-decoration: none;
}

#column_right #profiel a:hover {
	text-decoration: underline;
}

#column_right #profiel p {
	font-size: 13px;
}

#column_right #profiel p a {
	color: #F59400;
	text-decoration: none;
}

#column_right #profiel p a:hover {
	text-decoration: underline;
	background: #F59400;
	color: white;
}

#column_right #profiel label {
	font-size: 11px;
	color: #999999;
	margin-left: 18px;
}

#column_right #profiel .text_field {
	margin-bottom: 10px;
	width: 185px;
	display: block;
}

#column_right #profiel ul {
	list-style: none;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#column_right #profiel ul a {
	color: #F59400;
	text-decoration: none;
	font-size: 13px;
}

#column_right #profiel ul a:hover {
	background: #F59400;
	color: white;
	text-decoration: underline;
}

#column_right #profiel span {
	margin-top: -5px;
	display: block;
	margin-bottom: 5px;
}

#column_right #profiel span a {
	font-size: 11px;
	color: #999999;
}

#column_right #profiel span a:hover {
	background: white;
	color: #999999;
}

#column_right #profiel img {
	margin-top: 30px;
}

#after_update_password {
	color: #F59400;
	margin-left: 18px;
}

#after_update_emailaddress {
	color: #F59400;
	margin-left: 18px;
}

/* Start weblog */

#column_left #weblog p {
	margin-left: 3px;
}

#column_left #weblog #replace_articles {
/*	margin-top: 20px;*/
}

#column_left #weblog .article {
	margin-top: 35px;
}

#column_left #weblog .article h2 a {
	text-decoration: none;
	font-size: 23px;
}

#column_left #weblog .article h2 a:hover {
	text-decoration: underline;
}

#column_left #weblog .article h3 {
	font-size: 11px;
}

#column_left #weblog .article p {
	margin-left: 0;
	margin-top: 20px;
}

#column_left #weblog .article .reaction_footer {
	font-size: 12px;
}

#column_left #weblog .article h3 span {
	color: #F59400;
}

#column_left #weblog .article h3 a:hover {
	background: #F59400;
	color: white;
	text-decoration: underline;
}

#column_left #weblog #weblog_comments {
	background: #FFFFEA;
	padding: 10px;
	margin-top: 20px;
}

#column_left #weblog #weblog_comments img {
	margin: 5px 0 20px 0;
}

#column_left #weblog #weblog_comments .comment {
	margin-bottom: 10px;
}

#column_left #weblog #weblog_comments .comment p {
	margin-left: 0;
	padding-left: 0;
}

#paginator {
	margin-top: 20px;
	font-weight: bold;
}

.weblog_archive_item {
	margin-bottom: 10px;
	padding-left: 18px;
}




.weblog_archive_item .weblog_archive_item_data {
	font-size: 11px;
	font-weight: bold;
}

.weblog_archive_item .weblog_archive_item_data {
/*	margin-left: 10px;*/
}

.weblog_archive_item .weblog_archive_item_data span {
}

#weblog_right {
	background: #FFFFEA;
	float: right;
	width: 330px;
	padding: 20px;
}

#weblog_right img {
	display: block;
	padding-top: 20px;
}

#weblog_right p {
	padding-left: 18px;
	font-size: 12px;
	color: #999999;
}

.weblog_archive_item a {
	display: block;
	font-size: 14px;
}

#weblog_right .rss_links {
	list-style-position: inside;
	padding-top: 10px;
}

#weblog_right .rss_links li {
	list-style-image: url(/images/rss.gif);
}

#column_right.user_data p {
	font-size: 12px;
	padding: 10px 0 0 0;
	
}