* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#ffffff;
	color:#000000;
	font:80% Arial, Verdana, sans-serif;
	line-height:140%;
	text-align:center;
}

.body_member {
	background-image:url(images/body2.gif);
}

#top {
	position:relative;
	height:157px;
	width:980px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#top_member {
	position:relative;
	height:98px;
	width:980px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/top_member.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#nav_top {
	position:relative;
	top:102px;
	left:25px;
}

#nav_top #topmenu, #nav_top #topmenu2 {
	height:18px;
	list-style:none;
}

#nav_top #topmenu2
{
	margin-top:11px;
	margin-left:21px;
}

#nav_top #topmenu li, #nav_top #topmenu2 li {
	float:left;
	padding-right:30px;
}

#nav_top #topmenu li a, #nav_top #topmenu2 li a {
	text-decoration:none;
	font-size:15px;
}

#nav_top #topmenu2 li a {
	color:#ffffff;
}

.home {
	background-image:url(images/home.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
}

.home2 {
	background-image:url(images/home2.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:22px;
}

#container {
	position:relative;
	width:932px;
	margin:0 auto;
	text-align:left;
}

#container_member {
	min-height:100%;
	width:100%;
	background-image:url(images/content.gif);
	background-repeat:no-repeat;
	background-position:center 98px;
}

#column1 {
	float:left;
	display:inline;
	width:326px;
	padding-right:12px;
	margin-right:13px;
	border-right:1px solid #213b73;
}

#column2 {
	float:left;
	width:326px;
	display:inline;
}

#nav_left {
	float:left;
	width:199px;
	padding-left:10px;
	padding-top:14px;
}

#nav_left ul {
	list-style:none;
	margin-top:25px;
}

#nav_left ul li {
	margin-bottom:10px;
}

#nav_left ul li a {
	text-decoration:none;
	font-size:15px;
}

#content {
	float:left;
	width:679px;
	padding:22px;
	padding-top:20px;
}

.post {
	width:326px;
	border-bottom:1px solid #213b73;
	padding-bottom:4px;
	margin-bottom:14px;
}

.post a img:hover {
	cursor:default;
}

.ddsg-wrapper ul {
	margin-left:18px;
	margin-bottom:16px;
	list-style-type:circle;
}

.ddsg-wrapper ul ul {
	padding:0px;
	margin:0px;
	list-style-type:circle;
}

.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

a {
	color:#002678;
}

a img {
	border:none;
}

p {
	padding-bottom:10px;
}

h1 {
	line-height:normal;
	color:#213b73;
}

h2 {
	line-height:normal;
	font-size:16px;
	color:#213b73;
	margin-bottom:8px;
}

h3 {
	padding-top:6px;
	padding-bottom:2px;
	font-size:14px;
}

.post h2 {
	margin-bottom:4px;
}

.post h2 a {
	text-decoration:none;
}

.button {
	padding:6px;
	padding-left:9px;
	padding-right:9px;
	background-color:#213b73;
	color:#ffffff;
	text-decoration:none;
	border:none;
}

.button:hover {
	cursor:pointer;
}

hr {
	border:none;
	color:#213b73;
	background-color:#213b73;
	height:1px;
}

/*--Wordpress relaterat--*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}