/******************************************************************************
Page structure			
******************************************************************************/
body {
	background-image:url(../images/content_bg.gif);
	background-color:#fff;
	font-size:1em;
	line-height:1.1;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width:100%;
	height:100%;
	margin:0 auto 0 auto;
	border:0px solid #fff;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	padding-bottom:30px;
}

.wrapper {
	width:960px;
	height:100%;
	margin:0 auto 0 auto;
	border:0px solid red;
}

.wrapper_content {
	width:920px;
	height:100%;
	margin:0 auto 0 auto;
	border:0px solid red;
}

#container {
	width:960px;
	height:100%;
	border:0px solid red;
	margin:0 auto 0 auto;
}

#content {
	background-color:#ebebeb;
	border:1px solid #c4c4c4;
	border-top:0;
	width:598px;
	margin:0 auto 0 auto;
	padding:30px;
	padding-bottom:20px;
	float:left;
	display:block;
	min-height:400px;
}

#header_bg {
	background-image:url(../images/header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#162d44;
	width:auto;
	height:316px;
	border:0px solid #123453;
}

#footer {
	border-top:1px solid #eee;
	background-color:#333;
	width:630px;
	float:left;
	padding-top:15px;
	padding-left:30px;
	height:150px;
	font-size:12px;
	line-height:1.3;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

#sidepanel {
	background-color:#ebebeb;
	border-left:1px solid #fff;
	width:239px;
	height:auto;
	float:right;
	padding:30px;
	margin-bottom:30px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

.clear {
	clear:both;
}

/******************************************************************************
Tags mark-up	
******************************************************************************/
h1 {
}

h2 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:21px;
	color:#162d44;
	line-height:1.3;
	display:inline;
	font-weight:normal;
}

h3, h3 a {
	font-size:24px;
	line-height:1;
	color:#162d44;
	text-decoration:none;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	margin-bottom:5px;
	font-weight:normal;
}

h4 {
	font-size:20px;
	line-height:1;
	color:#162d44;
	text-decoration:none;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
}

a {
	text-decoration:none;
	color: inherit;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
}

p, address {
	color:#55637b;
	line-height:1.25;
	font-style: normal;
}

address a {
	background-color:#55637b;
	color:#fff;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}


a.color_link {
	background-color:#55637b;
	color:#fff !important;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

/******************************************************************************
DIV mark-up: Header 
******************************************************************************/
#header {
	margin:0 auto 0 auto;
	width:980px;
	padding-top:100px;
}

#logos {
	width:960px;
	float:left;
	margin-top:20px;
}

#logo_left {
	float:left;
	width:114px;
	height:114px;
	border:0px solid red;
	margin-left:40px;
}

#logo_right {
	float:right;
	width:114px;
	height:114px;
	border:0px solid red;
	margin-right:30px;
}

#logo_tekst {
	float:left;
	margin-left:30px;
	margin-top:0px;	
}

/******************************************************************************
DIV mark-up: Header Navigation 
******************************************************************************/
#navigation {
	background-image:url(../images/navigation_bg.png);
	background-repeat:no-repeat;
	width:960px;
	height:50px;
	margin:0 auto 0 auto;
	margin-top:33px;
	padding-top:15px;
}

#navigation ul {
	margin:0 auto 0 auto;
	padding-left:10px;
}

#navigation ul li {
	list-style-type:none;
	float:left;
}

#navigation ul li a {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#162d44;
	font-size:24px;
	text-decoration:none;
	padding-left:21px;
	padding-right:21px;
	font-weight:normal;
}

#navigation ul li a:hover {
	color:#359fbd;
}

/******************************************************************************
Inloggen
******************************************************************************/
#inloggen {
	float:right;
	margin-right:30px;
	margin-top:5px;
	color:#555;
	font-size:16px;
}

#inloggen a {
	text-decoration:underline;
}

#inloggen a img {
	height:30px;
	width:30px;
	height:30px;
	margin-top:-10px;
	margin-left:10px;
	float:right;
}


/******************************************************************************
sidepanel
******************************************************************************/
#leden_navigation {
	border:0px solid #000;
	width:239px;
	margin-bottom:20px;
}

#leden_navigation_bar {
	background-repeat:no-repeat;
	width:239px;
	margin:0 auto 0 auto;
}

#leden_navigation_bar ul {
	margin:0 auto 0 auto;
}

