/******************************************************************************
 General
******************************************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	background-image: url("images/background.png");
	background-repeat: repeat-x;
}

a {
	color: #e2003b;
	outline: none;
}

a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
	margin-top: 0;
	padding-top: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1,
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #e2003b;
	margin: 0 0 .5em 0;
	padding: 0;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #e2003b;
	margin: 0 0 .5em 0;
	padding: 0;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #76b900;
	margin: 0 0 .5em 0;
	padding: 0;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.csc-textpic-caption {
	font-size: 80%;
	line-height: 1.3em;
}


/******************************************************************************
 Container
******************************************************************************/
div#container {
	width: 1004px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background-image: url("images/container.png");
	background-repeat: repeat-y;
	background-position: top right;
}


/******************************************************************************
 Header
******************************************************************************/
div#header {
	height: 145px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
}

div#header h1 {
	position: absolute;
	top: 145px;
	left: 40px;
	margin: 0;
	padding: 0;
	width: 111px;
	height: 26px;
	overflow: hidden;
	background-image: url("images/header_bottom.png");
	background-repeat: no-repeat;
	text-indent: 111px;
	white-space: nowrap;
}


/******************************************************************************
 Main menu
******************************************************************************/
div#mainmenu {
	position: absolute;
	top: 115px;
	right: 0;
}

div#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
}

div#mainmenu ul li {
	display: inline;
	margin: 0 0 0 15px;
}

div#mainmenu ul li a {
	color: #76b900;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

div#mainmenu ul li a:hover,
div#mainmenu ul li.current a {
	color: #e2003b;
}


/******************************************************************************
 Submenu
******************************************************************************/
div#submenu {
	float: left;
	width: 170px;
	padding: 30px 0 0 0;
	overflow: hidden;
}

div#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#submenu ul li a {
	color: #76b900;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

div#submenu ul li a:hover,
div#submenu ul li.current a {
	color: #e2003b;
}

div#submenu ul li ul {
	margin: 0 0 0 20px;
}

div#submenu ul li.current ul li a {
	color: #76b900;
	font-weight: normal;
}

div#submenu ul li.current ul li a:hover,
div#submenu ul li.current ul li.current a {
	color: #e2003b;
}


/******************************************************************************
 Rootline
******************************************************************************/
div#rootline {
	position: absolute;
	top: 146px;
	left: 0;
	padding: 0 0 1px 0;
	width: 690px;
	background-image: url("images/line_red.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}

div#rootline ul {
	margin: 0;
	padding: 0 0 0 170px;
	list-style: none;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

div#rootline ul li {
	display: inline;
	padding: 0 11px 0 0;
	margin: 0 5px 0 0;
	background-image: url("images/rootline.png");
	background-repeat: no-repeat;
	background-position: right .55em;
}

div#rootline ul li.last {
	margin: 0;
	padding: 0;
	background-image: none;
}

div#rootline ul li a {
	font-size: 90%;
	text-decoration: none;
}

div#rootline ul li.last a {
	color: #76b900;
	font-weight: bold;
}


/******************************************************************************
 Content
******************************************************************************/
div#content {
	float: left;
	width: 690px;
	padding: 41px 0 0 0;
	margin: 0 0 1em 0;
	overflow: hidden;
}

div#content form {
	margin: 0 0 1em 0;
}

div#content div.pair {
	float: left;
	width: 200px;
}

div#content div.pair label {
	display: block;
	font-weight: bold;
}

div#content div.pair input {
	width: 150px;
}

div#content div.buttons {
	clear: left;
}



/******************************************************************************
 Content - FCE - Two columns
******************************************************************************/
div#content div.twocolumns {
	overflow: hidden;
	margin: 0 0 1em 0;
}

div#content div.twocolumns div.column1,
div#content div.twocolumns div.column2 {
	float: left;
	width: 330px;
	overflow: hidden;
}

div#content div.twocolumns div.column2 {
	float: right;
}


/*******************************************************************************
 Content - Mailform
*******************************************************************************/
div#content form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

div#content form fieldset legend {
	display: none;
}

div#content form fieldset.csc-mailform div.csc-mailform-field {
	margin: 0 0 .5em 0;
}

