/* generic elements */

html, body
{
    font-size: 10pt;
    margin: 0;
    padding: 0;
}
html
{
    background: #9ce url(/imgbasic/bg2.jpg) fixed no-repeat right top;
	/*background: #000;*/
}
body, table, td, th, input, textarea, select, h1, h2, h3, h4
{
    font-family: Georgia,'Times New Roman',Tahoma;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
    color: #000;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4
{
    font-family: "Century Gothic", "Lucida Grande",serif;
    text-decoration: none;
    font-weight: bold;
}

.inline
{
	display: inline;
}
.spip-admin-bloc
{
    position: fixed;
    top: 0px;
    left: 0;
    font-size: 80%;
    padding: 1px;
    text-align: right;
    z-index: 15;
	color: #000;
}
.spip-admin-bloc a.spip-admin-boutons
{
	color: #000;
	background-color: #fee;
	}
.formulaire_spip
{
    margin: 0;
    padding: 0;
	overflow: hidden;
}
.left
{
	float: left;
	padding: 6px 6px 6px 0;
	border: 0;
	margin: 0;
}
.right
{
	float: right;
	padding: 6px 0 6px 6px;
	border: 0;
	margin: 0;
}
a
{
    color: #c00;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
form
{
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
}
img
{
    border: 0;
	padding: 0;
	margin: 0;
	display: block;
	}
a img
{
    border: none;
}

.article a, .content blockquote a
{
    text-decoration: underline;
}

.inactive
{
    color: #6e6e6e;
}
.center
{
    text-align: center;
}
.vertdown
{
    vertical-align: bottom;
}
.small
{
    font-size: 90%;
}

h1
{
    font-size: 14pt;
}
h2
{
    font-size: 13pt;
}
h3
{
    font-size: 12pt;
}
h4
{
    font-size: 11pt;
}
h1 a, h2 a, h3 a, h4 a
{
    color: #c00;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, .pageDistribution a:hover, table a:hover, ul a:hover, a.nounderline:hover
{
    text-decoration: underline;
}

a.underline
{
    text-decoration: underline;
}

.highlightLinks a
{
    color: #000;
    text-decoration: underline;
}

fieldset
{
    border: none;
    padding: 0;
    margin: 0;
	background-color: #fee;
}

fieldset legend
{
    display: none;
}
fieldset ul
{
	list-style-image:none;
	list-style-type:none;
}
fieldset table.spip_barre td a img
{
	border: 1px solid #000;
}

.pointer
{
    cursor: pointer;
}

/* main structure */

div#centralline
{
    width: 980px;
    margin: 0 auto;
    padding: 0;
}
div#search
{
    margin: 0;
    padding: 0;
    width: 100%;
}
div#page
{
    margin: 0;
    padding: 0;
	height: 100px;
    width: 100%;
}
div#contentArea
{
	float: left;
	width: 665px;
    background: transparent;
    margin: 10px 0 0 0;
    padding: 0px;
}
div#contentAreaFullWidth
{
    background: #fff;
    margin: 10px 0 0 0;
    padding: 10px;
	border: 1px solid #c00;
}
div#sidebar
{
	float: right;
	width: 300px;
    background: transparent;
    margin: 10px 0 0 0;
    padding: 0px;
}
div#bottombigpart
{
    clear: both;
    width: 100%;
	height: 10px;
    margin: 10px 0 0 0;
    padding: 0px;
    background: transparent;
}
div#footer
{
    background: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* navigation */


div#page h1
{
	float:left;
	height: 60px;
	margin: 13px 0 0 0;
	width: 123px;
}
div#page h1 a
{
	background:transparent url(/imgbasic/logo1.png) no-repeat scroll 0 0;
	display: block;
	height: 0;
	margin: 0 0 0 0;
	overflow: hidden;
	padding-top: 100px;
	width: 123px;
}
div#page h1 a:hover
{
	background:transparent url(/imgbasic/logo1.png) no-repeat scroll 0 -100px;
}
div#logo2
{
	background: transparent url(/imgbasic/logo2.png) no-repeat scroll;
	height: 48px;
	margin: 0 0 0 123px;
	width:840px;
}
ul#nav
{
	background: transparent url(/imgbasic/nav_back.gif) repeat scroll 0 0;
	float: left;
	height: 33px;
	margin: 0 0 20px 0;
	padding: 0 0 0 4px;
	width: 845px;
}
ul#nav li {
	background:transparent url(/imgbasic/nav_li.gif) no-repeat scroll 0 0;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1px 0;
	padding-left:1px;
}
ul#nav li a {
	background:transparent url(/imgbasic/nav_a.gif) no-repeat scroll 0 0;
	color: #444;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	height: 23px;
	line-height: 16px;
	padding: 8px 0 0 0;
    font-family: "Century Gothic", "Lucida Grande",serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
ul#nav li a:hover {
	background:transparent url(/imgbasic/nav_a_hov.gif) repeat scroll 0 0;
}
ul#nav li.nav_link1
{
	width: 110px;
}
ul#nav li.nav_link2
{
	width: 1px;
}
div#navend
{
	float: right;
	background: transparent url(/imgbasic/nav_end.png) no-repeat right;
	margin: -8px 0 0 0;
	padding: 0;
	height: 48px;
	width: 8px;
}

/* search box */

form#cse-search-box
{
	margin: 0; 
    padding: 0;
	text-align: right;
	}
form#cse-search-box input
{
	margin: 0; 
    padding: 0;
	}
form#cse-search-box input.box
{
	margin: 0; 
    padding: 0;
	height: 16px; 
	}
form#cse-search-box input.textbox
{
	margin: 0; 
    padding: 0;
	font-size: small; 
	}
form#cse-search-box input.button
{
	vertical-align: top; 
	}

/* within contentArea */

div#articleArea
{
	float: left;
	width: 524px;
    background: #fff;
    margin: 0px;
    padding: 0px 10px;
	border-right: 3px solid #c00;
	border-left: 3px solid #c00;
	border-bottom: 3px solid #c00;
	}
div#articleAreaNoSide2
{
	width: 643px;
    background: #fff;
    margin: 0px;
    padding: 10px;
	border-right: 1px solid #c00;
	border-left: 1px solid #c00;
	border-top: 1px solid #c00;
	}
div#articleAreaWide
{
	width: 100%;
    background: #fff;
    margin: 0px;
	}

div#contentArea h1
{
    margin: 0 0 3px 0;
}
div#contentArea h1 a
{
    border: 0;
}
div#contentArea h2
{
	color: #c00;
    border: 0;
    margin: 0;
	padding: 15px 0 5px 0;
}
div#contentArea h3, div#contentArea h4
{
    border: 0;
    margin: 0;
	padding: 15px 0 0 0;
}
div#contentArea p +  h3
{
    border: 0;
	border-bottom: dotted 1px #06a;
    margin: 0 0 0 0;
	padding: 15px 0 0 0;
	width : 80%;
}
div#contentArea p
{
    padding: 5px 0px 5px 0px;
	margin: 0px;
	line-height: 24px;
}
div#contentArea ol
{
	list-style-position: inside;
    font-size: 100%;
    margin: 0;
    padding: 5px 0 5px 0px;
}
div#contentArea ul, ul.normal
{
    font-size: 100%;
    margin: 0 0 0 15px;
    padding: 5px 0 5px 0;
}
div#contentArea ul li
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/imgbasic/bullet2.png) no-repeat scroll left -83px;
	color: #000000;
	display: block;
	line-height: 24px;
	min-height: 24px;
	padding: 0 0 0 20px;
}
div#contentArea ol li
{
	color: #000000;
	line-height: 24px;
	min-height: 24px;
	padding: 0 0 0 10px;
}
div#contentArea p.art_datum
{
    margin: 0;
    padding: 2px 0 5px 0px;
    font-size: 90%;
    line-height: 120%;
    font-style: italic;
}
div#contentArea p.art_datum a
{
    color: #06a;
    text-decoration: none;
    border-bottom: dotted 1px #fff;
}
div#contentArea p.art_datum a:hover
{
    border-bottom: dotted 1px #000;
}
div#contentArea td
{
    line-height: 22px;
}
span.partstart
{
	color: #c00;
	font-variant: small-caps;
	padding-right: 10px;
}

