/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #DBFCD6;
	font: normal small Arial, Tahoma, Verdana, serif;
	color: #404040;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Tahoma, Verdana, serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

h2 {
	letter-spacing: 0px;
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 600px;
	text-align: center;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

p.center {
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #084300;
}

a:visited {
	text-decoration: underline;
	color: #084300;
}

a:hover {
	text-decoration: none;
color: #EF5E5E;
}

li {
	color: #084300;
}

li a:link {
	border-bottom: 0px dotted #000000;
	color: #404040;
}

li a:visited {
	border-bottom: 0px dotted #000000;
	color: #404040;
}

li a:hover {
	border-bottom: 0px solid #000000;
	text-decoration: none;
	color: #EF5E5E;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #000000;
}

img.avatar {
	width: 250px;
	border: 1px #000 solid;
}

img.avatar a {
	border: 1px #000 solid;
}

img.avatar a:hover {
	text-decoration: underline;
}

img.thumb {
	border: 1px #000 solid;
}

img.thumb a {
	border: 1px #000 solid;
}

img.thumb a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 980px;
	height: 108px;
	margin: 0 auto;
	padding: 2px;
	background: #000000 url(images/logoneukadresjes.jpg) no-repeat 2px 2px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	padding: 70px 0 0 30px;
	font-weight: bold;
}

#header h2 {
	padding: 70px 0 0 0;
font-weight: bold;
}

/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	border: 2px solid #000000;
	border-top: none;
}

#colOne {
	float: left;
	width: 210px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 720px;
	padding: 20px 10px;
}

/* Table */

.profile td {
	width: 50%;
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #D6947A;
}

/* Label */

.left { float: left; width: 100px; }
.right { float: left; width: 300px; }
