* {
	margin: 0px auto;
	padding: 0px;
	font-family: verdana;
	color: #ffffff;
	font-size: 13px;
	text-align: left;
}

.contenttable {
	float: left;
}

.contenttable TH{
	margin-right: 5px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}

a: hover {
	text-decoration: underline;
}

h2, .csc-headern1, .csc-header-n2, .csc-header-n3, .csc-header-n4, .csc-firstHeader {
	font-size: 16px;
	font-weight: bold;
}

input {
	color: #000000;
}

#content {
	height: 405px;
	width: 620px;
	padding-right: 10px;
	overflow: auto;
	float: left;
}

ul li {
	list-style-type: disc;	
	margin: 10px 0px 0px 25px;
}

.csc-header {
	margin-bottom: 8px;
}


/* -------------------------- menu -------------------------- */

#menu ul {
	padding-left: 27px;
	padding-right: 26px;
}

#menu ul li {
	list-style-type: none;	
	text-align: left;
	margin: 7px;
}


#menu ul li a {
	font-family: 'ArmyWideRegular', verdana;
	text-decoration: none;
	display: block;
	line-height: 16px;
	border: 4px transparent;
}

#menu .menu_1_act a {
	background: #751c10;
	border: 4px solid #751c10;
	border-left: 4px transparent;
}

#menu .menu_2_no, .menu_2_act {
	padding-left: 8px;
}

/* -------------------------- fotoboek -------------------------- */

.fotoboekrij {
	float: left;
}

.fotoboekplaatje {	
	width: 120px;
	margin: 4px 8px 4px 0px;
	float: left;
	border: 1px solid white;
}

.tx-gooffotoboek-pi1 IMG {
	border: 0 none;
}

.tx-gooffotoboek-pi1 {
	margin-top: 12px;
}

.pages {
	font-size: 11px;
}

.pages a:visited, .pages a:link  {
	font-size: 11px;
	text-decoration: none;
}

.pages a:active, .pages a:hover, .tx_photobook_act {
	font-size: 11px;
	text-decoration: none;
}


/* -------------------------- news -------------------------- */

.news-list-item h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* -------------------------- forms -------------------------- */


fieldset {
	border:0px;
}

textarea {
	font-size: 12px;
	color: black;
}
.csc-mailform-field, 
.tx-guestbook-field {
	margin: 5px 0;
	clear:both;
}
.csc-mailform-field label, 
.tx-guestbook-field label { 
	float:left;
	text-align:left;
	margin-right: 3%;
	width:20%;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select,
.csc-mailform-radio fieldset, 
.tx-guestbook-field input, 
.tx-guestbook-field textarea {
	width:70%;
	background-color:#fff;
	border: none;
	border: 1px solid #ccc;
	padding: 4px;
}
.csc-mailform-check {
		border: none !important;
}
input.csc-mailform-submit,
input.csc-mailform-check,
.csc-mailform-radio input, 
.tx-guestbook-submit {
		width:auto;
}
input.csc-mailform-submit, 
.tx-guestbook-submit {
        margin-left: 23% !important;/* see label width + margin*/
}
.csc-mailform-radio legend {
		display:none;
}

.csc-mailform-radio fieldset input {
		float:none;
}
.csc-mailform-radio fieldset label {
        text-align:left;
        float:none;
        width:auto;
        margin: 0;
}