div#extraBar
{
	float: right;
	width: 100px;
	border: 0;
	margin: -35px 0 0 0; 
	padding: 0;
}

img.spip_logos
{
    float: right;
    padding: 10px 5px 0 0;
}

div.underlined
{
    border-bottom: dotted 1px #000;
    margin: 10px 0;
}

a.leesverder
{
    color: #c00;
    text-decoration: none;
    padding-left: 0.5em;
}
a.leesverder:hover
{
    color: #c00;
    text-decoration: none;
    border-bottom: dotted 1px #c00;
}
div.topImage
{
	margin: 0; 
	padding: 0;
	height: 35px;
	background: transparent url(/imgbasic/topContent.png) no-repeat;
}
div.bottomImage
{
	margin: 0; 
	padding: 0;
	height: 25px;
	background: transparent url(/imgbasic/bottomfeeder.png);
}
div.bottomImage2
{
	margin: 0; 
	padding: 0;
	height: 20px;
	background: transparent url(/imgbasic/bottomContent665.png);
}
table.spip
{
	border: 1px solid #ccc;
}
table.spip tr.row_first
{
	background: #fee;
}
table.spip tr.row_odd
{
	background: #eee;
}
table.spip tr.row_even
{
	background: #ddd;
}
table.spip tr.row_odd td, table.spip tr.row_even td, table.spip tr.row_first td
{
	padding: 0 5px;
}

