
/* BEGIN: Centering */
html, body, .swc0, .swc1 {
/*	height: 100%;*/
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
/*	vertical-align: middle;*/
	white-space: nowrap;
/* in IEM solo shrink-wrap, no vert.center */
	text-align: center;
}
.swc2 {
	display: inline-block;
	text-align: left;
	width: 1px;
}
/* END: Centering */

html, body, p, span, form, textarea {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

body {
	margin-bottom: 20px;
}

div#container {
	display: block;
	white-space: normal;
	width: 628px;
	margin: 30px;
}

div#top {
	display: block;
	white-space: normal;
	width: 628px;
	height: 160px;
}

div#menu {
	float: left;
	top: 140px;
	left: 0px;
	width: 253px;
	margin-right: 10px;
}

div#content {
	display: block;
	white-space: normal;
	float: left;
	left: 263px;
	width: 365px;
	min-width: 365px;
	margin-top: 6px;
}

div#content p {
	margin: 0px 0px 14px 0px;
}

div#content {
	line-height: 135%;
}

a {
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
}


h1 {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0px 0px 14px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
}

h2 {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}

input, textarea {
	border: 1px solid #ffffff;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 1px;
	padding-right: 1px;
}

.menuItem {
	display: block;
	line-height: 28px;
	height: 28px;
	width: 200px;
	font-size: 14px;
	background: url(../gfx/menuBullet.gif) no-repeat top left;
	padding: 0px 0px 0px 34px;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: 600;
	zoom: 1;
	text-transform: uppercase;	
	letter-spacing: 1px;
}

/* ezt dinamikusan kódból ;-)
.menuItem:hover {
	color:#FFFF33;
}
*/

.menuText {
	padding: 0px 20px 10px 34px;
}

#topMenu {
	font-weight: 600;
	margin-bottom: 20px;
}

table.topMenu, tr.topMenu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.topMenu {
	position: relative;
	left: -2px;
}

td.topMenu {
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.topMenuItem {
	white-space: nowrap;
	margin-right: 10px;
}

.menuFormElement {
	width: 120px;
	margin-bottom: 5px;
}

.loginForm {
	margin-bottom: 20px;
}

.loginFormElement {
	width: 120px;
	margin-bottom: 5px;
}
.loginFormButton {
	border: 1px solid #ffffff;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 5px;
}
.error {
	display: block;
	margin: 20px;
	color: #FF0000;
}

img.preface {
	margin-bottom: 14px;
}


.letterbar {
	cursor: pointer;
}

.memberData {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.memberData a {
	font-weight: normal;
}

.memberDataTitle {
	width: 73px;
}

.membersList {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.membersList a {
	font-weight: normal;
}

.membersListName {
	width: 180px;
}


.newsLink {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	display: block;
}

.newsPreface {
	margin: 0px;
	font-weight: normal;
	font-size: 11px;	
}

.apartmentTitle {
	width: 114px;
	text-align: left;
	vertical-align: top;
}

.apartmentFormElement {
	width: 173px;
	margin-bottom: 5px;	
}

td.apartmentFormButton {
	text-align: right;
}

input.apartmentFormButton {
	padding: 1px 24px 1px 24px;
	font-weight: bold;
}

/* BEGIN: JUST 4 DEBUG 

div#container {
	background-color: #66CCFF;
}

div#top {
	background-color: #ffff00;
}

div#menu {
	background-color: #00ffff;
}

div#content {
	background-color: #ff0000;
}

.menuItem {
	background-color:#999999;
}

.topMenuItem {
	background-color:#00CCFF;
}

#topMenu {
	background-color:#FFCC00;
}

/* END: JUST 4 DEBUG */
