/* Általános szöveg megjelenés, ha nincs más megadva */
body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
    margin-right: 30;
    text-align: left;
    
}

/* Társasház kezelő logója */

.TitleLogo 
{
	height: 50px;
	padding: 23px 0 0 23px;
}

.TitleLogo img
{
    position: relative;
}

/* Társasház neve szöveg kinézet*/

.tarsashaznev
{
    Font-Weight:bold;
    Font-Family:"Comic Sans MS";
    Font-Size:xx-large; 
    Color:White;
}

/* Teljes lap felépítés */
.MainBackground
{
    min-height: 600px;
    background: white url(BodyBack.png) repeat-x;
    visibility: hidden; 
}

.Wrapper
{
    
    text-align: center;    
    background: url(WrapperBack.png) repeat-x bottom;
    min-width: 1080px;
}

.Content
{
    margin: 0 auto;
    text-align: left;
    width: 1080px;    
}

.ContentLeft
{
    float: left;
    width: 1032px;
    background: url(ContentLeftBack.png) no-repeat left bottom;
}

.ContentLeftInner,
.ContentLeftInner_Intro
{
    float: left;
    width: 266px;
}

.ContentLeftInner
{
    min-height: 852px;
    background: url(ContentLeftInnerBack.png) no-repeat left top;
}

.ContentLeftInner_Intro
{
    min-height: 852px;
    background: url(ContentLeftInnerBack_Intro.png) no-repeat left top;
}


.FooterLeft
{
    float: left;
    width: 1032px;
    background: url(FooterLeftBack.png) no-repeat left bottom;
}

.FooterLeftInner
{
    float: left;
    width: 266px;
    text-align: center;
    padding-top: 83px;
}

.ContentCenter
{
    float: right;    
    width: 766px;        
}

.ContentCenterInner
{    
    min-height: 600px;
    background: white url(ContentCenterInnerBack.png) no-repeat left top;
}

.ContentCenterInner_Intro
{
    min-height: 600px;
    background: white url(ContentCenterInnerBack_Intro.png) no-repeat left top;
}

.FooterCenter
{
    float: right;    
    width: 766px;    
    height: 206px;
    background: url(FooterCenterBack.png) repeat-x bottom;    
}

.ContentRight
{
    float: left;
    width: 100%;
    background: url(ContentRightBack.png) no-repeat right bottom;
}

.ContentRightInner,
.ContentRightInner_Intro
{
    float: right;
    width: 48px;    
}

.ContentRightInner
{
    height: 852px;
    background: url(ContentRightInnerBack.png) no-repeat right top;
}

.ContentRightInner_Intro
{
    height: 852px;
    background: url(ContentRightInnerBack_Intro.png) no-repeat right top;
}

.FooterRight
{
    clear: both;
    float: left;
    width: 100%;
    background: url(FooterRightBack.png) no-repeat right bottom;
}

/* Információs panel logója*/


.kezelologo
{
    width:179px;
    height:139px;
}

/* Kezelő neve kinézet*/

.kezelonev
{
    Font-Family:Arial Narrow;
    Font-Size:20px;
}

/* Kezelő profil megnevezés kinézet*/

.kezelonev2
{
    Font-Size:10px;
}

/* Kezelő elérhetőség kinézet*/

.kezeloadat
{
    font-size: x-small;
}

/* Látogató számláló szöveg kinézete*/

.hitcountertext
{
    font-style:italic;
    Font-Size:9px;
}

/* Copyright szöveg*/

.Copyright
{
    text-align: right;    
    color: #a7abb2;
    FONT-SIZE: 9px;
}

/* Igazításhoz kell*/
.Clear
{
    display: block;    
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 0;
}