/* ------------ Typographic settings --------------------------------- */


body {
	text-align: center;
	background-position: top center; text-align: center;
	margin: 0 auto;
	background-image: url('http://www.karinherzog.co.uk/images/Web/page-map-1800.jpg');
	background-color: white;
	background-repeat: no-repeat; 
	}

#container {
	display: block;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}		

body, td, select, input {
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	color: black;
	}
	
	
#container {
	display: block;
	margin: 0 auto;
}

#centrecontainer {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}
	

body, td {
	padding: 0;
	margin: 0;
	}

th {
	text-align: left;
}

h1 {
	font-family: Times New Roman;
	font-size: 18pt;
	font-weight: normal;
	color: #808080;
	margin: 10px 0 4px 0;
}

h2 {
	font-size: 9pt;
	color: #808080;
	font-weight: bold;
	margin-bottom: 5px;
}

h1, h2 {
	padding: 0;
	margin: 0px 0px 8px 0px;
	}

A:link, A:visited {
	text-decoration: none; 
	color: #6185BB;
	font-weight: bold;
}

A:hover	{
	text-decoration: none; 
	color: #CAD6E8;
	font-weight: bold;
}


hr { 
	height: 1px; 
	border-width: 0;
	}

img {
	border: 0;
	}



table {
	border-collapse: collapse;
	width: 100%;
}


#news {
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: black;
	}
	
#bottom {
	font-size: 7pt; 
	background-image: url('../images/Web/2010/back-fade2.png');
	background-position-y: top"
	background-repeat: repeat-x;
	border-top: 1px solid #808080;; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:40px
	}

/* ------------ Forms ------------------------------------------------ */
select, input, textarea {
	font-weight: normal;
	color: black;
	background-color: #DCE4E9;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

select:focus, input:focus, textarea:focus {
	font-weight: normal;
	color: black;
	background-color: #F7F7FF;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

input.submit {
	background-color: #404040;
	color: white;
	font-weight: bold;
	font-size: 7.5pt;
	border-style: outset;
	border-left: solid 1px #FF6666;
	border-top: solid 1px #FF6666;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	margin: 0 1px 3px 0;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;
}

input.smallsubmit {
	display: in-line;
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	color: #EE6600;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: left;
	font-weight: bold; 
	background-color: transparent;
	border: none;
}

/* form error messages */
.errors {
	display: block;
	width: 85%;
	color: red;
	background-color: #FFEEEE;
	border: dotted 1px red;
	margin: 18px;
	padding: 12px;
}

.errors label {
	border-bottom: dotted 1px red;
}

/* --- Category menu ------------------------------------------------- */

#categorymenu {
	margin: 0 0 0px 0;
	padding: 0;
	border-top: solid 1px #CBD5DB;
}

#categorymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#categorymenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

#categorymenu ul li div {
	font-size: 7.5pt;
	background-color: transparent; 		
}

#categorymenu ul li div a {
	display: block;
	color: #404040;
	background-image: url('../images/Web/2010/back-fade2.png');
	border-bottom: 1px solid white;; padding-left:2px; padding-right:3px; padding-top:1px; padding-bottom:5px
}

#categorymenu ul li div a:hover {
	color: white;
	background-color: #404040;
	background-image: none;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

#categorymenu ul ul li div {
	font-weight: normal;
}

#categorymenu ul ul li div a {
	font-weight: normal;
	background-image: none;
	background-color: #DCE4E9; 
	color: #CC4400;
	padding-left: 10px;
}