/**
 * Catsman Website
 * Copyright © 2010 Maarten Hogenboom, Venema Advies
 * Pagina styles/default.css
 */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #ffffff;
	line-height: 17px;
	background-repeat: repeat-y;
	background-color: #004689;
	background-position: left;
	background-image: url(/layout/back.gif);
	text-align: left;
	position: relative;
}

* html body{
	height: 100%;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #ffffff;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #ffffff;
}

img {
	border: 0px;
}

a {
	color: #f57f33;
}

a:hover {
	text-decoration: none;
}

span.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	font-style: italic;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #ffffff;
	border-style : solid;
	border-width : 0px 0px 1px 0px;
	border-color : #666200;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
}


.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #ffffff;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	border-color : #666200;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
}

.fullheight {
	height: 100%;
}

.border1 {
	border: solid 1px #FFFFFF;
}

.border2 {
	border: solid #FFFFFF;
	border-width : 1px 0px 1px 0px;
}

.small { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f57f33;
	font-weight: bold;
	font-size: 12px;
}

p { 
	padding-top: 0px;
	margin-top: 0px;
} 

.menu {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.menu:hover {
	color: #f57f33;
}

.bar {
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	text-decoration: none;
}

.bar:hover {
	color: #f57f33;
	text-decoration: none;
}

.copyright {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.copyright:hover {
	color: #ffffff;
	text-decoration: underline;
}