#leden_navigation_bar ul li {
	background-color:#f6f6f6;
	padding-left:0px;
	padding:10px;
	padding-left:45px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	background-image:url(../images/bullet_triangle.png);
	background-repeat:no-repeat;
	background-position:20px center;
}

#leden_navigation_bar ul li:hover {
	background-color:#aabcfe;
}

#leden_navigation_bar ul li a {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#555;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
}

#leden_navigation_bar ul li a:hover {
	color:#359fbd;
}

#nieuws {
	border:0px solid #000;
	width:239px;
	margin:0 auto 0 auto;
	margin-bottom:20px;
}

#nieuws ul {
	border-top:0px solid #bbb;
	margin-top:10px;
}

#nieuws ul li {
	background-color:#f6f6f6;
	padding-left:0px;
	padding:10px;
	padding-left:45px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	background-image:url(../images/bullet_triangle.png);
	background-repeat:no-repeat;
	background-position:20px center;
}

#nieuws ul li a {
	color:#555;
}

#nieuws ul li:hover {
	background-color:#aabcfe;
	background-image:url(../images/bullet_triangle_hover.png);
	color:#fff;
}

.nieuws {
	margin-left:15px;
}

#sponsors {
	border:0px solid #000;
	width:239px;
	margin:0 auto 0 auto;
	margin-top:20px;
}

.sponsorad img {
	width:240px;
	height:auto;
	margin-top:15px;
}

a#sponsors_adverteren {
	font-size:14px;
	color:#55637b;
	text-align:center;
	margin:0 auto 0 auto;
	display:block;
	margin-top:10px;
	text-decoration:underline;
}

/******************************************************************************
Content
******************************************************************************/
.page_picture {
	margin-right:5px;
	margin-bottom:15px;
}

.content_head {
	width:628px;
	min-height:27px;
	background-image:url(../images/content_head_bg.png);
	background-repeat:repeat-x;
	background-color:#ebebeb;
	margin-left:-30px;
	padding-left:30px;
	padding-top:10px;
}

.content_tekst {
	padding-bottom:15px;
	padding-top:15px;
}

.content_tekst a {
	color:#55637b;
}

.left {
	float:left;
	width:230px;
}

.right {
	width:368px;
	float:left;
}

#preloader {
	width:100px;
	height:100px;
	border:1px solid red;
}

/******************************************************************************
Footer
******************************************************************************/
.footer_box {
	border:0px solid #fff;
	float:left;
}

.footer_left {
	width:220px;
	margin-right:30px;
	color:#d6d6d6;
}

.footer_left a {
	text-decoration:underline;
	color:#d6d6d6;
}

.footer_middle {
	width:150px;
	color:#d6d6d6;
}

.footer_middle a {
	color:inherit;
	color:#d6d6d6;
}

.footer_right {
	color:#d6d6d6;
	width:198px;
	border:0px solid #fff;
}

.footer_social {
	display:block;
	padding-bottom:8px;
}

a.footer_social img {
	margin-right:8px;
	vertical-align:-3px;
	text-decoration:none;
}

a.footer_social:hover {
	text-decoration:none;
	color:#999;
}

#footer_copyright {
	color:#d6d6d6;
	position:relative;
	top:-35px;
	width:330px;
	padding-top:10px;
	border-top:1px solid #fff;
}

#footer_copyright a {
	color:#d6d6d6;
}

/******************************************************************************
Home
******************************************************************************/
#slider {
	width:580px;
	height:330px;
	border:10px solid #fff;
	margin:30px 0px 40px 0px;
}

#snelkoppelingen {
	width:600px;
	margin:0 auto 0 auto;
	margin-top:20px;
	margin-bottom:30px;
}

a.snelkoppeling {
	width:170px;
	height:120px;
	border:5px solid #fff;
	float:left;
}

.lid {
}

.verdieping {
	margin-left:30px;
	margin-right:30px;
}

.foto {
}

.slider-switch {
	padding-top:7px;
	margin:0 auto 0 auto;
	margin-top:15px;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	padding-bottom:6px;
	padding-top:10px;
	height:20px;
	width:302px;
	color:#fff;
	/*text-shadow: #000 0px 0px 2px;*/
	border:3px solid #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}

.slider-switch span {
	float:left;
	width:150px;
	text-decoration:none;
	color:#fff;
	color: inherit;
}

#slide1_background:hover {
	background-image:url(../images/button_bg_hover.png);
	margin-top:-5px;
	padding-top:10px;
	margin:bottom:5px;
}