div#content form fieldset.csc-mailform div.csc-mailform-field label {
	display: block;
	font-weight: bold;
}

div#content form fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio {
	display: block;
	overflow: hidden;
}

* html div#content form fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio {
	overflow: visible;
	height: 1px;
}

div#content form fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio input {
	float: left;
}

div#content form fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio label {
	float: left;
	margin: 0 20px 0 0;
	font-weight: normal;
}


/******************************************************************************
 Content - News - Latest/List
******************************************************************************/
div#content div.news-latest {
	margin: 1px 0 0 0;
}

div#content div.news-dossier div.single,
div#content div.news-latest div.single,
div#content div.news-list div.single {
	padding: 0 0 1px 0;
	overflow: hidden;
	background-image: url("images/line_430_red.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#content div.news-dossier div.single {
	padding: 0 0 11px 0;
	background-repeat: repeat-x;
}

div#content div.news-latest div.single div.image,
div#content div.news-list div.single div.image {
	width: 250px;
	height: 167px;
	overflow: hidden;
	background-color: #000000;
	text-align: center;
	float: left;
}

div#content div.news-latest div.single h2.title,
div#content div.news-latest div.single div.date,
div#content div.news-latest div.single div.text,
div#content div.news-list div.single h3.title,
div#content div.news-list div.single div.date,
div#content div.news-list div.single div.text {
	margin: 0 0 0 260px;
}

div#content div.news-dossier div.single h3.title,
div#content div.news-latest div.single h2.title,
div#content div.news-list div.single h3.title {
	font-size: 1.4em;
	margin: 5px 0 0 260px;
	padding: 0;
}

div#content div.news-dossier div.single h3.title {
	margin: 5px 0 0 0;
}

div#content div.news-dossier div.single h3.title a,
div#content div.news-latest div.single h2.title a,
div#content div.news-list div.single h3.title a {
	text-decoration: none;
	color: #e2003b;
}

div#content div.news-dossier div.single div.date,
div#content div.news-latest div.single div.date,
div#content div.news-list div.single div.date {
	font-size: 80%;
	color: #777777;
	padding: 0 0 6px 0;
	margin: 0 0 5px 260px;
	background-image: url("images/line_430_green.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#content div.news-dossier div.single div.date {
	margin: 0 0 5px 0;
	background-repeat: repeat-x;
}

div#content div.news-dossier div.single div.text p,
div#content div.news-latest div.single div.text p,
div#content div.news-list div.single div.text p {
	margin: 0;
	padding: 0;
	display: inline;
}

div#content div.news-dossier div.pages,
div#content div.news-list div.pages {
	margin: 1em 0;
	text-align: center;
}

div#content div.news-dossier div.pages a,
div#content div.news-list div.pages a {
	padding: 0 5px;
}

div#content div.news-dossier div.archive,
div#content div.news-latest div.archive {
	text-align: right;
}


/******************************************************************************
 Content - News - Single
******************************************************************************/
div#content div.news-single h2 {
	font-size: 1.4em;
	margin: 5px 0 0 0;
	padding: 0;
}

div#content div.news-single div.date {
	font-size: 80%;
	color: #777777;
	padding: 0 0 6px 0;
	margin: 0 0 5px 0;
	background-image: url("images/line_green.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#content div.news-single div.author {
	font-size: 80%;
	color: #777777;
}

div#content div.news-single div.images {
	float: right;
	margin: 0 0 1em 1em;
}

div#content div.news-single div.images div.image {
	width: 250px;
	overflow: hidden;
}

div#content div.news-single div.images div.image a {
	display: block;
	height: 167px;
	overflow: hidden;
	background-color: #000000;
	text-align: center;
}

div#content div.news-single div.images div.image div.caption {
	height: 20px;
	overflow: hidden;
	background-color: #76b900;
	color: #ffffff;
	font-size: 80%;
	line-height: 20px;
	padding: 0 5px;
}

div#content div.news-single div.images div.controls {
	padding: 187px 0 0 0;
	width: 250px;
	border-bottom: 3px solid #76b900;
	background-color: #ddedbf;
}

div#content div.news-single div.images div.controls ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div#content div.news-single div.images div.controls ul li {
	font-size: 90%;
	float: left;
	width: 25px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	background-color: #ddedbf;
	cursor: pointer;
}

