﻿body
{
    border-style: none;
    border-width: 0px;
    background-color: #FFFFFF;
    margin: 0px auto;
    width: 100%;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #333333;
    word-wrap: break-word;
}

a
{
    text-decoration: none;
    color: #77AADD;
}

a:hover , a:active
{
    text-decoration: none;
    color: #77AADD;
}

a img 
{
    border: none;
}

p
{
    margin: 12px 0px;
    text-align: justify;
    text-indent: 16px;
    line-height: 20px;
}

span
{
    margin: 4px;
    text-align: justify;
    text-indent: 8px;
}

h1, h2, h3 
{
    font-family: Arial;
    padding: 0px;
    color: #5C3E34;
    font-weight: bold;
    text-align: left;
}

h1 
{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

h2 
{
    font-size: 13px;
    margin: 4px;
}

h3 
{
    font-size: 12px;
    padding: 4px 8px;
}

h4 , h5
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

hr
{
    border-width: 0px 0px 1px 0px;
    border-color: inherit;
    width: 160px;
    height: 0px;
    background-color: Transparent;
    border-style: none none dotted none;
    text-align: center;
}

img 
{
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

ul 
{
    list-style-type: none;
}

li
{
}

table
{
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
    vertical-align: top;
    font-size: 10pt;
}

table td 
{
    padding: 0px;
}

div
{
    margin: 0px;
    padding: 0px;
}

/*
* INPUTS
*/

.TextBox
{
    background-image: url('Images/FormBg.png');
    background-repeat: repeat-x;
	border: 1px solid #d1c7ac;
	width: 250px;
	padding: 4px;
    margin: 4px auto;
}

.TextBoxHover
{
    background-image: url('Images/FormBg.png');
    background-repeat: repeat-x;
    border: solid 1px #B3AB95;
    border-right: solid 4px #B3AB95;
	width: 250px;
	padding: 4px;
    margin: 4px auto;
}

.TextBox:focus , .TextArea:focus
{
    border: solid 1px #B3AB95;
    border-right: solid 4px #B3AB95;
}

.TextArea
{
    background-image: url('Images/FormBg.png');
    background-repeat: repeat-x;
	border: 1px solid #d1c7ac;
	width: 250px;
	padding: 4px;
    margin: 4px auto;
}

.TextAreaHover
{
    background-image: url('Images/FormBg.png');
    background-repeat: repeat-x;
    border: solid 1px #B3AB95;
    border-right: solid 4px #B3AB95;
	width: 250px;
	padding: 4px;
    margin: 4px auto;
}

.SelectBox
{
    background-image: url('Images/FormBg.png');
    background-repeat: repeat-x;
    border: solid 1px #d1c7ac;
    margin: 4px 4px 4px 0px;
}

.SelectBoxHover
{
    background-image: url('Images/FormBg.png');
    background-repeat: repeat-x;
    border: solid 1px #B3AB95;
    margin: 4px auto;
}

.RadioButton
{
    margin: 0px;
}

input[type=button], input[type=checkbox] 
{
    width: auto;
    border: 0px;
    margin: 0px;
}

input[type=text], textarea
{
    background-image: url('Images/form_bg.png');
    background-repeat: repeat-x;
    border: 1px solid #BCBCBC;
    margin: 0px;
}

textarea
{
    margin-bottom: 20px;
    padding: 6px;
}

form
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.ButtonBox
{
    -moz-border-radius: 3px 3px 3px 3px;
    background: url("Images/button_click.jpg") repeat-x scroll left top #D8D8D8;
    border-color: #BBBBBB #BBBBBB #999999;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    min-height: 19px;
    padding: 3px 10px;
    text-align: center;
    min-width: 100px;
}

/*
* JQUERY DESIGN ELEMENTS
*/

label {
	padding-left: 20px;
	background-image: url('unchecked.gif') no-repeat;
	cursor: pointer;
	color: #777777;
}

label.checked {
	background-image: url('checked.gif') no-repeat;
	color: #008800;
}

label.over {
	color: #0000FF;
}


/*
* FoM- A média jövője, a jövő médiája
*/

.Wrap
{
    width: 980px;
    margin: 0px auto;
}

#Top
{
    width: 100%;
    background: url('Images/top_bg.jpg') repeat-x scroll center top #222222;
    border-top: 1px solid #333333;
    color: #FFFFFF;
    font-size: 11px;
    height: 29px;
    line-height: 30px;
}

#TopMenu li
{
    display: inline;
    float: right;
    margin: 0px 4px;
}

#TopMenu li a
{
    color: #FFFFFF;
}


/*
* HEADER
*/

#Head
{
    width: 100%;
    min-height: 110px;
    height: 110px;
    margin: 0px;
    background: url('Images/header_bg.png') repeat-x scroll center top #303030;
}

#LogoTop
{
    padding-top: 16px;
}

/*
* MENU
*/

#Menu
{
    width: 100%;
    margin: 0px;
    background: url('Images/menu_bg.png') repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DFDFDF;
    height: 47px;
}

#MenuElements
{
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 47px;
    line-height: 47px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 99;
}

#MenuElements li
{
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
    float: left;
    width: auto;
}

#MenuElements li a
{
    padding: 16px 17px;
    font-weight: bold;
    color: #212121;
    transition: color 0.25s;
    -moz-transition: color 0.25s;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
}

#MenuElements li a:hover
{
    color: #77AADD;
    text-decoration: none;
}

/*
* SLIDER
*/

#Slider
{
    width: 100%;
    min-height: 340px;
    height: 340px;
    margin: 0px;
    padding: 20px 0px;
}

#SlideContent
{
    margin-top: 40px;
    width: 760px;
    min-width: 760px;
    max-width: 760px;
    display: inline;
    float: left;
}

#SlideSideBar
{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    min-height: 320px;
    margin: 0px;
    background: url('Images/box_bg.png') repeat-x scroll 0 0 #FEFEFE;
    border: 1px solid #DDDDDD;
    padding: 8px 5px;
    display: inline;
    float: right;
}

.SlideImageBox
{
    display: table;
    width: 625px;  
}

.SlideImageBox a
{
    display: table-row;
    text-align: center;
}


/*
* SLIDER TOP Details
*/

* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.slides1_wrap {
	position: relative;
	padding: 20px 0 37px 49px;
	width:710px;
}

#slides1 li {
	list-style: none;
	min-width: 640px;
	max-width: 640px;
	width: 640px;
}

#slides1 .content {
	float: left;
	width: 625px;
}

