@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c0c0c0;
	background-color: #F9EEC7;
	margin: 0;
	padding: 0;
}
a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a img {
	border: 0px none;
}
a.no_highlight {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

p {
	margin-top:3px;
	margin-bottom:3px;
}

img {
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #D99F74;
}
img.noborder {
	border: 0px none;
	margin:0px;
}
img.center {
	margin-left: auto;
	margin-right: auto;
}
img.uibutton {
	border: 0px none;
	margin-right:20px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	position:relative;
	top: 4px;
}
img.floatright {
	float: right;
	margin: 8px;
}
img.floatleft { 
    float: left; 
    margin: 8px; 
}
input.login {
	font-size: 10px;   
	width: 75px;
	height: 15px;
	padding: 0;
	color: #A75A1C;
	background-color: #CCCCCC;
	border: 0px none #000;
}
input.search {
	font-size: 10px;   
	width: 90px;
	height: 15px;
	padding: 0;
	color: #A75A1C;
	background-color: #CCCCCC;
	border: 0px none #000;
}
input.login-button {
	font-size: 11px;
	width: 30px;
	height: 17px;
	background-color: #ED8F4C;
	border: 1px solid #EC8629;
	color: #FFFFFF;
	cursor: pointer;
	padding-bottom: 2px;
}
input.search-button {
	font-size: 11px;
	width: 50px;
	height: 17px;
	background-color: #ED8F4C;
	border: 1px solid #EC8629;
	color: #FFFFFF;
	cursor: pointer;
	padding-bottom: 2px;
}

div#page {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
div#header {
	width: 820px;
	height:170px;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#logo {
	width: 256px;
	height:131px;
	position: absolute;
	top: 0px;
	
}
div#logo img {
	border: 0px none;
	padding:0px;
	margin:0px;
}
div#menucontainer {
	width: 580px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: 140px;
	align:center;
}
ul#menu {
	list-style-type:none;
	list-style-position:inside;  
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}
.menubutton_en{
	height:15px;
	margin-left:32px;
	margin-right:32px;
	padding-top:3px;
	float: left;
}
.menubutton_hu{
	height:15px;
	margin-left:27px;
	margin-right:27px;
	padding-top:3px;
	float: left;
}
.menubutton_de{
	height:15px;
	margin-left:25px;
	margin-right:25px;
	padding-top:3px;
	float: left;
}
.menubutton_es{
	height:15px;
	margin-left:27px;
	margin-right:27px;
	padding-top:3px;
	float: left;
}

.menubuttonpic img {
	border: 0px none;
	margin:0px;
	padding:0px;
}
.tab_container{
	height:23px;
	width:inherit;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tab_active{
	height:23px;
	width:130px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	padding-top:6px;
	padding-left:30px;
	background-image: url(/images/tab1.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}
.tab_inactive{
	height:23px;
	width:130px;
	padding-top:6px;
	padding-left:30px;
	background-image: url(/images/tab0.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}
div#tab_inactive a{
	color: #DD8341;
	font-weight: bold;
	text-decoration: none;
}
div#container {
	width: 820px;
	display:block;
}
div#sidebar {
	width: 169px;
	float: left;
	margin-left:10px;
	margin-top:20px;
}
div#sidebar_box {
	width: 169px;
	float: left;
	margin-bottom: 10px;
}
div#box_top {
	width: 169px;
	height: 17px;
	float: left;
	background-image: url(/images/box_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
div#box_middle {
	width: 169px;
	float: left;
	background-image: url(/images/box_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
}
div#box_bottom {
	width: 169px;
	height: 7px;
	float: left;
	background-image: url(/images/box_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#vert_separator_left {
	width: 20px;
	height:520px;
	float:left;
	background-image: url(/images/vert_separator.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
}
div#vert_separator_right {
}
div#content_title {
	width: 560px;
	float: left;
	font-size: 18px;
	color: #EC8629;
	top: 4px;
	margin-left: 20px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: normal;
	margin-top: 15px;	
	clear: both;
}
div#content {
	width: 600px;
	float:left;
	padding: 10px;
	font-size: 13px; 
	color: #333333;		
	background-image: url(/images/titleback.png);
	background-repeat: no-repeat;
	background-position: right 20px;
}
div#footer {
	width: 820px;
	height: 27px;
	padding-top: 15px;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}
div#flagcontainer {
	width: 100px;
	height: 13px;
	float:right;
	margin-right: 10px;
	position: relative;
}
div#flagcontainer_article {
	width: 110px;
	height: 13px;
	float:right;
	padding-top:16px;
}
.flagcontainer_comment {
	width: 110px;
	height: 13px;
	float: left;
}
div#article_head_container {
	width:490px;
	float:left;
}
div#flag {
	margin-left: 2px;
	height:13px;
	display:inline;
}
div#article_composer {
	color:#999999;
	font-size:11px;
}

div#kommentblokk {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
div#komment_head {
	width:600px;
	float:left;
	background-color:#dddddd;
}
div#komment_name {
	width:390px;
	float: left;
	font-size: 10px;
}
div#komment_datum {
	width: 100px;
	float:left;
	font-size: 9px;
}
div#komment_komment {
	width: 590px;
	float:left;
	font-size: 12px;
	padding-left:10px;
	margin-bottom:8px;
}

div#leadblokk {
	padding-top:5px;
	margin-top:15px;
	margin-bottom:15px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
div#leadblokk_szoveg {
	width: 600px;
	float: left;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: #777777;	
}

.gallerybox {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	height: 160px;
	background-image: url(/images/polaroids.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.gallerybox_single {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	height: 160px;
	background-image: url(/images/polaroid.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.gallerybox_pic {
	float: left;
	width: 150px;
	height: 115px;
	margin: auto;
}
.gallerybox_title {
	float: left;
	width: 120px;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 10px;
}
.gallerybox_creator {
	float: left;
	width: 120px;
	height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 9px;
	color: #999999;
}
.gallery_pic {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	height: 141px;
	background-image: url(/images/polaroid_low.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery_owner {
	padding: 5px;
	margin-left: 45px;
	font-size: 10px;	
}
.gallery_desc {
	padding: 20px;	
}
.button_rectangle {
	width: 41px;
	height: 13px;
	padding-top: 4px;	
	text-align: center;
	font-size: 9px;
	color: #666666;
	background-image: url(/images/button_rectangle.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.float_right {
	float: right;	
}
.float_center {
	margin-left: auto;
	margin-right: auto;	
}
.button_rectangle a {	
	color: #666666;
}
.text_box_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EC8629;
	font-weight: bold;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.text_box_content {
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.float-help {
	clear:both;
	display:block;
	width:99%;
	height:1px;
}
.komment_elem {
	display:block;
}
.table_head {
	color: #FF6600;
	text-decoration: none;
}
.calendar_menu_container {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;	
	height: 18px;
}
.calendar_menu_title {
	width: 100px;
	float: left;	
	text-align: center;
	padding-top: 3px;
	text-color: #222222;
}
.calendar_arrow {
	width:20px;
	height: 18px;
	float: left;	
}
input.wide {   
	width: 300px;
}
.helpblock {
	width: 80%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 9px;
	text-color: 11px;
	background-color: #EEEEEE;	
	border: 1px solid #D99F74;
}

div#articlelist {
	width: 520px;	
}

div#articlelist p {
	width: 100%;
}
