body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url('qdb-winter-2009.jpg') no-repeat top center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #1a1a57;
}

a:hover {
	color: #1f2591;
}

form {
	margin: 0px;
}

input, textarea {
	border: 1px #1a1a57 solid;
	margin: 0px;
	padding: 0px;
}

input#post_notes {
	width: 300px;
}

h2.texts {
	padding: 0px;
	margin: 0px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}

p.texts {
	font-family: Georgia;
	font-size: 14px;
	margin: 0.5em 0 1em 0;
	width: 750px;
}

.hidden {
	display: none;
}

#header {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 15px;
	height: 225px;
	color: #181b49;
}

#header a {
	padding-left: 2px;
	padding-right: 2px;
}

#header .title {
	width: 950px;
	height: 168px;
}

#header h2 {
	padding: 0px;
	padding-right: 2px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	float: right;
	color: #d8ecf5;
}

#header .menu1 {
	margin: 0;
	padding: 0 0 0 0;
	width: 950px;
	height: 21px;
	text-align: right;
	/*background: #93bd91;
	border: 1px #93bd91 solid;*/
}

#header .menu2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 950px;
	height: 21px;
	text-align: right;
	/*background: #b3d5b1;
	border: 1px #b3d5b1 solid;*/
}

#header .lorem {
	margin-top: 3px;
	/*margin-bottom: 3px;*/
	float: right;
	font-size: 87%;
	font-style: italic;
}

#header input {
	margin-right: 1px;
}

#content {
	width: 790px;
	min-height: 400px;
	_height: 400px;		/* IE */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 160px;
}

#content input,#content textarea {
	margin: 3px;
}

#content a, #header .lorem a {
	color: #1f2591;
}

#content a:hover, #header .lorem a:hover {
	color: #2e77a1;
	border-bottom: 1px #1f2591 dotted;
}

#content h3 {
	font-size: 14px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}

#content dl {
	width: 750px;
	margin-top: 1em;
}

#content dl.voted {
	background: #eeeeee;	/* szurke */
}

#content dl.pending {
	background: #f9f8c1;	/* sarga */
}

#content dl.rejected {
	background: #f6b8b8;	/* halvanyabb piros */
}

#content dl.votedandpending {
	background: #cce7be;	/* zold */
}

#content dl.votedandrejected {
	background: #f49191;	/* sotetebb piros */
}

#content dt {
	border-bottom: 1px #1a1a57 dotted;
	margin: 0px;
	padding: 0px;
}

#content dt.news {
	border: 0px;
	/*font-weight: bold;*/
}

#content dt.faq {
	border: 0px;
	padding-top: 10px;
	/*font-weight: bold;*/
}

#content dd {
	margin-left: 0px;
	padding-left: 5px;
	color: #666666;
}

#content dd b {
	font-weight: normal;
	color: #000000;
}

#content p.quotetext {
	font-family: /*Courier, */"Courier New", "Lucida Console", "Fixed";
	color: #000000;
}

#content .box {
	width: 210px;
	min-height: 150px;
	_height: 150px;		/* IE */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background: #d7e9f1;
	color: #666666;
}

#content .quote {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#content .quote .date {
	float: right;
}

#content .quote .notes {
	padding-top: 10px;
	font-size: 12px;
}

#content .info {
	width: 700px;
}

#content .comment {
	width: 600px;
	margin-bottom: 8px;
}

#content .comment dl {
	width: 600px;
}

#content .message {
	/*color: #000a88;*/
	color: #217867;
	font-style: italic;
}

#content .opinion {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

#content table.usertable {
	width: 80%;
	border-collapse: collapse;
}

#content table.usertable tr.header {
	border-bottom: 1px #1a1a57 dotted;
}

#content table.usertable tr.moderated {
	background: #f6b8b8;	/* halvanyabb piros */
}

#content table.usertable td {
	padding: 2px 3px 0 3px;
}

#content table.usertable td.right {
	text-align: right;
}

#footer {
	width: 950px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #b6dcef;
	border: 1px #b6dcef solid;
	font-size: 13px;
	text-align: right;
	color: #181b49;
}

