/* CSS Document */
/*-----------------------------------------------------------------------------
iMarks default stylesheet

version:   1.0
author:    Ruud Legdeur
email:     ruud@imarks.nl
website:   http://www.imarks.nl

/*---------------------------------------------------------------------------
=General
-----------------------------------------------------------------------------*/

/* Set all padding and margin to zero */

* {
	margin:		0;
	padding:	0;
}


/* Set border around linked images to zero */

img {
	border: 0;
}

/* Removes styling from all list items */

ul, li {
	list-style:	none;
}
.normal_ul, li {
	list-style: circle;
}



/* Set h elements to standard margin */

h1, h2, h3, h4, h5, h6 {
	font-size:		1em;
	font-weight:	normal;
}

/* Set all anchors with no decoration */

a {
	text-decoration:	none;
	color: #3E7CFF;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-top: 5px;
	letter-spacing: 3px;
}

/*---------------------------------------------------------------------------
=Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: 1px;
}
h2 {
	font-size: 15px;
	color:#D89A18;
	font-weight: bold;
	margin-top: 10px;
}
h3 {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	letter-spacing: 5px;
}


/*---------------------------------------------------------------------------
=Layout
-----------------------------------------------------------------------------*/
#container {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(../images/head_01.jpg);
	height: 191px;
	width: 750px;
	float: left;
	position: relative;
}
#head2 {
	background-image: url(../images/head_02.jpg);
	height: 33px;
	width: 750px;
	float: left;
}
#content_home {
	background-image: url(../images/bg_home4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 480px;
	width: 750px;
	overflow: hidden;
	float: left;
}
#content {
	float: left;
	width: 750px;
	overflow: hidden;
}
#content_behind {
	float: left;
	width: 750px;
	overflow: hidden;
}

#content_portfolio {
	float: left;
	width: 750px;
	overflow: hidden;
	height: 600px;
}

#footer {
	height: 30px;
	width: 750px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6C4D0C;
	margin-top: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-top: 5px;
	float: left;
}
#navbar {
	float: left;
	height: 30px;
	width: 700px;
	padding-left: 6px;
	bottom: 0px;
	position: absolute;
}


#navbar ul li {
	display: inline;
}
#navbar ul li a {
	font-weight: bold;
	text-decoration:none;
	color: #a1a0a0;
	letter-spacing: 4px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a1a0a0;
	padding-right: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar ul li a:hover {
	text-decoration:underline;
}
.item_behind {
	padding: 15px;
	width: 720px;
	overflow: hidden;
}
#navbar ul li a .sel {
	color: #D89A18;
	text-decoration: underline;
}
.links ul, .links li {
	list-style-type: circle;
	list-style-position: inside;
}
#linkswrapper {
	float: left;
	width: 400px;
	overflow: hidden;
}
.links {
	width: 400px;
}
#flickrlink {
	float: right;
	width: 150px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	width: 550px;
	margin-left: 80px;
}
.home_regel {
	text-align: justify;
	height: 16px;
}
.item_behind img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.galerie {
	float: left;
	height: 135px;
	width: 160px;
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 10px;
}
.galerie img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}
.item_behind table {
	background-color: #222222;
}