div#content div.news-single div.images div.controls ul li.current {
	background-color: #76b900;
	color: #ffffff;
	font-weight: bold;
}

div#content div.news-single div.images div.controls ul li:hover {
	background-color: #76b900;
	color: #ffffff;
}


/******************************************************************************
 Content - Agenda - List
******************************************************************************/
div#content div.agenda-list div.single {
	padding: 0 0 6px 0;
	margin: 0 0 5px 0;
	overflow: hidden;
	background-image: url("images/line_red.png");
	background-repeat: repeat-x;
	background-position: right bottom;
}

div#content div.agenda-list div.single h3.title {
	padding: 0 0 6px 0;
	margin: 0 0 5px 0;
	background-image: url("images/line_350_green.png");
	background-repeat: repeat-x;
	background-position: bottom right;
}

div#content div.agenda-list div.single h3.title a {
	text-decoration: none;
	color: #e2003b;
}

div#content div.agenda-list div.single div.date,
div#content div.agenda-list div.single div.time,
div#content div.agenda-list div.single div.location {
	font-size: 80%;
	color: #777777;
}

div#content div.agenda-list div.single div.date {
	float: left;
}

div#content div.agenda-list div.single div.time {
	float: right;
}

div#content div.agenda-list div.single div.location {
	clear: both;
}


/******************************************************************************
 Content - Comments
******************************************************************************/
div#content div.tx-windcomments-pi1 div.form,
div#content div.tx-windcomments-pi1 div.list {
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #bfbfbf;
}

div#content div.tx-windcomments-pi1 div.list div.avg {
	overflow: hidden;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #bfbfbf;
}

div#content div.tx-windcomments-pi1 div.list div.avg label {
	display: block;
	width: 150px;
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

div#content div.tx-windcomments-pi1 div.list div.avg div.field {
	float: left;
	margin: 0;
}

div#content div.tx-windcomments-pi1 div.list div.footnote,
div#content div.tx-windcomments-pi1 div.list div.single {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #bfbfbf;
}

div#content div.tx-windcomments-pi1 div.list div.name {
	font-weight: bold;
}

div#content div.tx-windcomments-pi1 div.list div.datetime {
	font-size: 80%;
}

div#content div.tx-windcomments-pi1 div.form div.pair {
	float: none;
	width: auto;
	overflow: hidden;
	margin: 0 0 .5em 0;
}

div#content div.tx-windcomments-pi1 div.form div.pair label {
	font-weight: bold;
	float: left;
	width: 125px;
	overflow: hidden;
}

div#content div.tx-windcomments-pi1 div.form div.pair span,
div#content div.tx-windcomments-pi1 div.form div.pair img,
div#content div.tx-windcomments-pi1 div.form div.pair select,
div#content div.tx-windcomments-pi1 div.form div.pair textarea,
div#content div.tx-windcomments-pi1 div.form div.pair input {
	display: block;
	margin: 0 0 0 125px;
}

div#content div.tx-windcomments-pi1 div.form div.pair input {
	width: 250px;
}

div#content div.tx-windcomments-pi1 div.form div.pair textarea {
	width: 400px;
	height: 150px;
}

div#content div.tx-windcomments-pi1 div.form div.pair span label,
div#content div.tx-windcomments-pi1 div.form div.pair span input,
div#content div.tx-windcomments-pi1 div.form div.pair span img {
	display: inline;
	font-weight: normal;
}


/******************************************************************************
 Content - People
******************************************************************************/
div#content div.people div.person {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	overflow: hidden;
	background-image: url("images/line_350_red.png");
	background-repeat: repeat-x;
	background-position: right bottom;
}

div#content div.people div.person div.photo {
	float: left;
}

div#content div.people div.person h3.name {
	margin: 0 0 0 110px;
	padding: 0;
}

div#content div.people div.person h4.group {
	font-size: 80%;
	color: #777777;
	padding: 0 0 6px 0;
	margin: 0 0 5px 110px;
	background-image: url("images/line_350_green.png");
	background-repeat: repeat-x;
	background-position: bottom right;
}

div#content div.people div.person div.contact {
	padding: 0 0 6px 0;
	margin: 0 0 5px 110px;
	background-image: url("images/line_350_green.png");
	background-repeat: repeat-x;
	background-position: bottom right;
}

