/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2016
//
// File        : main.css
// Begin       : 2015.09.28 14:57
// Last Update : 2016.04.08 13:09:06
*/

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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, td {
	background-color: #dcdddd;
	color: #505553;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	-webkit-text-size-adjust: none;
}
strong {
	font-weight: 600;
}
nav, section, figure, figcaption, article, footer, header {
	display: block;
}
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 #4d5555;
	width: 100%;
	margin: 8px 0px;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: disc;
}
ol {padding: 4px 0px 4px 22px;}
p {
	padding: 0 0 1em;
}
h1,h2,h3,h4 {
	line-height: 1.2em;
	font-weight: normal;
	padding: 0 0 1em;
	color: #505553;
	-webkit-text-size-adjust: none;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-weight: 500;
}
img {border: 0px;}
blockquote {margin-left: 20px;}

a {
	color: #505553;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	border: 1px solid #808080;
}
select,textarea {
	background-color: #fff;
}
input:hover {
	background-color: #f4f4f4;
}
label:hover {
	cursor: pointer;
}