@charset "UTF-8";
/* CSS Document */

body
{
	background:url(http://www.stabatmater.nl/images/images_style/background.png)  bottom left no-repeat fixed;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:17px;
}

p
{
	margin-bottom:20px;
}

b
{
	color:#4324a;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:100;
	color:#ad9861;
	margin-bottom:20px;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:100;
	color:#43242a;
	margin-bottom:20px;
}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:100;
	color:#43242a;
	margin-bottom:5px;
}

h4
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:100;
	color:#43242a;
	margin-bottom:5px;
}

a
{
	color:#ad9861;
}

a:hover
{
	color:#000;
}

ul
{
	list-style:circle;
	list-style-position:outside;
}

li
{
	margin-left:20px;
}

.date
{
	color:#ad9861;
	font-size:10px;
}

#container
{
	width:920px;
	margin:0 auto;
	background:#FFF;
}

#header
{
	height:235px;
	margin-bottom:40px;
}

#logo
{
	width:248px;
	float:left;
	margin:50px 14px 0 18px;
}

#flash
{
	width:640px;
	height:235px;
	float:left;
	background:url(http://www.stabatmater.nl/images/images_style/header-image-2.png) no-repeat right top;
}

#menu_left
{
	width:190px;
	float:left;
	border-bottom:dashed #43242a 1px;
	margin:0 0 0 20px;
}

#center
{
	width:390px;
	float:left;
	margin:0 0 0 70px;
}

#center img
{
	margin:5px;
}

#right_content
{
	width:173px;
	padding:12px;
	margin:-12px 20px 0 0;
	border:1px solid #43242a;
	float:right;
}

#footer
{
	height:23px;
	background:#ad9861;
	margin-top:40px;
}

#footer p
{
	margin:0;
	color:#FFF;
}

#footer a
{
	color:#FFF;
}

.center_split
{
	width:45%;
}

.small_padding
{
	padding:4px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.text_right
{
	text-align:right;
}

.clearfloat
{
	clear:both;
}

.height
{
	height:15px;
}

.clearfloat_line
{
	clear:both;
	border-bottom:1px solid #43242a;
	height:15px;
}

.sponsor_link
{
	display:block;
	width:140px;
	height:100px;
	margin:5px 5px 0 0;
}

/*MENU*/

ul#menu, ul#menu ul 
{
  list-style-type:none;
  margin:0;
  padding:0;
  width:190px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:20px;
}

ul#menu a 
{
  display:block;
  text-decoration:none;
  border-top:dashed #43242a 1px;
}

ul#menu li 
{
  margin-top:1px;
  margin-left:0;
}

ul#menu li a 
{
  color:#43242a;	
  padding:15px 0 15px 0;
}

ul#menu li a:hover 
{
  /*background: #000;*/
}

ul#menu li ul li a 
{
  color:#43242a;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  border-top:none;
  padding:8px 0 8px 35px;
}

ul#menu li ul li a:hover 
{
  /*background: #aaa;
  border-left: 5px #000 solid;
  */
  color:#000;
  padding-left:45px;
}

/* form */

#contact_form
{
	margin:1em 0;
	width:100%; /* customize width, this form have fluid layout */
}

#contact_form h3
{
	margin:0;
	border:1px solid #43242a;
}		

#contact_form h3 span
{
	display:block;
	padding:10px 20px;
}

#contact_form fieldset
{
	margin:0;
	padding:0;
	border:none;	
	border:1px solid #43242a;
	background:#FFF;		
	padding-bottom:1em;
}

#contact_form legend
{
	display:none;
}

#contact_form p
{
	margin:5px 20px;
}

#contact_form label
{
	display:block;
}	

#contact_form input, #contact_form textarea
{		
	width:338px;
	border:1px solid #111;
	background:#ad9861;
	padding:5px 3px;
	color:#000000;
}

#contact_form textarea
{
	height:125px;
	overflow:auto;
}

#contact_form p.submit
{
	text-align:right;
}

#contact_form button
{
	padding:0 20px;
	height:32px;
	line-height:32px;		
	border:1px solid #43242a;
	background:#43242a;
	color:#fff;
	cursor:pointer;		
	text-align:center;		
}				

/* // form */