/* HTML elementen */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding-bottom: 30px;
	font-family: Verdana;
	font-size: 10pt;
	color: #cccccc;
	background: #000000 url(images/background.jpg) repeat-x;
}
h1, h2 {
	color: #ef3d51;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h2 a {
	color: #ef3d51;
}
h2 a:hover {
	text-decoration: none;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
strong {
	color: #ffffff;
}
iframe {
	border: none;
}

/* Layout */
#shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/files/themes/Elan/images/shadow.png) repeat-y center top;
}
#container { 
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background: #252525 url(images/gradient.png) no-repeat bottom left;
}
#header { 
	height: 478px;
	overflow: hidden;
}
#header img {
	display: block;
}

#navigation {
	overflow: auto;
	zoom: 1;
	padding: 0 20px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000000;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	float: left;
}
#navigation a {
	display: -moz-inline-box;
	display: inline-block;
	padding: .5em 1em;
	outline-offset: -1px;
	text-decoration: none;
}
#navigation a:hover, #navigation a.selected {
	background-color: #ef3d51;
}

#search {
	float: right;
}
#search form {
	margin: 0;
	padding: 0;
}
#search input#q {
	background-color: #000000;
	color: #cccccc;
	border: 1px solid #444444;
	margin-top: 4px;
	padding: 2px;
}
#search button {
	border: none;
	background-color: transparent;
	padding-left: 10px;
}

#content {
	width: 960px; 
	margin: 20px;
	line-height: 1.5em;
}
#main {
	width: 625px;
	float: left;
}
#right {
	float: right;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#footer {
	clear: both;
	overflow: auto;
	zoom: 1;

	margin: 30px;
	padding: 5px 0;
	font-size: 90%;
	border: 2px solid #3b393a;
	background-color: #343233;
}
#footer #left {
	float: left;
	width: 500px;
}
#footer #left div {
	float: right;
	padding: 10px;
}
#footer #right {
	float: right;
	width: 430px;
}
#footer #quote {
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 95%;
	font-style: italic;
}
#footer #ldquo {
	position: absolute;
	left: 0;
}
* html #footer #ldquo {
	left: -20px; /* IE */
}
#footer #rdquo {
	position: relative;
	left: 5px;
	top: 5px;
}

/* Algemene stijlen */
ul.links, ul.ui-accordion {
	margin: 0;
	padding: 0;
}
ul.ui-accordion li {
	list-style-type: none;
}
ul.ui-accordion h2 {
	margin: 0 0 .5em 0;
	cursor: pointer;
}
ul.links li {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 3px -44px;
}
ul.links li:hover {
	background-position: 3px 6px;
}
ul.links .current {
	font-weight: bold;
}
a.more {
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat left -46px;
}
a.more:hover {
	background-position: left 4px;
}
.elan {
	color: #ef3d51;
}
#sticker {
	position: absolute;
	bottom: -25px;
	left: 10px;
}

/* Specifieke stijlen per pagina/categorie */
.portfolio .column {
	float: left;
	width: 30%;
}

.result p span { /* Zoekresultaat */
	background-color: #ffffff !important;
	color: #000000 !important;
	padding: 1px 2px;
}

#ClickTaleDebugDump {
    top: inherit !important; 
    bottom: 10px !important;
}