/* CSS Document */

/*
AdEvents stylesheet
Target: Screen
Author: Werner Bolink
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

#flashAnimation {
	position: absolute;
	left: 50%;
	margin-left: -370px;
	top: 34px;
	border: 1px solid #FFF;
}

#wrapper {
	width: 782px;
	margin: 0 auto;
}

#header {
	width: 782px;
	height: 308px;
	background-image: url(../img/bg_header.gif);
	background-position: top;
}

#navTop {
	padding: 12px 0 0 378px;
	right: 353px;
	color: #FFF;
}

#navTop a {
	color: #FFF;
	text-decoration: none;
}

#navTop a:hover {
	text-decoration: underline;
}

#logoAdEvents {
	position: absolute;
	left: 50%;
	margin: 45px 0 0 180px;
}


#navMain {
	margin: 235px 0 0 42px;
	height: 25px;
}

#navMain ul {
	list-style-type: none;
}

#navMain li {	
	float: left;
	margin-right: 4px;
}

/* hide text links */
.hide {
	display: none;
}

/* main navigation */

#navMain li#btnAdevents a:hover, #navMain li#btnInformatie a:hover, #navMain li#btnThemafeesten a:hover, #navMain li#btnReferenties a:hover, #navMain li#btnContact a:hover  {
	background-position: 0 25px;
}

/* ********************* BTN ADEVENTS *********************  */
#navMain li#btnAdevents a {
	background-image: url(../img/btn_adevents.gif);
	width: 71px;
	height: 25px;
	background-position: 0 0;
	display: block;
}
/* ********************* BTN INFORMATIE *********************  */
#navMain li#btnInformatie a {
	background-image: url(../img/btn_informatie.gif);
	width: 82px;
	height: 25px;
	background-position: 0 0;
	display: block;
}

/* ********************* BTN THEMAFEESTEN *********************  */
#navMain li#btnThemafeesten a {
	background-image: url(../img/btn_arrangementen.gif);
	width: 114px;
	height: 25px;
	background-position: 0 0;display: block;
}

/* ********************* BTN REFERENTIES *********************  */
#navMain li#btnReferenties a {
	background-image: url(../img/btn_referenties.gif);
	width: 89px;
	height: 25px;
	background-position: 0 0;display: block;
}

/* ********************* BTN CONTACT *********************  */
#navMain li#btnContact a {
	background-image: url(../img/btn_contact.gif);
	width: 65px;
	height: 25px;
	background-position: 0 0;display: block;
}

/* ********************* CONTENT *********************  */

#content {
	background-color: #E0B353;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;
	min-height: 100%
}

/* ********************* LEFT COLUMN *********************  */

#leftColumn {
	width: 520px;
	float: left;
	padding: 5px 15px 15px 20px;
	line-height: 1.5em;
}

#leftColumn h1 {
	color: #810303;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}

#leftColumn p {
	margin-bottom: 1.5em;
}

#leftColumn a {
	color: #810303;
	text-decoration: none;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #000;
}

#leftColumn a:hover {
	color: #FFF;
	background-color: #810303;
	border-bottom: 1px solid #000;
}

#leftColumn ul li {
	margin-left: 2em;
	margin-bottom: 1.1em;
}

/* #leftColumn img {
	padding: 3px;
	background-color: #FFF;
	float: right;
	border: 1px solid #810303; 
	margin: 0 0 10px 20px;
} */



/* ********************* RIGHT COLUMN *********************  */


#rightColumn {
	width: 222px;
	margin-right: 5px;
	float: right;
	line-height: 1.6em;
}

#rightColumn ul#themafeesten {
	list-style-type: none;
	margin: 0 0 20px 20px
}

#rightColumn ul#themafeesten ul {
}

#rightColumn ul#themafeesten li {
	font-weight: bold;
}

#rightColumn ul#themafeesten li a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 8px;
}

#rightColumn ul#themafeesten li a:hover {
	text-decoration: underline
}


/* ********************* CLEAR DIV *********************  */
.clear {
	clear: both;
}

/* ********************* FOOTER *********************  */

#footer {
	background-color: #000;
	color: #FFF;
	height: 25px;
	line-height: 25px;
	border: 3px solid #FFF;
	text-align: center;
}

