* {
	padding			:0px;
	margin			:0px;
}

img {
	border			:0px;
}

p, ul, ol {
	margin-bottom	:20px;
}

li, dd, blockquote {
	margin-left		:20px;
}

a {
	color:#319fca;	
	text-decoration:none;			
}

a:hover {
	color:#f63193;
	text-decoration:none;		
}

.Clear {
	clear:both;
}

h1,
.Title {
	color:#f63193;
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	font-size:13px;	
	text-decoration:none;
}

.Error {
	color:Red;
	padding-bottom:10px;	
}

.ErrorBlack {
	font-weight:bold;
	color:#000;
	padding-bottom:10px;	
}

#LoginError {
	display:none;
	color:Red;
}

.Back {
	padding-bottom:10px;
}

.Back a {
	color:#319fca;
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	font-size:13px;	
	text-decoration:none;
}


html, body {
	width:100%;
	font-family:Arial;
	font-size:11px;
	line-height:14px;
}
html {
	background-image:url('/images/BackgroundBlue.gif');
}
#Container {
	width:955px;
	margin:0px auto;
}

#Top {
	position:relative;
	height:30px;
	padding-top:30px;	
	z-index:200;
}

#Top a {
	float:right;
	margin-right:5px;	
}

#Top a.LoginBtn, #Top a.LogoutBtn {
	background-image:url('/images/Login.png');
	background-repeat:no-repeat;
	width:46px;
	height:20px;
	color:#319fca;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding-left:10px;
}

#Top a.LogoutBtn {
	background-image:url('/images/Logout.png');
	width:54px;
	padding-left:12px;
	margin-right:0px;	
}

#Top .LogoutUser {
	float:right;
	height:20px;
	background-color:#fff;
	color:#319fca;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding-left:8px;
	padding-right:5px;
}

#Top .LogoutEnd {
	float:right;
	background-image:url('/images/LogoutEnd.png');	
	width:6px;
	height:20px;
	margin-right:5px;	
}

#Top a.Registration {
	background-image:url('/images/Registreren.png');
	background-repeat:no-repeat;
	width:79px;
	height:20px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding-left:10px;
}

#Top a.MijnPagina {
	background-image:url('/images/MijnPagina.png');
	background-repeat:no-repeat;
	width:75px;
	height:20px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding-left:25px;
}

#Top #LoginContainer {
	position:absolute;
	top:55px;
	right:0px;
	margin-left:10px;
	margin-right:5px;
	cursor:pointer;
	cursor:hand;
	z-index:100;
}

#Top #LoginContainer #Login {
	position:relative;
	width:258px;
	height:85px;
	background-image:url('/images/LoginBackground.png');
	display:none;
	z-index:200;
}

#Top #LoginContainer #Login table {
	margin-top:5px;	
	margin-left:5px;
}

#Top #LoginContainer #Login th {
	text-align:right;
	vertical-align:middle;
	line-height:20px;
}

#Top #LoginContainer #Login input {
	border:solid 1px #c1c1c1;	
	margin-left:5px;
	width:135px;
	
}

#Top #LoginContainer #Login input.Btn {
	border:solid 1px #c1c1c1;	
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#319fca;
	border:0px;
	color:#fff;
	font-weight:bold;
	width:auto;
	font-size:12px;
}

#BoxTop {
	background-image:url('/images/boxtop.png');
	background-repeat:no-repeat;
	height:10px;
	width:955px;	
}

#Box {
	background-image:url('/images/box.png');	
	background-repeat:repeat-y;
}

#BoxBottom {
	background-image:url('/images/BoxBottom.png');	
	background-repeat:no-repeat;
	height:4px;
	width:955px;	
}

#BoxBottom .ContentLeft {
	height:4px;
}

#BoxBottom .ContentRight {
	height:4px;
}

#Footer {
	background-image:url('/images/footer.png');	
	background-repeat:repeat-y;
	overflow:hidden;
}

#Footer .FooterItems {
	margin-left:4px;
	margin-right:5px;
}

#FooterBottom {
	position:relative;
	background-image:url('/images/FooterBottom.png');
	background-repeat:no-repeat;
	height:10px;
	width:955px;	
}

#FooterBottom a {
	position:absolute;
	top:-7px;
	right:15px;
	color:#fff;
	text-decoration:none;	
}

#TopMap {
	position:relative;
	height:225px;
	overflow:hidden;
}