#slides1 li p {
	line-height: 22px;
}

#slides1 h3 {
	font-size: 32px;
	color: #8d8d8d;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
	font-weight: 100;
}

#slides1 h4 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 16px;
	text-align: center;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
	font-weight: 100;
}

.slides1_wrap .prev {
	position: absolute;
	left: -6px;
	top: 100px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 38px;
	top: 100px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 102px;
}

.bx_pager 
{
    display: table;
	padding-top: 10px;
	margin: 0px auto;
}

.bx_pager a {
	float: left;
	background: url('Images/Slider/bg_pager.png') no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
	display: table-row;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

.auto_controls {
	position: absolute;
	bottom: 0px;
	left: 350px;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
	color: #77AADD;
}

#content #notes li, #content #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 43px;
	padding-bottom: 6px;
}

#content #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;	
}

#idc-container h3 {
	color: #666;
}

/*
* SLIDER FADE Details
*/

#SliderFadeBox
{
    width: 620px;
    min-width: 620px;
    max-width: 620px;
    text-align: center;
}

#SliderFadeBox .SliderFadePage
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

/*
* BODY
*/

#Main
{
    width: 100%;
    min-height: 380px;
    margin: 0px;
}

#Content
{
    width: 640px;
    min-width: 640px;
    max-width: 640px;
    float: left;
    display: inline; 
}

