﻿body {
	background: #CCCCCC url(../img/bg2.jpg) repeat-x fixed center bottom;
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	width: 400px;
}
h2 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: bold;
}

td {
	padding-right: 20px;
}

p {
	margin-bottom: 8px;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

p a {
	text-decoration: underline;
}

a:hover {
	color: #000;
}
pre {
	font: 13px/18px Arial, Helvetica, sans-serif;
	font-style: italic;
	background: url(/_assets/img/icon_citat.gif) no-repeat 20px 4px;
	width: 300px;
	padding-left: 110px;
	white-space: normal;
	margin-top: 25px;
	padding-bottom: 30px;
}