#TopMap #MapFilter {
	position:absolute;
	left:5px;
	top:0px;
	width: 235px;
	height:235px;
	z-index: 1;
	background-color:#fff;
}

#TopMap #MapFilter #Logo {
	position:absolute;
	top:40px;
	left:45px;	
}

#TopMap #MapFilter #ShowOnMap {  
	position:absolute;
	left:5px;	
	top:235px;
	width: 230px;
	height: 265px;
	background-image:url('/images/googlemaps/TransparentWhite.png');
	z-index:100;
}

#ShowOnMap .Title {
	padding:15px;	
}

#ShowOnMap ul {
	margin:0px;
	padding:0px;
	padding-left:15px;
}

#ShowOnMap li {
	position:relative;
	margin:0px;
	padding:0px;
	width:200px;
	height:23px;
	background-image:url('/images/googlemaps/listitem.png');
	background-repeat:no-repeat;
	padding-bottom:10px;
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
	padding-left:15px;
}

#ShowOnMap li img {
	position:absolute;
	right:20px;
	top:5px;
}

#ShowOnMap li a {
	color:#686868;
	text-decoration:none;
}

#ShowOnMap li.Nieuws a {
	color:#f63193;
	padding-left:15px;
	background-image:url('/images/googlemaps/pinkvink.png');
	background-position:left center;
	background-repeat:no-repeat;
}

#ShowOnMap li.Lid a {
	color:#319fca;
	padding-left:15px;
	background-image:url('/images/googlemaps/bluevink.png');
	background-position:left center;
	background-repeat:no-repeat;
}

#ShowOnMap li.Wijken a {
	color:#686868;
	padding-left:15px;
	background-image:url('/images/googlemaps/orangevink.png');
	background-position:left center;
	background-repeat:no-repeat;
}

#ShowOnMap li.Groepen a{
	color:#25cb96;
	padding-left:15px;
	background-image:url('/images/googlemaps/greenvink.png');
	background-position:left center;
	background-repeat:no-repeat;
}

#ShowOnMap li.Evenementen a {
	color:#686868;
	padding-left:15px;
	background-image:url('/images/googlemaps/yellowvink.png');
	background-position:left center;
	background-repeat:no-repeat;
}

#TopMap #GoogleMap {
	position:absolute;
	top:0px;
	left:10px;	
	height:225px;
	width:935px;
	background-color:#fff;
}

#TopMap #MapSize {
	z-index: 1;
	position:absolute;
	right:5px;
	top:0px;	
}

#TopMap #MapMove {
	z-index: 1;
	position:absolute;
	left:250px;
	top:10px;	
}

#TopMap #MapMove #PanMap 
{
	position:absolute;
	left:0px;
	top:0px;
}

#TopMap #MapIncrease {
	z-index: 1;
	position:absolute;
	left:258px;
	top:55px;	
}

#TopMap #MapDecrease {
	z-index: 1;
	position:absolute;
	left:258px;
	top:83px;	
}

#Menu {
	margin-left:4px;
	margin-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f63292;	
}

#Menu ul {
	margin:0px;
	padding:0px;
	
}
#Menu ul li {
	float:left;
	height:20px;
	line-height:20px;
	list-style-type:none;
	font-family:Georgia, Arial;
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
	margin-right:15px;
}

#Menu ul li a, #Menu ul li a:hover {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}

#Menu ul li a:hover {
	color:#309fca;
}

#Menu #SearchBox {
	float:right;
	width:280px;
}

#Menu #SearchBox input {
	border:0px;	
	height:17px;
	width:177px;
	padding-left:5px;
	padding-top:3px;
	color:#999;
	font-size:11px;
	vertical-align:middle;
	float:left;
}

#Menu #SearchBox input.Btn {
	height:20px;
	line-height:20px;
	padding-top:0px;
	width:73px;
	background-color:#319fca;
	color:#fff;
	font-weight:bold;
}

#Content {
	margin-left:4px;
	margin-right:5px;
	background-image:url('/images/MenuShadow.png');
	background-repeat:repeat-x;	
	min-height:10px;
	background-color:#fff;
}

#ContentBackline {
	margin-left:4px;	
	margin-right:5px;	
	background-image:url('/images/LineBackground.png');
}

#ContentBackline ul {
	margin:0px;	
}

#ContentBackline ul li {
	list-style:none;
	background-image:url('/images/ListHart.jpg');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
	
}

.ContentLeft {
	float:left;
	width:644px;
	border-right:solid 1px #add9ea;	
}