div#content div.people div.person div.text {
	clear: left;
	padding: 10px 0 0 0;
}


/******************************************************************************
 Search
******************************************************************************/
div#search {
	margin: 0 0 0 700px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #ffffff;
}

div#search form {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e2003b;
	height: 25px;
}

div#search form div.field {
	float: left;
	padding: 2px 5px;
	background-color: #ffffff;
}

div#search form div.field label {
	display: none;
}

div#search form div.field input {
	width: 190px;
	height: 21px;
	border: none;
	padding: 0;
	margin: 0;
}

div#search form div.field input.temp {
	color: #777777;
}

div#search form div.button {
	float: right;
	width: 82px;
	height: 25px;
	overflow: hidden;
	background-image: url("images/search.png");
}

div#search form div.button input {
	width: 82px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: none;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/******************************************************************************
 Sidebar
******************************************************************************/
div#sidebar {
	font-size: 90%;
	margin: 0 0 0 700px;
	padding: 0 10px 10px 10px;
}

div#sidebar div.block {
	margin: 0 0 1em 0;
	padding: 10px;
	background-color: #ffffff;
	overflow: hidden;
}

div#sidebar div.borderred {
	border: 3px solid #e2003b;
	padding: 7px;
}

div#sidebar div.bordergreen {
	border: 3px solid #76b900;
	padding: 7px;
}

div#sidebar div.bgred {
	background-color: #e2003b;
	color: #ffffff;
}

div#sidebar div.bggreen {
	background-color: #76b900;
	color: #ffffff;
}


/******************************************************************************
 Sidebar - Newsletter
******************************************************************************/
div#sidebar div.newsletter h2 {
	color: #e2003b;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#sidebar div.newsletter h2 a {
	text-decoration: none;
}


/******************************************************************************
 Sidebar - People
******************************************************************************/
div#sidebar div.people div.person {
	overflow: hidden;
	background-color: #ffffff;
	margin: 0 0 1em 0;
	padding: 0 7px 0 0;
	border: 3px solid #76b900;
}

div#sidebar div.people div.person h2,
div#sidebar div.people div.person h3,
div#sidebar div.people div.person div.text {
	float: right;
	width: 204px;
	font-size: 100%;
	margin: 0;
	padding: 0
}

div#sidebar div.people div.person h2 {
	margin: 2px 0 0 0;
	font-weight: bold;
}

div#sidebar div.people div.person h2 a {
	text-decoration: none;
}

div#sidebar div.people div.person h3 {
	color: #76b900;
}

div#sidebar div.people div.person div.text p {
	margin: 3px 10px 0 0;
	padding: 0;
	line-height: 1.3em;
}

div#sidebar div.people div.person div.photo {
	float: left;
	height: 90px;
	overflow: hidden;
}


/******************************************************************************
 Sidebar - Social media
******************************************************************************/
div#sidebar div.socialmedia {
	overflow: hidden;
}

div#sidebar div.socialmedia a {
	display: block;
}

div#sidebar div.socialmedia a.planeetgl {
	float: right;
}


/******************************************************************************
 Sidebar - Opinion
******************************************************************************/
div#sidebar div.opinion {
	position: relative;
}

div#sidebar div.opinion h2 {
	color: #76b900;
}

div#sidebar div.opinion h3.title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 197px;
}

div#sidebar div.opinion h3.title a {
	text-decoration: none;
}

div#sidebar div.opinion div.author {
	font-size: 80%;
	color: #777777;
	width: 197px;
}

div#sidebar div.opinion div.image {
	position: absolute;
	top: 0;
	right: 0;
}

div#sidebar div.opinion div.text {
	width: 197px;
}

div#sidebar div.opinion div.text p {
	margin: 0;
	padding: 0;
}


/******************************************************************************
 Footer
******************************************************************************/
div#footer {
	height: 40px;
	font-size: 80%;
	color: #76b900;
	text-align: center;
	background-image: url("images/footer.png");
}

div#footer p {
	margin: 0 auto;
	padding: 5px 0;
	line-height: 30px;
	width: 1004px;
	background-image: url("images/footer_text.png");
}

div#footer a {
	color: #76b900;
}

