/**
 * Webra default style
 *
 * @author Kardos Gergely <gkardos@webra.hu>
 * @date 2009.04.30
 * @version 1.0
 */

@media screen, projection, print {
	body {
		font-size: 13px;
		color: #505050;
		font-family: Arial;
		text-align: justify;
	}

	h1 {
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 5px;
	}

	h2 {
		font-size: 15px;
		font-weight: bold;
	}

	h3 {
		font-size: 13.55px;
		font-weight: bold;
	}

	h4 {
		font-size: 12px;
		font-weight: bold;
	}

	h5 {
		font-size: 10px;
		font-weight: bold;
	}

	h6 {
		font-size: 7.55px;
		font-weight: bold;
	}

	ul {
		list-style-type: square;
	}

	ul li{
		margin: 3px 0px 0px 0px;
		margin-left: 20px;
		padding: 0px;
	}

	ol {
		list-style-type: decimal;
		margin-left: 5px;
	}

	ol li {
		margin: 3px 0px 0px;
		margin-left: 20px;
		padding: 0px;
	}

	img {
		background-color: white;
		border: 2px solid #853134;
		margin-bottom: 5px;
		margin-left: 5px;
		margin-right: 5px;
		padding: 2px;
	}

	a:hover {
		text-decoration: underline;
	}

	a, a:visited {
		color:#853134;
		text-decoration: none;
	}

	table{
		empty-cells: show;
		padding: 0px;
		margin: 0px;
		border: 0px;
		border-collapse: collapse;
	}

	td, th {
		padding: 3px;
		margin: 0px;
		border: 1px solid #000000;
		font-size: 13px;
		font-family: Arial;
		text-align: justify;
	}

	th {
		border-bottom: 2px solid #000000;
		text-align: center;
		font-weight: bold;
	}

	p {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}

	em, em strong {
		font-style: italic;
	}

	strong, strong em {
		font-weight: bold;
	}

	blockquote {
		margin-left: 1em;
	}

	.image_caption_table, .image_caption_table_cell_0, .image_caption_table_cell_1 {
		padding: 0px;
		margin: 0px;
		border: 0px;
	}

	.image_caption_table {
		width: 1px;
	}

	.image_caption_table_cell_0, .image_caption_table_cell_1 {
		background-color: transparent;
		text-align: center;
	}

	.image_caption_table_cell_0 {
		border: 2px solid #ffffff;
	}

	/* Hírlevél feliratkozás */
	.newsletter_typefield {
		float: left;
		margin-left: 20px;
	}

	.newsletter_typelabel {
		float: left;
	}

	.newsletter_error {
		color: red;
	}
}