.ContentBox
{
    width: 620px;
    min-width: 620px;
    max-width: 620px;
    min-height: 262px;
    margin: 10px 0px;
    background: url('Images/box_bg.png') repeat-x scroll 0 0 #FEFEFE;
    border: 1px solid #DDDDDD;
    padding: 24px 18px;
    display: inline;
    float: left;
}

#SideBar
{
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    float: right;
    display: inline;
}

.SideBarBox
{
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    min-height: 282px;
    margin: 10px 0px;
    background: url('Images/box_bg.png') repeat-x scroll 0 0 #FEFEFE;
    border: 1px solid #DDDDDD;
    padding: 8px 5px;
    display: inline;
    float: right;
}

#SideBarBoxTable tr td
{
    padding: 6px;
}

#CompanyInfo li
{
    margin-top: 12px;
    min-height: 70px;
}

#CompanyInfo li img
{
    vertical-align: top;
    display: inline;
    float: left;
}

#CompanyInfo li span
{
    float: right;
    display: inline;
    font-style: italic;
}

.BoxTitle
{
    color: #575757;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
	font-weight: 100;
}

#Foot
{
    width: 100%;
    margin: 0px;
    display: table;
}

/** BELSŐ OLDALAK **/

#SubPageHead
{
    min-width: 100%;
    display: table;
    margin: 20px 0px;
}

#SubPageHead img
{
    margin: 20px 20px 20px 130px;
    opacity: 1;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

#SubPageHead img:hover
{
    opacity: 0.8;
}

#SubPageHead h2
{
    width: 600px;
    float: right;
    font-size: 24px;
}

.SubPageTitle
{
    font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    font-size: 34px;
    font-weight: 100;
    margin: 20px 0px;
}

#AboutUsBox
{
    min-width: 100%;
    display: table;
}

#AboutUsBox h3
{
    font-size: 16px;
    color: #77AADD;
    text-align: center;
}

#AboutUsBox ul
{
    display: block;
}

#AboutUsBox ul li
{
    width: 290px;
    min-width: 290px;
    max-width: 290px;
    margin: 15px 0px 15px 20px;
    float: left;
}

#AboutUsBox ul li p
{
    line-height: 22px;
}

.QuestionFoot
{
    min-width: 100%;
    display: table;
    margin: 20px 0px;
}

.QuestionFoot h2
{
    float: right;
    text-align: right;
    font-size: 24px;
}


/**
SZOLGÁLTATÁSOK
**/

.ServicesBox
{
    min-height: 120px;
    margin: 20px 0px;
}
.OfferBoxMaster
{
    width: 100%;
    margin: 20px 0px;
    display: table;
}

.OfferBoxMaster li
{
    width: 33%;
    min-width: 33%;
    max-width: 33%;
    text-align: center;
    float: left;
}

.OfferBoxMaster li a, .OfferBoxMaster li h2, .OfferBoxMaster li h3
{
    text-align: center;
}

.OfferBox
{
    width: 100%;
    margin: 20px 0px;
    display: table;
}

.OfferBox li
{
    width: 27%;
    min-width: 27%;
    max-width: 27%;
    text-align: center;
    float: left;
}

.OfferBox .OfferListBoxFirst
{
    width: 19%;
    min-width: 19%;
    max-width: 19%;
}

.OfferBox li h2, .OfferBox li h3, #OfferBoxMaster li h2, #OfferBoxMaster li h3
{
    text-align: center;
}

.OfferBox li h2 a, #OfferBoxMaster li h2 a
{
    color: #5C3E34;    
}

.OfferListBox
{
    width: 100%;
    margin: 20px 0px;
    display: table;
}

.OfferListBox li
{
    width: 27%;
    min-width: 27%;
    max-width: 27%;
    text-align: center;
    float: left;
}

.OfferListBox .OfferListBoxFirst
{
    width: 19%;
    min-width: 19%;
    max-width: 19%;
    text-align: left;
}

.OfferListBox .OfferListBoxFirst #OfferPropertyText li, .OfferListBox .OfferListBoxFirst #OfferPropertyText2 li, .OfferListBox .OfferListBoxFirst #OfferPropertyText3 li
{
    text-align: left;
    border-color: #77AADD;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    padding: 0px 2px 0px 10px;
}

.OfferListBox li .OfferPropertyBox
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.OfferListBox li .OfferPropertyBox li
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    float: left;
    line-height: 30px;
}