.slider-switch-left {
	text-align:center;
}

.slider-switch-right {
	text-align:center;
	margin:0px;
}

.button-divider {
	width:1px !important;
	height:36px;
	margin-top:-10px;
	border-right:1px solid #444;
	background-color:#fff;
}

/******************************************************************************
Vereniging
******************************************************************************/
.img_right ul .img_right li {
	margin:0;
	padding:0;
	list-style:none;
}

.img_right, .img_right li {
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
}

.img_left ul .img_left li {
	margin:0;
	padding:0;
	list-style:none;
}

.img_left, .img_left li {
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
}

.img_left {
	float:left;
	width:200px;
	height:200px;
	border:5px solid #bbb;
	margin-right:30px;
	margin-top:5px;
	margin-bottom:20px;
}

.img_right {
	float:right;
	width:200px;
	height:200px;
	border:5px solid #bbb;
	margin-left:30px;
	margin-top:5px;
	margin-bottom:10px;
}

#dispuutslied {
	padding:30px;
	margin-left:10px;
	font-style:italic;
	background-color:#ddd;
}

a.download {
	margin-top:20px;
	margin-left:15px;
}

/******************************************************************************
Foto's
******************************************************************************/
#picasa_container {
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:center; 
	min-height:40px;
}

/******************************************************************************
Sponsors
******************************************************************************/
#sponsor_text {
	margin-bottom:15px;
}

.sponsor_prijs {
	float:right;
}

table {
	margin-left:20px;
	margin-right:0px;
	margin-bottom:20px;
	font-size:14px;
	border:5px solid #fff;
	border-collapse: collapse;
}

th {
	border-bottom:5px solid #fff;
	padding:8px;
	font-weight:bold;
	text-align:center;
	background-color:#aabcfe;
	color:#003399;
}

td {
	border:0px solid red;
	padding:10px;
	text-align:center;
	color:#6666a2;
}

tr {
	background-color:#e8edff;
	border-bottom:1px solid #fff!important;
}

tr:hover {
	background-color:#d0dafd;
}

.button {
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	padding-bottom:6px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	border:3px solid #fff;
	float:left;
	height:20px;
	margin-top:15px;
	margin-bottom:15px;
}

.button_image {
	margin-right:10px;
	float:left;
}

.button:hover {
	background-image:url(../images/button_bg_hover.png);
}

a.button {
	text-decoration:none;
	color:#fff;
}

img.download_button {
	margin-top:-10px;
	margin-right:5px;
	margin-left:-5px;
}

img.bekijkmeernieuws {
	margin-top:-9px;
	margin-left:-5px;
}

img.leesmeerimage {
	margin-top:-9px;
	margin-left:-5px;
}

.read_more_tekst {
	position:relative;
	top:-15px;
	width:570px;
	padding:15px;
	background-color:#ddd;
	clear:left;
}

/******************************************************************************
Contact
******************************************************************************/
.dispuutshuis {
	margin-top:20px;
}

.dispuutshuis_tekst {
	margin-top:-20px;
}

.dispuutshuis img {
	height:100px;
	width:200px;
}

.bewoners {
	margin-top:5px;
	margin-left:30px;
	color:#55637b;
	line-height:1.25;
	list-style-type: disc;
}

#message_sent {	
	background-color:#d5ffce;
	background-image:url(../images/success.png);
	background-position:20px center;
	background-repeat:no-repeat;
	padding-left:50px;
	border:1px solid #9adf8f;
	color:#555;
	margin:0 auto 0 auto;
	margin-top:20px;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#message_error {
	background-color:#ffcece;
	background-image:url(../images/error.png);
	background-position:20px center;
	background-repeat:no-repeat;
	padding-left:60px;
	border:1px solid #df8f8f;
	color:#666;
	margin:0 auto 0 auto;
	margin-top:20px;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:10px;
}

/******************************************************************************
DIV mark-up: Contact form
******************************************************************************/
form.formular {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	width:600px;
	border:0px solid red;
}

.formular fieldset {
	margin-top:0px;
	border:0px solid #B5B8C8;
}

.formular fieldset label {
	float:left;
	margin-bottom:15px;
}

