/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// Copyright 2010
//
// File        : main.css
// Begin       : 2009.12.06 14:34:22
// Last Update : 2010.03.12 18:15:03
*/

/* This file includes only basic tag specifications, no classes */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	overflow: scroll;
	background: url(../../images/main/pbco_top.jpg) no-repeat 700px 20px #FFF;
}
body, td, pre {
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
fieldset {
	border: 1px solid #C0C0C0;
	padding: 6px;
}
fieldset td {
	vertical-align: top;
}
legend {
	margin: 0px 6px 0px 6px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}
pre {font-family: Courier,Courier New,sans-serif;}
hr {
	border-bottom: 1px solid #C0C0C0;
	width: 100%;
	margin: 8px 0px;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: disc;
}
ol {padding: 4px 0px 4px 22px;}
ol li {padding: 4px 0;}
p {margin: 16px 0px;}
h1,h2,h3,h4 {
	font-size: 12pt;
	line-height: 19px;
	font-weight: bold;
	margin: 4px 0px 24px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #5F4709;
}
h2 {
	font-size: 11pt;
	line-height: 18px;
	margin: 4px 0px 20px 0px;
}
h3 {
	font-size: 10pt;
	line-height: 17px;
	margin: 4px 0px 16px 0px;
}
h4 {
	font-size: 9pt;
	line-height: 16px;
	margin: 4px 0px 12px 0px;
}
img {border: 0px;}
blockquote {margin-left: 20px;}
a,a:link,a:active,a:visited {
	color: #2F4F4F;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a.link_selected {color: #708090;}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	border: 1px solid #808080;
}
input.submit, button.submit, select.submit {
	cursor: pointer;
	background-color: #D3D3D3;
	padding: 0 4px;
}
select,textarea {
	background-color: #fff;
}
input:hover {
	background-color: #DFDFDF;
}
label:hover {
	cursor: pointer;
}
