@charset "utf-8";
/**
 * heidewachtelkennel.nl
 * Chesannehof
 * @author Ren� Jaspers
 *
 * @name css/stylesheet.css
 * @lastedit 21 april 08
 */

*
{
	font-family:"Calibri", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

html, body
{
	margin:0px;
	padding:0px;
	background:#CDCCCC;
	height:100%;
	width:100%;
}

body
{
	overflow-y:scroll;
}

#siteContainer
{
	width:700px;
	min-height:100%;
	background:#F5F1EB;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
}

#header
{
	position:absolute;
	width:700px;
	height:95px;
	padding-top:5px;
}

#header2
{
	position:absolute;
	width:700px;
	height:160px;
	background:url(../graphics/header.jpg) no-repeat;
	margin-top:98px;
	cursor:default;
}

#header3
{
	position:absolute;
	width:695px;
	height:95px;
	padding-top:5px;
	text-align:right;
	background:#F6F1EB;
	padding-right:5px;
}

#menu, #adminMenu
{
	width:100%;
	background:#FFFFFF;
	height:20px;
	margin:0px;
	padding:0px;
	padding-top:258px;
	list-style:none;
	border-bottom:1px solid #AAAAAA;
}

#adminMenu
{
	height:20px;
	padding-top:0px;
}

#menu li, #adminMenu li
{
	float:left;
	padding:0px 5px 0px 5px;
	width:14.7%;
	text-align:center;
	height:20px;
	cursor:pointer;
}

#adminMenu li
{
	float:right;
}

#menu li:hover, #adminMenu li:hover
{
	background:#F5F1EB;
}

#menu li a, #adminMenu li a
{
	text-decoration:none;
	color:#000000;
	font-family:"Lucida Handwriting", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:0.1em;
	display:block;
	height:16px;
	padding-top:4px;
}

#content
{
	color:#6A5621;
	padding:10px;
	cursor:default;
	width:640px;
	padding-bottom:25px;
	padding-left:20px;
}

#content a
{
	color:#6A5621;
}

#content .h1
{
	font-weight:bold;
	color:#6A5621;
	font-family:Tahoma;
	font-size:14px;
}

#content .h2
{
	font-weight:bold;
	font-family:Tahoma;
	font-size:12px;
	color:#6A5621;
}

#content .h3
{
	font-weight:bold;
	font-style:italic;
}

#content .title
{
	height:20px;
	width:660px;
	display:block;
	padding-bottom:5px;
	color:#6A5621;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dashed #C18B78;
	font-family:"Lucida Handwriting", Tahoma;
	margin-bottom:10px;
}

#content fieldset
{
	border:none;
	border-bottom:1px solid #C18B78;
	width:600px;
	padding-top:10px;
	margin:0px 25px 20px;
}

#content img
{
	margin:2px;
}

#agenda
{
	width:200px;
	height:200px;
	background:#F5F1EB;
	border:1px solid #AAAAAA;
	float:right;
	margin-right:-150px;
	margin-top:-11px;
	display:none;
}

#agenda table
{
	width:100%;
	height:100%;
}

#agenda table tr td
{
	text-align:center;
	vertical-align:middle;
	cursor:default;
}

#agenda .andereMaand
{
	color:#AAAAAA;
}

#agenda a
{
	color:#C18B78;
	font-weight:bold;
}

.agenda_title, #agenda_title
{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.edit
{
	margin-bottom:10px;
	float:right;
	color:#BBBBBB;
}

#loginForm
{
	width:200px;
	padding-top:10px;
}

#loginForm label
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

#loginForm input
{
	display: block;
	position: relative;
	left: 50%;
	top: -1.4em;
}

#loginForm input[type=submit]
{
	float: right;
	width: auto;
}

#userModule ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
}

#userModule ul li
{
	float:right;
	padding-left:10px;
}

.nieuwsList li
{
	min-height:20px;
}

.nieuwsList li img
{
	cursor:pointer;
}