.formular label span {
	color:#55637b;
	margin:0;
	padding:0;
}

.formular input, .formular select, .formular textarea {
	margin:0;
	padding:0;
	overflow:auto;
	margin-top:5px;
	border:inherit;
}

#naambox {
}

#emailbox {
	margin-left:15px;
}

#berichtbox {
}

.formular .text-input {
	width:270px;
	background: #ddd;
	color:#55637b;
	font-weight:normal;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	padding:10px;
	border:1px solid #bbb;
}

.formular #bericht .text-input {
}

.formular textarea {
	width:580px !important;
	height:100px;
	padding:10px;
}

.formular .submit {
	background-color:#ddd;
	width:auto;
	color:#55637b;
	border:1px solid #bbb;
	padding:8px;
	text-decoration:none;
	cursor:pointer;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	font-weight:normal;
	float:right;
}

/******************************************************************************
DIV mark-up: Contact form validation
******************************************************************************/
.formError {
	position:absolute;
	top:300px; left:300px;
	width:150px;
	padding-bottom:15px;
	display:block;
	z-index:5000;
}

.formError .formErrorContent {
	width:100%;
	background:#000;
	color:#fff;
	font-family:tahoma;
	font-size:10px;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.formError .formErrorArrow {
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;
}

.formError .formErrorArrow div {
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	font-size:0px;
}

.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;}
.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;}
.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;}
.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;}
.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;}
.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;}
.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;}
.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;}

/******************************************************************************
DIV mark-up: Nieuws artikelen
******************************************************************************/
#articleContainer h2,
#articleContainer h2 a,
#homeNieuws h2,
#homeNieuws h2 a,
#articleListContainer h2,
#articleListContainer h2 a,
#articlesBox h2,
#articlesBox h2 a {
	line-height:1;
	font-size:1.4em;
	font-weight:normal;
	color:#231700;
	text-decoration:none;
	margin-bottom:5px;
	margin-top:10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#articleContainer h3,
#articleContainer h3 a,
#homeNieuws h3,
#homeNieuws h3 a,
#articleListContainer h3,
#articleListContainer h3 a,
#articlesBox h3,
#articlesBox h3 a {
	font-size:18px;
	line-height:1;
	color:#162d44;
	text-decoration:none;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	padding-top:2px;
}

#articleAndere {
	margin-bottom:10px;
	margin-left:15px;
}

#articleAndere ul li {
	list-style-image:url(../images/bullet_triangle.png);
	white-space:normal;	
}

#articleAndere ul li a {
	color:#555;
}
	
.leesMeer {
	margin-bottom:15px;
}

.articleLine
{
	height:1px;
	width:auto;
	background-color:#aaa;
	margin-top:6px;
}

#articleListContainer .articleLine {
	height:1px;
	width:auto;
	background-color:#aaa;
	margin-top:25px;
}

#articleListContainer a {
}

#articlesBox a {
}

#articleContainer
{
	width:600px;
	border:0px solid #000;
	margin-bottom:15px;
}

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

#articlesBox strong
{
	color:#444;
	font-weight:bold;
}

#articlesBox div
{
	margin-top:10px;
	font-size:0.8em;
	font-style:normal;
}

#articlesBox ul li
{
	color:#444;
	text-decoration:underline;
}

#articlesBox .leesmeerNieuws {
	margin-bottom:15px;
}

#articlesBox ul li:hover
{
	color:#222;
}

#articlesBox div p.date,
#homeNieuws p.date,
#articleContainer p.articleDate,
#contentContainer p.date,
#articleListContainer p.date,
.content p.date {
	color:#444;
	padding-bottom:10px;
	margin:0px;
	margin-top:10px;
	font-size:0.6em;
	line-height:1;
	text-transform:uppercase;
}

p.blogShort,
#articleListContainer p.blogShort,
p.articleContent
{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	padding-bottom:0px;
	font-size:0.86em;
	color:#000;
}

a.articleContent {
	text-decoration:underline;
	color:#55637b;
}

#articleContainer p a {
	text-decoration:underline;
	color:#55637b;
}

.articleContent {
	padding-top:0px;
}

/*******************************************************************************
* Login scherm		                                                       *
*******************************************************************************/
#loginscherm {
	background-color:#103359;
	background-image:url(../images/login_gradient_bg.png);
	width:370px;
	height:270px;
	margin:0 auto 0 auto;
	margin-top:80px;
	padding:40px;
	color:#231700;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #000;
}