.ContentRight {
	float:left;
	width:300px;
}

.ContentBottom{
	margin-left:4px;
	margin-right:5px;
}

.FooterItems {
	padding-top:25px;
	padding-bottom:25px;	
}

.FooterItem {
}

.FooterItem .Links .Title {
	margin-left:28px;
	font-size:16px;
	width:259px;
	margin-right:69px;
	color:#fff;
	padding-bottom:10px;
}

.FooterItem ul {
	margin:0px;
	padding:0px;
	
}

.FooterItem ul li {
	float:left;
	width:259px;
	list-style-type:none;
	margin:0px;
	padding-left:28px;
	padding-right:28px;
}

.FooterItem ul li .Line, .FooterItem ul li .FirstLine {
	border-bottom:solid 1px #66b8d8;
	height:29px;
	width:259px;
	line-height:29px;
	margin-right:69px;
}

.FooterItem ul li .FirstLine {
	border-bottom:solid 1px #66b8d8;
	border-top:solid 1px #66b8d8;
	height:29px;
	width:259px;
	line-height:29px;
	margin-right:69px;
}

.FooterItem ul li a {
	color:#fff;
	text-decoration:none;	
}

.Banner,
.BannerNoLink {
	padding:20px;
	border-bottom:solid 1px #66b8d8;
}

.BannerNoLink {
	padding-bottom:0px;	
}

.Banner .Icon,
.BannerNoLink .Icon {
	float:right;	
}

.Banner .Title,
.BannerNoLink .Title {
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
	color:#f63192;
	margin-bottom:10px;
}

.BannerItems .BannerItem {
	font-size:11px;
	font-style:normal;
	margin-bottom:20px;
}

.BannerItems .BannerItem .SubTitle, .BannerItems .BannerItem .SubTitle a  {
	font-weight:bold;
	color:#319fca;	
	text-decoration:none;
}

.BannerItems .BannerItem .Date {
	font-weight:normal;
	color:#b2b2b2;	
}

.BannerItems .BannerMore a {
	color:#f63192;
	font-weight:bold;
	text-decoration:none;
	padding-left:12px;
	background-image:url('/images/banners/HeartSideways.png');
	background-repeat:no-repeat;
	height:15px;
}


#Reactions {
	background-image:url('/images/LinesBackground.png');
	padding-top:22px;
	border-bottom:solid 1px #add9ea;		
}

#Reactions .Title {
	padding-left:28px;	
	padding-bottom:10px;
}

#ReactionsItems {
	padding-left:8px;			
}

.ReactionTop {
	background-image:url('/images/Reactions/Top.png');	
	background-repeat:no-repeat;
	height:32px;
	width:608px;
	padding-left:30px;
}

.ReactionMiddle {
	background-image:url('/images/Reactions/Middle.png');
	background-repeat:repeat-y;	
	width:608px;
		
}

.ReactionHead {
	padding-top:15px;
}

.ReactionTitle {
	font-weight:bold;
	color:#319fca;
}

.ReactionText {
	padding-left:30px;
	padding-right:10px;
}

.ReactionDate {
	margin-left:5px;
	color:#b2b2b2;
}

.ReactionBottom {
	background-image:url('/images/Reactions/Bottom.png');	
	background-repeat:no-repeat;
	height:7px;
	width:608px;
	padding-bottom:15px;
}

#FormReaction {
	padding-top:22px;
	padding-left:28px;
	background-color:#fff;
	padding-bottom:22px;
}

#FormReaction .Title {
	margin-bottom:5px;	
}

#FormReaction .Text {
	line-height:18px;
	margin-bottom:20px;
}

#FormReaction input.Field {
	line-height:18px;
	width:585px;
	height:20px;
	border:solid 1px #c1c1c1;
	font-family:Arial;
	font-size:11px;
}

#FormReaction textarea {
	margin-top:10px;
	width:585px;
	height:65px;
	overflow:auto;
	border:solid 1px #c1c1c1;
	font-family:Arial;
	font-size:11px;
}

#SendAddReaction {
	margin-top:8px;
	width:587px;
}
#SendAddReaction input {
	float:right;
}


#Intro {
	padding:20px;
	border-bottom:solid 1px #66b8d8;
}

#Intro .IntroTitle {
	color:#319fca;
	font-weight:bold;
	font-size:17px;	
	margin-bottom:10px;
	font-style:normal;
	font-family:Arial;
}

