@charset "utf-8";

body {
	
	color: #413f3f;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#header_container {
	background: #fff url('../images/background.gif') repeat-x 0 134px;  
}


#header {
	width: 1000px;
	height: 179px;
	margin: 0 auto;
	background: url('../images/header.jpg') no-repeat;
}

ul#menu {
	width: 960px;
	height: 41px;
	margin: 18px auto 0 auto;
	padding: 0 0 0 40px;
	list-style: none;
}

ul#menu li {
	float: left;
	margin: 0 4px;
}

ul#menu li a {
	display: block;
	height: 41px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

ul#menu li a strong {
	float: left;
	height: 41px;
	padding: 0 10px 0 15px;
	background: url('../images/menu_left.png') no-repeat top left;
	color: #fff;
	font-weight: normal;
	line-height: 39px;
	cursor: pointer;
}

ul#menu li a:hover strong {
	background-position: bottom left;
	color: #013568;
}

ul#menu li a.current strong {
	background-position: bottom left;
	color: #013568;
}

ul#menu li a span {
	float: left;
	width: 5px;
	height: 41px;
	background: url('../images/menu_right.png') no-repeat top left;
	cursor: pointer;
}

ul#menu li a:hover span {
	background-position: bottom left;
}

ul#menu li a.current span {
	background-position: bottom left;
}

#content {
	width: 1000px;
	margin: 25px auto 20px auto;
	background: url('../images/content_separator.gif') repeat-y 680px 0;
}

#content p {
	line-height: 20px;
}

#left {
	float: left;
	width: 604px;
	padding: 0 38px;
}

#right {
	float: right;
	width: 232px;
	padding: 10px 44px 0 44px;
	
	font-size: 12px;
}
#right li {
  list-style: none;
  margin-bottom:10px;
}

#footer {
	width: 100%;
	height: 94px;
	background: url('../images/footer.gif') repeat-x;
}

#footer_inner {
	width: 1000px;
	height: 94px;
	margin: 0 auto;
	background: url('../images/footer_inner.gif') no-repeat;
}

#sosdent {
	float: left;
	margin: 30px 0 0 34px;
}
#webtown {
	float: right;
	margin: 33px 50px 0 0;
}


#webtown a {
	display: block;
	color: #638ce5;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
}

.breadcrumb {
	padding: 0 0 0 21px;
	color: #000;
}

#left .imgleft {
	float: left;
	margin: 0 28px 10px 0;
}

#left .imgright {
	float: right;
	margin: 0 0 10px 28px;
}

#right .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}

#right .imgright {
	float: right;
	margin: 0 0 5px 10px;
}

span.line {
	display: block;
	width: 100%;
	height: 1px;
	margin: 15px 0 30px 0;
	background: #e0e0e0;
	overflow: hidden;
}

label.newsletterlabel {
	float: left;
	display: block;
	width: 50px;
	margin-bottom: 10px;
	line-height: 25px;
}

input.newsletterinput {
	width: 162px;
	height: 27px;
	margin-bottom: 10px;
	padding: 5px;
	background: url('../images/newsletterinput.gif') no-repeat;
	border: 0;
}

input.newslettersubmit {
	width: 103px;
	height: 27px;
	margin-left: 109px;
	background: url('../images/button_feliratkozom.gif') no-repeat;
	border: 0;
	cursor: pointer;
}

.box {
	margin-bottom: 50px;
}

.box p {
	margin-bottom: 15px;
}

.vote {
	margin-bottom: 20px;
}

.vote label {
	font-size: 12px;
}

.vote p {
	margin-bottom: 4px;
	font-style: italic;
}

.voteradio {
	clear: left;
	float: left;
}

.votepercent {
	height: 13px;
	font-size: 10px;
	line-height: 13px;
}

.votepercent span {
	float: left;
	display: block;
	height: 13px;
	background: #4bc8f2;
}

.votepercent strong {
	position: relative;
	top: -4px;
	left: 5px;
	float: left;
	height: 13px;
	color: #6c6c6c;
}

input.votesubmit {
	width: 83px;
	height: 27px;
	margin-left: 129px;
	background: url('../images/button_szavazok.gif') no-repeat;
	border: 0;
	cursor: pointer;
}

.error {
	width:621px;
	min-height: 10px;
	margin: 0 0 15px 0;
	padding: 12px 0 0 0;
	background: #d00 url('../images/error_top.gif') no-repeat top;
	color: #fff;
	font-size: 12px;
}

#left .error p {
	margin-bottom: 5px;
	padding: 0 20px;
	line-height: 15px;
}

.error span.error_bottom {
	display: block;
	width: 621px;
	height: 10px;
	background: url('../images/error_bottom.gif') no-repeat top;
}

label.defaultlabel {
	float: left;
	display: block;
	width: 100px;
	margin-bottom: 10px;
	line-height: 25px;
}

input.defaultinput1 {
	width: 162px;
	height: 27px;
	margin-bottom: 10px;
	padding: 5px;
	background: url('../images/defaultinput1.gif') no-repeat top;
	border: 0;
}

input.defaultinput2 {
	width: 232px;
	height: 27px;
	margin-bottom: 10px;
	padding: 5px;
	background: url('../images/defaultinput2.gif') no-repeat top;
	border: 0;
}

input.defaultinput1.error {
	background: url('../images/defaultinput1.gif') no-repeat bottom;
}

input.defaultinput2.error {
	background: url('../images/defaultinput2.gif') no-repeat bottom;
}

#left p.error_text {
	padding-left: 100px;
	color: #d00;
	font-size: 12px;
	line-height: 15px;
}
#right p.error_text {
	padding-left: 100px;
	color: #d00;
	font-size: 12px;
	line-height: 15px;
}


textarea.defaulttextarea {
	width: 472px;
	height: 167px;
	margin-bottom: 10px;
	padding: 5px;
	background: url('../images/defaulttextarea.gif') no-repeat top;
	border: 0;
        font-size: 13px;
}

textarea.defaulttextarea.error {
	background: url('../images/defaulttextarea.gif') no-repeat bottom;
}

input.defaultsubmit {
	width: 73px;
	height: 27px;
	margin-left: 499px;
	background: url('../images/button_mehet.gif') no-repeat;
	border: 0;
	cursor: pointer;
}
input.submitinput {
    width: 73px;
    height: 27px;
    margin-left: 499px;
    background: url('../images/button_mehet.gif') no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -998px;
    overflow: hidden;
 
	display:block;
	line-height: 0;
}

h1 {
 color: #1248BA
}
#right h2 {

}
#right p {
	line-height: 20px;
}

