@charset "utf-8";

q:before, q:after {
	content: "";
}

div.popupcontent {
	background-image: url(http://www.szintisztanlp.hu/hirlevel.jpg);
	background-repeat: repeat-y;
	padding: 0 15px 15px 140px;
	border: 2px dashed black;
}

#dropin div.popupcontent {
	border: none;
}

h3 {
	color: #CC0000;
}

p.kisebb {
	font-size: 12px;
}

blockquote {
	background: transparent url(quote.gif) left top no-repeat;
	border: solid 1px;
	padding: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

blockquote div {
	padding: 0 52px;
	background: transparent url(quote.gif) right bottom no-repeat;
}

#dropin {
	text-align: left;
	position: absolute;
	visibility: hidden;
	left: 100px;
	top: 100px;
	width: 510px;
	border: 2px dashed black;
	background: white;
	padding: 7px;
}

#closebox {
	text-align: right;
}

#closebox a {	
	padding-right: 26px;
	background: url(close.gif) center right no-repeat;	
}

label {
	float: left;
	width: 5em;
	margin: auto 1em 0.8em 3em;
	text-align: right;
}

form br {
	clear: left;
}

#submitbutton, #submitbutton2, form div {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*form div {
	width: 20em;
}*/

div.tartalom {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	padding: 12px;
	text-align: left;
	background-color: #FFFFFF;
}

div.szoveg {
	padding-left: 50px;
	padding-right: 50px;
}

div.kepalairas {
	text-align: right;
	font-size: 75%;
}

body {
	background-color: #E3E3EA;
}

h1 {
	text-align: center;
	color: #CC0000;
}

h2 {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

div.menu {
	text-align: right;
	padding: 12px;
}

span.kerdes {
	color: red;
}

.vastag {
	font-weight: bold;
}

.kiemeles {
	background-color: yellow;
}

.vastagkiemeles {
	font-weight: bold;
	background-color: yellow;
}

.vastagalahuzott {
	font-weight: bold;
	text-decoration: underline;
}

.fontos {
	border-style: solid;
	border-color: #0033FF;
	border-width: 1px;
	padding: 10px;
}

img.balra {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}