#Intro .IntroSubTitle {
	color:#319fca;
	font-weight:bold;
	font-size:14px;	
}


#Intro div {
	line-height:16px;
}

.GoogleBox {
	margin:5px;	
}

.GoogleCloud {
	width:215px;
}

.GoogleCloud .Title {
	margin-bottom:5px;
	margin-right:10px;
}

.GoogleCloud .Readmore {
	margin-top:5px;
}


.ImgFloatContainer, 
.ImgFloatContainerNoMargin,
.ImgFloatContainerBanner, 
.ImgFloatContainerBannerNoMargin 
{
	position:relative;
	float:left;
	color:#309eca;
	margin-right:16px;
	margin-bottom:10px;
	width:82px;
	height:110px;
	overflow:hidden;
}

.ImgFloatContainerNoMargin {
	margin-left:10px;
	margin-right:8px;	
}


.FloatContainerSmall {
	padding-left:10px;	
}

.FloatContainerSmall .ImgFloatContainerNoMargin {
	margin-left:0px;
	margin-right:12px;
}

.ImgFloatContainerBanner, 
.ImgFloatContainerBannerNoMargin {
	margin-left:6px;
	margin-right:4px;	
}

.ImgFloatContainer .Img, 
.ImgFloatContainerNoMargin .Img,
.ImgFloatContainerBanner .Img, 
.ImgFloatContainerBannerNoMargin .Img  
{
	width:82px;
	height:82px;
	margin-bottom:2px;
	background-color:#dedede;
	background-image:url('');
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	cursor:hand;
}

.Amount {
	float:right;	
	font-weight:normal;
	font-weight:bold;
	color:#f63193;	
	margin-bottom:10px;
}

.LightBoxBackground {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	background-image:url('/images/LightBoxBackground.png');	
	background-repeat:repeat;
}

.LightBoxContent {
	position:absolute;
	z-index:1001;
}


#PopUpContainer {
	width:415px;	
}

#PopUpContainerBig{
	width:607px;	
}

#PopUpContainerPadding,
#PopUpContainerPaddingFotos {
	padding:20px;	
	padding-bottom:30px;
}

#PopUpContainerPaddingFotos {
	padding:10px;
	padding-bottom:5px;	
}

#PopUpContainerPadding .Title,
#PopUpContainerPaddingFotos .Title {
	padding-bottom:10px;	
}

#FilePreviewHidden {
	display:none;	
}

#PreviewImg {
	float:left;
	width:20px;
	height:20px;
	background-image:url('/images/GeenAfbeeldingKlein.png');
	background-repeat:no-repeat;
	padding-right:5px;
}

#SelectImg {
	float:left;
	width:20px;
	height:20px;
}

#SelectImgDisk {
	float:left;	
	width:245px;
	white-space:nowrap;
}

.ImgSelector {
	position:absolute;
	z-index:1002;
}

.Grey {
	color:#999;
}

.Filter {
	padding:20px;
	border-bottom:solid 1px #66b8d8;	
}

.Filter .Title {
	padding-bottom:10px;	
}

.Filter .FilterItem, .Filter .FilterItemChosen {
	background-image:url('/images/news/filter.png');
	background-repeat:no-repeat;
	width:229px;
	height:25px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
}

.Filter a {
	font-family:Georgia;
	font-size:12px;
	color:#319fca;
	font-weight:bold;
	font-style:italic;	
	text-decoration:none;
}

.Filter .FilterItemChosen {
	background-image:url('/images/news/filterchosen.png');
}

.Filter .FilterItemChosen a {
	padding-left:12px;
	color:#f63292;
}

div.YouTubeSmall {
	position:relative; 
	height:82px !important;
	width:82px;
	overflow:hidden;
}

object.YouTubeSmall {
	position:absolute; 
	clip: rect(1px, 82px, 82px, 1px);
	z-index:5;
}

div.LoginError {
	padding:22px;
}


#FormInviteMessage th {
	text-align:left;
	font-weight:normal;	
	padding-right:10px;
}

#FormInviteMessage input, 
#FormInviteMessage textarea
{
	border:solid 1px #c1c1c1;
	height:17px;
	width:285px;
	padding-left:5px;
	padding-top:3px;
	color:#999;
	font-size:11px;	
	color:#000;
}

#FormInviteMessage input.Checkbox {
	width:auto;
}

#FormInviteMessage textarea {
	height:150px;
	overflow:auto;
	font-family:Arial;
	font-size:11px;	
}