/* forumgedeelte */

div#fora
{
	margin: 0; 
	padding: 0;
	background: #eee;
}
div#fora ul.forum
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
div#fora ul.forumsub
{
	margin: 0 0 0 -20px; 
	padding: 0; 
	list-style: none; 
}
div#fora li
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/imgbasic/bullet2.png) no-repeat scroll left -83px;
	color: #000000;
	display: block;
	line-height: 22px;
	min-height: 22px;
	padding: 0 0 5px 20px;
}

/* within sidebar */
div.sidebox
{
	border-top: 1px solid #c00;
	border-right: 1px solid #c00;
	border-left: 1px solid #c00;
	border-bottom: 1px solid #c00;
	background-color: #f4f4f4 /*#e4e2d6*/;
	width: 298px;
}
div.sidebox_top
{
	border: 0px;
	background: transparent url(/imgbasic/redroundedcorners.png) top no-repeat;
	height: 20px;
}
div.sidebox_top h2, h2 a
{
	color: #fff;
	text-align: center;
	padding: 1px 0 0 0;
	font-style: italic;
}
div.sidebox + div.sidebox_top
{
	margin-top: 10px;
}
div.sidebox h1
{
	border-bottom: 1px solid #c00;
	background-color: #900;
	color: #fff;
	padding: 2px 4px 0px 4px;
}
div.sidebox h2
{
	border-bottom: 1px solid #c00;
	background-color: #c00;
	color: #fff;
	padding: 2px 4px 0px 4px;
}
div.sidebox h2 a
{
	border-bottom: 1px solid #c00;
	background-color: #c00;
	color: #fff;
	padding: 2px 4px 0px 4px;
	text-decoration: none;
	}
div.sidebox h2 a:hover
{
	color: #06a;
	text-decoration: none;
}
div.sidebox h3, div.sidebox h3
{
	color: #06a;
}
div.sidebox ol
{
	list-style-position: inside;
    font-size: 100%;
    margin: 0;
    padding: 5px 0 5px 0px;
}
div.sidebox ul
{
    font-size: 100%;
    margin: 0 0 0 5px;
    padding: 5px 0 5px 0;
}
div.sidebox ul li
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/imgbasic/bullet1.png) no-repeat scroll left;
	color: #000000;
	display: block;
	line-height: 24px;
	min-height: 24px;
	padding: 0 0 0 20px;
}
div.sidebox li.lev1
{
	background:transparent url(/imgbasic/bullet2.png) no-repeat scroll left -83px;
}
div.sidebox ol li
{
	color: #000000;
	line-height: 24px;
	min-height: 24px;
	padding: 0 0 0 10px;
}

div.sideimage
{
	margin: 0;
	padding: 0;
}
div.sideimage img
{
	display: block;
	border: 1px solid #c00;
	margin: 0 0 10px 0;
	padding: 0;
}
div.sideimage img.spip_logos
{
	float: none;
}

div#sidebar p.attention
{
    color: #cc000;
    font-size: 110%;
    margin: 5px 0 15px 0;
    padding: 0;
    font-weight: bold;
}
div#sidebar p.attention a
{
    color: #fee;
    text-decoration: none;
}
div#sidebar p.attention a:hover
{
    color: #eef;
    text-decoration: none;
    border-bottom: dotted 1px #c00;
}

div#sidebar table.list
{
    border: 0;
    margin: 0px;
    padding: 2px 4px;
    width: 100%;
    font-size: small;
}
div#sidebar table.list tr.toprow td
{
    border-bottom: solid 1px #c00;
}
div#sidebar table.list td
{
    color: #333;
    font-size: 95%;
    margin: 0px;
	line-height: 22px;
	vertical-align: top;
}
div#sidebar table.list td.date
{
    color: #06c;
    font-size: 90%;
    margin: 0px;
    font-style: italic;
    vertical-align: top;
}

/* adsection */

div#adsection
{
	margin: 0;
	padding: 0;
	}
div#adsection img
{
	display: inline;
	margin: 0;
	padding: 0 0 10px;
	}

/* footer */

div#footer p
{
    font-size: 95%;
    margin: 0;
    padding: 0 10px 10px 15px;
}
div#footer a
{
    text-decoration: none;
}
div#contentFooterBottom
{
    height: 10px;
}