#loginscherm h1 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:26px;
	font-weight:normal;
	margin-top:0px;
	color:#fff;
}

#loginscherm form {
	margin-top:50px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

#loginscherm form label {
	font-size:1.0em;
	color:#fff;
}

#loginscherm form input {
	background-image:url(../images/input_bg_noshadow.png);
	background-repeat:repeat-x;
	border:none;
	height:15px;
	width:350px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	margin-top:5px;
	margin-bottom:10px;
	font-size:1.0em;
	color:#555;
	padding:10px;
}

#loginscherm #login_button {
	background-image:url(../images/button_login_bg.png);
	background-repeat:no-repeat;
	width:106px;
	height:34px;
	padding:5px;
	padding-left:15px;
	position:relative;
	text-align:left;
	margin-top:20px;
	margin-left:260px;
	border:none;
}

/*******************************************************************************
* Leden-inlog			                                                       *
*******************************************************************************/
#ledenLogin p {
	margin-bottom:10px;
}

#ledenLogin label{
	width:200px;
	padding-left:0px;
	color:#55637b;
}

#ledenLogin input {	
	margin-top:5px;
	width:200px;
	background: #ddd;
	color:#55637b;
	font-weight:normal;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	padding:10px;
	border:1px solid #bbb;
}

#un {
	margin-bottom:15px;
}

#ledenLogin .button {
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	padding-bottom:6px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	border:3px solid #fff;
	height:auto;
	color:#fff;
	margin-top:10px;
	width:auto;
}

#ledenLogin a {
	text-decoration:underline;
}

#filetree_container {
	background-color:#ddd;
	margin-top:5px;
	padding:15px;
	
}

.iframe_enquete {
	background-color:#fff;
	padding:15px;
}

/******************
Non-general styling
*******************/
#twitter {
	width:200px;
	background-color:#1a2733;
	margin:15px auto 30px auto;
	padding:5px 10px 5px 10px;
	color:#fff !important;
	font-size:12px;
	line-height:1.6;
	text-align:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:10px solid #000;
}

.rgba #twitter {
	background: rgba(26, 39, 51, 0.6);
	border:10px solid rgba(0, 0, 0, 0.4);
}

#twitter ul li {
	color:#fff;
	border-bottom:1px solid #000;
	border-top:1px solid #35556d;
	list-style-type:none;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	border-top:1px solid #35556d;
	font-size:12px !important;
}

#twitter ul li:last-child {border-bottom:0px}
#twitter ul li:first-child {border-top:0px;}

p.twitter-notFound {
	color: #fff;
}
img#loading-tweets {
	width:24px;
	height:24px;
}

.twitter-posts li a {
	color: inherit;
}

#slide1_controls span {
	cursor:pointer;
}

#slide1_container {
	width:600px;
	height:371px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
}
	
#slide1_images {
	position:absolute;
	left:0px;
	width:1205px;
	-webkit-transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
	-ms-transition:all 1.0s ease-in-out;	
	-transition:all 1.0s ease-in-out;
}
#slide1_images div {
	padding:0;
	margin:0;
	float:left;
}

#lidworden_leden {
	color:#55637b;
	line-height:1.25;
	font-style: italic;
	font-size:12px;
}

.lidworden_lid {
	border:2px solid #c4c4c4;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin-top:5px;
	padding:5px;
	float: left;
	background-color: #f6f6f6;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6f6, #f0f0f0);
	background: -webkit-linear-gradient(#f6f6f6, #f0f0f0);
	background: -o-linear-gradient(#f6f6f6, #f0f0f0);
}

.lidworden_lid_tekst_links{
	float: left;
	width: 515px;
}

.lidworden_lid_tekst_rechts{
	float: right;
	width: 515px;
}

.lidworden_lid_foto_rechts{
	float: right;
}

.lidworden_lid_foto_links{
	float: left;
}

.lidworden_lid_foto_tekst_rechts{
	font-style:normal;
	float: right;
}

.lidworden_lid_foto_tekst_links{
	font-style:normal;
	float: left
}

.lidworden_divider {
	width:1px !important;
	height:100%;
	margin-top:-10px;
	border-right:1px solid #444;
	background-color:#fff;
}

sup { 
vertical-align: 4px;
}