#OfferOrange li, #OfferOrange2 li, #OfferOrange3 li
{
    background-color: #FFCC6C;
    border-color: #FFCC6C;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#OfferOrange .OfferOrangeSecond, #OfferOrange2 .OfferOrangeSecond, #OfferOrange3 .OfferOrangeSecond
{
    background-color: #FFEAC4;
    border-color: #FFEAC4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#OfferBlue li, #OfferBlue2 li, #OfferBlue3 li
{
    background-color: #BED7EF;
    border-color: #BED7EF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#OfferBlue .OfferBlueSecond, #OfferBlue2 .OfferBlueSecond, #OfferBlue3 .OfferBlueSecond
{
    background-color: #DFEBF7;
    border-color: #DFEBF7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#OfferPurple li, #OfferPurple2 li, #OfferPurple3 li
{
    background-color: #F396D0;
    border-color: #F396D0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#OfferPurple .OfferPurpleSecond, #OfferPurple2 .OfferPurpleSecond, #OfferPurple3 .OfferPurpleSecond
{
    background-color: #F9CCE8;
    border-color: #F9CCE8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.PurpleText, .PurpleText:hover
{
    color: #E41996;
}

.ReferencesBox
{
    margin: 20px 0px;
    overflow: hidden;
}

.ReferencesBox li
{
    position: relative;
    width: 290px;
    float: left;
    margin-left: 25px;
}

#PortfolioBox
{
    width: 940px;
    min-width: 940px;
    max-width: 940px;
    height: 533px;
    min-height: 533px;
    max-height: 533px;
    margin: 0px auto;
    position: relative;
    display: block;
    border: 1px solid #CCCCCC;
    z-index: 1;
    box-shadow: 3px 3px 3px 1px #DDDDDD;
}

#PortfolioBox a 
{
    position: absolute;
}


#PortfolioBox #Akupunktura
{
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 596px;
    height: 469px;
    background-image: url('Images/Portfolio/portfolio_akupunktura.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: height 0.5s, background-position 0.5s;
    -moz-transition: height 0.5s, background-position 0.5s; /* Firefox 4 */
    -webkit-transition: height 0.5s, background-position 0.5s; /* Safari and Chrome */
    -o-transition: height 0.5s, background-position 0.5s; /* Opera */
}

#PortfolioBox #Balasruha
{
    top: 20px;
    right: 30px;
    z-index: 3;
    width: 363px;
    height: 209px;
    transition:top 0.5s, right 0.5s;
    -moz-transition:top 0.5s, right 0.5s; /* Firefox 4 */
    -webkit-transition:top 0.5s, right 0.5s; /* Safari and Chrome */
    -o-transition:top 0.5s, right 0.5s; /* Opera */
}

#PortfolioBox #Kaktusz
{
    bottom: 0px;
    left: 130px;
    z-index: 5;
    width: 415px;
    height: 249px;
    background-image: url('Images/Portfolio/portfolio_kaktusz_2.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: height 0.5s, left 0.5s;
    -moz-transition: height 0.5s, left 0.5s; /* Firefox 4 */
    -webkit-transition: height 0.5s, left 0.5s; /* Safari and Chrome */
    -o-transition: height 0.5s, left 0.5s; /* Opera */
}

#PortfolioBox #Boroka
{
    bottom: 0px;
    right: 0px;
    z-index: 4;
    width: 436px;
    height: 372px;
    background-image: url('Images/Portfolio/portfolio_boroka_2.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: height 0.5s, width 0.5s;
    -moz-transition: height 0.5s, width 0.5s; /* Firefox 4 */
    -webkit-transition: height 0.5s, width 0.5s; /* Safari and Chrome */
    -o-transition: height 0.5s, width 0.5s; /* Opera */
}

#PortfolioBox #Akupunktura:hover
{
    background-position: 0px -20px;
    height: 449px;
}

#PortfolioBox #Balasruha:hover
{
    top: 0px;
    right: 35px;
}

#PortfolioBox #Boroka:hover
{
    width: 454px;
    height: 417px;
}

#PortfolioBox #Kaktusz:hover
{
    height: 278px;
    left: 135px;
    
}

#PortfolioSitesBox li
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

#PortfolioSitesBox .SubPageTitle
{
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    display: inline;
    float: left;
    margin: 0px;
    line-height: 76px;
}

.PortfolioSitesHead
{
    display: table;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #DDDDDD;
}

.TechnologyCircleBox
{
    display: inline;
    float: right;
}

#PortfolioSitesBox .TechnologyCircleBox li
{
    border: 5px solid #F2F2F2;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 1px 1px 15px rgba(100, 100, 100, 0.15) inset;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: inline;
    float: left;
    line-height: 40px;
    margin: 0px 3px;
}

.TechnologyCircleBox .CirclePurple, .TechnologyCircleBox .CircleOrange, .TechnologyCircleBox .CircleBlue, .TechnologyCircleBox .CircleRed, .TechnologyCircleBox .CircleGreen
{
    transition: transform 1s;
    -moz-transition: -moz-transform 1s; /* Firefox 4 */
    -webkit-transition: -webkit-transform 1s; /* Safari and Chrome */
    -o-transition: -o-transform 1s; /* Opera */
}

.TechnologyCircleBox .CirclePurple:hover, .TechnologyCircleBox .CircleOrange:hover, .TechnologyCircleBox .CircleBlue:hover, .TechnologyCircleBox .CircleRed:hover, .TechnologyCircleBox .CircleGreen:hover
{
    transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.TechnologyCircleBox .CirclePurple
{
    background-color: #E41996;
}

.TechnologyCircleBox .CircleOrange
{
    background-color: #EC9900;
}

.TechnologyCircleBox .CircleBlue
{
    background-color: #77AADD;
}

.TechnologyCircleBox .CircleRed
{
    background-color: #BC0000;
}

.TechnologyCircleBox .CircleGreen
{
    background-color: #8EBD00;
}

.TechnologyCircleBox .CirclePeach
{
    background-color: #EAAD9D;
}

.LaptopPhoto
{
    opacity: 1;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

.LaptopPhoto:hover
{
    opacity: 0.9;
}

.Fading
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 160px;  
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0)   
}

#ReferencesOrange, #ReferencesOrange2
{
    background: url('Images/corner_orange.png') no-repeat scroll right bottom #EC9900;
}

#ReferencesBlue, #ReferencesBlue2
{
    background: url('Images/corner_blue.png') no-repeat scroll right bottom #77AADD;
}

#ReferencesPurple, #ReferencesPurple2
{
    background: url('Images/corner_purple.png') no-repeat scroll right bottom #E41996;
}

/**TECHNOLOGY**/

.TechnologyBlock
{
    width: 960px;
    height: 295px;
    margin: 0px auto;
}

.TechnologyBox
{
    background: url('Images/block.png') no-repeat scroll 9px 0 transparent;
    float: left;
    height: 276px;
    margin: 20px 45px 60px 0px;
    padding: 0px;
    position: relative;
    width: 275px;
}

.TechnologyHead
{
    min-width: 186px;
    height: 60px;
    z-index: 99;
}

.TechnologyHead h3
{
    border-bottom: 1px solid #97C840;
    color: #666666;
    font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin: 30px 0 0 42px;
}

.TechnologyText
{
    padding: 0px 10px 10px 24px;
    text-indent: 12px;
    text-align: justify;
    line-height: 22px;
}

.TechnologyIcon
{
    border: none;
    height: 110px;
    position: absolute;
    right: 28px;
    top: 184px;
    z-index: 999;
}

#XhtmlIcon
{
    width: 116px;
}

#JoomlaIcon
{
    width: 113px;
}

/**PARTNERS**/

#PartnerBox
{
    width: 100%;
}

#PartnerBox li
{
    margin-bottom: 60px;
}

#PartnerBox li div
{
    display: inline;
    float: right;
    width: 600px;
    min-width: 600px;
    max-width: 600px;
    padding: 20px 0px;
    line-height: 20px;
    text-align: justify;
}

#PartnerBox li div h3
{
    font-size: 16px;
    padding-left: 0px;
}

/** PLANNER **/

#InnerWrap
{
    width: 740px;
    min-width: 740px;
    max-width: 740px;
    margin: 0px auto;
}

#PlannerHead
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: table;
}

#Navigation
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 20px 0px;
}

#Navigation li
{
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    float: left;
    text-align: center;
    line-height: 40px;
}

#Navigation li a, #Navigation li a:hover
{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
}

#Navigation li a:hover
{
    color: #FFFFFF;
}

#NavFirst
{
    background-color: #D0B6AC;
}

#NavSecond
{
    background-color: #FFCC6C;
}

#NavThird
{
    background-color: #BED7EF;
}

#NavFourth
{
    background-color: #F9CCE8;
}

#NavFirst a
{
    color: #5C3E34;
}

#NavSecond a
{
    color: #EC9900;
}

#NavFourth a
{
    color: #e41996;
}

#NavFirst a:hover, #NavSecond a:hover, #NavThird a:hover, #NavFourth a:hover
{
    color: #FFFFFF;
}

.PlannerContent
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 400px;
    display: table;
    padding: 20px 30px;
}

.PlannerContent h2
{
    font-size: 16px;
}

.PlannerContent h3
{
    font-size: 14px;
    margin: 2px 0px 2px 0px;
}

.PlannerContent p
{
    font-size: 12px;
}

#PlanSecond h2, #PlanSecond h3
{
    color: #EC9900;
}

#PlanThird h2, #PlanThird h3
{
    color: #77AADD;
}

#PlanFourth h2, #PlanFourth h3
{
    color: #e41996;
}

.PlanInput
{
    width: 290px;
    height: 26px;
    padding: 0px 4px;
}

.PlannerInput li
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    float: left;
}

.PlannerInputLittle li
{
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    float: left;
    margin: 10px 0px;
}

.PlannerInput span, .PlannerInputLittle span
{
    padding: 0px 6px 2px 6px;
    font-style: italic;
    display: table;
    color: #959595;
}

#PlannerAction ul li
{
    line-height: 30px;
    float: right;
}

#PlannerAction ul li a
{
    line-height: 14px;
}

#PlannerAction ul li #PlanNext
{
    font-size: 18px;
    margin-left: 20px;
}


/* KAPCSOLAT */

#EmployeeBlock
{
    width: 960px;
    margin: 0px auto;
}

.EmployeeBox
{
    float: left;
    height: 128px;
    margin: 20px 45px 60px 0px;
    padding: 0px;
    width: 275px;
}

.EmployeePhoto
{
    border: 1px dashed #DDDDDD;
    height: 128px;
    width: 128px;
    float: left;
    display: inline;
}

.EmployeePhoto img
{
    height: 128px;
    width: 128px;
}

.EmployeePersonal
{
    display: inline;
    float: left;
}

.EmployeePersonal span
{
    display: block;
}

.EmployeeName
{
    color: #575757;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 8px;
}

#FacebookBox
{
    width: 960px;
    border: 1px solid #DDDDDD;
    min-height: 80px;
    text-align: center;
    line-height: 80px;
    color: #575757;
    font-size: 20px;
    font-weight: bold;
    display: block;
    float: left;
}

#FacebookBox a
{
    color: #333333;
    width: 100%;
    height: 100%;
    display: block;
}



