@import "bw_events.css";

/* Content Styles for Kardingehoreca.nl */
p {}

/* Headings */
h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

/* Links */
a {
	color: #001558;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {}

a:hover, a:active {
	color: #213c8b;
	text-decoration: underline;
}

/* CSS Styled Content Styles
/* CSC Frames */
.csc-frame .csc-frame-frame1 {
	background-color: #f6f6f6;
	border: 1px solid #aab4b5;
	margin: 10px 0px 10px 0px;
	padding: 4px;
}
/* CSC Caption */
.csc-caption {
	color: #cccccc;
	font-size: 0.8em;
}
/* CSC Sitemap */
.csc-sitemap ul li {

}
/* CSC Sword */
.csc-sword {
	background-color: #fffc00;
}
/* CSC Table Styles */
.contenttable {
	border: 0px solid #cccccc;
	width: 60%;
}
.contenttable td {
	padding: 2px;
    	vertical-align: top;
    	background-color: #adddf8;    
}
.contenttable td p {
	margin: 0px;
}
.contenttable .tr-0 td p {
	font-weight: bold;
}
.contenttable .tr-0 td {
	padding: 4px;
}
.contenttable .tr-even {
	background: #eae4da;
}
/* CSC Mailform */

/*
.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	border: 0;
}
.csc-mailform-field {
	margin: 5px 0px 5px 0px;
}
.csc-mailform-field input {
	padding: 3px;
}
.csc-mailform-field label {
	display: block;
}
.csc-form-labelcell {
	vertical-align: top;
}
.csc-form-labelcell {
	margin: 0px 0px 0px 0px;
}
.csc-mailform-radio label {
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}
*/

/* Om ruimte tussen velden te reduceren // Jan 19-10-2009 */
p.csc-form-label, p.csc-form-label-req {
	margin: 0px;
}

td.csc-form-labelcell {
	vertical-align: top;
}

input[type="submit"] {
	margin-top: 5px;
}


/* Moet apart geregeld ?!?. */
td textarea {
	 font: normal 1.0em Arial, Verdana, Helvetica, sans-serif;
}


