
body {
    font-family:"Century Gothic","Segoe UI",Candara,"Bitstream Vera Sans",
                "DejaVu Sans","Trebuchet MS",Verdana,sans-serif;
    color:#216a87;    
}

/* header */

div.headerContainer{
    width: 800px;
    height: 55px;    
    background: #fff url(../Images/header_image.jpg) no-repeat;
    margin: 10px auto 20px auto;  
    color: #f2781d;
	font-weight: bold; 
	text-align: right;
	cursor:pointer;
}

div.headerRight{
	background-color: transparent;
	width: 400px;
	float: left;
	font-weight: bold;
	line-height:120%
}

div.headerLeft{
	font-size: 13px;
	background-color: transparent;
	width: 340px;
	float: left;
	padding: 37px 60px  0px 0px;
}

/* tartalmi rész */

div.container {
    width: 800px;
    min-height: 400px;
    margin: 10px auto 10px auto;
    line-height:200%
}

/* főoldali idézet */

div.topText{
	margin: 20px auto 20px auto;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height:150%
}

/* lábléc */

div.footer {
    width: 800px;
    height: 53px;    
    margin: 10px auto 10px auto;  
    font-size:12px;
    font-weight:bold;    
    text-align:center;
    word-spacing:20px;
    line-height:200%
}



div.footer a{
	text-decoration: none;
    color: #216a87;
}

div.footer a:hover {
	text-decoration: underline;
    color: #216a87;
}

a {
	text-decoration: underline;
    color: #216a87;	
}

a:hover {
	text-decoration: underline;
    color: #216a87;	
}

div.horizontalLine {
    width: 650px;
    height:  2px;
    background: #fff url(../Images/horizontal_line.png) no-repeat;
    margin: auto;
}



div.searchInput {
    background:transparent url(../Images/searchInput.jpg) no-repeat scroll 0 0;
    height:40px;
    width:385px;
    margin:auto    
}


input.searchField{
    background:transparent none repeat scroll 0 0;
    border:medium none;    
    font-size:22px;
    height:34px;
    outline-style:none;
    outline-width:medium;
    padding-left:10px;
    padding-right:5px;
    padding-top:4px;
    width:180px;
    color:#0e516c;
    text-align: right;
    text-shadow:2px 2px 4px #aaa;    
}

input.searchButton {
    background:transparent url(../Images/button_bg.png) no-repeat scroll 0 0;
    border:0 solid #FFFFFF;
    color:#fff;
    cursor:pointer;
    height:31px;
    margin: 20px auto 0px auto;  
    width:205px;
    font-size: 16px;
}


input.searchButton:hover {
    background:transparent url(../Images/button_bg.png) no-repeat scroll 0 -31px;
}

div.buttonContainer{
	width: 205px; 
	margin: 20px auto 10px auto;  
}

div.mailLogo{
    width: 80px;
    height: 80px;    
    margin: 75px auto 50px auto;   
}

div.getRandom{
	margin: 0px auto 50px auto;
	font-size: 12px;
	text-align: center;
}


div.inputTextContainer {
    width: 800px;
    margin: 10px auto 10px auto;
    
}

div.inputTextContainerLeft {
    width: 640px;
    margin: 10px auto 10px auto;
    float: left;
}

div.inputTextContainerRight {
    width: 160px;
    margin: 10px auto 10px auto;
    float: right;
}

span.emailAdress{
	font-weight: bold;
	font-size: 20px;
}

div.errorBox{
	background:transparent url(../Images/error.png) no-repeat scroll 0 0;
	width: 300px;
	height: 50px;
    margin: 100px auto 10px auto;
    padding-left: 70px;
    padding-top: 8px;
    color: #ba2822;
    font-weight: bold;    
}

#TabSelected a{
    width: 100px;
    height: 20px;
    color: red;
    background-color: blue;
}

#messageContainer{
    background-color: red; 
    padding: 5px; 
    overflow: hidden;
    /*-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;*/
    -moz-box-shadow:2px 2px 5px #999999;
    background-color:#357b97;
    border:1px solid #D9E9E4;
    color:black;
}

a.TabUnselected {
    background:transparent url(../Images/tabu.png) no-repeat scroll 0 0;
    width: 170px;
    height: 27px;
    overflow: auto;
    padding:0 10px 10px 10px;
    text-align: center;
    color:white !important;
    }

a.TabSelected {
    background:transparent url(../Images/tab.png) no-repeat scroll 0 0;
    width: 170px;
    height: 27px;
    overflow: auto;
    padding:0 10px 10px 10px;
    text-align: center;
    color:white !important;
}


