/*
	# Project: AutomatWeb.com
	# File: styles.css
	# Contact: Verner Jänes (verner.janes@automatweb.com)
	# URL: http://www.automatweb.com
	# Version: 2.0
*/

body {
	background: url("../img/bg.png") repeat-x;
	color: #333333;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0;
}

/* links */

a { color: #D50000; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; outline: none; }

img { border: 0; }

/* headings */

h1 {
	border-bottom: 1px dashed #E2E0DD;
	color: #333333;
	font-size: 16px;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	margin: 12px 0 12px 0;
	padding: 0 0 4px 0;
}
h2 {
	color: #333333;
	font-size: 13px;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	margin: 12px 0 12px 0;
	padding: 0;
}
h2.line { border-bottom: 1px dashed #E2E0DD; padding: 0 0 4px 0; }
h3 {
	color: #333333;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-left: 19px;
}
